2023-07-12T14:51:13.873 INFO:root:teuthology version: 0.0.1.dev140+gb53f236 2023-07-12T14:51:13.874 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --name gabrioux-2023-07-12_13:54:22-orch:cephadm-wip-guits-testing-4-2023-07-12-0746-distro-default-smithi --description orch:cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/16.2.4 1-start 2-nfs 3-upgrade-with-workload 4-final} --archive /home/teuthworker/archive/gabrioux-2023-07-12_13:54:22-orch:cephadm-wip-guits-testing-4-2023-07-12-0746-distro-default-smithi/7335292 --owner scheduled_gabrioux@teuthology -- /home/teuthworker/archive/gabrioux-2023-07-12_13:54:22-orch:cephadm-wip-guits-testing-4-2023-07-12-0746-distro-default-smithi/7335292/orig.config.yaml 2023-07-12T14:51:13.917 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-07-12T14:51:14.011 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2023-07-12_13:54:22-orch:cephadm-wip-guits-testing-4-2023-07-12-0746-distro-default-smithi/7335292 branch: wip-guits-testing-4-2023-07-12-0746 description: orch:cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/16.2.4 1-start 2-nfs 3-upgrade-with-workload 4-final} email: gabrioux@redhat.com first_in_suite: false job_id: '7335292' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2023-07-12_13:54:22-orch:cephadm-wip-guits-testing-4-2023-07-12-0746-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-guits-testing-4-2023-07-12-0746 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: b1bd054042b7797ba5b70d145a1da31693dda494 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: osd default pool size: 2 install: ceph: flavor: default sha1: b1bd054042b7797ba5b70d145a1da31693dda494 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-guits-testing-4-2023-07-12-0746 sha1: b1bd054042b7797ba5b70d145a1da31693dda494 owner: scheduled_gabrioux@teuthology priority: 75 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - - host.b - osd.4 - osd.5 - osd.6 - osd.7 sha1: b1bd054042b7797ba5b70d145a1da31693dda494 sleep_before_teardown: 0 suite: orch:cephadm suite_branch: wip-guits-testing-4-2023-07-12-0746 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_b1bd054042b7797ba5b70d145a1da31693dda494/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: b1bd054042b7797ba5b70d145a1da31693dda494 targets: smithi005.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHQVcn1QHANjDQjcu0TNHujZ7Ku+mjqkKO3W8DPQQFc2Bdi3EVXEJWl4poe6teAgo7SkfyvaOH3DRfVfDM02HQY= smithi107.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFdbA3gNe8QJHfYYO9iqN1ABle8FXyZWAePfkw4Rv1JI+jsqp25hFSg5V3aJ8erutFNWfed25yHPGmzFuetAbsE= 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: avoid_pacific_features: true cephadm_branch: v16.2.4 cephadm_git_url: https://github.com/ceph/ceph image: quay.io/ceph/ceph:v16.2.4 roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.wait_for_service: service: mds.foofs - cephadm.shell: host.a: - ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2 - ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done - vip.exec: host.a: - mkdir /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done - echo test > /mnt/foo/testfile - sync - parallel: - upgrade-tasks - workload-tasks - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs cluster ls | grep foo - ceph nfs export ls foo --detailed - rados -p .nfs --all ls - - ceph config get mgr mgr/cephadm/migration_current | grep 6 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: b53f236c1077f1d295baafb9e0ca9a4b447019d7 timestamp: 2023-07-12_13:54:22 tube: smithi upgrade-tasks: sequential: - cephadm.shell: env: - sha1 host.a: - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph config set global log_to_journald false --force - ceph mgr module enable nfs --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - cephadm.shell: env: - sha1 host.a: - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; ceph health detail ; sleep 30 ; done - ceph orch ps - ceph versions - echo "wait for servicemap items w/ changing names to refresh" - sleep 60 - ceph orch ps - ceph orch upgrade status - ceph health detail - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - cephadm.wait_for_service: service: nfs.foo user: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.23459 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-07-12T14:51:14.012 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_b1bd054042b7797ba5b70d145a1da31693dda494/qa; will attempt to use it 2023-07-12T14:51:14.012 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_b1bd054042b7797ba5b70d145a1da31693dda494/qa/tasks 2023-07-12T14:51:14.013 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-07-12T14:51:14.014 INFO:teuthology.task.internal:Checking packages... 2023-07-12T14:51:14.043 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'b1bd054042b7797ba5b70d145a1da31693dda494' 2023-07-12T14:51:14.044 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-07-12T14:51:14.044 INFO:teuthology.packaging:ref: None 2023-07-12T14:51:14.045 INFO:teuthology.packaging:tag: None 2023-07-12T14:51:14.045 INFO:teuthology.packaging:branch: wip-guits-testing-4-2023-07-12-0746 2023-07-12T14:51:14.045 INFO:teuthology.packaging:sha1: b1bd054042b7797ba5b70d145a1da31693dda494 2023-07-12T14:51:14.046 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-guits-testing-4-2023-07-12-0746 2023-07-12T14:51:14.321 INFO:teuthology.task.internal:Found packages for ceph version 18.1.2-55.gb1bd0540 2023-07-12T14:51:14.321 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-07-12T14:51:14.327 INFO:teuthology.task.internal:no buildpackages task found 2023-07-12T14:51:14.327 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-07-12T14:51:14.333 INFO:teuthology.task.internal:Saving configuration 2023-07-12T14:51:14.351 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-07-12T14:51:14.360 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-07-12T14:51:14.388 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi005.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-07-12_13:54:22-orch:cephadm-wip-guits-testing-4-2023-07-12-0746-distro-default-smithi/7335292', '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-07-12 14:46:15.028615', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHQVcn1QHANjDQjcu0TNHujZ7Ku+mjqkKO3W8DPQQFc2Bdi3EVXEJWl4poe6teAgo7SkfyvaOH3DRfVfDM02HQY='} 2023-07-12T14:51:14.413 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi107.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-07-12_13:54:22-orch:cephadm-wip-guits-testing-4-2023-07-12-0746-distro-default-smithi/7335292', '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-07-12 14:46:15.026591', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFdbA3gNe8QJHfYYO9iqN1ABle8FXyZWAePfkw4Rv1JI+jsqp25hFSg5V3aJ8erutFNWfed25yHPGmzFuetAbsE='} 2023-07-12T14:51:14.414 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-07-12T14:51:14.421 INFO:teuthology.task.internal:roles: ubuntu@smithi005.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2023-07-12T14:51:14.421 INFO:teuthology.task.internal:roles: ubuntu@smithi107.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2023-07-12T14:51:14.421 INFO:teuthology.run_tasks:Running task console_log... 2023-07-12T14:51:14.489 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fef9b4301f0>, signals=[15]) 2023-07-12T14:51:14.490 INFO:teuthology.run_tasks:Running task internal.connect... 2023-07-12T14:51:14.495 INFO:teuthology.task.internal:Opening connections... 2023-07-12T14:51:14.496 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi005.front.sepia.ceph.com 2023-07-12T14:51:14.498 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi005.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-07-12T14:51:14.566 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi107.front.sepia.ceph.com 2023-07-12T14:51:14.567 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-07-12T14:51:14.634 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-07-12T14:51:14.645 DEBUG:teuthology.orchestra.run.smithi005:> uname -m 2023-07-12T14:51:14.668 INFO:teuthology.orchestra.run.smithi005.stdout:x86_64 2023-07-12T14:51:14.668 DEBUG:teuthology.orchestra.run.smithi005:> cat /etc/os-release 2023-07-12T14:51:14.729 INFO:teuthology.orchestra.run.smithi005.stdout:NAME="CentOS Stream" 2023-07-12T14:51:14.729 INFO:teuthology.orchestra.run.smithi005.stdout:VERSION="8" 2023-07-12T14:51:14.730 INFO:teuthology.orchestra.run.smithi005.stdout:ID="centos" 2023-07-12T14:51:14.730 INFO:teuthology.orchestra.run.smithi005.stdout:ID_LIKE="rhel fedora" 2023-07-12T14:51:14.730 INFO:teuthology.orchestra.run.smithi005.stdout:VERSION_ID="8" 2023-07-12T14:51:14.730 INFO:teuthology.orchestra.run.smithi005.stdout:PLATFORM_ID="platform:el8" 2023-07-12T14:51:14.730 INFO:teuthology.orchestra.run.smithi005.stdout:PRETTY_NAME="CentOS Stream 8" 2023-07-12T14:51:14.730 INFO:teuthology.orchestra.run.smithi005.stdout:ANSI_COLOR="0;31" 2023-07-12T14:51:14.730 INFO:teuthology.orchestra.run.smithi005.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-07-12T14:51:14.731 INFO:teuthology.orchestra.run.smithi005.stdout:HOME_URL="https://centos.org/" 2023-07-12T14:51:14.731 INFO:teuthology.orchestra.run.smithi005.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-07-12T14:51:14.731 INFO:teuthology.orchestra.run.smithi005.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-07-12T14:51:14.731 INFO:teuthology.orchestra.run.smithi005.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-07-12T14:51:14.732 INFO:teuthology.lock.ops:Updating smithi005.front.sepia.ceph.com on lock server 2023-07-12T14:51:14.762 DEBUG:teuthology.orchestra.run.smithi107:> uname -m 2023-07-12T14:51:14.784 INFO:teuthology.orchestra.run.smithi107.stdout:x86_64 2023-07-12T14:51:14.784 DEBUG:teuthology.orchestra.run.smithi107:> cat /etc/os-release 2023-07-12T14:51:14.844 INFO:teuthology.orchestra.run.smithi107.stdout:NAME="CentOS Stream" 2023-07-12T14:51:14.844 INFO:teuthology.orchestra.run.smithi107.stdout:VERSION="8" 2023-07-12T14:51:14.845 INFO:teuthology.orchestra.run.smithi107.stdout:ID="centos" 2023-07-12T14:51:14.845 INFO:teuthology.orchestra.run.smithi107.stdout:ID_LIKE="rhel fedora" 2023-07-12T14:51:14.845 INFO:teuthology.orchestra.run.smithi107.stdout:VERSION_ID="8" 2023-07-12T14:51:14.845 INFO:teuthology.orchestra.run.smithi107.stdout:PLATFORM_ID="platform:el8" 2023-07-12T14:51:14.845 INFO:teuthology.orchestra.run.smithi107.stdout:PRETTY_NAME="CentOS Stream 8" 2023-07-12T14:51:14.845 INFO:teuthology.orchestra.run.smithi107.stdout:ANSI_COLOR="0;31" 2023-07-12T14:51:14.845 INFO:teuthology.orchestra.run.smithi107.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-07-12T14:51:14.846 INFO:teuthology.orchestra.run.smithi107.stdout:HOME_URL="https://centos.org/" 2023-07-12T14:51:14.846 INFO:teuthology.orchestra.run.smithi107.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-07-12T14:51:14.846 INFO:teuthology.orchestra.run.smithi107.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-07-12T14:51:14.846 INFO:teuthology.orchestra.run.smithi107.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-07-12T14:51:14.846 INFO:teuthology.lock.ops:Updating smithi107.front.sepia.ceph.com on lock server 2023-07-12T14:51:14.870 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-07-12T14:51:14.878 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-07-12T14:51:14.883 INFO:teuthology.task.internal:Checking for old test directory... 2023-07-12T14:51:14.883 DEBUG:teuthology.orchestra.run.smithi005:> test '!' -e /home/ubuntu/cephtest 2023-07-12T14:51:14.886 DEBUG:teuthology.orchestra.run.smithi107:> test '!' -e /home/ubuntu/cephtest 2023-07-12T14:51:14.905 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-07-12T14:51:14.910 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-07-12T14:51:14.911 DEBUG:teuthology.orchestra.run.smithi005:> test -z $(ls -A /var/lib/ceph) 2023-07-12T14:51:14.948 DEBUG:teuthology.orchestra.run.smithi107:> test -z $(ls -A /var/lib/ceph) 2023-07-12T14:51:14.977 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-07-12T14:51:15.040 INFO:teuthology.run_tasks:Running task kernel... 2023-07-12T14:51:15.055 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-07-12T14:51:15.056 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-07-12T14:51:15.057 DEBUG:teuthology.orchestra.run.smithi005:> test -f /run/.containerenv -o -f /.dockerenv 2023-07-12T14:51:15.057 DEBUG:teuthology.orchestra.run.smithi107:> test -f /run/.containerenv -o -f /.dockerenv 2023-07-12T14:51:15.075 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-07-12T14:51:15.076 DEBUG:teuthology.orchestra.run.smithi107:> uname -r 2023-07-12T14:51:15.078 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-07-12T14:51:15.079 DEBUG:teuthology.orchestra.run.smithi005:> uname -r 2023-07-12T14:51:15.135 INFO:teuthology.orchestra.run.smithi107.stdout:4.18.0-489.el8.x86_64 2023-07-12T14:51:15.135 INFO:teuthology.task.kernel:Running kernel on smithi107: 4.18.0-489.el8.x86_64 2023-07-12T14:51:15.135 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum install -y kernel 2023-07-12T14:51:15.140 INFO:teuthology.orchestra.run.smithi005.stdout:4.18.0-489.el8.x86_64 2023-07-12T14:51:15.140 INFO:teuthology.task.kernel:Running kernel on smithi005: 4.18.0-489.el8.x86_64 2023-07-12T14:51:15.140 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum install -y kernel 2023-07-12T14:51:19.428 INFO:teuthology.orchestra.run.smithi005.stdout:CentOS Stream 8 - AppStream 17 MB/s | 31 MB 00:01 2023-07-12T14:51:19.566 INFO:teuthology.orchestra.run.smithi107.stdout:CentOS Stream 8 - AppStream 15 MB/s | 31 MB 00:01 2023-07-12T14:51:27.482 INFO:teuthology.orchestra.run.smithi107.stdout:CentOS Stream 8 - BaseOS 18 MB/s | 41 MB 00:02 2023-07-12T14:51:27.603 INFO:teuthology.orchestra.run.smithi005.stdout:CentOS Stream 8 - BaseOS 19 MB/s | 41 MB 00:02 2023-07-12T14:51:33.673 INFO:teuthology.orchestra.run.smithi107.stdout:CentOS Stream 8 - Extras 77 kB/s | 18 kB 00:00 2023-07-12T14:51:34.265 INFO:teuthology.orchestra.run.smithi107.stdout:CentOS Stream 8 - Extras common packages 15 kB/s | 6.6 kB 00:00 2023-07-12T14:51:34.277 INFO:teuthology.orchestra.run.smithi005.stdout:CentOS Stream 8 - Extras 54 kB/s | 18 kB 00:00 2023-07-12T14:51:34.728 INFO:teuthology.orchestra.run.smithi005.stdout:CentOS Stream 8 - Extras common packages 25 kB/s | 6.6 kB 00:00 2023-07-12T14:51:40.709 INFO:teuthology.orchestra.run.smithi107.stdout:Copr repo for python3-asyncssh owned by ceph 564 B/s | 3.5 kB 00:06 2023-07-12T14:51:41.038 INFO:teuthology.orchestra.run.smithi005.stdout:Copr repo for python3-asyncssh owned by ceph 577 B/s | 3.5 kB 00:06 2023-07-12T14:51:45.760 INFO:teuthology.orchestra.run.smithi107.stdout:Extra Packages for Enterprise Linux 3.2 MB/s | 16 MB 00:04 2023-07-12T14:51:49.507 INFO:teuthology.orchestra.run.smithi107.stdout:lab-extras 344 kB/s | 24 kB 00:00 2023-07-12T14:51:52.672 INFO:teuthology.orchestra.run.smithi107.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-07-12T14:51:52.673 INFO:teuthology.orchestra.run.smithi107.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-07-12T14:51:52.919 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2023-07-12T14:51:52.919 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2023-07-12T14:51:52.920 INFO:teuthology.orchestra.run.smithi107.stdout: Package Architecture Version Repository Size 2023-07-12T14:51:52.920 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2023-07-12T14:51:52.920 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2023-07-12T14:51:52.920 INFO:teuthology.orchestra.run.smithi107.stdout: kernel x86_64 4.18.0-500.el8 baseos 9.8 M 2023-07-12T14:51:52.920 INFO:teuthology.orchestra.run.smithi107.stdout:Installing dependencies: 2023-07-12T14:51:52.920 INFO:teuthology.orchestra.run.smithi107.stdout: kernel-core x86_64 4.18.0-500.el8 baseos 43 M 2023-07-12T14:51:52.921 INFO:teuthology.orchestra.run.smithi107.stdout: kernel-modules x86_64 4.18.0-500.el8 baseos 35 M 2023-07-12T14:51:52.921 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-07-12T14:51:52.921 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2023-07-12T14:51:52.921 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2023-07-12T14:51:52.921 INFO:teuthology.orchestra.run.smithi107.stdout:Install 3 Packages 2023-07-12T14:51:52.921 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-07-12T14:51:52.922 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 88 M 2023-07-12T14:51:52.922 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 95 M 2023-07-12T14:51:52.922 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2023-07-12T14:51:54.442 INFO:teuthology.orchestra.run.smithi107.stdout:(1/3): kernel-4.18.0-500.el8.x86_64.rpm 7.5 MB/s | 9.8 MB 00:01 2023-07-12T14:51:55.675 INFO:teuthology.orchestra.run.smithi107.stdout:(2/3): kernel-modules-4.18.0-500.el8.x86_64.rpm 14 MB/s | 35 MB 00:02 2023-07-12T14:51:56.542 INFO:teuthology.orchestra.run.smithi107.stdout:(3/3): kernel-core-4.18.0-500.el8.x86_64.rpm 13 MB/s | 43 MB 00:03 2023-07-12T14:51:56.542 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2023-07-12T14:51:56.542 INFO:teuthology.orchestra.run.smithi107.stdout:Total 24 MB/s | 88 MB 00:03 2023-07-12T14:51:57.206 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2023-07-12T14:51:57.631 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2023-07-12T14:51:57.631 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2023-07-12T14:51:58.831 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2023-07-12T14:51:58.854 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2023-07-12T14:52:01.650 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2023-07-12T14:52:02.104 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : kernel-core-4.18.0-500.el8.x86_64 1/3 2023-07-12T14:52:05.774 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: kernel-core-4.18.0-500.el8.x86_64 1/3 2023-07-12T14:52:06.178 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : kernel-modules-4.18.0-500.el8.x86_64 2/3 2023-07-12T14:52:09.524 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: kernel-modules-4.18.0-500.el8.x86_64 2/3 2023-07-12T14:52:09.807 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : kernel-4.18.0-500.el8.x86_64 3/3 2023-07-12T14:52:31.324 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: kernel-core-4.18.0-500.el8.x86_64 3/3 2023-07-12T14:52:31.348 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: kernel-modules-4.18.0-500.el8.x86_64 3/3 2023-07-12T14:52:31.710 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: kernel-4.18.0-500.el8.x86_64 3/3 2023-07-12T14:52:31.710 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : kernel-4.18.0-500.el8.x86_64 1/3 2023-07-12T14:52:31.710 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : kernel-core-4.18.0-500.el8.x86_64 2/3 2023-07-12T14:52:32.334 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : kernel-modules-4.18.0-500.el8.x86_64 3/3 2023-07-12T14:52:32.334 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-07-12T14:52:32.335 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2023-07-12T14:52:32.335 INFO:teuthology.orchestra.run.smithi107.stdout: kernel-4.18.0-500.el8.x86_64 kernel-core-4.18.0-500.el8.x86_64 2023-07-12T14:52:32.335 INFO:teuthology.orchestra.run.smithi107.stdout: kernel-modules-4.18.0-500.el8.x86_64 2023-07-12T14:52:32.335 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-07-12T14:52:32.336 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2023-07-12T14:52:32.464 DEBUG:teuthology.orchestra.run.smithi107:> rpm -q kernel | sort -rV | head -n 1 2023-07-12T14:52:32.721 INFO:teuthology.orchestra.run.smithi107.stdout:kernel-4.18.0-500.el8.x86_64 2023-07-12T14:52:32.722 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-500.el8.x86_64 2023-07-12T14:52:32.722 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-500.el8.x86_64 2023-07-12T14:52:32.722 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-07-12T14:52:32.722 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-07-12T14:52:32.722 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-07-12T14:52:32.723 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi107.front.sepia.ceph.com, path=None, version=distro) 2023-07-12T14:52:32.723 DEBUG:teuthology.orchestra.run.smithi107:> rpm -q kernel | sort -rV | head -n 1 2023-07-12T14:52:32.927 INFO:teuthology.orchestra.run.smithi107.stdout:kernel-4.18.0-500.el8.x86_64 2023-07-12T14:52:32.928 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-500.el8.x86_64 2023-07-12T14:52:32.928 DEBUG:teuthology.orchestra.run.smithi107:> sudo rpm -qi grub2-tools 2023-07-12T14:52:32.961 INFO:teuthology.orchestra.run.smithi107.stdout:Name : grub2-tools 2023-07-12T14:52:32.961 INFO:teuthology.orchestra.run.smithi107.stdout:Epoch : 1 2023-07-12T14:52:32.961 INFO:teuthology.orchestra.run.smithi107.stdout:Version : 2.02 2023-07-12T14:52:32.962 INFO:teuthology.orchestra.run.smithi107.stdout:Release : 129.el8 2023-07-12T14:52:32.962 INFO:teuthology.orchestra.run.smithi107.stdout:Architecture: x86_64 2023-07-12T14:52:32.962 INFO:teuthology.orchestra.run.smithi107.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-07-12T14:52:32.962 INFO:teuthology.orchestra.run.smithi107.stdout:Group : System Environment/Base 2023-07-12T14:52:32.962 INFO:teuthology.orchestra.run.smithi107.stdout:Size : 9265586 2023-07-12T14:52:32.962 INFO:teuthology.orchestra.run.smithi107.stdout:License : GPLv3+ 2023-07-12T14:52:32.962 INFO:teuthology.orchestra.run.smithi107.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-07-12T14:52:32.963 INFO:teuthology.orchestra.run.smithi107.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-07-12T14:52:32.963 INFO:teuthology.orchestra.run.smithi107.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-07-12T14:52:32.963 INFO:teuthology.orchestra.run.smithi107.stdout:Build Host : kbuilder.bsys.centos.org 2023-07-12T14:52:32.963 INFO:teuthology.orchestra.run.smithi107.stdout:Relocations : (not relocatable) 2023-07-12T14:52:32.963 INFO:teuthology.orchestra.run.smithi107.stdout:Packager : CentOS BuildSystem 2023-07-12T14:52:32.963 INFO:teuthology.orchestra.run.smithi107.stdout:Vendor : CentOS 2023-07-12T14:52:32.963 INFO:teuthology.orchestra.run.smithi107.stdout:URL : http://www.gnu.org/software/grub/ 2023-07-12T14:52:32.963 INFO:teuthology.orchestra.run.smithi107.stdout:Summary : Support tools for GRUB. 2023-07-12T14:52:32.964 INFO:teuthology.orchestra.run.smithi107.stdout:Description : 2023-07-12T14:52:32.964 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-07-12T14:52:32.964 INFO:teuthology.orchestra.run.smithi107.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-07-12T14:52:32.964 INFO:teuthology.orchestra.run.smithi107.stdout:customizable bootloader with modular architecture. It supports a rich 2023-07-12T14:52:32.964 INFO:teuthology.orchestra.run.smithi107.stdout:variety of kernel formats, file systems, computer architectures and 2023-07-12T14:52:32.964 INFO:teuthology.orchestra.run.smithi107.stdout:hardware devices. 2023-07-12T14:52:32.964 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-07-12T14:52:32.965 INFO:teuthology.orchestra.run.smithi107.stdout:This subpackage provides tools for support of all platforms. 2023-07-12T14:52:32.965 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-07-12T14:52:32.965 INFO:teuthology.task.kernel:Updating grub on smithi107 to boot 4.18.0-500.el8.x86_64 2023-07-12T14:52:32.966 DEBUG:teuthology.orchestra.run.smithi107:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-07-12T14:52:34.628 INFO:teuthology.orchestra.run.smithi107.stderr:Generating grub configuration file ... 2023-07-12T14:52:36.531 INFO:teuthology.orchestra.run.smithi107.stderr:done 2023-07-12T14:52:36.532 DEBUG:teuthology.orchestra.run.smithi107:> mktemp 2023-07-12T14:52:36.571 INFO:teuthology.orchestra.run.smithi107.stdout:/tmp/tmp.JbjJLn88lx 2023-07-12T14:52:36.571 DEBUG:teuthology.orchestra.run.smithi107:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.JbjJLn88lx 2023-07-12T14:52:36.663 DEBUG:teuthology.orchestra.run.smithi107:> sudo chmod 0666 /tmp/tmp.JbjJLn88lx 2023-07-12T14:52:36.764 DEBUG:teuthology.orchestra.remote:smithi107:/tmp/tmp.JbjJLn88lx is 6KB 2023-07-12T14:52:36.811 DEBUG:teuthology.orchestra.run.smithi107:> rm -fr /tmp/tmp.JbjJLn88lx 2023-07-12T14:52:36.828 DEBUG:teuthology.orchestra.run.smithi107:> sudo /bin/ls /boot/loader/entries || true 2023-07-12T14:52:36.895 INFO:teuthology.orchestra.run.smithi107.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-07-12T14:52:36.895 INFO:teuthology.orchestra.run.smithi107.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-07-12T14:52:36.895 INFO:teuthology.orchestra.run.smithi107.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-07-12T14:52:36.895 INFO:teuthology.orchestra.run.smithi107.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-500.el8.x86_64.conf 2023-07-12T14:52:36.896 DEBUG:teuthology.orchestra.run.smithi107:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-500.el8.x86_64 2023-07-12T14:52:37.093 DEBUG:teuthology.orchestra.run.smithi107:> sudo shutdown -r now 2023-07-12T14:53:07.096 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-07-12T14:53:07.097 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi107.front.sepia.ceph.com' 2023-07-12T14:53:07.098 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-07-12T14:53:25.488 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.107 2023-07-12T14:53:34.490 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi107.front.sepia.ceph.com' 2023-07-12T14:53:34.491 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-07-12T14:53:37.552 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.107 2023-07-12T14:53:49.553 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi107.front.sepia.ceph.com' 2023-07-12T14:53:49.554 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-07-12T14:54:07.984 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.107 2023-07-12T14:54:22.985 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi107.front.sepia.ceph.com' 2023-07-12T14:54:22.986 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-07-12T14:54:23.393 DEBUG:teuthology.orchestra.run.smithi107:> true 2023-07-12T14:54:23.645 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi107.front.sepia.ceph.com' 2023-07-12T14:54:23.646 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-500.el8.x86_64"... 2023-07-12T14:54:23.646 DEBUG:teuthology.orchestra.run.smithi107:> uname -r 2023-07-12T14:54:23.662 INFO:teuthology.orchestra.run.smithi107.stdout:4.18.0-500.el8.x86_64 2023-07-12T14:54:23.663 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-500.el8.x86_64 vs 4.18.0-500.el8.x86_64 2023-07-12T14:54:23.663 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-07-12T14:54:23.663 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-07-12T14:54:24.664 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-07-12T14:54:24.664 DEBUG:teuthology.orchestra.run.smithi107:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-07-12T14:54:24.888 INFO:teuthology.orchestra.run.smithi107.stdout:ttyS1 2023-07-12T14:54:24.922 DEBUG:teuthology.parallel:result is None 2023-07-12T14:58:20.287 INFO:teuthology.orchestra.run.smithi005.stdout:Extra Packages for Enterprise Linux 40 kB/s | 16 MB 06:39 2023-07-12T14:58:24.244 INFO:teuthology.orchestra.run.smithi005.stdout:lab-extras 403 kB/s | 24 kB 00:00 2023-07-12T14:58:27.569 INFO:teuthology.orchestra.run.smithi005.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-07-12T14:58:27.570 INFO:teuthology.orchestra.run.smithi005.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-07-12T14:58:27.821 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2023-07-12T14:58:27.823 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2023-07-12T14:58:27.823 INFO:teuthology.orchestra.run.smithi005.stdout: Package Architecture Version Repository Size 2023-07-12T14:58:27.823 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2023-07-12T14:58:27.824 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2023-07-12T14:58:27.824 INFO:teuthology.orchestra.run.smithi005.stdout: kernel x86_64 4.18.0-500.el8 baseos 9.8 M 2023-07-12T14:58:27.824 INFO:teuthology.orchestra.run.smithi005.stdout:Installing dependencies: 2023-07-12T14:58:27.824 INFO:teuthology.orchestra.run.smithi005.stdout: kernel-core x86_64 4.18.0-500.el8 baseos 43 M 2023-07-12T14:58:27.825 INFO:teuthology.orchestra.run.smithi005.stdout: kernel-modules x86_64 4.18.0-500.el8 baseos 35 M 2023-07-12T14:58:27.825 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-07-12T14:58:27.825 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2023-07-12T14:58:27.826 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2023-07-12T14:58:27.826 INFO:teuthology.orchestra.run.smithi005.stdout:Install 3 Packages 2023-07-12T14:58:27.826 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-07-12T14:58:27.827 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 88 M 2023-07-12T14:58:27.827 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 95 M 2023-07-12T14:58:27.827 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2023-07-12T14:58:29.171 INFO:teuthology.orchestra.run.smithi005.stdout:(1/3): kernel-4.18.0-500.el8.x86_64.rpm 7.5 MB/s | 9.8 MB 00:01 2023-07-12T14:58:30.554 INFO:teuthology.orchestra.run.smithi005.stdout:(2/3): kernel-modules-4.18.0-500.el8.x86_64.rpm 13 MB/s | 35 MB 00:02 2023-07-12T14:58:31.171 INFO:teuthology.orchestra.run.smithi005.stdout:(3/3): kernel-core-4.18.0-500.el8.x86_64.rpm 13 MB/s | 43 MB 00:03 2023-07-12T14:58:31.171 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2023-07-12T14:58:31.172 INFO:teuthology.orchestra.run.smithi005.stdout:Total 26 MB/s | 88 MB 00:03 2023-07-12T14:58:31.865 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2023-07-12T14:58:32.326 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2023-07-12T14:58:32.327 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2023-07-12T14:58:33.604 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2023-07-12T14:58:33.628 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2023-07-12T14:58:36.542 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2023-07-12T14:58:37.024 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : kernel-core-4.18.0-500.el8.x86_64 1/3 2023-07-12T14:58:40.781 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: kernel-core-4.18.0-500.el8.x86_64 1/3 2023-07-12T14:58:41.115 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : kernel-modules-4.18.0-500.el8.x86_64 2/3 2023-07-12T14:58:44.711 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: kernel-modules-4.18.0-500.el8.x86_64 2/3 2023-07-12T14:58:45.031 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : kernel-4.18.0-500.el8.x86_64 3/3 2023-07-12T14:59:08.198 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: kernel-core-4.18.0-500.el8.x86_64 3/3 2023-07-12T14:59:08.221 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: kernel-modules-4.18.0-500.el8.x86_64 3/3 2023-07-12T14:59:08.569 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: kernel-4.18.0-500.el8.x86_64 3/3 2023-07-12T14:59:08.570 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : kernel-4.18.0-500.el8.x86_64 1/3 2023-07-12T14:59:08.570 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : kernel-core-4.18.0-500.el8.x86_64 2/3 2023-07-12T14:59:09.251 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : kernel-modules-4.18.0-500.el8.x86_64 3/3 2023-07-12T14:59:09.251 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-07-12T14:59:09.251 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2023-07-12T14:59:09.251 INFO:teuthology.orchestra.run.smithi005.stdout: kernel-4.18.0-500.el8.x86_64 kernel-core-4.18.0-500.el8.x86_64 2023-07-12T14:59:09.252 INFO:teuthology.orchestra.run.smithi005.stdout: kernel-modules-4.18.0-500.el8.x86_64 2023-07-12T14:59:09.252 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-07-12T14:59:09.252 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2023-07-12T14:59:09.390 DEBUG:teuthology.orchestra.run.smithi005:> rpm -q kernel | sort -rV | head -n 1 2023-07-12T14:59:09.656 INFO:teuthology.orchestra.run.smithi005.stdout:kernel-4.18.0-500.el8.x86_64 2023-07-12T14:59:09.657 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-500.el8.x86_64 2023-07-12T14:59:09.657 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-500.el8.x86_64 2023-07-12T14:59:09.658 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-07-12T14:59:09.658 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-07-12T14:59:09.658 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-07-12T14:59:09.659 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi005.front.sepia.ceph.com, path=None, version=distro) 2023-07-12T14:59:09.659 DEBUG:teuthology.orchestra.run.smithi005:> rpm -q kernel | sort -rV | head -n 1 2023-07-12T14:59:09.876 INFO:teuthology.orchestra.run.smithi005.stdout:kernel-4.18.0-500.el8.x86_64 2023-07-12T14:59:09.876 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-500.el8.x86_64 2023-07-12T14:59:09.876 DEBUG:teuthology.orchestra.run.smithi005:> sudo rpm -qi grub2-tools 2023-07-12T14:59:09.911 INFO:teuthology.orchestra.run.smithi005.stdout:Name : grub2-tools 2023-07-12T14:59:09.911 INFO:teuthology.orchestra.run.smithi005.stdout:Epoch : 1 2023-07-12T14:59:09.911 INFO:teuthology.orchestra.run.smithi005.stdout:Version : 2.02 2023-07-12T14:59:09.911 INFO:teuthology.orchestra.run.smithi005.stdout:Release : 129.el8 2023-07-12T14:59:09.912 INFO:teuthology.orchestra.run.smithi005.stdout:Architecture: x86_64 2023-07-12T14:59:09.912 INFO:teuthology.orchestra.run.smithi005.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-07-12T14:59:09.912 INFO:teuthology.orchestra.run.smithi005.stdout:Group : System Environment/Base 2023-07-12T14:59:09.912 INFO:teuthology.orchestra.run.smithi005.stdout:Size : 9265586 2023-07-12T14:59:09.912 INFO:teuthology.orchestra.run.smithi005.stdout:License : GPLv3+ 2023-07-12T14:59:09.912 INFO:teuthology.orchestra.run.smithi005.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-07-12T14:59:09.913 INFO:teuthology.orchestra.run.smithi005.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-07-12T14:59:09.913 INFO:teuthology.orchestra.run.smithi005.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-07-12T14:59:09.913 INFO:teuthology.orchestra.run.smithi005.stdout:Build Host : kbuilder.bsys.centos.org 2023-07-12T14:59:09.913 INFO:teuthology.orchestra.run.smithi005.stdout:Relocations : (not relocatable) 2023-07-12T14:59:09.913 INFO:teuthology.orchestra.run.smithi005.stdout:Packager : CentOS BuildSystem 2023-07-12T14:59:09.913 INFO:teuthology.orchestra.run.smithi005.stdout:Vendor : CentOS 2023-07-12T14:59:09.913 INFO:teuthology.orchestra.run.smithi005.stdout:URL : http://www.gnu.org/software/grub/ 2023-07-12T14:59:09.913 INFO:teuthology.orchestra.run.smithi005.stdout:Summary : Support tools for GRUB. 2023-07-12T14:59:09.914 INFO:teuthology.orchestra.run.smithi005.stdout:Description : 2023-07-12T14:59:09.914 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-07-12T14:59:09.914 INFO:teuthology.orchestra.run.smithi005.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-07-12T14:59:09.914 INFO:teuthology.orchestra.run.smithi005.stdout:customizable bootloader with modular architecture. It supports a rich 2023-07-12T14:59:09.914 INFO:teuthology.orchestra.run.smithi005.stdout:variety of kernel formats, file systems, computer architectures and 2023-07-12T14:59:09.914 INFO:teuthology.orchestra.run.smithi005.stdout:hardware devices. 2023-07-12T14:59:09.914 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-07-12T14:59:09.914 INFO:teuthology.orchestra.run.smithi005.stdout:This subpackage provides tools for support of all platforms. 2023-07-12T14:59:09.915 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-07-12T14:59:09.916 INFO:teuthology.task.kernel:Updating grub on smithi005 to boot 4.18.0-500.el8.x86_64 2023-07-12T14:59:09.916 DEBUG:teuthology.orchestra.run.smithi005:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-07-12T14:59:11.497 INFO:teuthology.orchestra.run.smithi005.stderr:Generating grub configuration file ... 2023-07-12T14:59:13.253 INFO:teuthology.orchestra.run.smithi005.stderr:done 2023-07-12T14:59:13.254 DEBUG:teuthology.orchestra.run.smithi005:> mktemp 2023-07-12T14:59:13.279 INFO:teuthology.orchestra.run.smithi005.stdout:/tmp/tmp.1RBfD6vIoT 2023-07-12T14:59:13.280 DEBUG:teuthology.orchestra.run.smithi005:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.1RBfD6vIoT 2023-07-12T14:59:13.351 DEBUG:teuthology.orchestra.run.smithi005:> sudo chmod 0666 /tmp/tmp.1RBfD6vIoT 2023-07-12T14:59:13.489 DEBUG:teuthology.orchestra.remote:smithi005:/tmp/tmp.1RBfD6vIoT is 6KB 2023-07-12T14:59:13.540 DEBUG:teuthology.orchestra.run.smithi005:> rm -fr /tmp/tmp.1RBfD6vIoT 2023-07-12T14:59:13.559 DEBUG:teuthology.orchestra.run.smithi005:> sudo /bin/ls /boot/loader/entries || true 2023-07-12T14:59:13.641 INFO:teuthology.orchestra.run.smithi005.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-07-12T14:59:13.642 INFO:teuthology.orchestra.run.smithi005.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-07-12T14:59:13.642 INFO:teuthology.orchestra.run.smithi005.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-07-12T14:59:13.642 INFO:teuthology.orchestra.run.smithi005.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-500.el8.x86_64.conf 2023-07-12T14:59:13.643 DEBUG:teuthology.orchestra.run.smithi005:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-500.el8.x86_64 2023-07-12T14:59:13.764 DEBUG:teuthology.orchestra.run.smithi005:> sudo shutdown -r now 2023-07-12T14:59:43.766 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-07-12T14:59:43.767 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi005.front.sepia.ceph.com' 2023-07-12T14:59:43.768 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi005.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-07-12T15:00:02.292 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.5 2023-07-12T15:00:11.293 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi005.front.sepia.ceph.com' 2023-07-12T15:00:11.294 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi005.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-07-12T15:00:14.352 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.5 2023-07-12T15:00:26.353 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi005.front.sepia.ceph.com' 2023-07-12T15:00:26.354 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi005.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-07-12T15:00:58.199 DEBUG:teuthology.orchestra.run.smithi005:> true 2023-07-12T15:00:58.484 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi005.front.sepia.ceph.com' 2023-07-12T15:00:58.484 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-500.el8.x86_64"... 2023-07-12T15:00:58.484 DEBUG:teuthology.orchestra.run.smithi005:> uname -r 2023-07-12T15:00:58.545 INFO:teuthology.orchestra.run.smithi005.stdout:4.18.0-500.el8.x86_64 2023-07-12T15:00:58.545 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-500.el8.x86_64 vs 4.18.0-500.el8.x86_64 2023-07-12T15:00:58.545 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-07-12T15:00:58.546 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-07-12T15:00:59.546 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-07-12T15:00:59.547 DEBUG:teuthology.orchestra.run.smithi005:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-07-12T15:00:59.623 INFO:teuthology.orchestra.run.smithi005.stdout:ttyS1 2023-07-12T15:00:59.643 DEBUG:teuthology.parallel:result is None 2023-07-12T15:00:59.644 INFO:teuthology.run_tasks:Running task internal.base... 2023-07-12T15:00:59.652 INFO:teuthology.task.internal:Creating test directory... 2023-07-12T15:00:59.652 DEBUG:teuthology.orchestra.run.smithi005:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-07-12T15:00:59.654 DEBUG:teuthology.orchestra.run.smithi107:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-07-12T15:00:59.677 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-07-12T15:00:59.687 INFO:teuthology.run_tasks:Running task internal.archive... 2023-07-12T15:00:59.696 INFO:teuthology.task.internal:Creating archive directory... 2023-07-12T15:00:59.697 DEBUG:teuthology.orchestra.run.smithi005:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-07-12T15:00:59.722 DEBUG:teuthology.orchestra.run.smithi107:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-07-12T15:00:59.754 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-07-12T15:00:59.761 INFO:teuthology.task.internal:Enabling coredump saving... 2023-07-12T15:00:59.761 DEBUG:teuthology.orchestra.run.smithi005:> 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-07-12T15:00:59.796 DEBUG:teuthology.orchestra.run.smithi107:> 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-07-12T15:00:59.840 INFO:teuthology.orchestra.run.smithi107.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-07-12T15:00:59.842 INFO:teuthology.orchestra.run.smithi005.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-07-12T15:00:59.851 INFO:teuthology.orchestra.run.smithi107.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-07-12T15:00:59.853 INFO:teuthology.orchestra.run.smithi005.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-07-12T15:00:59.855 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-07-12T15:00:59.862 INFO:teuthology.task.internal:Configuring sudo... 2023-07-12T15:00:59.863 DEBUG:teuthology.orchestra.run.smithi005:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-07-12T15:00:59.865 DEBUG:teuthology.orchestra.run.smithi107:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-07-12T15:00:59.895 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-07-12T15:00:59.907 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-07-12T15:00:59.908 DEBUG:teuthology.orchestra.run.smithi005:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-07-12T15:00:59.941 DEBUG:teuthology.orchestra.run.smithi107:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-07-12T15:00:59.960 DEBUG:teuthology.orchestra.run.smithi005:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-07-12T15:01:00.052 DEBUG:teuthology.orchestra.run.smithi005:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-07-12T15:01:00.121 DEBUG:teuthology.orchestra.run.smithi005:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-07-12T15:01:00.166 DEBUG:teuthology.orchestra.run.smithi005:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-07-12T15:01:00.214 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2023-07-12T15:01:00.214 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-07-12T15:01:00.285 DEBUG:teuthology.orchestra.run.smithi107:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-07-12T15:01:00.335 DEBUG:teuthology.orchestra.run.smithi107:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-07-12T15:01:00.400 DEBUG:teuthology.orchestra.run.smithi107:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-07-12T15:01:00.448 DEBUG:teuthology.orchestra.run.smithi107:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-07-12T15:01:00.492 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2023-07-12T15:01:00.492 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-07-12T15:01:00.561 DEBUG:teuthology.orchestra.run.smithi005:> sudo service rsyslog restart 2023-07-12T15:01:00.563 DEBUG:teuthology.orchestra.run.smithi107:> sudo service rsyslog restart 2023-07-12T15:01:00.626 INFO:teuthology.orchestra.run.smithi005.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-07-12T15:01:00.683 INFO:teuthology.orchestra.run.smithi107.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-07-12T15:01:01.088 INFO:teuthology.run_tasks:Running task internal.timer... 2023-07-12T15:01:01.097 INFO:teuthology.task.internal:Starting timer... 2023-07-12T15:01:01.097 INFO:teuthology.run_tasks:Running task pcp... 2023-07-12T15:01:01.107 INFO:teuthology.run_tasks:Running task selinux... 2023-07-12T15:01:01.117 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-07-12T15:01:01.118 DEBUG:teuthology.orchestra.run.smithi005:> sudo service auditd rotate 2023-07-12T15:01:01.223 INFO:teuthology.orchestra.run.smithi005.stdout:Rotating logs: 2023-07-12T15:01:01.225 DEBUG:teuthology.orchestra.run.smithi107:> sudo service auditd rotate 2023-07-12T15:01:01.302 INFO:teuthology.orchestra.run.smithi107.stdout:Rotating logs: 2023-07-12T15:01:01.304 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-07-12T15:01:01.304 DEBUG:teuthology.orchestra.run.smithi005:> /usr/sbin/getenforce 2023-07-12T15:01:01.331 INFO:teuthology.orchestra.run.smithi005.stdout:Permissive 2023-07-12T15:01:01.332 DEBUG:teuthology.orchestra.run.smithi107:> /usr/sbin/getenforce 2023-07-12T15:01:01.358 INFO:teuthology.orchestra.run.smithi107.stdout:Permissive 2023-07-12T15:01:01.358 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi005.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi107.front.sepia.ceph.com': 'permissive'} 2023-07-12T15:01:01.359 DEBUG:teuthology.orchestra.run.smithi005:> 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-07-12T15:01:01.403 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-07-12T15:01:01.404 DEBUG:teuthology.orchestra.run.smithi107:> 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-07-12T15:01:01.431 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-07-12T15:01:01.432 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-07-12T15:01:01.432 DEBUG:teuthology.orchestra.run.smithi005:> sudo /usr/sbin/setenforce permissive 2023-07-12T15:01:01.482 DEBUG:teuthology.orchestra.run.smithi107:> sudo /usr/sbin/setenforce permissive 2023-07-12T15:01:01.510 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-07-12T15:01:01.524 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-07-12T15:01:01.525 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-07-12T15:01:01.554 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-07-12T15:01:01.555 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi005.front.sepia.ceph.com,smithi107.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-07-12T15:08:28.837 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi005.front.sepia.ceph.com'), Remote(name='ubuntu@smithi107.front.sepia.ceph.com')] 2023-07-12T15:08:28.839 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi005.front.sepia.ceph.com' 2023-07-12T15:08:28.841 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi005.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-07-12T15:08:28.911 DEBUG:teuthology.orchestra.run.smithi005:> true 2023-07-12T15:08:28.980 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi005.front.sepia.ceph.com' 2023-07-12T15:08:28.980 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi107.front.sepia.ceph.com' 2023-07-12T15:08:28.981 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-07-12T15:08:29.052 DEBUG:teuthology.orchestra.run.smithi107:> true 2023-07-12T15:08:29.123 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi107.front.sepia.ceph.com' 2023-07-12T15:08:29.123 INFO:teuthology.run_tasks:Running task clock... 2023-07-12T15:08:29.138 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-07-12T15:08:29.139 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-07-12T15:08:29.140 DEBUG:teuthology.orchestra.run.smithi005:> 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-07-12T15:08:29.142 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-07-12T15:08:29.143 DEBUG:teuthology.orchestra.run.smithi107:> 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-07-12T15:08:29.177 INFO:teuthology.orchestra.run.smithi005.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-07-12T15:08:29.193 INFO:teuthology.orchestra.run.smithi005.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-07-12T15:08:29.196 INFO:teuthology.orchestra.run.smithi107.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-07-12T15:08:29.210 INFO:teuthology.orchestra.run.smithi107.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-07-12T15:08:29.260 INFO:teuthology.orchestra.run.smithi005.stderr:sudo: ntpd: command not found 2023-07-12T15:08:29.271 INFO:teuthology.orchestra.run.smithi005.stdout:506 Cannot talk to daemon 2023-07-12T15:08:29.284 INFO:teuthology.orchestra.run.smithi107.stderr:sudo: ntpd: command not found 2023-07-12T15:08:29.286 INFO:teuthology.orchestra.run.smithi005.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-07-12T15:08:29.296 INFO:teuthology.orchestra.run.smithi107.stdout:506 Cannot talk to daemon 2023-07-12T15:08:29.300 INFO:teuthology.orchestra.run.smithi005.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-07-12T15:08:29.310 INFO:teuthology.orchestra.run.smithi107.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-07-12T15:08:29.324 INFO:teuthology.orchestra.run.smithi107.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-07-12T15:08:29.366 INFO:teuthology.orchestra.run.smithi005.stderr:bash: ntpq: command not found 2023-07-12T15:08:29.369 INFO:teuthology.orchestra.run.smithi005.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-07-12T15:08:29.369 INFO:teuthology.orchestra.run.smithi005.stdout:=============================================================================== 2023-07-12T15:08:29.369 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-07-12T15:08:29.369 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-07-12T15:08:29.369 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-07-12T15:08:29.370 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-07-12T15:08:29.391 INFO:teuthology.orchestra.run.smithi107.stderr:bash: ntpq: command not found 2023-07-12T15:08:29.394 INFO:teuthology.orchestra.run.smithi107.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-07-12T15:08:29.394 INFO:teuthology.orchestra.run.smithi107.stdout:=============================================================================== 2023-07-12T15:08:29.395 INFO:teuthology.orchestra.run.smithi107.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-07-12T15:08:29.395 INFO:teuthology.orchestra.run.smithi107.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-07-12T15:08:29.395 INFO:teuthology.orchestra.run.smithi107.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-07-12T15:08:29.395 INFO:teuthology.orchestra.run.smithi107.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-07-12T15:08:29.397 INFO:teuthology.run_tasks:Running task pexec... 2023-07-12T15:08:29.407 INFO:teuthology.task.pexec:Executing custom commands... 2023-07-12T15:08:29.407 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi005.front.sepia.ceph.com 2023-07-12T15:08:29.408 DEBUG:teuthology.orchestra.run.smithi005:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-07-12T15:08:29.408 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi107.front.sepia.ceph.com 2023-07-12T15:08:29.409 DEBUG:teuthology.orchestra.run.smithi107:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-07-12T15:08:30.293 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:49 ago on Wed 12 Jul 2023 03:06:41 PM UTC. 2023-07-12T15:08:30.308 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:33 ago on Wed 12 Jul 2023 03:06:57 PM UTC. 2023-07-12T15:08:31.950 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2023-07-12T15:08:31.951 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2023-07-12T15:08:31.951 INFO:teuthology.orchestra.run.smithi107.stdout: Package Architecture Version Repository Size 2023-07-12T15:08:31.951 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2023-07-12T15:08:31.951 INFO:teuthology.orchestra.run.smithi107.stdout:Resetting modules: 2023-07-12T15:08:31.952 INFO:teuthology.orchestra.run.smithi107.stdout: container-tools 2023-07-12T15:08:31.952 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-07-12T15:08:31.952 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2023-07-12T15:08:31.952 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2023-07-12T15:08:31.952 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-07-12T15:08:32.145 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2023-07-12T15:08:32.146 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2023-07-12T15:08:32.146 INFO:teuthology.orchestra.run.smithi005.stdout: Package Architecture Version Repository Size 2023-07-12T15:08:32.146 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2023-07-12T15:08:32.146 INFO:teuthology.orchestra.run.smithi005.stdout:Resetting modules: 2023-07-12T15:08:32.146 INFO:teuthology.orchestra.run.smithi005.stdout: container-tools 2023-07-12T15:08:32.147 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-07-12T15:08:32.147 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2023-07-12T15:08:32.147 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2023-07-12T15:08:32.147 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-07-12T15:08:32.193 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2023-07-12T15:08:32.405 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2023-07-12T15:08:33.107 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:51 ago on Wed 12 Jul 2023 03:06:41 PM UTC. 2023-07-12T15:08:33.338 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:36 ago on Wed 12 Jul 2023 03:06:57 PM UTC. 2023-07-12T15:08:34.780 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2023-07-12T15:08:34.910 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2023-07-12T15:08:34.910 INFO:teuthology.orchestra.run.smithi107.stdout: Package Arch Version Repository Size 2023-07-12T15:08:34.911 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2023-07-12T15:08:34.911 INFO:teuthology.orchestra.run.smithi107.stdout:Installing group/module packages: 2023-07-12T15:08:34.911 INFO:teuthology.orchestra.run.smithi107.stdout: aardvark-dns x86_64 2:1.6.0-1.module_el8+454+d7ef4b8d appstream 1.0 M 2023-07-12T15:08:34.912 INFO:teuthology.orchestra.run.smithi107.stdout: buildah x86_64 1:1.30.0-2.module_el8+460+8cac93c8 appstream 8.7 M 2023-07-12T15:08:34.912 INFO:teuthology.orchestra.run.smithi107.stdout: cockpit-podman noarch 70-1.module_el8+454+d7ef4b8d appstream 790 k 2023-07-12T15:08:34.912 INFO:teuthology.orchestra.run.smithi107.stdout: crun x86_64 1.8.5-1.module_el8+454+d7ef4b8d appstream 235 k 2023-07-12T15:08:34.912 INFO:teuthology.orchestra.run.smithi107.stdout: netavark x86_64 2:1.6.0-1.module_el8+454+d7ef4b8d appstream 3.6 M 2023-07-12T15:08:34.913 INFO:teuthology.orchestra.run.smithi107.stdout: python3-podman noarch 4.5.1-1.module_el8+454+d7ef4b8d appstream 177 k 2023-07-12T15:08:34.913 INFO:teuthology.orchestra.run.smithi107.stdout: skopeo x86_64 2:1.12.0-2.module_el8+460+8cac93c8 appstream 8.3 M 2023-07-12T15:08:34.913 INFO:teuthology.orchestra.run.smithi107.stdout: toolbox x86_64 0.0.99.4-1.module_el8+454+d7ef4b8d appstream 2.5 M 2023-07-12T15:08:34.914 INFO:teuthology.orchestra.run.smithi107.stdout: udica noarch 0.2.6-4.module_el8+454+d7ef4b8d appstream 52 k 2023-07-12T15:08:34.914 INFO:teuthology.orchestra.run.smithi107.stdout:Installing dependencies: 2023-07-12T15:08:34.914 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-07-12T15:08:34.914 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-07-12T15:08:34.915 INFO:teuthology.orchestra.run.smithi107.stdout: yajl x86_64 2.1.0-11.el8 appstream 41 k 2023-07-12T15:08:34.915 INFO:teuthology.orchestra.run.smithi107.stdout:Installing weak dependencies: 2023-07-12T15:08:34.915 INFO:teuthology.orchestra.run.smithi107.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-07-12T15:08:34.915 INFO:teuthology.orchestra.run.smithi107.stdout:Installing module profiles: 2023-07-12T15:08:34.916 INFO:teuthology.orchestra.run.smithi107.stdout: container-tools/common 2023-07-12T15:08:34.916 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-07-12T15:08:34.917 INFO:teuthology.orchestra.run.smithi107.stdout:Enabling module streams: 2023-07-12T15:08:34.917 INFO:teuthology.orchestra.run.smithi107.stdout: container-tools rhel8 2023-07-12T15:08:34.917 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-07-12T15:08:34.918 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2023-07-12T15:08:34.918 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2023-07-12T15:08:34.918 INFO:teuthology.orchestra.run.smithi107.stdout:Install 13 Packages 2023-07-12T15:08:34.919 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-07-12T15:08:34.920 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 26 M 2023-07-12T15:08:34.920 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 87 M 2023-07-12T15:08:34.921 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2023-07-12T15:08:35.108 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2023-07-12T15:08:35.247 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2023-07-12T15:08:35.247 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repository Size 2023-07-12T15:08:35.248 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2023-07-12T15:08:35.248 INFO:teuthology.orchestra.run.smithi005.stdout:Installing group/module packages: 2023-07-12T15:08:35.248 INFO:teuthology.orchestra.run.smithi005.stdout: aardvark-dns x86_64 2:1.6.0-1.module_el8+454+d7ef4b8d appstream 1.0 M 2023-07-12T15:08:35.248 INFO:teuthology.orchestra.run.smithi005.stdout: buildah x86_64 1:1.30.0-2.module_el8+460+8cac93c8 appstream 8.7 M 2023-07-12T15:08:35.248 INFO:teuthology.orchestra.run.smithi005.stdout: cockpit-podman noarch 70-1.module_el8+454+d7ef4b8d appstream 790 k 2023-07-12T15:08:35.248 INFO:teuthology.orchestra.run.smithi005.stdout: crun x86_64 1.8.5-1.module_el8+454+d7ef4b8d appstream 235 k 2023-07-12T15:08:35.248 INFO:teuthology.orchestra.run.smithi005.stdout: netavark x86_64 2:1.6.0-1.module_el8+454+d7ef4b8d appstream 3.6 M 2023-07-12T15:08:35.249 INFO:teuthology.orchestra.run.smithi005.stdout: python3-podman noarch 4.5.1-1.module_el8+454+d7ef4b8d appstream 177 k 2023-07-12T15:08:35.249 INFO:teuthology.orchestra.run.smithi005.stdout: skopeo x86_64 2:1.12.0-2.module_el8+460+8cac93c8 appstream 8.3 M 2023-07-12T15:08:35.249 INFO:teuthology.orchestra.run.smithi005.stdout: toolbox x86_64 0.0.99.4-1.module_el8+454+d7ef4b8d appstream 2.5 M 2023-07-12T15:08:35.249 INFO:teuthology.orchestra.run.smithi005.stdout: udica noarch 0.2.6-4.module_el8+454+d7ef4b8d appstream 52 k 2023-07-12T15:08:35.249 INFO:teuthology.orchestra.run.smithi005.stdout:Installing dependencies: 2023-07-12T15:08:35.249 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-07-12T15:08:35.250 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-07-12T15:08:35.250 INFO:teuthology.orchestra.run.smithi005.stdout: yajl x86_64 2.1.0-11.el8 appstream 41 k 2023-07-12T15:08:35.250 INFO:teuthology.orchestra.run.smithi005.stdout:Installing weak dependencies: 2023-07-12T15:08:35.250 INFO:teuthology.orchestra.run.smithi005.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-07-12T15:08:35.251 INFO:teuthology.orchestra.run.smithi005.stdout:Installing module profiles: 2023-07-12T15:08:35.251 INFO:teuthology.orchestra.run.smithi005.stdout: container-tools/common 2023-07-12T15:08:35.251 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-07-12T15:08:35.251 INFO:teuthology.orchestra.run.smithi005.stdout:Enabling module streams: 2023-07-12T15:08:35.252 INFO:teuthology.orchestra.run.smithi005.stdout: container-tools rhel8 2023-07-12T15:08:35.252 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-07-12T15:08:35.252 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2023-07-12T15:08:35.252 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2023-07-12T15:08:35.252 INFO:teuthology.orchestra.run.smithi005.stdout:Install 13 Packages 2023-07-12T15:08:35.252 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-07-12T15:08:35.253 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 26 M 2023-07-12T15:08:35.253 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 87 M 2023-07-12T15:08:35.253 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2023-07-12T15:08:35.659 INFO:teuthology.orchestra.run.smithi107.stdout:(1/13): cockpit-podman-70-1.module_el8+454+d7ef 1.4 MB/s | 790 kB 00:00 2023-07-12T15:08:35.718 INFO:teuthology.orchestra.run.smithi107.stdout:(2/13): aardvark-dns-1.6.0-1.module_el8+454+d7e 1.6 MB/s | 1.0 MB 00:00 2023-07-12T15:08:35.760 INFO:teuthology.orchestra.run.smithi107.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 378 kB/s | 38 kB 00:00 2023-07-12T15:08:35.818 INFO:teuthology.orchestra.run.smithi107.stdout:(4/13): crun-1.8.5-1.module_el8+454+d7ef4b8d.x8 2.3 MB/s | 235 kB 00:00 2023-07-12T15:08:35.935 INFO:teuthology.orchestra.run.smithi107.stdout:(5/13): python3-podman-4.5.1-1.module_el8+454+d 1.5 MB/s | 177 kB 00:00 2023-07-12T15:08:36.010 INFO:teuthology.orchestra.run.smithi005.stdout:(1/13): cockpit-podman-70-1.module_el8+454+d7ef 1.4 MB/s | 790 kB 00:00 2023-07-12T15:08:36.036 INFO:teuthology.orchestra.run.smithi107.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 248 kB/s | 25 kB 00:00 2023-07-12T15:08:36.069 INFO:teuthology.orchestra.run.smithi005.stdout:(2/13): aardvark-dns-1.6.0-1.module_el8+454+d7e 1.6 MB/s | 1.0 MB 00:00 2023-07-12T15:08:36.102 INFO:teuthology.orchestra.run.smithi005.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 412 kB/s | 38 kB 00:00 2023-07-12T15:08:36.145 INFO:teuthology.orchestra.run.smithi107.stdout:(7/13): buildah-1.30.0-2.module_el8+460+8cac93c 8.3 MB/s | 8.7 MB 00:01 2023-07-12T15:08:36.200 INFO:teuthology.orchestra.run.smithi005.stdout:(4/13): crun-1.8.5-1.module_el8+454+d7ef4b8d.x8 1.8 MB/s | 235 kB 00:00 2023-07-12T15:08:36.228 INFO:teuthology.orchestra.run.smithi107.stdout:(8/13): netavark-1.6.0-1.module_el8+454+d7ef4b8 7.8 MB/s | 3.6 MB 00:00 2023-07-12T15:08:36.261 INFO:teuthology.orchestra.run.smithi107.stdout:(9/13): python3-pyxdg-0.25-16.el8.noarch.rpm 416 kB/s | 94 kB 00:00 2023-07-12T15:08:36.304 INFO:teuthology.orchestra.run.smithi005.stdout:(5/13): python3-podman-4.5.1-1.module_el8+454+d 1.7 MB/s | 177 kB 00:00 2023-07-12T15:08:36.362 INFO:teuthology.orchestra.run.smithi107.stdout:(10/13): udica-0.2.6-4.module_el8+454+d7ef4b8d. 525 kB/s | 52 kB 00:00 2023-07-12T15:08:36.412 INFO:teuthology.orchestra.run.smithi005.stdout:(6/13): netavark-1.6.0-1.module_el8+454+d7ef4b8 12 MB/s | 3.6 MB 00:00 2023-07-12T15:08:36.429 INFO:teuthology.orchestra.run.smithi107.stdout:(11/13): toolbox-0.0.99.4-1.module_el8+454+d7ef 13 MB/s | 2.5 MB 00:00 2023-07-12T15:08:36.429 INFO:teuthology.orchestra.run.smithi005.stdout:(7/13): python3-pytoml-0.1.14-5.git7dea353.el8. 198 kB/s | 25 kB 00:00 2023-07-12T15:08:36.454 INFO:teuthology.orchestra.run.smithi107.stdout:(12/13): yajl-2.1.0-11.el8.x86_64.rpm 444 kB/s | 41 kB 00:00 2023-07-12T15:08:36.529 INFO:teuthology.orchestra.run.smithi005.stdout:(8/13): buildah-1.30.0-2.module_el8+460+8cac93c 8.1 MB/s | 8.7 MB 00:01 2023-07-12T15:08:36.546 INFO:teuthology.orchestra.run.smithi005.stdout:(9/13): python3-pyxdg-0.25-16.el8.noarch.rpm 701 kB/s | 94 kB 00:00 2023-07-12T15:08:36.579 INFO:teuthology.orchestra.run.smithi107.stdout:(13/13): skopeo-1.12.0-2.module_el8+460+8cac93c 19 MB/s | 8.3 MB 00:00 2023-07-12T15:08:36.580 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2023-07-12T15:08:36.580 INFO:teuthology.orchestra.run.smithi107.stdout:Total 15 MB/s | 26 MB 00:01 2023-07-12T15:08:36.671 INFO:teuthology.orchestra.run.smithi005.stdout:(10/13): toolbox-0.0.99.4-1.module_el8+454+d7ef 18 MB/s | 2.5 MB 00:00 2023-07-12T15:08:36.697 INFO:teuthology.orchestra.run.smithi005.stdout:(11/13): udica-0.2.6-4.module_el8+454+d7ef4b8d. 349 kB/s | 52 kB 00:00 2023-07-12T15:08:36.780 INFO:teuthology.orchestra.run.smithi005.stdout:(12/13): yajl-2.1.0-11.el8.x86_64.rpm 376 kB/s | 41 kB 00:00 2023-07-12T15:08:36.844 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2023-07-12T15:08:36.865 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2023-07-12T15:08:36.865 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2023-07-12T15:08:36.939 INFO:teuthology.orchestra.run.smithi005.stdout:(13/13): skopeo-1.12.0-2.module_el8+460+8cac93c 16 MB/s | 8.3 MB 00:00 2023-07-12T15:08:36.940 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2023-07-12T15:08:36.940 INFO:teuthology.orchestra.run.smithi005.stdout:Total 15 MB/s | 26 MB 00:01 2023-07-12T15:08:37.130 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2023-07-12T15:08:37.134 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2023-07-12T15:08:37.215 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2023-07-12T15:08:37.238 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2023-07-12T15:08:37.238 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2023-07-12T15:08:37.510 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2023-07-12T15:08:37.514 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2023-07-12T15:08:37.877 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2023-07-12T15:08:38.062 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : yajl-2.1.0-11.el8.x86_64 1/13 2023-07-12T15:08:38.228 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2023-07-12T15:08:38.257 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-07-12T15:08:38.409 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : yajl-2.1.0-11.el8.x86_64 1/13 2023-07-12T15:08:38.442 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-07-12T15:08:38.594 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-07-12T15:08:38.691 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-07-12T15:08:38.781 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-07-12T15:08:39.008 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-07-12T15:08:39.239 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : aardvark-dns-2:1.6.0-1.module_el8+454+d7ef4b8d.x86 5/13 2023-07-12T15:08:39.582 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : aardvark-dns-2:1.6.0-1.module_el8+454+d7ef4b8d.x86 5/13 2023-07-12T15:08:40.172 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : netavark-2:1.6.0-1.module_el8+454+d7ef4b8d.x86_64 6/13 2023-07-12T15:08:40.402 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : buildah-1:1.30.0-2.module_el8+460+8cac93c8.x86_64 7/13 2023-07-12T15:08:40.556 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : netavark-2:1.6.0-1.module_el8+454+d7ef4b8d.x86_64 6/13 2023-07-12T15:08:40.649 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : crun-1.8.5-1.module_el8+454+d7ef4b8d.x86_64 8/13 2023-07-12T15:08:40.804 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : buildah-1:1.30.0-2.module_el8+460+8cac93c8.x86_64 7/13 2023-07-12T15:08:40.936 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-podman-4.5.1-1.module_el8+454+d7ef4b8d.noa 9/13 2023-07-12T15:08:41.009 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : crun-1.8.5-1.module_el8+454+d7ef4b8d.x86_64 8/13 2023-07-12T15:08:41.240 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-podman-4.5.1-1.module_el8+454+d7ef4b8d.noa 9/13 2023-07-12T15:08:41.329 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : udica-0.2.6-4.module_el8+454+d7ef4b8d.noarch 10/13 2023-07-12T15:08:41.676 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : udica-0.2.6-4.module_el8+454+d7ef4b8d.noarch 10/13 2023-07-12T15:08:42.220 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : toolbox-0.0.99.4-1.module_el8+454+d7ef4b8d.x86_64 11/13 2023-07-12T15:08:42.438 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : skopeo-2:1.12.0-2.module_el8+460+8cac93c8.x86_64 12/13 2023-07-12T15:08:42.601 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : toolbox-0.0.99.4-1.module_el8+454+d7ef4b8d.x86_64 11/13 2023-07-12T15:08:42.656 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : cockpit-podman-70-1.module_el8+454+d7ef4b8d.noarch 13/13 2023-07-12T15:08:42.819 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : skopeo-2:1.12.0-2.module_el8+460+8cac93c8.x86_64 12/13 2023-07-12T15:08:43.018 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : cockpit-podman-70-1.module_el8+454+d7ef4b8d.noarch 13/13 2023-07-12T15:08:43.080 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: cockpit-podman-70-1.module_el8+454+d7ef4b8d.noarch 13/13 2023-07-12T15:08:43.081 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : aardvark-dns-2:1.6.0-1.module_el8+454+d7ef4b8d.x86 1/13 2023-07-12T15:08:43.081 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : buildah-1:1.30.0-2.module_el8+460+8cac93c8.x86_64 2/13 2023-07-12T15:08:43.081 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : cockpit-podman-70-1.module_el8+454+d7ef4b8d.noarch 3/13 2023-07-12T15:08:43.081 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-07-12T15:08:43.081 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : crun-1.8.5-1.module_el8+454+d7ef4b8d.x86_64 5/13 2023-07-12T15:08:43.081 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : netavark-2:1.6.0-1.module_el8+454+d7ef4b8d.x86_64 6/13 2023-07-12T15:08:43.081 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-podman-4.5.1-1.module_el8+454+d7ef4b8d.noa 7/13 2023-07-12T15:08:43.082 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-07-12T15:08:43.082 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-07-12T15:08:43.082 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : skopeo-2:1.12.0-2.module_el8+460+8cac93c8.x86_64 10/13 2023-07-12T15:08:43.082 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : toolbox-0.0.99.4-1.module_el8+454+d7ef4b8d.x86_64 11/13 2023-07-12T15:08:43.082 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : udica-0.2.6-4.module_el8+454+d7ef4b8d.noarch 12/13 2023-07-12T15:08:43.485 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: cockpit-podman-70-1.module_el8+454+d7ef4b8d.noarch 13/13 2023-07-12T15:08:43.485 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : aardvark-dns-2:1.6.0-1.module_el8+454+d7ef4b8d.x86 1/13 2023-07-12T15:08:43.485 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : buildah-1:1.30.0-2.module_el8+460+8cac93c8.x86_64 2/13 2023-07-12T15:08:43.485 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : cockpit-podman-70-1.module_el8+454+d7ef4b8d.noarch 3/13 2023-07-12T15:08:43.486 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-07-12T15:08:43.486 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : crun-1.8.5-1.module_el8+454+d7ef4b8d.x86_64 5/13 2023-07-12T15:08:43.486 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : netavark-2:1.6.0-1.module_el8+454+d7ef4b8d.x86_64 6/13 2023-07-12T15:08:43.486 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-podman-4.5.1-1.module_el8+454+d7ef4b8d.noa 7/13 2023-07-12T15:08:43.486 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-07-12T15:08:43.486 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-07-12T15:08:43.486 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : skopeo-2:1.12.0-2.module_el8+460+8cac93c8.x86_64 10/13 2023-07-12T15:08:43.487 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : toolbox-0.0.99.4-1.module_el8+454+d7ef4b8d.x86_64 11/13 2023-07-12T15:08:43.487 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : udica-0.2.6-4.module_el8+454+d7ef4b8d.noarch 12/13 2023-07-12T15:08:43.958 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : yajl-2.1.0-11.el8.x86_64 13/13 2023-07-12T15:08:43.959 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-07-12T15:08:43.959 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2023-07-12T15:08:43.959 INFO:teuthology.orchestra.run.smithi107.stdout: aardvark-dns-2:1.6.0-1.module_el8+454+d7ef4b8d.x86_64 2023-07-12T15:08:43.959 INFO:teuthology.orchestra.run.smithi107.stdout: buildah-1:1.30.0-2.module_el8+460+8cac93c8.x86_64 2023-07-12T15:08:43.960 INFO:teuthology.orchestra.run.smithi107.stdout: cockpit-podman-70-1.module_el8+454+d7ef4b8d.noarch 2023-07-12T15:08:43.960 INFO:teuthology.orchestra.run.smithi107.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-07-12T15:08:43.960 INFO:teuthology.orchestra.run.smithi107.stdout: crun-1.8.5-1.module_el8+454+d7ef4b8d.x86_64 2023-07-12T15:08:43.960 INFO:teuthology.orchestra.run.smithi107.stdout: netavark-2:1.6.0-1.module_el8+454+d7ef4b8d.x86_64 2023-07-12T15:08:43.960 INFO:teuthology.orchestra.run.smithi107.stdout: python3-podman-4.5.1-1.module_el8+454+d7ef4b8d.noarch 2023-07-12T15:08:43.960 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-07-12T15:08:43.960 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-07-12T15:08:43.961 INFO:teuthology.orchestra.run.smithi107.stdout: skopeo-2:1.12.0-2.module_el8+460+8cac93c8.x86_64 2023-07-12T15:08:43.961 INFO:teuthology.orchestra.run.smithi107.stdout: toolbox-0.0.99.4-1.module_el8+454+d7ef4b8d.x86_64 2023-07-12T15:08:43.961 INFO:teuthology.orchestra.run.smithi107.stdout: udica-0.2.6-4.module_el8+454+d7ef4b8d.noarch 2023-07-12T15:08:43.961 INFO:teuthology.orchestra.run.smithi107.stdout: yajl-2.1.0-11.el8.x86_64 2023-07-12T15:08:43.961 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-07-12T15:08:43.961 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2023-07-12T15:08:44.200 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : yajl-2.1.0-11.el8.x86_64 13/13 2023-07-12T15:08:44.200 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-07-12T15:08:44.201 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2023-07-12T15:08:44.201 INFO:teuthology.orchestra.run.smithi005.stdout: aardvark-dns-2:1.6.0-1.module_el8+454+d7ef4b8d.x86_64 2023-07-12T15:08:44.202 INFO:teuthology.orchestra.run.smithi005.stdout: buildah-1:1.30.0-2.module_el8+460+8cac93c8.x86_64 2023-07-12T15:08:44.202 INFO:teuthology.orchestra.run.smithi005.stdout: cockpit-podman-70-1.module_el8+454+d7ef4b8d.noarch 2023-07-12T15:08:44.202 INFO:teuthology.orchestra.run.smithi005.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-07-12T15:08:44.202 INFO:teuthology.orchestra.run.smithi005.stdout: crun-1.8.5-1.module_el8+454+d7ef4b8d.x86_64 2023-07-12T15:08:44.202 INFO:teuthology.orchestra.run.smithi005.stdout: netavark-2:1.6.0-1.module_el8+454+d7ef4b8d.x86_64 2023-07-12T15:08:44.202 INFO:teuthology.orchestra.run.smithi005.stdout: python3-podman-4.5.1-1.module_el8+454+d7ef4b8d.noarch 2023-07-12T15:08:44.202 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-07-12T15:08:44.203 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-07-12T15:08:44.203 INFO:teuthology.orchestra.run.smithi005.stdout: skopeo-2:1.12.0-2.module_el8+460+8cac93c8.x86_64 2023-07-12T15:08:44.203 INFO:teuthology.orchestra.run.smithi005.stdout: toolbox-0.0.99.4-1.module_el8+454+d7ef4b8d.x86_64 2023-07-12T15:08:44.203 INFO:teuthology.orchestra.run.smithi005.stdout: udica-0.2.6-4.module_el8+454+d7ef4b8d.noarch 2023-07-12T15:08:44.203 INFO:teuthology.orchestra.run.smithi005.stdout: yajl-2.1.0-11.el8.x86_64 2023-07-12T15:08:44.203 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-07-12T15:08:44.203 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2023-07-12T15:08:44.247 DEBUG:teuthology.parallel:result is None 2023-07-12T15:08:44.482 DEBUG:teuthology.parallel:result is None 2023-07-12T15:08:44.482 INFO:teuthology.run_tasks:Running task cephadm... 2023-07-12T15:08:44.577 INFO:tasks.cephadm:Config: {'avoid_pacific_features': True, 'cephadm_branch': 'v16.2.4', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'image': 'quay.io/ceph/ceph:v16.2.4', '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': 'b1bd054042b7797ba5b70d145a1da31693dda494'} 2023-07-12T15:08:44.578 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v16.2.4 2023-07-12T15:08:44.589 INFO:tasks.cephadm:Cluster fsid is fe85c08a-20c5-11ee-9b31-001a4aab830c 2023-07-12T15:08:44.590 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-07-12T15:08:44.590 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-07-12T15:08:44.591 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi005': '172.21.15.5', 'mon.smithi107': '172.21.15.107'} 2023-07-12T15:08:44.591 INFO:tasks.cephadm:Normalizing hostnames... 2023-07-12T15:08:44.592 DEBUG:teuthology.orchestra.run.smithi005:> sudo hostname $(hostname -s) 2023-07-12T15:08:44.622 DEBUG:teuthology.orchestra.run.smithi107:> sudo hostname $(hostname -s) 2023-07-12T15:08:44.653 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v16.2.4)... 2023-07-12T15:08:44.654 DEBUG:teuthology.orchestra.run.smithi005:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.4/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-07-12T15:08:45.010 INFO:teuthology.orchestra.run.smithi005.stdout:-rw-rw-r--. 1 ubuntu ubuntu 292005 Jul 12 15:08 /home/ubuntu/cephtest/cephadm 2023-07-12T15:08:45.010 DEBUG:teuthology.orchestra.run.smithi107:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.4/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-07-12T15:08:45.239 INFO:teuthology.orchestra.run.smithi107.stdout:-rw-rw-r--. 1 ubuntu ubuntu 292005 Jul 12 15:08 /home/ubuntu/cephtest/cephadm 2023-07-12T15:08:45.240 DEBUG:teuthology.orchestra.run.smithi005:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-07-12T15:08:45.261 DEBUG:teuthology.orchestra.run.smithi107:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-07-12T15:08:45.296 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v16.2.4 on all hosts... 2023-07-12T15:08:45.297 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 pull 2023-07-12T15:08:45.304 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 pull 2023-07-12T15:08:46.989 INFO:teuthology.orchestra.run.smithi107.stderr:Pulling container image quay.io/ceph/ceph:v16.2.4... 2023-07-12T15:08:47.118 INFO:teuthology.orchestra.run.smithi005.stderr:Pulling container image quay.io/ceph/ceph:v16.2.4... 2023-07-12T15:09:27.632 INFO:teuthology.orchestra.run.smithi107.stdout:{ 2023-07-12T15:09:27.633 INFO:teuthology.orchestra.run.smithi107.stdout: "ceph_version": "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)", 2023-07-12T15:09:27.633 INFO:teuthology.orchestra.run.smithi107.stdout: "image_id": "8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29", 2023-07-12T15:09:27.633 INFO:teuthology.orchestra.run.smithi107.stdout: "repo_digests": [ 2023-07-12T15:09:27.633 INFO:teuthology.orchestra.run.smithi107.stdout: "quay.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949", 2023-07-12T15:09:27.634 INFO:teuthology.orchestra.run.smithi107.stdout: "quay.io/ceph/ceph@sha256:70536e31b29a4241999ec4fd13d93e5860a5ffdc5467911e57e6bf04dfe68337" 2023-07-12T15:09:27.634 INFO:teuthology.orchestra.run.smithi107.stdout: ] 2023-07-12T15:09:27.634 INFO:teuthology.orchestra.run.smithi107.stdout:} 2023-07-12T15:09:47.064 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:09:47.064 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph_version": "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)", 2023-07-12T15:09:47.065 INFO:teuthology.orchestra.run.smithi005.stdout: "image_id": "8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29", 2023-07-12T15:09:47.065 INFO:teuthology.orchestra.run.smithi005.stdout: "repo_digests": [ 2023-07-12T15:09:47.065 INFO:teuthology.orchestra.run.smithi005.stdout: "quay.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949", 2023-07-12T15:09:47.065 INFO:teuthology.orchestra.run.smithi005.stdout: "quay.io/ceph/ceph@sha256:70536e31b29a4241999ec4fd13d93e5860a5ffdc5467911e57e6bf04dfe68337" 2023-07-12T15:09:47.065 INFO:teuthology.orchestra.run.smithi005.stdout: ] 2023-07-12T15:09:47.065 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:09:47.082 DEBUG:teuthology.orchestra.run.smithi005:> sudo mkdir -p /etc/ceph 2023-07-12T15:09:47.114 DEBUG:teuthology.orchestra.run.smithi107:> sudo mkdir -p /etc/ceph 2023-07-12T15:09:47.153 DEBUG:teuthology.orchestra.run.smithi005:> sudo chmod 777 /etc/ceph 2023-07-12T15:09:47.182 DEBUG:teuthology.orchestra.run.smithi107:> sudo chmod 777 /etc/ceph 2023-07-12T15:09:47.225 INFO:tasks.cephadm:Writing seed config... 2023-07-12T15:09:47.226 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-07-12T15:09:47.226 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-07-12T15:09:47.227 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-07-12T15:09:47.227 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-07-12T15:09:47.227 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-07-12T15:09:47.227 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-07-12T15:09:47.227 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-07-12T15:09:47.228 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-07-12T15:09:47.229 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2023-07-12T15:09:47.229 DEBUG:teuthology.orchestra.run.smithi005:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-07-12T15:09:47.248 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 = fe85c08a-20c5-11ee-9b31-001a4aab830c [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-07-12T15:09:47.248 DEBUG:teuthology.orchestra.run.smithi005:mon.smithi005> sudo journalctl -f -n 0 -u ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c@mon.smithi005.service 2023-07-12T15:09:47.290 INFO:tasks.cephadm:Bootstrapping... 2023-07-12T15:09:47.291 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 -v bootstrap --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c --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.5 && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-07-12T15:09:47.317 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:-- Logs begin at Wed 2023-07-12 15:00:35 UTC. -- 2023-07-12T15:09:47.489 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2023-07-12T15:09:47.514 INFO:teuthology.orchestra.run.smithi005.stderr:/bin/podman: 4.5.1 2023-07-12T15:09:47.526 INFO:teuthology.orchestra.run.smithi005.stderr:Verifying podman|docker is present... 2023-07-12T15:09:47.526 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2023-07-12T15:09:47.548 INFO:teuthology.orchestra.run.smithi005.stderr:/bin/podman: 4.5.1 2023-07-12T15:09:47.556 INFO:teuthology.orchestra.run.smithi005.stderr:Verifying lvm2 is present... 2023-07-12T15:09:47.557 INFO:teuthology.orchestra.run.smithi005.stderr:Verifying time synchronization is in place... 2023-07-12T15:09:47.557 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl is-enabled chrony.service 2023-07-12T15:09:47.563 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-07-12T15:09:47.563 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl is-active chrony.service 2023-07-12T15:09:47.568 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: inactive 2023-07-12T15:09:47.569 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl is-enabled chronyd.service 2023-07-12T15:09:47.577 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: enabled 2023-07-12T15:09:47.577 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl is-active chronyd.service 2023-07-12T15:09:47.580 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: active 2023-07-12T15:09:47.581 INFO:teuthology.orchestra.run.smithi005.stderr:Unit chronyd.service is enabled and running 2023-07-12T15:09:47.581 INFO:teuthology.orchestra.run.smithi005.stderr:Repeating the final host check... 2023-07-12T15:09:47.581 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2023-07-12T15:09:47.604 INFO:teuthology.orchestra.run.smithi005.stderr:/bin/podman: 4.5.1 2023-07-12T15:09:47.614 INFO:teuthology.orchestra.run.smithi005.stderr:podman|docker (/bin/podman) is present 2023-07-12T15:09:47.614 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl is present 2023-07-12T15:09:47.614 INFO:teuthology.orchestra.run.smithi005.stderr:lvcreate is present 2023-07-12T15:09:47.615 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl is-enabled chrony.service 2023-07-12T15:09:47.619 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-07-12T15:09:47.620 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl is-active chrony.service 2023-07-12T15:09:47.625 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: inactive 2023-07-12T15:09:47.625 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl is-enabled chronyd.service 2023-07-12T15:09:47.631 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: enabled 2023-07-12T15:09:47.631 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl is-active chronyd.service 2023-07-12T15:09:47.636 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: active 2023-07-12T15:09:47.639 INFO:teuthology.orchestra.run.smithi005.stderr:Unit chronyd.service is enabled and running 2023-07-12T15:09:47.639 INFO:teuthology.orchestra.run.smithi005.stderr:Host looks OK 2023-07-12T15:09:47.639 INFO:teuthology.orchestra.run.smithi005.stderr:Cluster fsid: fe85c08a-20c5-11ee-9b31-001a4aab830c 2023-07-12T15:09:47.640 INFO:teuthology.orchestra.run.smithi005.stderr:Acquiring lock 140305605857408 on /run/cephadm/fe85c08a-20c5-11ee-9b31-001a4aab830c.lock 2023-07-12T15:09:47.640 INFO:teuthology.orchestra.run.smithi005.stderr:Lock 140305605857408 acquired on /run/cephadm/fe85c08a-20c5-11ee-9b31-001a4aab830c.lock 2023-07-12T15:09:47.640 INFO:teuthology.orchestra.run.smithi005.stderr:Verifying IP 172.21.15.5 port 3300 ... 2023-07-12T15:09:47.641 INFO:teuthology.orchestra.run.smithi005.stderr:Verifying IP 172.21.15.5 port 6789 ... 2023-07-12T15:09:47.641 INFO:teuthology.orchestra.run.smithi005.stderr:Base mon IP is 172.21.15.5, final addrv is [v2:172.21.15.5:3300,v1:172.21.15.5:6789] 2023-07-12T15:09:47.641 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /sbin/ip route ls 2023-07-12T15:09:47.642 INFO:teuthology.orchestra.run.smithi005.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.5 metric 100 2023-07-12T15:09:47.642 INFO:teuthology.orchestra.run.smithi005.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.5 metric 100 2023-07-12T15:09:47.643 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /sbin/ip -6 route ls 2023-07-12T15:09:47.644 INFO:teuthology.orchestra.run.smithi005.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-07-12T15:09:47.644 INFO:teuthology.orchestra.run.smithi005.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-07-12T15:09:47.644 INFO:teuthology.orchestra.run.smithi005.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1755sec hoplimit 64 pref medium 2023-07-12T15:09:47.645 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /sbin/ip -6 addr ls 2023-07-12T15:09:47.646 INFO:teuthology.orchestra.run.smithi005.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-07-12T15:09:47.647 INFO:teuthology.orchestra.run.smithi005.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-07-12T15:09:47.647 INFO:teuthology.orchestra.run.smithi005.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-07-12T15:09:47.647 INFO:teuthology.orchestra.run.smithi005.stderr:/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2023-07-12T15:09:47.647 INFO:teuthology.orchestra.run.smithi005.stderr:/sbin/ip: inet6 fe80::ec4:7aff:febd:1442/64 scope link 2023-07-12T15:09:47.647 INFO:teuthology.orchestra.run.smithi005.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-07-12T15:09:47.648 INFO:teuthology.orchestra.run.smithi005.stderr:Mon IP 172.21.15.5 is in CIDR network 172.21.0.0/20 2023-07-12T15:09:47.648 INFO:teuthology.orchestra.run.smithi005.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-07-12T15:09:47.649 INFO:teuthology.orchestra.run.smithi005.stderr:Pulling container image quay.io/ceph/ceph:v16.2.4... 2023-07-12T15:09:47.649 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /bin/podman pull quay.io/ceph/ceph:v16.2.4 2023-07-12T15:09:47.728 INFO:teuthology.orchestra.run.smithi005.stderr:/bin/podman: Trying to pull quay.io/ceph/ceph:v16.2.4... 2023-07-12T15:09:49.000 INFO:teuthology.orchestra.run.smithi005.stderr:/bin/podman: Getting image source signatures 2023-07-12T15:09:49.001 INFO:teuthology.orchestra.run.smithi005.stderr:/bin/podman: Copying blob sha256:551101690791055467b1840be133b2e6b029d263771bc6c46a96bb7acdacac39 2023-07-12T15:09:49.001 INFO:teuthology.orchestra.run.smithi005.stderr:/bin/podman: Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2023-07-12T15:09:49.001 INFO:teuthology.orchestra.run.smithi005.stderr:/bin/podman: Copying config sha256:8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29 2023-07-12T15:09:49.088 INFO:teuthology.orchestra.run.smithi005.stderr:/bin/podman: Writing manifest to image destination 2023-07-12T15:09:49.088 INFO:teuthology.orchestra.run.smithi005.stderr:/bin/podman: Storing signatures 2023-07-12T15:09:49.264 INFO:teuthology.orchestra.run.smithi005.stderr:/bin/podman: 8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29 2023-07-12T15:09:49.280 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 quay.io/ceph/ceph:v16.2.4 --version 2023-07-12T15:09:49.647 INFO:teuthology.orchestra.run.smithi005.stderr:ceph: ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable) 2023-07-12T15:09:50.110 INFO:teuthology.orchestra.run.smithi005.stderr:Ceph version: ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable) 2023-07-12T15:09:50.110 INFO:teuthology.orchestra.run.smithi005.stderr:Extracting ceph user uid/gid from container image... 2023-07-12T15:09:50.110 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint stat --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 quay.io/ceph/ceph:v16.2.4 -c %u %g /var/lib/ceph 2023-07-12T15:09:50.398 INFO:teuthology.orchestra.run.smithi005.stderr:stat: 167 167 2023-07-12T15:09:50.717 INFO:teuthology.orchestra.run.smithi005.stderr:Creating initial keys... 2023-07-12T15:09:50.718 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 quay.io/ceph/ceph:v16.2.4 --gen-print-key 2023-07-12T15:09:51.006 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-authtool: AQA+wq5k6VkdOxAA1Nb/PxUy9hzLSkygsowb/A== 2023-07-12T15:09:51.334 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 quay.io/ceph/ceph:v16.2.4 --gen-print-key 2023-07-12T15:09:51.597 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-authtool: AQA/wq5ktAgMIxAA0WO8rs6NiZLxvYkx1jq4QA== 2023-07-12T15:09:51.938 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 quay.io/ceph/ceph:v16.2.4 --gen-print-key 2023-07-12T15:09:52.231 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-authtool: AQBAwq5km/vqDBAAJrf66qs91C2bDmexOnZJ7w== 2023-07-12T15:09:52.574 INFO:teuthology.orchestra.run.smithi005.stderr:Creating initial monmap... 2023-07-12T15:09:52.575 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/monmaptool --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /tmp/ceph-tmp9yt0wg2c:/tmp/monmap:z quay.io/ceph/ceph:v16.2.4 --create --clobber --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c --addv smithi005 [v2:172.21.15.5:3300,v1:172.21.15.5:6789] /tmp/monmap 2023-07-12T15:09:52.881 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-07-12T15:09:52.882 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to fe85c08a-20c5-11ee-9b31-001a4aab830c 2023-07-12T15:09:52.882 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-07-12T15:09:53.213 INFO:teuthology.orchestra.run.smithi005.stderr:monmaptool for smithi005 [v2:172.21.15.5:3300,v1:172.21.15.5:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-07-12T15:09:53.214 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/monmaptool: set fsid to fe85c08a-20c5-11ee-9b31-001a4aab830c 2023-07-12T15:09:53.214 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-07-12T15:09:53.214 INFO:teuthology.orchestra.run.smithi005.stderr: 2023-07-12T15:09:53.214 INFO:teuthology.orchestra.run.smithi005.stderr:Creating mon... 2023-07-12T15:09:53.215 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph-mon --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c:/var/log/ceph:z -v /var/lib/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c/mon.smithi005:/var/lib/ceph/mon/ceph-smithi005:z -v /tmp/ceph-tmpmnpd8e0e:/tmp/keyring:z -v /tmp/ceph-tmp9yt0wg2c:/tmp/monmap:z quay.io/ceph/ceph:v16.2.4 --mkfs -i smithi005 --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -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-07-12T15:09:53.490 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.482+0000 7f46df107700 0 set uid:gid to 167:167 (ceph:ceph) 2023-07-12T15:09:53.490 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.482+0000 7f46df107700 1 imported monmap: 2023-07-12T15:09:53.491 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: epoch 0 2023-07-12T15:09:53.491 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: fsid fe85c08a-20c5-11ee-9b31-001a4aab830c 2023-07-12T15:09:53.491 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: last_changed 2023-07-12T15:09:52.862976+0000 2023-07-12T15:09:53.491 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: created 2023-07-12T15:09:52.862976+0000 2023-07-12T15:09:53.491 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-07-12T15:09:53.491 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-07-12T15:09:53.491 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0] mon.smithi005 2023-07-12T15:09:53.491 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2023-07-12T15:09:53.492 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.482+0000 7f46df107700 0 /usr/bin/ceph-mon: set fsid to fe85c08a-20c5-11ee-9b31-001a4aab830c 2023-07-12T15:09:53.492 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: RocksDB version: 6.8.1 2023-07-12T15:09:53.492 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2023-07-12T15:09:53.492 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-07-12T15:09:53.492 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Compile date May 13 2021 2023-07-12T15:09:53.492 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: DB SUMMARY 2023-07-12T15:09:53.492 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2023-07-12T15:09:53.493 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi005/store.db dir, Total Num: 0, files: 2023-07-12T15:09:53.493 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2023-07-12T15:09:53.493 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi005/store.db: 2023-07-12T15:09:53.509 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2023-07-12T15:09:53.509 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.error_if_exists: 0 2023-07-12T15:09:53.510 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.create_if_missing: 1 2023-07-12T15:09:53.510 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.paranoid_checks: 1 2023-07-12T15:09:53.510 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.env: 0x5608932c21c0 2023-07-12T15:09:53.510 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.fs: Posix File System 2023-07-12T15:09:53.510 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.info_log: 0x560895aaeec0 2023-07-12T15:09:53.510 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.max_file_opening_threads: 16 2023-07-12T15:09:53.510 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.statistics: (nil) 2023-07-12T15:09:53.511 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.use_fsync: 0 2023-07-12T15:09:53.511 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.max_log_file_size: 0 2023-07-12T15:09:53.511 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-07-12T15:09:53.511 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.log_file_time_to_roll: 0 2023-07-12T15:09:53.511 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.keep_log_file_num: 1000 2023-07-12T15:09:53.511 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.recycle_log_file_num: 0 2023-07-12T15:09:53.511 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.allow_fallocate: 1 2023-07-12T15:09:53.512 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.allow_mmap_reads: 0 2023-07-12T15:09:53.512 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.allow_mmap_writes: 0 2023-07-12T15:09:53.512 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.use_direct_reads: 0 2023-07-12T15:09:53.512 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-07-12T15:09:53.512 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.create_missing_column_families: 0 2023-07-12T15:09:53.512 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.db_log_dir: 2023-07-12T15:09:53.512 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi005/store.db 2023-07-12T15:09:53.512 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.table_cache_numshardbits: 6 2023-07-12T15:09:53.513 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.max_subcompactions: 1 2023-07-12T15:09:53.513 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.max_background_flushes: -1 2023-07-12T15:09:53.513 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-07-12T15:09:53.513 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-07-12T15:09:53.513 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-07-12T15:09:53.513 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-07-12T15:09:53.513 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-07-12T15:09:53.514 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.advise_random_on_open: 1 2023-07-12T15:09:53.514 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.db_write_buffer_size: 0 2023-07-12T15:09:53.514 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.write_buffer_manager: 0x560895ab5530 2023-07-12T15:09:53.514 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-07-12T15:09:53.514 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-07-12T15:09:53.514 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-07-12T15:09:53.514 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.use_adaptive_mutex: 0 2023-07-12T15:09:53.514 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.rate_limiter: (nil) 2023-07-12T15:09:53.515 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-07-12T15:09:53.515 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.wal_recovery_mode: 2 2023-07-12T15:09:53.515 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.enable_thread_tracking: 0 2023-07-12T15:09:53.515 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.enable_pipelined_write: 0 2023-07-12T15:09:53.515 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.unordered_write: 0 2023-07-12T15:09:53.515 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-07-12T15:09:53.515 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-07-12T15:09:53.515 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-07-12T15:09:53.516 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-07-12T15:09:53.516 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.row_cache: None 2023-07-12T15:09:53.516 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.wal_filter: None 2023-07-12T15:09:53.516 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-07-12T15:09:53.516 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.allow_ingest_behind: 0 2023-07-12T15:09:53.516 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.preserve_deletes: 0 2023-07-12T15:09:53.516 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.two_write_queues: 0 2023-07-12T15:09:53.517 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.manual_wal_flush: 0 2023-07-12T15:09:53.517 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.atomic_flush: 0 2023-07-12T15:09:53.517 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-07-12T15:09:53.517 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.persist_stats_to_disk: 0 2023-07-12T15:09:53.517 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-07-12T15:09:53.517 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.log_readahead_size: 0 2023-07-12T15:09:53.517 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-07-12T15:09:53.517 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.max_background_jobs: 2 2023-07-12T15:09:53.518 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.max_background_compactions: -1 2023-07-12T15:09:53.518 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-07-12T15:09:53.518 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-07-12T15:09:53.518 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.delayed_write_rate : 16777216 2023-07-12T15:09:53.518 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.max_total_wal_size: 0 2023-07-12T15:09:53.518 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-07-12T15:09:53.518 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.stats_dump_period_sec: 600 2023-07-12T15:09:53.518 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.stats_persist_period_sec: 600 2023-07-12T15:09:53.519 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-07-12T15:09:53.519 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.max_open_files: -1 2023-07-12T15:09:53.519 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.bytes_per_sync: 0 2023-07-12T15:09:53.519 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-07-12T15:09:53.519 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-07-12T15:09:53.519 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Options.compaction_readahead_size: 0 2023-07-12T15:09:53.519 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Compression algorithms supported: 2023-07-12T15:09:53.520 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-07-12T15:09:53.520 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: kZSTD supported: 0 2023-07-12T15:09:53.520 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: kXpressCompression supported: 0 2023-07-12T15:09:53.520 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: kLZ4HCCompression supported: 1 2023-07-12T15:09:53.520 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: kLZ4Compression supported: 1 2023-07-12T15:09:53.520 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: kBZip2Compression supported: 0 2023-07-12T15:09:53.520 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: kZlibCompression supported: 1 2023-07-12T15:09:53.520 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: kSnappyCompression supported: 1 2023-07-12T15:09:53.521 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.483+0000 7f46df107700 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-07-12T15:09:53.521 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-07-12T15:09:53.521 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2023-07-12T15:09:53.521 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi005/store.db/MANIFEST-000001 2023-07-12T15:09:53.521 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2023-07-12T15:09:53.521 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-07-12T15:09:53.521 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2023-07-12T15:09:53.522 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-07-12T15:09:53.522 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.merge_operator: 2023-07-12T15:09:53.522 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.compaction_filter: None 2023-07-12T15:09:53.522 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.compaction_filter_factory: None 2023-07-12T15:09:53.522 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-07-12T15:09:53.522 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.table_factory: BlockBasedTable 2023-07-12T15:09:53.522 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5608959c6120) 2023-07-12T15:09:53.522 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-07-12T15:09:53.523 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-07-12T15:09:53.523 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-07-12T15:09:53.523 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-07-12T15:09:53.523 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: index_type: 0 2023-07-12T15:09:53.523 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-07-12T15:09:53.523 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-07-12T15:09:53.523 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-07-12T15:09:53.523 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-07-12T15:09:53.524 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: checksum: 1 2023-07-12T15:09:53.524 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-07-12T15:09:53.524 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: block_cache: 0x5608959fcd10 2023-07-12T15:09:53.524 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-07-12T15:09:53.524 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-07-12T15:09:53.524 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-07-12T15:09:53.524 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-07-12T15:09:53.525 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-07-12T15:09:53.525 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-07-12T15:09:53.525 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-07-12T15:09:53.525 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-07-12T15:09:53.525 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-07-12T15:09:53.525 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-07-12T15:09:53.525 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-07-12T15:09:53.525 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-07-12T15:09:53.526 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-07-12T15:09:53.526 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-07-12T15:09:53.526 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-07-12T15:09:53.526 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-07-12T15:09:53.526 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-07-12T15:09:53.526 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-07-12T15:09:53.526 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-07-12T15:09:53.526 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: format_version: 2 2023-07-12T15:09:53.527 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-07-12T15:09:53.527 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: block_align: 0 2023-07-12T15:09:53.527 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2023-07-12T15:09:53.527 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.write_buffer_size: 33554432 2023-07-12T15:09:53.527 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.max_write_buffer_number: 2 2023-07-12T15:09:53.527 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.compression: NoCompression 2023-07-12T15:09:53.527 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.bottommost_compression: Disabled 2023-07-12T15:09:53.527 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.prefix_extractor: nullptr 2023-07-12T15:09:53.528 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-07-12T15:09:53.528 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.num_levels: 7 2023-07-12T15:09:53.528 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-07-12T15:09:53.528 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-07-12T15:09:53.528 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-07-12T15:09:53.528 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-07-12T15:09:53.528 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-07-12T15:09:53.529 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-07-12T15:09:53.529 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-07-12T15:09:53.529 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-07-12T15:09:53.529 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-07-12T15:09:53.529 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.compression_opts.window_bits: -14 2023-07-12T15:09:53.529 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.compression_opts.level: 32767 2023-07-12T15:09:53.529 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.compression_opts.strategy: 0 2023-07-12T15:09:53.529 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-07-12T15:09:53.530 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-07-12T15:09:53.530 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.compression_opts.enabled: false 2023-07-12T15:09:53.530 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-07-12T15:09:53.530 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-07-12T15:09:53.530 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-07-12T15:09:53.530 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.target_file_size_base: 67108864 2023-07-12T15:09:53.530 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.target_file_size_multiplier: 1 2023-07-12T15:09:53.531 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-07-12T15:09:53.531 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-07-12T15:09:53.531 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-07-12T15:09:53.531 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-07-12T15:09:53.531 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-07-12T15:09:53.531 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-07-12T15:09:53.531 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-07-12T15:09:53.531 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-07-12T15:09:53.532 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-07-12T15:09:53.532 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-07-12T15:09:53.532 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-07-12T15:09:53.532 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-07-12T15:09:53.532 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.arena_block_size: 4194304 2023-07-12T15:09:53.532 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-07-12T15:09:53.532 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-07-12T15:09:53.532 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-07-12T15:09:53.533 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.disable_auto_compactions: 0 2023-07-12T15:09:53.533 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-07-12T15:09:53.533 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-07-12T15:09:53.533 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-07-12T15:09:53.533 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-07-12T15:09:53.533 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-07-12T15:09:53.533 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-07-12T15:09:53.534 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-07-12T15:09:53.534 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-07-12T15:09:53.534 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-07-12T15:09:53.534 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-07-12T15:09:53.534 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.table_properties_collectors: 2023-07-12T15:09:53.534 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.inplace_update_support: 0 2023-07-12T15:09:53.534 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-07-12T15:09:53.534 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-07-12T15:09:53.535 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-07-12T15:09:53.535 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.memtable_huge_page_size: 0 2023-07-12T15:09:53.535 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.bloom_locality: 0 2023-07-12T15:09:53.535 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.max_successive_merges: 0 2023-07-12T15:09:53.535 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-07-12T15:09:53.535 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.paranoid_file_checks: 0 2023-07-12T15:09:53.535 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.force_consistency_checks: 0 2023-07-12T15:09:53.535 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.report_bg_io_stats: 0 2023-07-12T15:09:53.536 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.ttl: 2592000 2023-07-12T15:09:53.536 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.484+0000 7f46df107700 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-07-12T15:09:53.536 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.485+0000 7f46df107700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi005/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-07-12T15:09:53.536 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2023-07-12T15:09:53.536 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.485+0000 7f46df107700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-07-12T15:09:53.536 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2023-07-12T15:09:53.536 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.485+0000 7f46df107700 4 rocksdb: DB pointer 0x560895ac1800 2023-07-12T15:09:53.537 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.485+0000 7f46c7fa0700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-07-12T15:09:53.537 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.485+0000 7f46c7fa0700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-07-12T15:09:53.537 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-07-12T15:09:53.537 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-07-12T15:09:53.537 INFO:teuthology.orchestra.run.smithi005.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-07-12T15:09:53.537 INFO:teuthology.orchestra.run.smithi005.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-07-12T15:09:53.537 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-07-12T15:09:53.537 INFO:teuthology.orchestra.run.smithi005.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-07-12T15:09:53.538 INFO:teuthology.orchestra.run.smithi005.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-07-12T15:09:53.538 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-07-12T15:09:53.538 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2023-07-12T15:09:53.538 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-07-12T15:09:53.538 INFO:teuthology.orchestra.run.smithi005.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-07-12T15:09:53.538 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-07-12T15:09:53.538 INFO:teuthology.orchestra.run.smithi005.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-07-12T15:09:53.538 INFO:teuthology.orchestra.run.smithi005.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-07-12T15:09:53.539 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2023-07-12T15:09:53.539 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-07-12T15:09:53.539 INFO:teuthology.orchestra.run.smithi005.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-07-12T15:09:53.539 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-07-12T15:09:53.539 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-07-12T15:09:53.539 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-07-12T15:09:53.539 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-07-12T15:09:53.540 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-07-12T15:09:53.540 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-07-12T15:09:53.540 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-07-12T15:09:53.540 INFO:teuthology.orchestra.run.smithi005.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-07-12T15:09:53.540 INFO:teuthology.orchestra.run.smithi005.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-07-12T15:09:53.540 INFO:teuthology.orchestra.run.smithi005.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-07-12T15:09:53.540 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2023-07-12T15:09:53.540 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-07-12T15:09:53.541 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2023-07-12T15:09:53.541 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-07-12T15:09:53.541 INFO:teuthology.orchestra.run.smithi005.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-07-12T15:09:53.541 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-07-12T15:09:53.541 INFO:teuthology.orchestra.run.smithi005.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-07-12T15:09:53.541 INFO:teuthology.orchestra.run.smithi005.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-07-12T15:09:53.541 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2023-07-12T15:09:53.541 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-07-12T15:09:53.542 INFO:teuthology.orchestra.run.smithi005.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-07-12T15:09:53.542 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-07-12T15:09:53.542 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-07-12T15:09:53.542 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-07-12T15:09:53.542 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-07-12T15:09:53.542 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-07-12T15:09:53.542 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-07-12T15:09:53.543 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-07-12T15:09:53.543 INFO:teuthology.orchestra.run.smithi005.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-07-12T15:09:53.543 INFO:teuthology.orchestra.run.smithi005.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-07-12T15:09:53.543 INFO:teuthology.orchestra.run.smithi005.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-07-12T15:09:53.543 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2023-07-12T15:09:53.543 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-07-12T15:09:53.543 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2023-07-12T15:09:53.543 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.487+0000 7f46df107700 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-07-12T15:09:53.544 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.487+0000 7f46df107700 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-07-12T15:09:53.544 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-07-12T15:09:53.487+0000 7f46df107700 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi005 for mon.smithi005 2023-07-12T15:09:53.839 INFO:teuthology.orchestra.run.smithi005.stderr:create mon.smithi005 on 2023-07-12T15:09:53.840 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c 2023-07-12T15:09:53.844 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl disable ceph.target 2023-07-12T15:09:53.940 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl enable ceph.target 2023-07-12T15:09:53.947 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-07-12T15:09:54.031 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl start ceph.target 2023-07-12T15:09:54.039 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl enable ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c.target 2023-07-12T15:09:54.047 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c.target → /etc/systemd/system/ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c.target. 2023-07-12T15:09:54.047 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c.target → /etc/systemd/system/ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c.target. 2023-07-12T15:09:54.129 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl start ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c.target 2023-07-12T15:09:54.136 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl daemon-reload 2023-07-12T15:09:54.220 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl stop ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c@mon.smithi005 2023-07-12T15:09:54.248 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl reset-failed ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c@mon.smithi005 2023-07-12T15:09:54.253 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: Failed to reset failed state of unit ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c@mon.smithi005.service: Unit ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c@mon.smithi005.service not loaded. 2023-07-12T15:09:54.254 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl enable ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c@mon.smithi005 2023-07-12T15:09:54.260 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: Created symlink /etc/systemd/system/ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c.target.wants/ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c@mon.smithi005.service → /etc/systemd/system/ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c@.service. 2023-07-12T15:09:54.353 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl start ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c@mon.smithi005 2023-07-12T15:09:54.719 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl is-enabled firewalld.service 2023-07-12T15:09:54.727 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: disabled 2023-07-12T15:09:54.728 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl is-active firewalld.service 2023-07-12T15:09:54.735 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: inactive 2023-07-12T15:09:54.736 INFO:teuthology.orchestra.run.smithi005.stderr:firewalld.service is not enabled 2023-07-12T15:09:54.736 INFO:teuthology.orchestra.run.smithi005.stderr:Not possible to enable service . firewalld.service is not available 2023-07-12T15:09:54.736 INFO:teuthology.orchestra.run.smithi005.stderr:Not possible to open ports <[]>. firewalld.service is not available 2023-07-12T15:09:54.737 INFO:teuthology.orchestra.run.smithi005.stderr:Waiting for mon to start... 2023-07-12T15:09:54.737 INFO:teuthology.orchestra.run.smithi005.stderr:Waiting for mon... 2023-07-12T15:09:54.737 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/lib/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c/mon.smithi005:/var/lib/ceph/mon/ceph-smithi005:z -v /tmp/ceph-tmpsu7mmziz:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpq_0lmadq:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.4 status 2023-07-12T15:09:54.997 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:54 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[103914]: cluster 2023-07-12T15:09:54.734069+0000 mon.smithi005 (mon.0) 1 : cluster [INF] mon.smithi005 is new leader, mons smithi005 in quorum (ranks 0) 2023-07-12T15:09:55.216 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: cluster: 2023-07-12T15:09:55.216 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: id: fe85c08a-20c5-11ee-9b31-001a4aab830c 2023-07-12T15:09:55.217 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-07-12T15:09:55.217 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2023-07-12T15:09:55.217 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: services: 2023-07-12T15:09:55.217 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi005 (age 0.46464s) 2023-07-12T15:09:55.217 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: mgr: no daemons active 2023-07-12T15:09:55.217 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-07-12T15:09:55.217 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2023-07-12T15:09:55.218 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: data: 2023-07-12T15:09:55.218 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-07-12T15:09:55.218 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-07-12T15:09:55.218 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-07-12T15:09:55.218 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: pgs: 2023-07-12T15:09:55.218 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2023-07-12T15:09:55.549 INFO:teuthology.orchestra.run.smithi005.stderr:mon is available 2023-07-12T15:09:55.550 INFO:teuthology.orchestra.run.smithi005.stderr:Assimilating anything we can from ceph.conf... 2023-07-12T15:09:55.550 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmpsu7mmziz:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpq_0lmadq:/etc/ceph/ceph.conf:z -v /var/lib/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c/mon.smithi005:/var/lib/ceph/mon/ceph-smithi005:z quay.io/ceph/ceph:v16.2.4 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi005/config 2023-07-12T15:09:55.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:55 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[103914]: cluster 2023-07-12T15:09:54.748906+0000 mon.smithi005 (mon.0) 2 : cluster [INF] mon.smithi005 is new leader, mons smithi005 in quorum (ranks 0) 2023-07-12T15:09:55.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:55 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[103914]: cluster 2023-07-12T15:09:54.749103+0000 mon.smithi005 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi005=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0]} 2023-07-12T15:09:55.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:55 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[103914]: cluster 2023-07-12T15:09:54.750895+0000 mon.smithi005 (mon.0) 4 : cluster [DBG] fsmap 2023-07-12T15:09:55.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:55 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[103914]: cluster 2023-07-12T15:09:54.752892+0000 mon.smithi005 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-07-12T15:09:55.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:55 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[103914]: cluster 2023-07-12T15:09:54.753358+0000 mon.smithi005 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-07-12T15:09:55.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:55 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[103914]: audit 2023-07-12T15:09:55.213514+0000 mon.smithi005 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.5:0/3514828331' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-07-12T15:09:56.029 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2023-07-12T15:09:56.029 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: [global] 2023-07-12T15:09:56.030 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: fsid = fe85c08a-20c5-11ee-9b31-001a4aab830c 2023-07-12T15:09:56.030 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: log_to_journald = false 2023-07-12T15:09:56.031 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.5:3300,v1:172.21.15.5:6789] 2023-07-12T15:09:56.031 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-07-12T15:09:56.031 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-07-12T15:09:56.031 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-07-12T15:09:56.033 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-07-12T15:09:56.034 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2023-07-12T15:09:56.034 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: [mgr] 2023-07-12T15:09:56.034 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-07-12T15:09:56.034 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2023-07-12T15:09:56.035 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: [osd] 2023-07-12T15:09:56.035 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-07-12T15:09:56.035 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: osd_memory_target_autotune = true 2023-07-12T15:09:56.036 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-07-12T15:09:56.382 INFO:teuthology.orchestra.run.smithi005.stderr:Generating new minimal ceph.conf... 2023-07-12T15:09:56.383 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmpsu7mmziz:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpq_0lmadq:/etc/ceph/ceph.conf:z -v /var/lib/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c/mon.smithi005:/var/lib/ceph/mon/ceph-smithi005:z quay.io/ceph/ceph:v16.2.4 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi005/config 2023-07-12T15:09:57.060 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:56 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[103914]: audit 2023-07-12T15:09:56.025318+0000 mon.smithi005 (mon.0) 8 : audit [INF] from='client.? 172.21.15.5:0/81958087' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-07-12T15:09:57.060 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:56 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[103914]: audit 2023-07-12T15:09:56.027800+0000 mon.smithi005 (mon.0) 9 : audit [INF] from='client.? 172.21.15.5:0/81958087' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-07-12T15:09:57.141 INFO:teuthology.orchestra.run.smithi005.stderr:Restarting the monitor... 2023-07-12T15:09:57.142 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl restart ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c@mon.smithi005 2023-07-12T15:09:57.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 systemd[1]: Stopping Ceph mon.smithi005 for fe85c08a-20c5-11ee-9b31-001a4aab830c... 2023-07-12T15:09:57.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[103914]: debug 2023-07-12T15:09:57.220+0000 7f3cb53ef700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi005 -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-07-12T15:09:57.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[103914]: debug 2023-07-12T15:09:57.220+0000 7f3cb53ef700 -1 mon.smithi005@0(leader) e1 *** Got Signal Terminated *** 2023-07-12T15:09:57.864 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 podman[104239]: ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005 2023-07-12T15:09:57.865 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 systemd[1]: ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c@mon.smithi005.service: Succeeded. 2023-07-12T15:09:57.865 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 systemd[1]: Stopped Ceph mon.smithi005 for fe85c08a-20c5-11ee-9b31-001a4aab830c. 2023-07-12T15:09:57.865 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 systemd[1]: Starting Ceph mon.smithi005 for fe85c08a-20c5-11ee-9b31-001a4aab830c... 2023-07-12T15:09:57.950 INFO:teuthology.orchestra.run.smithi005.stderr:Setting mon public_network to 172.21.0.0/20 2023-07-12T15:09:57.951 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmpsu7mmziz:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpq_0lmadq:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.4 config set mon public_network 172.21.0.0/20 2023-07-12T15:09:58.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.939+0000 7f859b6c0700 0 set uid:gid to 167:167 (ceph:ceph) 2023-07-12T15:09:58.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.939+0000 7f859b6c0700 0 ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable), process ceph-mon, pid 7 2023-07-12T15:09:58.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.940+0000 7f859b6c0700 0 pidfile_write: ignore empty --pid-file 2023-07-12T15:09:58.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 0 load: jerasure load: lrc load: isa 2023-07-12T15:09:58.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 bash[104311]: d77bb5c14fd647fbfb65d25bff0d8aeb75b8a9d5ab017ac0e4d2859dcc7d1255 2023-07-12T15:09:58.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: RocksDB version: 6.8.1 2023-07-12T15:09:58.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: 2023-07-12T15:09:58.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-07-12T15:09:58.250 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Compile date May 13 2021 2023-07-12T15:09:58.250 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: DB SUMMARY 2023-07-12T15:09:58.250 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: 2023-07-12T15:09:58.250 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: CURRENT file: CURRENT 2023-07-12T15:09:58.250 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: 2023-07-12T15:09:58.250 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: IDENTITY file: IDENTITY 2023-07-12T15:09:58.250 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: 2023-07-12T15:09:58.251 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-07-12T15:09:58.251 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: 2023-07-12T15:09:58.251 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi005/store.db dir, Total Num: 1, files: 000004.sst 2023-07-12T15:09:58.251 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: 2023-07-12T15:09:58.252 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi005/store.db: 000006.log size: 80040 ; 2023-07-12T15:09:58.252 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: 2023-07-12T15:09:58.252 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.error_if_exists: 0 2023-07-12T15:09:58.252 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.create_if_missing: 0 2023-07-12T15:09:58.252 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.paranoid_checks: 1 2023-07-12T15:09:58.252 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.env: 0x55f59d54e1c0 2023-07-12T15:09:58.252 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.fs: Posix File System 2023-07-12T15:09:58.253 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.info_log: 0x55f59f9cb960 2023-07-12T15:09:58.253 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.max_file_opening_threads: 16 2023-07-12T15:09:58.253 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.statistics: (nil) 2023-07-12T15:09:58.254 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.use_fsync: 0 2023-07-12T15:09:58.254 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.max_log_file_size: 0 2023-07-12T15:09:58.254 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-07-12T15:09:58.254 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.log_file_time_to_roll: 0 2023-07-12T15:09:58.254 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.keep_log_file_num: 1000 2023-07-12T15:09:58.254 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.recycle_log_file_num: 0 2023-07-12T15:09:58.254 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.allow_fallocate: 1 2023-07-12T15:09:58.255 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.allow_mmap_reads: 0 2023-07-12T15:09:58.255 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.allow_mmap_writes: 0 2023-07-12T15:09:58.255 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.use_direct_reads: 0 2023-07-12T15:09:58.255 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-07-12T15:09:58.255 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.create_missing_column_families: 0 2023-07-12T15:09:58.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.db_log_dir: 2023-07-12T15:09:58.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi005/store.db 2023-07-12T15:09:58.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.table_cache_numshardbits: 6 2023-07-12T15:09:58.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.max_subcompactions: 1 2023-07-12T15:09:58.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.max_background_flushes: -1 2023-07-12T15:09:58.275 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-07-12T15:09:58.275 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-07-12T15:09:58.275 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-07-12T15:09:58.276 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-07-12T15:09:58.276 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-07-12T15:09:58.276 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.advise_random_on_open: 1 2023-07-12T15:09:58.276 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.db_write_buffer_size: 0 2023-07-12T15:09:58.276 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.write_buffer_manager: 0x55f5a0640030 2023-07-12T15:09:58.277 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-07-12T15:09:58.277 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-07-12T15:09:58.277 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-07-12T15:09:58.277 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.use_adaptive_mutex: 0 2023-07-12T15:09:58.277 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.rate_limiter: (nil) 2023-07-12T15:09:58.277 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-07-12T15:09:58.277 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.wal_recovery_mode: 2 2023-07-12T15:09:58.278 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.enable_thread_tracking: 0 2023-07-12T15:09:58.278 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.enable_pipelined_write: 0 2023-07-12T15:09:58.278 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.unordered_write: 0 2023-07-12T15:09:58.278 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-07-12T15:09:58.278 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-07-12T15:09:58.278 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-07-12T15:09:58.278 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-07-12T15:09:58.279 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.row_cache: None 2023-07-12T15:09:58.279 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.wal_filter: None 2023-07-12T15:09:58.279 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-07-12T15:09:58.279 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.allow_ingest_behind: 0 2023-07-12T15:09:58.279 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.preserve_deletes: 0 2023-07-12T15:09:58.279 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.two_write_queues: 0 2023-07-12T15:09:58.279 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.manual_wal_flush: 0 2023-07-12T15:09:58.279 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.atomic_flush: 0 2023-07-12T15:09:58.280 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-07-12T15:09:58.280 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.persist_stats_to_disk: 0 2023-07-12T15:09:58.280 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-07-12T15:09:58.280 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.log_readahead_size: 0 2023-07-12T15:09:58.280 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-07-12T15:09:58.280 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.max_background_jobs: 2 2023-07-12T15:09:58.280 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.max_background_compactions: -1 2023-07-12T15:09:58.281 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-07-12T15:09:58.281 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-07-12T15:09:58.282 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.delayed_write_rate : 16777216 2023-07-12T15:09:58.282 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.max_total_wal_size: 0 2023-07-12T15:09:58.282 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-07-12T15:09:58.283 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.stats_dump_period_sec: 600 2023-07-12T15:09:58.283 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.stats_persist_period_sec: 600 2023-07-12T15:09:58.283 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-07-12T15:09:58.283 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.max_open_files: -1 2023-07-12T15:09:58.283 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.bytes_per_sync: 0 2023-07-12T15:09:58.283 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-07-12T15:09:58.283 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-07-12T15:09:58.284 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Options.compaction_readahead_size: 0 2023-07-12T15:09:58.284 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Compression algorithms supported: 2023-07-12T15:09:58.284 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-07-12T15:09:58.284 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: kZSTD supported: 0 2023-07-12T15:09:58.284 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: kXpressCompression supported: 0 2023-07-12T15:09:58.284 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: kLZ4HCCompression supported: 1 2023-07-12T15:09:58.284 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: kLZ4Compression supported: 1 2023-07-12T15:09:58.285 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: kBZip2Compression supported: 0 2023-07-12T15:09:58.285 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: kZlibCompression supported: 1 2023-07-12T15:09:58.285 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: kSnappyCompression supported: 1 2023-07-12T15:09:58.285 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.944+0000 7f859b6c0700 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-07-12T15:09:58.285 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi005/store.db/MANIFEST-000005 2023-07-12T15:09:58.285 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: 2023-07-12T15:09:58.286 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-07-12T15:09:58.286 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: 2023-07-12T15:09:58.286 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-07-12T15:09:58.286 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.merge_operator: 2023-07-12T15:09:58.286 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.compaction_filter: None 2023-07-12T15:09:58.286 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.compaction_filter_factory: None 2023-07-12T15:09:58.287 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-07-12T15:09:58.287 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.table_factory: BlockBasedTable 2023-07-12T15:09:58.287 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55f59f8e2128) 2023-07-12T15:09:58.287 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cache_index_and_filter_blocks: 1 2023-07-12T15:09:58.287 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cache_index_and_filter_blocks_with_high_priority: 0 2023-07-12T15:09:58.287 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-07-12T15:09:58.287 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: pin_top_level_index_and_filter: 1 2023-07-12T15:09:58.288 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: index_type: 0 2023-07-12T15:09:58.288 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: data_block_index_type: 0 2023-07-12T15:09:58.288 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: index_shortening: 1 2023-07-12T15:09:58.288 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: data_block_hash_table_util_ratio: 0.750000 2023-07-12T15:09:58.288 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: hash_index_allow_collision: 1 2023-07-12T15:09:58.288 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: checksum: 1 2023-07-12T15:09:58.289 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: no_block_cache: 0 2023-07-12T15:09:58.289 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: block_cache: 0x55f59f918f10 2023-07-12T15:09:58.289 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: block_cache_name: BinnedLRUCache 2023-07-12T15:09:58.289 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: block_cache_options: 2023-07-12T15:09:58.289 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: capacity : 536870912 2023-07-12T15:09:58.289 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: num_shard_bits : 4 2023-07-12T15:09:58.289 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: strict_capacity_limit : 0 2023-07-12T15:09:58.290 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: high_pri_pool_ratio: 0.000 2023-07-12T15:09:58.290 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: block_cache_compressed: (nil) 2023-07-12T15:09:58.290 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: persistent_cache: (nil) 2023-07-12T15:09:58.290 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: block_size: 4096 2023-07-12T15:09:58.290 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: block_size_deviation: 10 2023-07-12T15:09:58.291 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: block_restart_interval: 16 2023-07-12T15:09:58.291 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: index_block_restart_interval: 1 2023-07-12T15:09:58.291 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: metadata_block_size: 4096 2023-07-12T15:09:58.291 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: partition_filters: 0 2023-07-12T15:09:58.291 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: use_delta_encoding: 1 2023-07-12T15:09:58.291 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: filter_policy: rocksdb.BuiltinBloomFilter 2023-07-12T15:09:58.291 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: whole_key_filtering: 1 2023-07-12T15:09:58.291 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: verify_compression: 0 2023-07-12T15:09:58.292 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: read_amp_bytes_per_bit: 0 2023-07-12T15:09:58.292 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: format_version: 2 2023-07-12T15:09:58.292 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: enable_index_compression: 1 2023-07-12T15:09:58.292 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: block_align: 0 2023-07-12T15:09:58.292 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: 2023-07-12T15:09:58.293 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.write_buffer_size: 33554432 2023-07-12T15:09:58.293 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.max_write_buffer_number: 2 2023-07-12T15:09:58.293 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.compression: NoCompression 2023-07-12T15:09:58.293 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.bottommost_compression: Disabled 2023-07-12T15:09:58.293 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.prefix_extractor: nullptr 2023-07-12T15:09:58.293 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-07-12T15:09:58.293 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.num_levels: 7 2023-07-12T15:09:58.294 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-07-12T15:09:58.294 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-07-12T15:09:58.294 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-07-12T15:09:58.294 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-07-12T15:09:58.294 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-07-12T15:09:58.294 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-07-12T15:09:58.294 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-07-12T15:09:58.295 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-07-12T15:09:58.295 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-07-12T15:09:58.295 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.compression_opts.window_bits: -14 2023-07-12T15:09:58.295 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.compression_opts.level: 32767 2023-07-12T15:09:58.296 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.compression_opts.strategy: 0 2023-07-12T15:09:58.296 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-07-12T15:09:58.296 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-07-12T15:09:58.296 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.compression_opts.enabled: false 2023-07-12T15:09:58.297 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-07-12T15:09:58.297 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-07-12T15:09:58.297 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-07-12T15:09:58.297 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.target_file_size_base: 67108864 2023-07-12T15:09:58.297 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.target_file_size_multiplier: 1 2023-07-12T15:09:58.297 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-07-12T15:09:58.297 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-07-12T15:09:58.298 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-07-12T15:09:58.298 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-07-12T15:09:58.298 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-07-12T15:09:58.298 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-07-12T15:09:58.298 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-07-12T15:09:58.298 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-07-12T15:09:58.298 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-07-12T15:09:58.299 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-07-12T15:09:58.299 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-07-12T15:09:58.299 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-07-12T15:09:58.299 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.arena_block_size: 4194304 2023-07-12T15:09:58.299 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-07-12T15:09:58.299 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-07-12T15:09:58.299 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-07-12T15:09:58.300 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.disable_auto_compactions: 0 2023-07-12T15:09:58.300 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-07-12T15:09:58.300 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-07-12T15:09:58.300 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-07-12T15:09:58.300 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-07-12T15:09:58.300 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-07-12T15:09:58.300 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-07-12T15:09:58.301 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-07-12T15:09:58.301 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-07-12T15:09:58.301 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-07-12T15:09:58.301 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-07-12T15:09:58.301 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.table_properties_collectors: 2023-07-12T15:09:58.301 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.inplace_update_support: 0 2023-07-12T15:09:58.301 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-07-12T15:09:58.302 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-07-12T15:09:58.302 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-07-12T15:09:58.302 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.memtable_huge_page_size: 0 2023-07-12T15:09:58.302 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.bloom_locality: 0 2023-07-12T15:09:58.302 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.max_successive_merges: 0 2023-07-12T15:09:58.302 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-07-12T15:09:58.302 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.paranoid_file_checks: 0 2023-07-12T15:09:58.302 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.force_consistency_checks: 0 2023-07-12T15:09:58.303 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.report_bg_io_stats: 0 2023-07-12T15:09:58.303 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.ttl: 2592000 2023-07-12T15:09:58.303 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.945+0000 7f859b6c0700 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-07-12T15:09:58.303 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.946+0000 7f859b6c0700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi005/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-07-12T15:09:58.303 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: 2023-07-12T15:09:58.303 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.946+0000 7f859b6c0700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-07-12T15:09:58.303 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: 2023-07-12T15:09:58.304 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.946+0000 7f859b6c0700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1689174597947610, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-07-12T15:09:58.304 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.946+0000 7f859b6c0700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-07-12T15:09:58.304 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.946+0000 7f859b6c0700 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-07-12T15:09:58.304 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 systemd[1]: Started Ceph mon.smithi005 for fe85c08a-20c5-11ee-9b31-001a4aab830c. 2023-07-12T15:09:58.304 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.947+0000 7f859b6c0700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1689174597948850, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 76979, "table_properties": {"data_size": 75276, "index_size": 308, "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": 9267, "raw_average_key_size": 47, "raw_value_size": 69923, "raw_average_value_size": 358, "num_data_blocks": 10, "num_entries": 195, "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": 1689174597, "oldest_key_time": 3, "file_creation_time": 0}} 2023-07-12T15:09:58.304 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.947+0000 7f859b6c0700 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-07-12T15:09:58.305 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: 2023-07-12T15:09:58.305 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.948+0000 7f859b6c0700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1689174597949430, "job": 1, "event": "recovery_finished"} 2023-07-12T15:09:58.305 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.949+0000 7f859b6c0700 4 rocksdb: DB pointer 0x55f59f9dd800 2023-07-12T15:09:58.305 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.949+0000 7f85824d8700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-07-12T15:09:58.305 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.949+0000 7f85824d8700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-07-12T15:09:58.305 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: ** DB Stats ** 2023-07-12T15:09:58.305 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: Uptime(secs): 0.0 total, 0.0 interval 2023-07-12T15:09:58.305 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-07-12T15:09:58.306 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-07-12T15:09:58.306 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-07-12T15:09:58.306 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-07-12T15:09:58.306 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-07-12T15:09:58.306 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-07-12T15:09:58.307 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: 2023-07-12T15:09:58.307 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: ** Compaction Stats [default] ** 2023-07-12T15:09:58.307 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: 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-07-12T15:09:58.307 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-07-12T15:09:58.308 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: L0 2/0 76.87 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 91.9 0.00 0.00 1 0.001 0 0 2023-07-12T15:09:58.308 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: Sum 2/0 76.87 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 91.9 0.00 0.00 1 0.001 0 0 2023-07-12T15:09:58.308 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 91.9 0.00 0.00 1 0.001 0 0 2023-07-12T15:09:58.308 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: 2023-07-12T15:09:58.309 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: ** Compaction Stats [default] ** 2023-07-12T15:09:58.309 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: 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-07-12T15:09:58.309 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-07-12T15:09:58.310 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 91.9 0.00 0.00 1 0.001 0 0 2023-07-12T15:09:58.310 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: Uptime(secs): 0.0 total, 0.0 interval 2023-07-12T15:09:58.310 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: Flush(GB): cumulative 0.000, interval 0.000 2023-07-12T15:09:58.310 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: AddFile(GB): cumulative 0.000, interval 0.000 2023-07-12T15:09:58.311 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: AddFile(Total Files): cumulative 0, interval 0 2023-07-12T15:09:58.311 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: AddFile(L0 Files): cumulative 0, interval 0 2023-07-12T15:09:58.311 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: AddFile(Keys): cumulative 0, interval 0 2023-07-12T15:09:58.311 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: Cumulative compaction: 0.00 GB write, 18.02 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-07-12T15:09:58.312 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: Interval compaction: 0.00 GB write, 18.02 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-07-12T15:09:58.312 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: 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-07-12T15:09:58.312 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: 2023-07-12T15:09:58.312 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: ** File Read Latency Histogram By Level [default] ** 2023-07-12T15:09:58.313 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: 2023-07-12T15:09:58.313 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: ** Compaction Stats [default] ** 2023-07-12T15:09:58.313 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: 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-07-12T15:09:58.314 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-07-12T15:09:58.314 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: L0 2/0 76.87 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 91.9 0.00 0.00 1 0.001 0 0 2023-07-12T15:09:58.314 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: Sum 2/0 76.87 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 91.9 0.00 0.00 1 0.001 0 0 2023-07-12T15:09:58.314 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: 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-07-12T15:09:58.314 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: 2023-07-12T15:09:58.314 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: ** Compaction Stats [default] ** 2023-07-12T15:09:58.314 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: 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-07-12T15:09:58.315 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-07-12T15:09:58.315 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 91.9 0.00 0.00 1 0.001 0 0 2023-07-12T15:09:58.315 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: Uptime(secs): 0.0 total, 0.0 interval 2023-07-12T15:09:58.315 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: Flush(GB): cumulative 0.000, interval 0.000 2023-07-12T15:09:58.315 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: AddFile(GB): cumulative 0.000, interval 0.000 2023-07-12T15:09:58.315 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: AddFile(Total Files): cumulative 0, interval 0 2023-07-12T15:09:58.315 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: AddFile(L0 Files): cumulative 0, interval 0 2023-07-12T15:09:58.315 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: AddFile(Keys): cumulative 0, interval 0 2023-07-12T15:09:58.316 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: Cumulative compaction: 0.00 GB write, 17.79 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-07-12T15:09:58.316 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-07-12T15:09:58.316 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: 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-07-12T15:09:58.316 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: 2023-07-12T15:09:58.316 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: ** File Read Latency Histogram By Level [default] ** 2023-07-12T15:09:58.316 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: 2023-07-12T15:09:58.317 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.950+0000 7f859b6c0700 0 starting mon.smithi005 rank 0 at public addrs [v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0] at bind addrs [v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi005 fsid fe85c08a-20c5-11ee-9b31-001a4aab830c 2023-07-12T15:09:58.317 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.951+0000 7f859b6c0700 1 mon.smithi005@-1(???) e1 preinit fsid fe85c08a-20c5-11ee-9b31-001a4aab830c 2023-07-12T15:09:58.317 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.952+0000 7f859b6c0700 0 mon.smithi005@-1(???).mds e1 new map 2023-07-12T15:09:58.317 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.952+0000 7f859b6c0700 0 mon.smithi005@-1(???).mds e1 print_map 2023-07-12T15:09:58.318 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: e1 2023-07-12T15:09:58.318 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: enable_multiple, ever_enabled_multiple: 1,1 2023-07-12T15:09:58.318 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: 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-07-12T15:09:58.318 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: legacy client fscid: -1 2023-07-12T15:09:58.319 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: 2023-07-12T15:09:58.319 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: No filesystems configured 2023-07-12T15:09:58.319 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: 2023-07-12T15:09:58.320 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.952+0000 7f859b6c0700 0 mon.smithi005@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-07-12T15:09:58.320 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.952+0000 7f859b6c0700 0 mon.smithi005@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-07-12T15:09:58.320 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.952+0000 7f859b6c0700 0 mon.smithi005@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-07-12T15:09:58.320 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.952+0000 7f859b6c0700 0 mon.smithi005@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-07-12T15:09:58.321 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:09:56.025318+0000 mon.smithi005 (mon.0) 8 : audit [INF] from='client.? 172.21.15.5:0/81958087' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-07-12T15:09:58.321 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:09:56.027800+0000 mon.smithi005 (mon.0) 9 : audit [INF] from='client.? 172.21.15.5:0/81958087' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-07-12T15:09:58.321 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:09:57.952+0000 7f859b6c0700 1 mon.smithi005@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-07-12T15:09:58.322 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:58 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:09:57.972202+0000 mon.smithi005 (mon.0) 1 : cluster [INF] mon.smithi005 is new leader, mons smithi005 in quorum (ranks 0) 2023-07-12T15:09:58.322 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:58 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:09:57.972263+0000 mon.smithi005 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi005=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0]} 2023-07-12T15:09:58.322 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:58 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:09:57.972315+0000 mon.smithi005 (mon.0) 3 : cluster [DBG] fsmap 2023-07-12T15:09:58.322 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:58 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:09:57.972340+0000 mon.smithi005 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-07-12T15:09:58.323 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:58 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:09:57.972727+0000 mon.smithi005 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-07-12T15:09:59.200 INFO:teuthology.orchestra.run.smithi005.stderr:Wrote config to /etc/ceph/ceph.conf 2023-07-12T15:09:59.201 INFO:teuthology.orchestra.run.smithi005.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-07-12T15:09:59.201 INFO:teuthology.orchestra.run.smithi005.stderr:Creating mgr... 2023-07-12T15:09:59.201 INFO:teuthology.orchestra.run.smithi005.stderr:Verifying port 9283 ... 2023-07-12T15:09:59.202 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl daemon-reload 2023-07-12T15:09:59.304 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl stop ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c@mgr.smithi005.fgymhs 2023-07-12T15:09:59.330 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl reset-failed ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c@mgr.smithi005.fgymhs 2023-07-12T15:09:59.335 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: Failed to reset failed state of unit ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c@mgr.smithi005.fgymhs.service: Unit ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c@mgr.smithi005.fgymhs.service not loaded. 2023-07-12T15:09:59.336 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl enable ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c@mgr.smithi005.fgymhs 2023-07-12T15:09:59.342 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: Created symlink /etc/systemd/system/ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c.target.wants/ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c@mgr.smithi005.fgymhs.service → /etc/systemd/system/ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c@.service. 2023-07-12T15:09:59.435 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl start ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c@mgr.smithi005.fgymhs 2023-07-12T15:09:59.819 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl is-enabled firewalld.service 2023-07-12T15:09:59.826 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: disabled 2023-07-12T15:09:59.827 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl is-active firewalld.service 2023-07-12T15:09:59.834 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: inactive 2023-07-12T15:09:59.835 INFO:teuthology.orchestra.run.smithi005.stderr:firewalld.service is not enabled 2023-07-12T15:09:59.835 INFO:teuthology.orchestra.run.smithi005.stderr:Not possible to enable service . firewalld.service is not available 2023-07-12T15:09:59.836 INFO:teuthology.orchestra.run.smithi005.stderr:Not possible to open ports <[]>. firewalld.service is not available 2023-07-12T15:09:59.836 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl is-enabled firewalld.service 2023-07-12T15:09:59.843 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: disabled 2023-07-12T15:09:59.843 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl is-active firewalld.service 2023-07-12T15:09:59.851 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: inactive 2023-07-12T15:09:59.852 INFO:teuthology.orchestra.run.smithi005.stderr:firewalld.service is not enabled 2023-07-12T15:09:59.853 INFO:teuthology.orchestra.run.smithi005.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-07-12T15:09:59.853 INFO:teuthology.orchestra.run.smithi005.stderr:Waiting for mgr to start... 2023-07-12T15:09:59.853 INFO:teuthology.orchestra.run.smithi005.stderr:Waiting for mgr... 2023-07-12T15:09:59.853 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmpsu7mmziz:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpq_0lmadq:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.4 status -f json-pretty 2023-07-12T15:10:00.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:09:59 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:09:58.847932+0000 mon.smithi005 (mon.0) 6 : audit [INF] from='client.? 172.21.15.5:0/59172414' entity='client.admin' 2023-07-12T15:10:00.352 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2023-07-12T15:10:00.352 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: { 2023-07-12T15:10:00.353 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "fsid": "fe85c08a-20c5-11ee-9b31-001a4aab830c", 2023-07-12T15:10:00.353 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "health": { 2023-07-12T15:10:00.353 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-07-12T15:10:00.353 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "checks": {}, 2023-07-12T15:10:00.353 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "mutes": [] 2023-07-12T15:10:00.354 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2023-07-12T15:10:00.354 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-07-12T15:10:00.354 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "quorum": [ 2023-07-12T15:10:00.354 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 0 2023-07-12T15:10:00.355 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ], 2023-07-12T15:10:00.355 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "quorum_names": [ 2023-07-12T15:10:00.355 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "smithi005" 2023-07-12T15:10:00.355 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ], 2023-07-12T15:10:00.355 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "quorum_age": 2, 2023-07-12T15:10:00.355 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "monmap": { 2023-07-12T15:10:00.355 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2023-07-12T15:10:00.356 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-07-12T15:10:00.356 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_mons": 1 2023-07-12T15:10:00.356 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2023-07-12T15:10:00.356 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "osdmap": { 2023-07-12T15:10:00.356 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2023-07-12T15:10:00.356 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_osds": 0, 2023-07-12T15:10:00.357 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-07-12T15:10:00.357 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-07-12T15:10:00.362 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-07-12T15:10:00.362 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-07-12T15:10:00.362 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-07-12T15:10:00.363 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2023-07-12T15:10:00.363 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "pgmap": { 2023-07-12T15:10:00.363 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-07-12T15:10:00.364 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-07-12T15:10:00.364 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_pools": 0, 2023-07-12T15:10:00.364 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_objects": 0, 2023-07-12T15:10:00.364 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-07-12T15:10:00.365 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-07-12T15:10:00.365 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-07-12T15:10:00.365 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "bytes_total": 0 2023-07-12T15:10:00.366 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2023-07-12T15:10:00.366 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "fsmap": { 2023-07-12T15:10:00.366 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2023-07-12T15:10:00.367 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "by_rank": [], 2023-07-12T15:10:00.367 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "up:standby": 0 2023-07-12T15:10:00.367 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2023-07-12T15:10:00.367 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "mgrmap": { 2023-07-12T15:10:00.368 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "available": false, 2023-07-12T15:10:00.368 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-07-12T15:10:00.368 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "modules": [ 2023-07-12T15:10:00.368 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "iostat", 2023-07-12T15:10:00.368 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "restful" 2023-07-12T15:10:00.369 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ], 2023-07-12T15:10:00.369 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "services": {} 2023-07-12T15:10:00.369 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2023-07-12T15:10:00.369 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "servicemap": { 2023-07-12T15:10:00.370 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2023-07-12T15:10:00.370 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "modified": "2023-07-12T15:09:54.749952+0000", 2023-07-12T15:10:00.370 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "services": {} 2023-07-12T15:10:00.371 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2023-07-12T15:10:00.371 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "progress_events": {} 2023-07-12T15:10:00.371 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: } 2023-07-12T15:10:00.691 INFO:teuthology.orchestra.run.smithi005.stderr:mgr not available, waiting (1/15)... 2023-07-12T15:10:00.997 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:00 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:00.348703+0000 mon.smithi005 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.5:0/2689085943' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-07-12T15:10:02.693 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmpsu7mmziz:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpq_0lmadq:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.4 status -f json-pretty 2023-07-12T15:10:03.160 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2023-07-12T15:10:03.162 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: { 2023-07-12T15:10:03.162 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "fsid": "fe85c08a-20c5-11ee-9b31-001a4aab830c", 2023-07-12T15:10:03.163 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "health": { 2023-07-12T15:10:03.163 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-07-12T15:10:03.163 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "checks": {}, 2023-07-12T15:10:03.163 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "mutes": [] 2023-07-12T15:10:03.164 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2023-07-12T15:10:03.164 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-07-12T15:10:03.164 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "quorum": [ 2023-07-12T15:10:03.165 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 0 2023-07-12T15:10:03.165 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ], 2023-07-12T15:10:03.165 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "quorum_names": [ 2023-07-12T15:10:03.166 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "smithi005" 2023-07-12T15:10:03.166 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ], 2023-07-12T15:10:03.166 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "quorum_age": 5, 2023-07-12T15:10:03.166 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "monmap": { 2023-07-12T15:10:03.167 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2023-07-12T15:10:03.167 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-07-12T15:10:03.167 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_mons": 1 2023-07-12T15:10:03.168 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2023-07-12T15:10:03.168 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "osdmap": { 2023-07-12T15:10:03.168 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2023-07-12T15:10:03.169 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_osds": 0, 2023-07-12T15:10:03.169 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-07-12T15:10:03.169 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-07-12T15:10:03.169 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-07-12T15:10:03.170 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-07-12T15:10:03.170 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-07-12T15:10:03.170 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2023-07-12T15:10:03.171 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "pgmap": { 2023-07-12T15:10:03.171 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-07-12T15:10:03.171 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-07-12T15:10:03.171 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_pools": 0, 2023-07-12T15:10:03.172 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_objects": 0, 2023-07-12T15:10:03.172 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-07-12T15:10:03.172 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-07-12T15:10:03.173 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-07-12T15:10:03.173 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "bytes_total": 0 2023-07-12T15:10:03.173 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2023-07-12T15:10:03.173 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "fsmap": { 2023-07-12T15:10:03.174 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2023-07-12T15:10:03.174 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "by_rank": [], 2023-07-12T15:10:03.174 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "up:standby": 0 2023-07-12T15:10:03.175 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2023-07-12T15:10:03.175 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "mgrmap": { 2023-07-12T15:10:03.175 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "available": false, 2023-07-12T15:10:03.175 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-07-12T15:10:03.176 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "modules": [ 2023-07-12T15:10:03.176 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "iostat", 2023-07-12T15:10:03.176 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "restful" 2023-07-12T15:10:03.176 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ], 2023-07-12T15:10:03.177 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "services": {} 2023-07-12T15:10:03.177 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2023-07-12T15:10:03.177 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "servicemap": { 2023-07-12T15:10:03.178 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2023-07-12T15:10:03.178 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "modified": "2023-07-12T15:09:54.749952+0000", 2023-07-12T15:10:03.178 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "services": {} 2023-07-12T15:10:03.178 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2023-07-12T15:10:03.179 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "progress_events": {} 2023-07-12T15:10:03.179 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: } 2023-07-12T15:10:03.506 INFO:teuthology.orchestra.run.smithi005.stderr:mgr not available, waiting (2/15)... 2023-07-12T15:10:04.247 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:03 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:03.153674+0000 mon.smithi005 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.5:0/1159910393' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-07-12T15:10:05.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:10:05.017299+0000 mon.smithi005 (mon.0) 9 : cluster [INF] Activating manager daemon smithi005.fgymhs 2023-07-12T15:10:05.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:10:05.020019+0000 mon.smithi005 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi005.fgymhs(active, starting, since 0.0028439s) 2023-07-12T15:10:05.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:05.020974+0000 mon.smithi005 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.5:0/3610581634' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-07-12T15:10:05.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:05.021117+0000 mon.smithi005 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.5:0/3610581634' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-07-12T15:10:05.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:05.021252+0000 mon.smithi005 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.5:0/3610581634' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-07-12T15:10:05.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:05.021378+0000 mon.smithi005 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.5:0/3610581634' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mon metadata", "id": "smithi005"}]: dispatch 2023-07-12T15:10:05.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:05.021696+0000 mon.smithi005 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.5:0/3610581634' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mgr metadata", "who": "smithi005.fgymhs", "id": "smithi005.fgymhs"}]: dispatch 2023-07-12T15:10:05.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:10:05.034728+0000 mon.smithi005 (mon.0) 16 : cluster [INF] Manager daemon smithi005.fgymhs is now available 2023-07-12T15:10:05.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:05.040908+0000 mon.smithi005 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.5:0/3610581634' entity='mgr.smithi005.fgymhs' 2023-07-12T15:10:05.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:05.046638+0000 mon.smithi005 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.5:0/3610581634' entity='mgr.smithi005.fgymhs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.fgymhs/mirror_snapshot_schedule"}]: dispatch 2023-07-12T15:10:05.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:05.047826+0000 mon.smithi005 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.5:0/3610581634' entity='mgr.smithi005.fgymhs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.fgymhs/trash_purge_schedule"}]: dispatch 2023-07-12T15:10:05.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:05.052534+0000 mon.smithi005 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.5:0/3610581634' entity='mgr.smithi005.fgymhs' 2023-07-12T15:10:05.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:05.054656+0000 mon.smithi005 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.5:0/3610581634' entity='mgr.smithi005.fgymhs' 2023-07-12T15:10:05.509 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmpsu7mmziz:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpq_0lmadq:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.4 status -f json-pretty 2023-07-12T15:10:05.947 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2023-07-12T15:10:05.947 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: { 2023-07-12T15:10:05.947 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "fsid": "fe85c08a-20c5-11ee-9b31-001a4aab830c", 2023-07-12T15:10:05.947 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "health": { 2023-07-12T15:10:05.948 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-07-12T15:10:05.948 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "checks": {}, 2023-07-12T15:10:05.949 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "mutes": [] 2023-07-12T15:10:05.949 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2023-07-12T15:10:05.950 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-07-12T15:10:05.950 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "quorum": [ 2023-07-12T15:10:05.950 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 0 2023-07-12T15:10:05.950 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ], 2023-07-12T15:10:05.950 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "quorum_names": [ 2023-07-12T15:10:05.950 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "smithi005" 2023-07-12T15:10:05.950 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ], 2023-07-12T15:10:05.951 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "quorum_age": 7, 2023-07-12T15:10:05.951 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "monmap": { 2023-07-12T15:10:05.951 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2023-07-12T15:10:05.951 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-07-12T15:10:05.951 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_mons": 1 2023-07-12T15:10:05.951 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2023-07-12T15:10:05.951 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "osdmap": { 2023-07-12T15:10:05.951 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2023-07-12T15:10:05.952 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_osds": 0, 2023-07-12T15:10:05.952 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-07-12T15:10:05.952 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-07-12T15:10:05.954 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-07-12T15:10:05.955 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-07-12T15:10:05.955 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-07-12T15:10:05.955 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2023-07-12T15:10:05.955 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "pgmap": { 2023-07-12T15:10:05.955 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-07-12T15:10:05.955 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-07-12T15:10:05.955 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_pools": 0, 2023-07-12T15:10:05.955 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_objects": 0, 2023-07-12T15:10:05.956 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-07-12T15:10:05.956 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-07-12T15:10:05.956 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-07-12T15:10:05.956 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "bytes_total": 0 2023-07-12T15:10:05.956 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2023-07-12T15:10:05.956 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "fsmap": { 2023-07-12T15:10:05.956 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2023-07-12T15:10:05.957 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "by_rank": [], 2023-07-12T15:10:05.957 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "up:standby": 0 2023-07-12T15:10:05.957 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2023-07-12T15:10:05.957 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "mgrmap": { 2023-07-12T15:10:05.957 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "available": false, 2023-07-12T15:10:05.957 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-07-12T15:10:05.957 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "modules": [ 2023-07-12T15:10:05.957 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "iostat", 2023-07-12T15:10:05.958 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "restful" 2023-07-12T15:10:05.958 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ], 2023-07-12T15:10:05.958 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "services": {} 2023-07-12T15:10:05.958 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2023-07-12T15:10:05.958 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "servicemap": { 2023-07-12T15:10:05.958 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2023-07-12T15:10:05.958 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "modified": "2023-07-12T15:09:54.749952+0000", 2023-07-12T15:10:05.958 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "services": {} 2023-07-12T15:10:05.959 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2023-07-12T15:10:05.959 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "progress_events": {} 2023-07-12T15:10:05.959 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: } 2023-07-12T15:10:06.224 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:06 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:05.945734+0000 mon.smithi005 (mon.0) 22 : audit [DBG] from='client.? 172.21.15.5:0/1019136493' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-07-12T15:10:06.225 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:06 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:10:06.022372+0000 mon.smithi005 (mon.0) 23 : cluster [DBG] mgrmap e3: smithi005.fgymhs(active, since 1.0052s) 2023-07-12T15:10:06.298 INFO:teuthology.orchestra.run.smithi005.stderr:mgr not available, waiting (3/15)... 2023-07-12T15:10:08.301 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmpsu7mmziz:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpq_0lmadq:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.4 status -f json-pretty 2023-07-12T15:10:08.412 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:08 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:10:07.072193+0000 mon.smithi005 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi005.fgymhs(active, since 2s) 2023-07-12T15:10:08.918 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2023-07-12T15:10:08.918 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: { 2023-07-12T15:10:08.918 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "fsid": "fe85c08a-20c5-11ee-9b31-001a4aab830c", 2023-07-12T15:10:08.919 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "health": { 2023-07-12T15:10:08.919 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-07-12T15:10:08.919 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "checks": {}, 2023-07-12T15:10:08.919 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "mutes": [] 2023-07-12T15:10:08.919 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2023-07-12T15:10:08.919 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-07-12T15:10:08.919 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "quorum": [ 2023-07-12T15:10:08.920 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 0 2023-07-12T15:10:08.920 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ], 2023-07-12T15:10:08.920 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "quorum_names": [ 2023-07-12T15:10:08.920 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "smithi005" 2023-07-12T15:10:08.920 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ], 2023-07-12T15:10:08.920 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "quorum_age": 10, 2023-07-12T15:10:08.920 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "monmap": { 2023-07-12T15:10:08.920 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2023-07-12T15:10:08.921 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-07-12T15:10:08.921 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_mons": 1 2023-07-12T15:10:08.921 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2023-07-12T15:10:08.921 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "osdmap": { 2023-07-12T15:10:08.921 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2023-07-12T15:10:08.921 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_osds": 0, 2023-07-12T15:10:08.921 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-07-12T15:10:08.922 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-07-12T15:10:08.922 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-07-12T15:10:08.922 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-07-12T15:10:08.922 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-07-12T15:10:08.922 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2023-07-12T15:10:08.922 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "pgmap": { 2023-07-12T15:10:08.922 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-07-12T15:10:08.922 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-07-12T15:10:08.923 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_pools": 0, 2023-07-12T15:10:08.923 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_objects": 0, 2023-07-12T15:10:08.923 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-07-12T15:10:08.923 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-07-12T15:10:08.923 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-07-12T15:10:08.923 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "bytes_total": 0 2023-07-12T15:10:08.923 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2023-07-12T15:10:08.923 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "fsmap": { 2023-07-12T15:10:08.924 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2023-07-12T15:10:08.924 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "by_rank": [], 2023-07-12T15:10:08.924 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "up:standby": 0 2023-07-12T15:10:08.924 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2023-07-12T15:10:08.924 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "mgrmap": { 2023-07-12T15:10:08.924 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "available": true, 2023-07-12T15:10:08.924 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-07-12T15:10:08.925 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "modules": [ 2023-07-12T15:10:08.926 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "iostat", 2023-07-12T15:10:08.926 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "restful" 2023-07-12T15:10:08.926 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ], 2023-07-12T15:10:08.926 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "services": {} 2023-07-12T15:10:08.927 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2023-07-12T15:10:08.927 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "servicemap": { 2023-07-12T15:10:08.927 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2023-07-12T15:10:08.927 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "modified": "2023-07-12T15:09:54.749952+0000", 2023-07-12T15:10:08.927 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "services": {} 2023-07-12T15:10:08.927 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2023-07-12T15:10:08.927 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "progress_events": {} 2023-07-12T15:10:08.927 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: } 2023-07-12T15:10:09.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:09 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:08.913450+0000 mon.smithi005 (mon.0) 25 : audit [DBG] from='client.? 172.21.15.5:0/370735717' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-07-12T15:10:09.264 INFO:teuthology.orchestra.run.smithi005.stderr:mgr is available 2023-07-12T15:10:09.264 INFO:teuthology.orchestra.run.smithi005.stderr:Enabling cephadm module... 2023-07-12T15:10:09.264 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmpsu7mmziz:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpq_0lmadq:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.4 mgr module enable cephadm 2023-07-12T15:10:10.383 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:10 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:09.816333+0000 mon.smithi005 (mon.0) 26 : audit [INF] from='client.? 172.21.15.5:0/3322343119' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-07-12T15:10:10.439 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmpsu7mmziz:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpq_0lmadq:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.4 mgr stat 2023-07-12T15:10:11.061 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: { 2023-07-12T15:10:11.061 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 5, 2023-07-12T15:10:11.061 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "available": true, 2023-07-12T15:10:11.061 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "active_name": "smithi005.fgymhs", 2023-07-12T15:10:11.061 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_standby": 0 2023-07-12T15:10:11.062 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: } 2023-07-12T15:10:11.361 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:10.075455+0000 mon.smithi005 (mon.0) 27 : audit [INF] from='client.? 172.21.15.5:0/3322343119' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-07-12T15:10:11.362 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:10:10.075496+0000 mon.smithi005 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi005.fgymhs(active, since 5s) 2023-07-12T15:10:11.362 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:11.059513+0000 mon.smithi005 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.5:0/479195030' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-07-12T15:10:11.416 INFO:teuthology.orchestra.run.smithi005.stderr:Waiting for the mgr to restart... 2023-07-12T15:10:11.416 INFO:teuthology.orchestra.run.smithi005.stderr:Waiting for mgr epoch 5... 2023-07-12T15:10:11.416 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmpsu7mmziz:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpq_0lmadq:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.4 tell mgr mgr_status 2023-07-12T15:10:16.361 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: { 2023-07-12T15:10:16.362 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-07-12T15:10:16.362 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "initialized": true 2023-07-12T15:10:16.362 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: } 2023-07-12T15:10:16.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:16 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:10:15.297209+0000 mon.smithi005 (mon.0) 30 : cluster [INF] Active manager daemon smithi005.fgymhs restarted 2023-07-12T15:10:16.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:16 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:10:15.297653+0000 mon.smithi005 (mon.0) 31 : cluster [INF] Activating manager daemon smithi005.fgymhs 2023-07-12T15:10:16.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:16 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:10:15.299403+0000 mon.smithi005 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-07-12T15:10:16.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:16 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:10:15.349995+0000 mon.smithi005 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi005.fgymhs(active, starting, since 0.0524256s) 2023-07-12T15:10:16.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:16 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:15.351166+0000 mon.smithi005 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.5:0/4125476035' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mon metadata", "id": "smithi005"}]: dispatch 2023-07-12T15:10:16.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:16 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:15.351702+0000 mon.smithi005 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.5:0/4125476035' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mgr metadata", "who": "smithi005.fgymhs", "id": "smithi005.fgymhs"}]: dispatch 2023-07-12T15:10:16.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:16 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:15.352620+0000 mon.smithi005 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.5:0/4125476035' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-07-12T15:10:16.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:16 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:15.352759+0000 mon.smithi005 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.5:0/4125476035' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-07-12T15:10:16.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:16 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:15.352905+0000 mon.smithi005 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.5:0/4125476035' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-07-12T15:10:16.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:16 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:10:15.366946+0000 mon.smithi005 (mon.0) 39 : cluster [INF] Manager daemon smithi005.fgymhs is now available 2023-07-12T15:10:16.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:16 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:15.381310+0000 mon.smithi005 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.5:0/4125476035' entity='mgr.smithi005.fgymhs' 2023-07-12T15:10:16.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:16 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:15.383851+0000 mon.smithi005 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.5:0/4125476035' entity='mgr.smithi005.fgymhs' 2023-07-12T15:10:16.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:16 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:15.386072+0000 mon.smithi005 (mon.0) 42 : audit [INF] from='mgr.14116 172.21.15.5:0/4125476035' entity='mgr.smithi005.fgymhs' 2023-07-12T15:10:16.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:16 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:15.481600+0000 mon.smithi005 (mon.0) 43 : audit [INF] from='mgr.14116 172.21.15.5:0/4125476035' entity='mgr.smithi005.fgymhs' 2023-07-12T15:10:16.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:16 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:15.482307+0000 mon.smithi005 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.5:0/4125476035' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:10:16.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:16 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:15.484031+0000 mon.smithi005 (mon.0) 45 : audit [DBG] from='mgr.14116 172.21.15.5:0/4125476035' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:10:16.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:16 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:15.485477+0000 mon.smithi005 (mon.0) 46 : audit [DBG] from='mgr.14116 172.21.15.5:0/4125476035' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:10:16.751 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:16 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:15.495243+0000 mon.smithi005 (mon.0) 47 : audit [INF] from='mgr.14116 172.21.15.5:0/4125476035' entity='mgr.smithi005.fgymhs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.fgymhs/mirror_snapshot_schedule"}]: dispatch 2023-07-12T15:10:16.751 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:16 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:15.496396+0000 mon.smithi005 (mon.0) 48 : audit [INF] from='mgr.14116 172.21.15.5:0/4125476035' entity='mgr.smithi005.fgymhs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.fgymhs/trash_purge_schedule"}]: dispatch 2023-07-12T15:10:17.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:17 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:16.352293+0000 mgr.smithi005.fgymhs (mgr.14116) 1 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-07-12T15:10:17.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:17 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:10:16.352662+0000 mon.smithi005 (mon.0) 49 : cluster [DBG] mgrmap e7: smithi005.fgymhs(active, since 1.05509s) 2023-07-12T15:10:17.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:17 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:16.359275+0000 mgr.smithi005.fgymhs (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-07-12T15:10:18.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:10:17.355030+0000 mon.smithi005 (mon.0) 50 : cluster [DBG] mgrmap e8: smithi005.fgymhs(active, since 2s) 2023-07-12T15:10:18.880 INFO:teuthology.orchestra.run.smithi005.stderr:mgr epoch 5 is available 2023-07-12T15:10:18.881 INFO:teuthology.orchestra.run.smithi005.stderr:Setting orchestrator backend to cephadm... 2023-07-12T15:10:18.881 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmpsu7mmziz:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpq_0lmadq:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.4 orch set backend cephadm 2023-07-12T15:10:21.671 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmpsu7mmziz:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpq_0lmadq:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.4 cephadm set-user root 2023-07-12T15:10:21.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:21 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:20.628492+0000 mgr.smithi005.fgymhs (mgr.14116) 3 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:10:21.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:21 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:20.632359+0000 mon.smithi005 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.5:0/4125476035' entity='mgr.smithi005.fgymhs' 2023-07-12T15:10:21.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:21 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:20.635453+0000 mon.smithi005 (mon.0) 52 : audit [DBG] from='mgr.14116 172.21.15.5:0/4125476035' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:10:22.191 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: value unchanged 2023-07-12T15:10:22.554 INFO:teuthology.orchestra.run.smithi005.stderr:Generating ssh key... 2023-07-12T15:10:22.554 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmpsu7mmziz:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpq_0lmadq:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.4 cephadm generate-key 2023-07-12T15:10:23.937 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmpsu7mmziz:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpq_0lmadq:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.4 cephadm get-pub-key 2023-07-12T15:10:24.247 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:23 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:10:23.080769+0000 mgr.smithi005.fgymhs (mgr.14116) 6 : cephadm [INF] Generating ssh key... 2023-07-12T15:10:24.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:23 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:23.571966+0000 mon.smithi005 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.5:0/4125476035' entity='mgr.smithi005.fgymhs' 2023-07-12T15:10:24.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:23 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:23.573592+0000 mon.smithi005 (mon.0) 54 : audit [INF] from='mgr.14116 172.21.15.5:0/4125476035' entity='mgr.smithi005.fgymhs' 2023-07-12T15:10:24.434 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDjC17NmNqMpK8wpDa8q5INJ5wXUCi+hZjZERJAuwL5jhOW3CWdtplcoAIZBxuvi4tnn5tM8gSeKi6ghKAI6LAWaBM5Biel4L2TrCzrgucRAIY4JgXSHbXjxhBYMdBqhwZE3MTiKwPZdl8uaHjP6UGdGjg0SXyARplh7evE1piimVWm9/Wc36EpddRQV9G9FRuNGfVTA5AVEWYp9YqPMk75viSiMgy5tRbJ2Fk/S46TbN56LxuG2UgRAIl9PKadB0you9oLhdSDOuWmTJ1HoUWOveX4yO3DnA+sLw6skRZaI31gEPESddrv84iL+kCEtePkxyGumWWG4XS9YqXaY7WvXTFBcrbPyBjSmrzgPvVfgOqtKEKff/DTVFQTsuyaCQKQTSq6AUVBeHPSFlx1VMVM4rV94jG8Bf5rA6hJog6EYW5VTJdh+idLX5BdWFg1/Z/7jt9zzbDTcTQ0Zh5UeRhVHjJj8KBAOwbMzTwvHefOkRUH2qde21Mdnh+nvfVnxis= ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c 2023-07-12T15:10:24.787 INFO:teuthology.orchestra.run.smithi005.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-07-12T15:10:24.787 INFO:teuthology.orchestra.run.smithi005.stderr:Adding key to root@localhost authorized_keys... 2023-07-12T15:10:24.788 INFO:teuthology.orchestra.run.smithi005.stderr:Adding host smithi005... 2023-07-12T15:10:24.788 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmpsu7mmziz:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpq_0lmadq:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.4 orch host add smithi005 172.21.15.5 2023-07-12T15:10:25.466 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:25 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:24.433524+0000 mgr.smithi005.fgymhs (mgr.14116) 7 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:10:25.973 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: Added host 'smithi005' 2023-07-12T15:10:26.266 INFO:teuthology.orchestra.run.smithi005.stderr:Deploying mon service with default placement... 2023-07-12T15:10:26.267 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmpsu7mmziz:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpq_0lmadq:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.4 orch apply mon 2023-07-12T15:10:26.783 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: Scheduled mon update... 2023-07-12T15:10:27.056 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:26 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:25.369882+0000 mgr.smithi005.fgymhs (mgr.14116) 8 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi005", "addr": "172.21.15.5", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:10:27.056 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:26 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:25.970793+0000 mon.smithi005 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.5:0/4125476035' entity='mgr.smithi005.fgymhs' 2023-07-12T15:10:27.057 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:26 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:10:25.971130+0000 mgr.smithi005.fgymhs (mgr.14116) 9 : cephadm [INF] Added host smithi005 2023-07-12T15:10:27.057 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:26 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:25.971366+0000 mon.smithi005 (mon.0) 56 : audit [DBG] from='mgr.14116 172.21.15.5:0/4125476035' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:10:27.057 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:26 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:26.781519+0000 mon.smithi005 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.5:0/4125476035' entity='mgr.smithi005.fgymhs' 2023-07-12T15:10:27.128 INFO:teuthology.orchestra.run.smithi005.stderr:Deploying mgr service with default placement... 2023-07-12T15:10:27.128 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmpsu7mmziz:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpq_0lmadq:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.4 orch apply mgr 2023-07-12T15:10:27.684 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-07-12T15:10:28.028 INFO:teuthology.orchestra.run.smithi005.stderr:Deploying crash service with default placement... 2023-07-12T15:10:28.029 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmpsu7mmziz:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpq_0lmadq:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.4 orch apply crash 2023-07-12T15:10:28.247 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:27 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:26.778600+0000 mgr.smithi005.fgymhs (mgr.14116) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:10:28.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:27 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:10:26.779364+0000 mgr.smithi005.fgymhs (mgr.14116) 11 : cephadm [INF] Saving service mon spec with placement count:5 2023-07-12T15:10:28.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:27 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:27.683247+0000 mon.smithi005 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.5:0/4125476035' entity='mgr.smithi005.fgymhs' 2023-07-12T15:10:28.596 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: Scheduled crash update... 2023-07-12T15:10:28.936 INFO:teuthology.orchestra.run.smithi005.stderr:Enabling mgr prometheus module... 2023-07-12T15:10:28.936 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmpsu7mmziz:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpq_0lmadq:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.4 mgr module enable prometheus 2023-07-12T15:10:29.172 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:28 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:27.680666+0000 mgr.smithi005.fgymhs (mgr.14116) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:10:29.377 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:28 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:10:27.681182+0000 mgr.smithi005.fgymhs (mgr.14116) 13 : cephadm [INF] Saving service mgr spec with placement count:2 2023-07-12T15:10:29.378 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:28 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:28.595314+0000 mon.smithi005 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.5:0/4125476035' entity='mgr.smithi005.fgymhs' 2023-07-12T15:10:30.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:29 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:28.592274+0000 mgr.smithi005.fgymhs (mgr.14116) 14 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:10:30.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:29 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:10:28.592991+0000 mgr.smithi005.fgymhs (mgr.14116) 15 : cephadm [INF] Saving service crash spec with placement * 2023-07-12T15:10:30.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:29 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:29.318226+0000 mon.smithi005 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.5:0/4125476035' entity='mgr.smithi005.fgymhs' 2023-07-12T15:10:30.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:29 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:29.552631+0000 mon.smithi005 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.5:0/4125476035' entity='mgr.smithi005.fgymhs' 2023-07-12T15:10:30.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:29 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:29.717723+0000 mon.smithi005 (mon.0) 62 : audit [INF] from='client.? 172.21.15.5:0/911537648' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-07-12T15:10:31.194 INFO:teuthology.orchestra.run.smithi005.stderr:Deploying prometheus service with default placement... 2023-07-12T15:10:31.195 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmpsu7mmziz:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpq_0lmadq:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.4 orch apply prometheus 2023-07-12T15:10:31.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:31 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:30.258028+0000 mon.smithi005 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.5:0/4125476035' entity='mgr.smithi005.fgymhs' 2023-07-12T15:10:31.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:31 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:30.554425+0000 mon.smithi005 (mon.0) 64 : audit [INF] from='client.? 172.21.15.5:0/911537648' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-07-12T15:10:31.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:31 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:10:30.554501+0000 mon.smithi005 (mon.0) 65 : cluster [DBG] mgrmap e9: smithi005.fgymhs(active, since 15s) 2023-07-12T15:10:36.858 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-07-12T15:10:37.059 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:36 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:10:35.799363+0000 mon.smithi005 (mon.0) 66 : cluster [INF] Active manager daemon smithi005.fgymhs restarted 2023-07-12T15:10:37.060 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:36 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:10:35.799843+0000 mon.smithi005 (mon.0) 67 : cluster [INF] Activating manager daemon smithi005.fgymhs 2023-07-12T15:10:37.060 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:36 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:10:35.801410+0000 mon.smithi005 (mon.0) 68 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-07-12T15:10:37.060 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:36 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:10:35.852404+0000 mon.smithi005 (mon.0) 69 : cluster [DBG] mgrmap e10: smithi005.fgymhs(active, starting, since 0.0526515s) 2023-07-12T15:10:37.060 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:36 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:35.853393+0000 mon.smithi005 (mon.0) 70 : audit [DBG] from='mgr.14144 172.21.15.5:0/3390287915' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mon metadata", "id": "smithi005"}]: dispatch 2023-07-12T15:10:37.060 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:36 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:35.854005+0000 mon.smithi005 (mon.0) 71 : audit [DBG] from='mgr.14144 172.21.15.5:0/3390287915' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mgr metadata", "who": "smithi005.fgymhs", "id": "smithi005.fgymhs"}]: dispatch 2023-07-12T15:10:37.060 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:36 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:35.854731+0000 mon.smithi005 (mon.0) 72 : audit [DBG] from='mgr.14144 172.21.15.5:0/3390287915' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-07-12T15:10:37.061 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:36 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:35.854956+0000 mon.smithi005 (mon.0) 73 : audit [DBG] from='mgr.14144 172.21.15.5:0/3390287915' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-07-12T15:10:37.061 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:36 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:35.855175+0000 mon.smithi005 (mon.0) 74 : audit [DBG] from='mgr.14144 172.21.15.5:0/3390287915' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-07-12T15:10:37.061 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:36 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:10:35.869105+0000 mon.smithi005 (mon.0) 75 : cluster [INF] Manager daemon smithi005.fgymhs is now available 2023-07-12T15:10:37.061 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:36 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:35.975479+0000 mon.smithi005 (mon.0) 76 : audit [DBG] from='mgr.14144 172.21.15.5:0/3390287915' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:10:37.061 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:36 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:35.976652+0000 mon.smithi005 (mon.0) 77 : audit [DBG] from='mgr.14144 172.21.15.5:0/3390287915' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:10:37.061 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:36 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:35.993520+0000 mon.smithi005 (mon.0) 78 : audit [INF] from='mgr.14144 172.21.15.5:0/3390287915' entity='mgr.smithi005.fgymhs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.fgymhs/mirror_snapshot_schedule"}]: dispatch 2023-07-12T15:10:37.061 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:36 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:36.001949+0000 mon.smithi005 (mon.0) 79 : audit [INF] from='mgr.14144 172.21.15.5:0/3390287915' entity='mgr.smithi005.fgymhs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.fgymhs/trash_purge_schedule"}]: dispatch 2023-07-12T15:10:37.210 INFO:teuthology.orchestra.run.smithi005.stderr:Deploying grafana service with default placement... 2023-07-12T15:10:37.211 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmpsu7mmziz:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpq_0lmadq:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.4 orch apply grafana 2023-07-12T15:10:37.783 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-07-12T15:10:37.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:37 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:10:36.854270+0000 mon.smithi005 (mon.0) 80 : cluster [DBG] mgrmap e11: smithi005.fgymhs(active, since 1.05452s) 2023-07-12T15:10:37.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:37 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:10:36.855144+0000 mgr.smithi005.fgymhs (mgr.14144) 2 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-07-12T15:10:37.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:37 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:36.856955+0000 mon.smithi005 (mon.0) 81 : audit [INF] from='mgr.14144 172.21.15.5:0/3390287915' entity='mgr.smithi005.fgymhs' 2023-07-12T15:10:37.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:37 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:37.016411+0000 mon.smithi005 (mon.0) 82 : audit [INF] from='mgr.14144 172.21.15.5:0/3390287915' entity='mgr.smithi005.fgymhs' 2023-07-12T15:10:37.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:37 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:37.781992+0000 mon.smithi005 (mon.0) 83 : audit [INF] from='mgr.14144 172.21.15.5:0/3390287915' entity='mgr.smithi005.fgymhs' 2023-07-12T15:10:38.160 INFO:teuthology.orchestra.run.smithi005.stderr:Deploying node-exporter service with default placement... 2023-07-12T15:10:38.160 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmpsu7mmziz:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpq_0lmadq:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.4 orch apply node-exporter 2023-07-12T15:10:38.690 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-07-12T15:10:39.043 INFO:teuthology.orchestra.run.smithi005.stderr:Deploying alertmanager service with default placement... 2023-07-12T15:10:39.043 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmpsu7mmziz:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpq_0lmadq:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.4 orch apply alertmanager 2023-07-12T15:10:39.247 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:37.779337+0000 mgr.smithi005.fgymhs (mgr.14144) 3 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:10:39.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:10:37.779864+0000 mgr.smithi005.fgymhs (mgr.14144) 4 : cephadm [INF] Saving service grafana spec with placement count:1 2023-07-12T15:10:39.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:38.689362+0000 mon.smithi005 (mon.0) 84 : audit [INF] from='mgr.14144 172.21.15.5:0/3390287915' entity='mgr.smithi005.fgymhs' 2023-07-12T15:10:39.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:10:38.783495+0000 mon.smithi005 (mon.0) 85 : cluster [DBG] mgrmap e12: smithi005.fgymhs(active, since 2s) 2023-07-12T15:10:39.580 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-07-12T15:10:39.927 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmpsu7mmziz:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpq_0lmadq:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.4 config set mgr mgr/cephadm/container_init True --force 2023-07-12T15:10:40.822 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:40 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:38.686563+0000 mgr.smithi005.fgymhs (mgr.14144) 5 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:10:40.822 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:40 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:10:38.687231+0000 mgr.smithi005.fgymhs (mgr.14144) 6 : cephadm [INF] Saving service node-exporter spec with placement * 2023-07-12T15:10:40.822 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:40 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:39.576149+0000 mgr.smithi005.fgymhs (mgr.14144) 7 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:10:40.822 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:40 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:10:39.576691+0000 mgr.smithi005.fgymhs (mgr.14144) 8 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-07-12T15:10:40.823 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:40 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:39.578722+0000 mon.smithi005 (mon.0) 86 : audit [INF] from='mgr.14144 172.21.15.5:0/3390287915' entity='mgr.smithi005.fgymhs' 2023-07-12T15:10:40.823 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:40 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:40.502856+0000 mon.smithi005 (mon.0) 87 : audit [INF] from='client.? 172.21.15.5:0/4108696879' entity='client.admin' 2023-07-12T15:10:40.865 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmpsu7mmziz:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpq_0lmadq:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.4 config set mgr mgr/dashboard/ssl_server_port 8443 2023-07-12T15:10:41.751 INFO:teuthology.orchestra.run.smithi005.stderr:Enabling the dashboard module... 2023-07-12T15:10:41.751 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmpsu7mmziz:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpq_0lmadq:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.4 mgr module enable dashboard 2023-07-12T15:10:42.686 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:42 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:41.400355+0000 mon.smithi005 (mon.0) 88 : audit [INF] from='client.? 172.21.15.5:0/2267621833' entity='client.admin' 2023-07-12T15:10:42.687 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:42 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:42.314677+0000 mon.smithi005 (mon.0) 89 : audit [INF] from='client.? 172.21.15.5:0/1373125632' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-07-12T15:10:42.767 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmpsu7mmziz:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpq_0lmadq:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.4 mgr stat 2023-07-12T15:10:43.346 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: { 2023-07-12T15:10:43.346 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 13, 2023-07-12T15:10:43.346 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "available": true, 2023-07-12T15:10:43.347 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "active_name": "smithi005.fgymhs", 2023-07-12T15:10:43.347 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_standby": 0 2023-07-12T15:10:43.347 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: } 2023-07-12T15:10:43.699 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:43 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:42.401463+0000 mon.smithi005 (mon.0) 90 : audit [INF] from='client.? 172.21.15.5:0/1373125632' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-07-12T15:10:43.699 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:43 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:10:42.401527+0000 mon.smithi005 (mon.0) 91 : cluster [DBG] mgrmap e13: smithi005.fgymhs(active, since 6s) 2023-07-12T15:10:43.699 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:43 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:43.344733+0000 mon.smithi005 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.5:0/3417434708' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-07-12T15:10:43.732 INFO:teuthology.orchestra.run.smithi005.stderr:Waiting for the mgr to restart... 2023-07-12T15:10:43.732 INFO:teuthology.orchestra.run.smithi005.stderr:Waiting for mgr epoch 13... 2023-07-12T15:10:43.733 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmpsu7mmziz:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpq_0lmadq:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.4 tell mgr mgr_status 2023-07-12T15:10:48.664 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: { 2023-07-12T15:10:48.664 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "mgrmap_epoch": 15, 2023-07-12T15:10:48.664 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "initialized": true 2023-07-12T15:10:48.664 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: } 2023-07-12T15:10:48.953 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:48 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:10:47.602339+0000 mon.smithi005 (mon.0) 93 : cluster [INF] Active manager daemon smithi005.fgymhs restarted 2023-07-12T15:10:48.953 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:48 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:10:47.602725+0000 mon.smithi005 (mon.0) 94 : cluster [INF] Activating manager daemon smithi005.fgymhs 2023-07-12T15:10:48.953 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:48 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:10:47.604366+0000 mon.smithi005 (mon.0) 95 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-07-12T15:10:48.953 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:48 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:10:47.655236+0000 mon.smithi005 (mon.0) 96 : cluster [DBG] mgrmap e14: smithi005.fgymhs(active, starting, since 0.0525911s) 2023-07-12T15:10:48.953 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:48 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:47.656278+0000 mon.smithi005 (mon.0) 97 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mon metadata", "id": "smithi005"}]: dispatch 2023-07-12T15:10:48.954 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:48 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:47.656930+0000 mon.smithi005 (mon.0) 98 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mgr metadata", "who": "smithi005.fgymhs", "id": "smithi005.fgymhs"}]: dispatch 2023-07-12T15:10:48.954 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:48 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:47.657699+0000 mon.smithi005 (mon.0) 99 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-07-12T15:10:48.954 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:48 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:47.657854+0000 mon.smithi005 (mon.0) 100 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-07-12T15:10:48.954 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:48 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:47.657982+0000 mon.smithi005 (mon.0) 101 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-07-12T15:10:48.954 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:48 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:10:47.671951+0000 mon.smithi005 (mon.0) 102 : cluster [INF] Manager daemon smithi005.fgymhs is now available 2023-07-12T15:10:48.954 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:48 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:47.778005+0000 mon.smithi005 (mon.0) 103 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:10:48.954 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:48 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:47.779659+0000 mon.smithi005 (mon.0) 104 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:10:48.955 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:48 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:47.797903+0000 mon.smithi005 (mon.0) 105 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.fgymhs/mirror_snapshot_schedule"}]: dispatch 2023-07-12T15:10:48.955 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:48 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:47.800513+0000 mon.smithi005 (mon.0) 106 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.fgymhs/trash_purge_schedule"}]: dispatch 2023-07-12T15:10:49.033 INFO:teuthology.orchestra.run.smithi005.stderr:mgr epoch 13 is available 2023-07-12T15:10:49.034 INFO:teuthology.orchestra.run.smithi005.stderr:Generating a dashboard self-signed certificate... 2023-07-12T15:10:49.034 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmpsu7mmziz:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpq_0lmadq:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.4 dashboard create-self-signed-cert 2023-07-12T15:10:49.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:49 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:48.656589+0000 mgr.smithi005.fgymhs (mgr.14164) 1 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-07-12T15:10:49.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:49 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:10:48.656946+0000 mon.smithi005 (mon.0) 107 : cluster [DBG] mgrmap e15: smithi005.fgymhs(active, since 1.0543s) 2023-07-12T15:10:49.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:49 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:48.662686+0000 mgr.smithi005.fgymhs (mgr.14164) 2 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-07-12T15:10:49.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:49 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:48.841739+0000 mon.smithi005 (mon.0) 108 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:10:50.018 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: Self-signed certificate created 2023-07-12T15:10:50.386 INFO:teuthology.orchestra.run.smithi005.stderr:Creating initial admin user... 2023-07-12T15:10:50.386 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmpsu7mmziz:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpq_0lmadq:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp8m8q8dcg:/tmp/dashboard.pw:z quay.io/ceph/ceph:v16.2.4 dashboard ac-user-create admin -i /tmp/dashboard.pw administrator --force-password --pwd-update-required 2023-07-12T15:10:51.175 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$7Mdnvj0kLqCnax7HeXniTuTImqMFn1z6EkdMTNnfkYz3PegDwYLIK", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1689174651, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-07-12T15:10:51.200 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:50 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:10:49.843055+0000 mon.smithi005 (mon.0) 109 : cluster [DBG] mgrmap e16: smithi005.fgymhs(active, since 2s) 2023-07-12T15:10:51.200 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:50 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:49.939021+0000 mgr.smithi005.fgymhs (mgr.14164) 3 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:10:51.200 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:50 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:50.015142+0000 mon.smithi005 (mon.0) 110 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:10:51.201 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:50 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:50.016870+0000 mon.smithi005 (mon.0) 111 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:10:51.541 INFO:teuthology.orchestra.run.smithi005.stderr:Fetching dashboard port number... 2023-07-12T15:10:51.542 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c:/var/log/ceph:z -v /tmp/ceph-tmpsu7mmziz:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpq_0lmadq:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.4 config get mgr mgr/dashboard/ssl_server_port 2023-07-12T15:10:52.067 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 8443 2023-07-12T15:10:52.474 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:52 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:50.929109+0000 mgr.smithi005.fgymhs (mgr.14164) 4 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:10:52.474 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:52 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:51.173637+0000 mon.smithi005 (mon.0) 112 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:10:52.474 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:52 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:52.066301+0000 mon.smithi005 (mon.0) 113 : audit [DBG] from='client.? 172.21.15.5:0/4056055618' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-07-12T15:10:52.785 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl is-enabled firewalld.service 2023-07-12T15:10:52.795 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: disabled 2023-07-12T15:10:52.796 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl is-active firewalld.service 2023-07-12T15:10:52.805 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: inactive 2023-07-12T15:10:52.806 INFO:teuthology.orchestra.run.smithi005.stderr:firewalld.service is not enabled 2023-07-12T15:10:52.806 INFO:teuthology.orchestra.run.smithi005.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-07-12T15:10:52.809 INFO:teuthology.orchestra.run.smithi005.stderr:Ceph Dashboard is now available at: 2023-07-12T15:10:52.810 INFO:teuthology.orchestra.run.smithi005.stderr: 2023-07-12T15:10:52.810 INFO:teuthology.orchestra.run.smithi005.stderr: URL: https://smithi005.front.sepia.ceph.com:8443/ 2023-07-12T15:10:52.810 INFO:teuthology.orchestra.run.smithi005.stderr: User: admin 2023-07-12T15:10:52.810 INFO:teuthology.orchestra.run.smithi005.stderr: Password: yyna1rqex9 2023-07-12T15:10:52.810 INFO:teuthology.orchestra.run.smithi005.stderr: 2023-07-12T15:10:52.810 INFO:teuthology.orchestra.run.smithi005.stderr:You can access the Ceph CLI with: 2023-07-12T15:10:52.810 INFO:teuthology.orchestra.run.smithi005.stderr: 2023-07-12T15:10:52.811 INFO:teuthology.orchestra.run.smithi005.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-07-12T15:10:52.811 INFO:teuthology.orchestra.run.smithi005.stderr: 2023-07-12T15:10:52.811 INFO:teuthology.orchestra.run.smithi005.stderr:Please consider enabling telemetry to help improve Ceph: 2023-07-12T15:10:52.811 INFO:teuthology.orchestra.run.smithi005.stderr: 2023-07-12T15:10:52.811 INFO:teuthology.orchestra.run.smithi005.stderr: ceph telemetry on 2023-07-12T15:10:52.811 INFO:teuthology.orchestra.run.smithi005.stderr: 2023-07-12T15:10:52.811 INFO:teuthology.orchestra.run.smithi005.stderr:For more information see: 2023-07-12T15:10:52.812 INFO:teuthology.orchestra.run.smithi005.stderr: 2023-07-12T15:10:52.812 INFO:teuthology.orchestra.run.smithi005.stderr: https://docs.ceph.com/docs/pacific/mgr/telemetry/ 2023-07-12T15:10:52.812 INFO:teuthology.orchestra.run.smithi005.stderr: 2023-07-12T15:10:52.812 INFO:teuthology.orchestra.run.smithi005.stderr:Bootstrap complete. 2023-07-12T15:10:52.812 INFO:teuthology.orchestra.run.smithi005.stderr:Releasing lock 140305605857408 on /run/cephadm/fe85c08a-20c5-11ee-9b31-001a4aab830c.lock 2023-07-12T15:10:52.812 INFO:teuthology.orchestra.run.smithi005.stderr:Lock 140305605857408 released on /run/cephadm/fe85c08a-20c5-11ee-9b31-001a4aab830c.lock 2023-07-12T15:10:52.852 INFO:tasks.cephadm:Fetching config... 2023-07-12T15:10:52.853 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2023-07-12T15:10:52.853 DEBUG:teuthology.orchestra.run.smithi005:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-07-12T15:10:52.876 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-07-12T15:10:52.876 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2023-07-12T15:10:52.877 DEBUG:teuthology.orchestra.run.smithi005:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-07-12T15:10:52.936 INFO:tasks.cephadm:Fetching mon keyring... 2023-07-12T15:10:52.937 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2023-07-12T15:10:52.938 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd if=/var/lib/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c/mon.smithi005/keyring of=/dev/stdout 2023-07-12T15:10:53.008 INFO:tasks.cephadm:Fetching pub ssh key... 2023-07-12T15:10:53.009 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2023-07-12T15:10:53.009 DEBUG:teuthology.orchestra.run.smithi005:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-07-12T15:10:53.068 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-07-12T15:10:53.069 DEBUG:teuthology.orchestra.run.smithi005:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDjC17NmNqMpK8wpDa8q5INJ5wXUCi+hZjZERJAuwL5jhOW3CWdtplcoAIZBxuvi4tnn5tM8gSeKi6ghKAI6LAWaBM5Biel4L2TrCzrgucRAIY4JgXSHbXjxhBYMdBqhwZE3MTiKwPZdl8uaHjP6UGdGjg0SXyARplh7evE1piimVWm9/Wc36EpddRQV9G9FRuNGfVTA5AVEWYp9YqPMk75viSiMgy5tRbJ2Fk/S46TbN56LxuG2UgRAIl9PKadB0you9oLhdSDOuWmTJ1HoUWOveX4yO3DnA+sLw6skRZaI31gEPESddrv84iL+kCEtePkxyGumWWG4XS9YqXaY7WvXTFBcrbPyBjSmrzgPvVfgOqtKEKff/DTVFQTsuyaCQKQTSq6AUVBeHPSFlx1VMVM4rV94jG8Bf5rA6hJog6EYW5VTJdh+idLX5BdWFg1/Z/7jt9zzbDTcTQ0Zh5UeRhVHjJj8KBAOwbMzTwvHefOkRUH2qde21Mdnh+nvfVnxis= ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-07-12T15:10:53.148 INFO:teuthology.orchestra.run.smithi005.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDjC17NmNqMpK8wpDa8q5INJ5wXUCi+hZjZERJAuwL5jhOW3CWdtplcoAIZBxuvi4tnn5tM8gSeKi6ghKAI6LAWaBM5Biel4L2TrCzrgucRAIY4JgXSHbXjxhBYMdBqhwZE3MTiKwPZdl8uaHjP6UGdGjg0SXyARplh7evE1piimVWm9/Wc36EpddRQV9G9FRuNGfVTA5AVEWYp9YqPMk75viSiMgy5tRbJ2Fk/S46TbN56LxuG2UgRAIl9PKadB0you9oLhdSDOuWmTJ1HoUWOveX4yO3DnA+sLw6skRZaI31gEPESddrv84iL+kCEtePkxyGumWWG4XS9YqXaY7WvXTFBcrbPyBjSmrzgPvVfgOqtKEKff/DTVFQTsuyaCQKQTSq6AUVBeHPSFlx1VMVM4rV94jG8Bf5rA6hJog6EYW5VTJdh+idLX5BdWFg1/Z/7jt9zzbDTcTQ0Zh5UeRhVHjJj8KBAOwbMzTwvHefOkRUH2qde21Mdnh+nvfVnxis= ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c 2023-07-12T15:10:53.160 DEBUG:teuthology.orchestra.run.smithi107:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDjC17NmNqMpK8wpDa8q5INJ5wXUCi+hZjZERJAuwL5jhOW3CWdtplcoAIZBxuvi4tnn5tM8gSeKi6ghKAI6LAWaBM5Biel4L2TrCzrgucRAIY4JgXSHbXjxhBYMdBqhwZE3MTiKwPZdl8uaHjP6UGdGjg0SXyARplh7evE1piimVWm9/Wc36EpddRQV9G9FRuNGfVTA5AVEWYp9YqPMk75viSiMgy5tRbJ2Fk/S46TbN56LxuG2UgRAIl9PKadB0you9oLhdSDOuWmTJ1HoUWOveX4yO3DnA+sLw6skRZaI31gEPESddrv84iL+kCEtePkxyGumWWG4XS9YqXaY7WvXTFBcrbPyBjSmrzgPvVfgOqtKEKff/DTVFQTsuyaCQKQTSq6AUVBeHPSFlx1VMVM4rV94jG8Bf5rA6hJog6EYW5VTJdh+idLX5BdWFg1/Z/7jt9zzbDTcTQ0Zh5UeRhVHjJj8KBAOwbMzTwvHefOkRUH2qde21Mdnh+nvfVnxis= ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-07-12T15:10:53.206 INFO:teuthology.orchestra.run.smithi107.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDjC17NmNqMpK8wpDa8q5INJ5wXUCi+hZjZERJAuwL5jhOW3CWdtplcoAIZBxuvi4tnn5tM8gSeKi6ghKAI6LAWaBM5Biel4L2TrCzrgucRAIY4JgXSHbXjxhBYMdBqhwZE3MTiKwPZdl8uaHjP6UGdGjg0SXyARplh7evE1piimVWm9/Wc36EpddRQV9G9FRuNGfVTA5AVEWYp9YqPMk75viSiMgy5tRbJ2Fk/S46TbN56LxuG2UgRAIl9PKadB0you9oLhdSDOuWmTJ1HoUWOveX4yO3DnA+sLw6skRZaI31gEPESddrv84iL+kCEtePkxyGumWWG4XS9YqXaY7WvXTFBcrbPyBjSmrzgPvVfgOqtKEKff/DTVFQTsuyaCQKQTSq6AUVBeHPSFlx1VMVM4rV94jG8Bf5rA6hJog6EYW5VTJdh+idLX5BdWFg1/Z/7jt9zzbDTcTQ0Zh5UeRhVHjJj8KBAOwbMzTwvHefOkRUH2qde21Mdnh+nvfVnxis= ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c 2023-07-12T15:10:53.218 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-07-12T15:10:55.048 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:54 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:10:53.969170+0000 mon.smithi005 (mon.0) 114 : cluster [DBG] mgrmap e17: smithi005.fgymhs(active, since 6s) 2023-07-12T15:10:55.048 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:54 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:54.567765+0000 mon.smithi005 (mon.0) 115 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:10:55.049 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:54 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:54.836361+0000 mon.smithi005 (mon.0) 116 : audit [INF] from='client.? 172.21.15.5:0/1065852834' entity='client.admin' 2023-07-12T15:10:55.225 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi107 2023-07-12T15:10:55.225 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2023-07-12T15:10:55.226 DEBUG:teuthology.orchestra.run.smithi107:> dd of=/etc/ceph/ceph.conf 2023-07-12T15:10:55.247 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2023-07-12T15:10:55.248 DEBUG:teuthology.orchestra.run.smithi107:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-07-12T15:10:55.308 INFO:tasks.cephadm:Adding host smithi107 to orchestrator... 2023-07-12T15:10:55.308 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph orch host add smithi107 2023-07-12T15:10:56.223 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:56 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:55.024043+0000 mon.smithi005 (mon.0) 117 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:10:56.223 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:56 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:10:55.030649+0000 mgr.smithi005.fgymhs (mgr.14164) 5 : cephadm [INF] Deploying daemon alertmanager.smithi005 on smithi005 2023-07-12T15:10:57.437 INFO:teuthology.orchestra.run.smithi005.stdout:Added host 'smithi107' 2023-07-12T15:10:57.843 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph orch host ls --format=json 2023-07-12T15:10:58.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:58 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:56.827711+0000 mgr.smithi005.fgymhs (mgr.14164) 6 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi107", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:10:58.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:58 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:10:57.435723+0000 mon.smithi005 (mon.0) 118 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:10:58.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:10:58 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:10:57.436104+0000 mgr.smithi005.fgymhs (mgr.14164) 7 : cephadm [INF] Added host smithi107 2023-07-12T15:11:00.333 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-07-12T15:11:00.333 INFO:teuthology.orchestra.run.smithi005.stdout:[{"addr": "172.21.15.5", "hostname": "smithi005", "labels": [], "status": ""}, {"addr": "smithi107", "hostname": "smithi107", "labels": [], "status": ""}] 2023-07-12T15:11:00.627 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:00 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:00.331585+0000 mgr.smithi005.fgymhs (mgr.14164) 8 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-07-12T15:11:00.943 INFO:tasks.cephadm:Setting crush tunables to default 2023-07-12T15:11:00.943 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph osd crush tunables default 2023-07-12T15:11:03.784 INFO:teuthology.orchestra.run.smithi005.stderr:adjusted tunables profile to default 2023-07-12T15:11:04.089 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:03 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:02.776440+0000 mon.smithi005 (mon.0) 119 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:11:04.090 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:03 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:02.777532+0000 mon.smithi005 (mon.0) 120 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi005", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-07-12T15:11:04.090 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:03 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:02.778995+0000 mon.smithi005 (mon.0) 121 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi005", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-07-12T15:11:04.090 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:03 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:02.779609+0000 mon.smithi005 (mon.0) 122 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:11:04.090 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:03 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:11:02.780136+0000 mgr.smithi005.fgymhs (mgr.14164) 9 : cephadm [INF] Deploying daemon crash.smithi005 on smithi005 2023-07-12T15:11:04.090 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:03 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:02.855543+0000 mon.smithi005 (mon.0) 123 : audit [INF] from='client.? 172.21.15.5:0/246643721' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-07-12T15:11:04.114 INFO:tasks.cephadm:Adding mon.smithi005 on smithi005 2023-07-12T15:11:04.115 INFO:tasks.cephadm:Adding mon.smithi107 on smithi107 2023-07-12T15:11:04.115 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph orch apply mon '2;smithi005:172.21.15.5=smithi005;smithi107:172.21.15.107=smithi107' 2023-07-12T15:11:04.997 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:04 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:03.779738+0000 mon.smithi005 (mon.0) 124 : audit [INF] from='client.? 172.21.15.5:0/246643721' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-07-12T15:11:04.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:04 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:11:03.779779+0000 mon.smithi005 (mon.0) 125 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-07-12T15:11:04.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:04 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:04.487872+0000 mon.smithi005 (mon.0) 126 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:11:04.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:04 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:04.559062+0000 mon.smithi005 (mon.0) 127 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:11:04.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:04 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:04.560781+0000 mon.smithi005 (mon.0) 128 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:11:04.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:04 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:04.561178+0000 mon.smithi005 (mon.0) 129 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-07-12T15:11:04.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:04 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:04.563744+0000 mon.smithi005 (mon.0) 130 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:11:05.468 INFO:teuthology.orchestra.run.smithi107.stdout:Scheduled mon update... 2023-07-12T15:11:05.845 DEBUG:teuthology.orchestra.run.smithi107:mon.smithi107> sudo journalctl -f -n 0 -u ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c@mon.smithi107.service 2023-07-12T15:11:05.847 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-07-12T15:11:05.847 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph mon dump -f json 2023-07-12T15:11:05.876 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:-- Logs begin at Wed 2023-07-12 14:54:03 UTC. -- 2023-07-12T15:11:06.247 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:04.561623+0000 mgr.smithi005.fgymhs (mgr.14164) 10 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-07-12T15:11:06.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:11:04.566886+0000 mgr.smithi005.fgymhs (mgr.14164) 11 : cephadm [INF] Deploying daemon grafana.smithi005 on smithi005 2023-07-12T15:11:06.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:05.466892+0000 mon.smithi005 (mon.0) 131 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:11:07.191 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-07-12T15:11:07.191 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"fe85c08a-20c5-11ee-9b31-001a4aab830c","modified":"2023-07-12T15:09:52.862976Z","created":"2023-07-12T15:09:52.862976Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-07-12T15:11:07.193 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-07-12T15:11:07.247 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:06 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:05.462858+0000 mgr.smithi005.fgymhs (mgr.14164) 12 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi005:172.21.15.5=smithi005;smithi107:172.21.15.107=smithi107", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:11:07.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:06 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:11:05.464681+0000 mgr.smithi005.fgymhs (mgr.14164) 13 : cephadm [INF] Saving service mon spec with placement smithi005:172.21.15.5=smithi005;smithi107:172.21.15.107=smithi107;count:2 2023-07-12T15:11:08.247 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:07 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:07.189917+0000 mon.smithi005 (mon.0) 132 : audit [DBG] from='client.? 172.21.15.107:0/1086094753' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-07-12T15:11:08.603 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-07-12T15:11:08.604 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph mon dump -f json 2023-07-12T15:11:09.247 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:08 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:11:07.659412+0000 mgr.smithi005.fgymhs (mgr.14164) 14 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-07-12T15:11:09.925 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-07-12T15:11:09.925 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"fe85c08a-20c5-11ee-9b31-001a4aab830c","modified":"2023-07-12T15:09:52.862976Z","created":"2023-07-12T15:09:52.862976Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-07-12T15:11:09.926 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-07-12T15:11:10.247 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:09 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:09.923312+0000 mon.smithi005 (mon.0) 133 : audit [DBG] from='client.? 172.21.15.107:0/2010963356' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-07-12T15:11:11.247 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:10 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:11:09.659635+0000 mgr.smithi005.fgymhs (mgr.14164) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-07-12T15:11:11.300 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-07-12T15:11:11.300 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph mon dump -f json 2023-07-12T15:11:12.664 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-07-12T15:11:12.665 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"fe85c08a-20c5-11ee-9b31-001a4aab830c","modified":"2023-07-12T15:09:52.862976Z","created":"2023-07-12T15:09:52.862976Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-07-12T15:11:12.666 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-07-12T15:11:13.247 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:12 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:11:11.659938+0000 mgr.smithi005.fgymhs (mgr.14164) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-07-12T15:11:13.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:12 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:12.663480+0000 mon.smithi005 (mon.0) 134 : audit [DBG] from='client.? 172.21.15.107:0/391447762' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-07-12T15:11:14.046 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-07-12T15:11:14.046 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph mon dump -f json 2023-07-12T15:11:15.427 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-07-12T15:11:15.427 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"fe85c08a-20c5-11ee-9b31-001a4aab830c","modified":"2023-07-12T15:09:52.862976Z","created":"2023-07-12T15:09:52.862976Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-07-12T15:11:15.429 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-07-12T15:11:15.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:15 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:11:13.660162+0000 mgr.smithi005.fgymhs (mgr.14164) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-07-12T15:11:15.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:15 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:14.155454+0000 mon.smithi005 (mon.0) 135 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:11:15.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:15 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:11:14.156713+0000 mgr.smithi005.fgymhs (mgr.14164) 18 : cephadm [INF] Deploying daemon node-exporter.smithi005 on smithi005 2023-07-12T15:11:16.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:16 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:15.425848+0000 mon.smithi005 (mon.0) 136 : audit [DBG] from='client.? 172.21.15.107:0/1443608070' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-07-12T15:11:16.806 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-07-12T15:11:16.807 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph mon dump -f json 2023-07-12T15:11:17.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:17 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:11:15.660435+0000 mgr.smithi005.fgymhs (mgr.14164) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-07-12T15:11:17.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:17 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:16.776239+0000 mon.smithi005 (mon.0) 137 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:11:18.151 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-07-12T15:11:18.151 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"fe85c08a-20c5-11ee-9b31-001a4aab830c","modified":"2023-07-12T15:09:52.862976Z","created":"2023-07-12T15:09:52.862976Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-07-12T15:11:18.152 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-07-12T15:11:18.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:11:16.781580+0000 mgr.smithi005.fgymhs (mgr.14164) 20 : cephadm [INF] Deploying daemon prometheus.smithi005 on smithi005 2023-07-12T15:11:18.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:18.149353+0000 mon.smithi005 (mon.0) 138 : audit [DBG] from='client.? 172.21.15.107:0/3515220641' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-07-12T15:11:19.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:19 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:11:17.660650+0000 mgr.smithi005.fgymhs (mgr.14164) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-07-12T15:11:19.511 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-07-12T15:11:19.511 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph mon dump -f json 2023-07-12T15:11:20.950 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-07-12T15:11:20.950 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"fe85c08a-20c5-11ee-9b31-001a4aab830c","modified":"2023-07-12T15:09:52.862976Z","created":"2023-07-12T15:09:52.862976Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-07-12T15:11:20.952 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-07-12T15:11:21.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:21 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:11:19.660873+0000 mgr.smithi005.fgymhs (mgr.14164) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-07-12T15:11:21.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:21 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:20.949017+0000 mon.smithi005 (mon.0) 139 : audit [DBG] from='client.? 172.21.15.107:0/431340298' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-07-12T15:11:22.327 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-07-12T15:11:22.327 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph mon dump -f json 2023-07-12T15:11:23.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:23 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:11:21.661104+0000 mgr.smithi005.fgymhs (mgr.14164) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-07-12T15:11:23.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:23 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:23.126199+0000 mon.smithi005 (mon.0) 140 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:11:23.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:23 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:23.126702+0000 mon.smithi005 (mon.0) 141 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:11:23.756 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-07-12T15:11:23.756 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"fe85c08a-20c5-11ee-9b31-001a4aab830c","modified":"2023-07-12T15:09:52.862976Z","created":"2023-07-12T15:09:52.862976Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-07-12T15:11:23.759 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-07-12T15:11:24.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:24 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:23.367540+0000 mon.smithi005 (mon.0) 142 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:11:24.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:24 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:23.592928+0000 mon.smithi005 (mon.0) 143 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:11:24.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:24 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:23.755129+0000 mon.smithi005 (mon.0) 144 : audit [DBG] from='client.? 172.21.15.107:0/2942130421' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-07-12T15:11:25.574 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-07-12T15:11:25.575 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph mon dump -f json 2023-07-12T15:11:25.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:25 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:11:23.661332+0000 mgr.smithi005.fgymhs (mgr.14164) 24 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-07-12T15:11:26.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:26 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:25.612762+0000 mon.smithi005 (mon.0) 145 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:11:26.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:26 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:11:25.661644+0000 mgr.smithi005.fgymhs (mgr.14164) 25 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-07-12T15:11:26.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:26 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:26.091404+0000 mon.smithi005 (mon.0) 146 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:11:27.066 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-07-12T15:11:27.066 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"fe85c08a-20c5-11ee-9b31-001a4aab830c","modified":"2023-07-12T15:09:52.862976Z","created":"2023-07-12T15:09:52.862976Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-07-12T15:11:27.068 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-07-12T15:11:27.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:27 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:26.651188+0000 mon.smithi005 (mon.0) 147 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:11:27.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:27 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:26.653908+0000 mon.smithi005 (mon.0) 148 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:11:27.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:27 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:26.655083+0000 mon.smithi005 (mon.0) 149 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi107", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-07-12T15:11:27.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:27 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:26.657098+0000 mon.smithi005 (mon.0) 150 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi107", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-07-12T15:11:27.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:27 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:26.657969+0000 mon.smithi005 (mon.0) 151 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:11:27.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:27 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:11:26.658777+0000 mgr.smithi005.fgymhs (mgr.14164) 26 : cephadm [INF] Deploying daemon crash.smithi107 on smithi107 2023-07-12T15:11:27.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:27 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:27.065222+0000 mon.smithi005 (mon.0) 152 : audit [DBG] from='client.? 172.21.15.107:0/1029312460' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-07-12T15:11:28.703 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-07-12T15:11:28.704 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph mon dump -f json 2023-07-12T15:11:29.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:28 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:11:27.661995+0000 mgr.smithi005.fgymhs (mgr.14164) 27 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-07-12T15:11:29.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:28 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:28.591699+0000 mon.smithi005 (mon.0) 153 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:11:29.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:28 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:28.592965+0000 mon.smithi005 (mon.0) 154 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi107.erfdst", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-07-12T15:11:29.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:28 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:28.595039+0000 mon.smithi005 (mon.0) 155 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi107.erfdst", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-07-12T15:11:29.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:28 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:28.595885+0000 mon.smithi005 (mon.0) 156 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mgr services"}]: dispatch 2023-07-12T15:11:29.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:28 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:28.596889+0000 mon.smithi005 (mon.0) 157 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:11:30.247 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:29 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:11:28.597776+0000 mgr.smithi005.fgymhs (mgr.14164) 28 : cephadm [INF] Deploying daemon mgr.smithi107.erfdst on smithi107 2023-07-12T15:11:30.531 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-07-12T15:11:30.531 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"fe85c08a-20c5-11ee-9b31-001a4aab830c","modified":"2023-07-12T15:09:52.862976Z","created":"2023-07-12T15:09:52.862976Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-07-12T15:11:30.534 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-07-12T15:11:31.247 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:30 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:11:29.662435+0000 mgr.smithi005.fgymhs (mgr.14164) 29 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-07-12T15:11:31.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:30 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:30.529770+0000 mon.smithi005 (mon.0) 158 : audit [DBG] from='client.? 172.21.15.107:0/1475591570' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-07-12T15:11:31.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:30 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:30.587996+0000 mon.smithi005 (mon.0) 159 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:11:31.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:30 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:30.589371+0000 mon.smithi005 (mon.0) 160 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-07-12T15:11:31.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:30 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:30.590315+0000 mon.smithi005 (mon.0) 161 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:11:31.876 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-07-12T15:11:31.876 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph mon dump -f json 2023-07-12T15:11:32.247 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:31 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:11:30.591250+0000 mgr.smithi005.fgymhs (mgr.14164) 30 : cephadm [INF] Deploying daemon mon.smithi107 on smithi107 2023-07-12T15:11:33.247 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:32 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:11:31.662714+0000 mgr.smithi005.fgymhs (mgr.14164) 31 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-07-12T15:11:33.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 systemd[1]: Started Ceph mon.smithi107 for fe85c08a-20c5-11ee-9b31-001a4aab830c. 2023-07-12T15:11:33.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.401+0000 7ff2b8dff700 0 load: jerasure load: lrc load: isa 2023-07-12T15:11:33.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: RocksDB version: 6.8.1 2023-07-12T15:11:33.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: 2023-07-12T15:11:33.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-07-12T15:11:33.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Compile date May 13 2021 2023-07-12T15:11:33.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: DB SUMMARY 2023-07-12T15:11:33.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: 2023-07-12T15:11:33.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: CURRENT file: CURRENT 2023-07-12T15:11:33.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: 2023-07-12T15:11:33.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: IDENTITY file: IDENTITY 2023-07-12T15:11:33.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: 2023-07-12T15:11:33.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2023-07-12T15:11:33.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: 2023-07-12T15:11:33.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi107/store.db dir, Total Num: 0, files: 2023-07-12T15:11:33.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: 2023-07-12T15:11:33.671 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi107/store.db: 000003.log size: 511 ; 2023-07-12T15:11:33.671 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: 2023-07-12T15:11:33.671 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.error_if_exists: 0 2023-07-12T15:11:33.671 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.create_if_missing: 0 2023-07-12T15:11:33.671 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.paranoid_checks: 1 2023-07-12T15:11:33.671 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.env: 0x55eacab711c0 2023-07-12T15:11:33.671 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.fs: Posix File System 2023-07-12T15:11:33.671 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.info_log: 0x55eacd21d960 2023-07-12T15:11:33.672 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.max_file_opening_threads: 16 2023-07-12T15:11:33.672 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.statistics: (nil) 2023-07-12T15:11:33.672 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.use_fsync: 0 2023-07-12T15:11:33.672 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.max_log_file_size: 0 2023-07-12T15:11:33.672 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-07-12T15:11:33.672 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.log_file_time_to_roll: 0 2023-07-12T15:11:33.672 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.keep_log_file_num: 1000 2023-07-12T15:11:33.673 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.recycle_log_file_num: 0 2023-07-12T15:11:33.673 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.allow_fallocate: 1 2023-07-12T15:11:33.673 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.allow_mmap_reads: 0 2023-07-12T15:11:33.673 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.allow_mmap_writes: 0 2023-07-12T15:11:33.673 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.use_direct_reads: 0 2023-07-12T15:11:33.673 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-07-12T15:11:33.673 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.create_missing_column_families: 0 2023-07-12T15:11:33.673 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.db_log_dir: 2023-07-12T15:11:33.674 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi107/store.db 2023-07-12T15:11:33.674 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.table_cache_numshardbits: 6 2023-07-12T15:11:33.674 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.max_subcompactions: 1 2023-07-12T15:11:33.674 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.max_background_flushes: -1 2023-07-12T15:11:33.674 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-07-12T15:11:33.674 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-07-12T15:11:33.674 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-07-12T15:11:33.674 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-07-12T15:11:33.675 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-07-12T15:11:33.675 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.advise_random_on_open: 1 2023-07-12T15:11:33.675 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.db_write_buffer_size: 0 2023-07-12T15:11:33.675 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.write_buffer_manager: 0x55eacde92030 2023-07-12T15:11:33.675 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-07-12T15:11:33.675 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-07-12T15:11:33.675 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-07-12T15:11:33.676 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.use_adaptive_mutex: 0 2023-07-12T15:11:33.676 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.rate_limiter: (nil) 2023-07-12T15:11:33.676 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-07-12T15:11:33.676 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.wal_recovery_mode: 2 2023-07-12T15:11:33.676 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.enable_thread_tracking: 0 2023-07-12T15:11:33.676 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.enable_pipelined_write: 0 2023-07-12T15:11:33.676 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.unordered_write: 0 2023-07-12T15:11:33.676 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-07-12T15:11:33.677 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-07-12T15:11:33.677 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-07-12T15:11:33.677 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-07-12T15:11:33.677 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.row_cache: None 2023-07-12T15:11:33.677 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.wal_filter: None 2023-07-12T15:11:33.677 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-07-12T15:11:33.678 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.allow_ingest_behind: 0 2023-07-12T15:11:33.678 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.preserve_deletes: 0 2023-07-12T15:11:33.678 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.two_write_queues: 0 2023-07-12T15:11:33.678 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.manual_wal_flush: 0 2023-07-12T15:11:33.678 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.atomic_flush: 0 2023-07-12T15:11:33.678 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-07-12T15:11:33.678 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.persist_stats_to_disk: 0 2023-07-12T15:11:33.678 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-07-12T15:11:33.679 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.log_readahead_size: 0 2023-07-12T15:11:33.679 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-07-12T15:11:33.679 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.max_background_jobs: 2 2023-07-12T15:11:33.679 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.max_background_compactions: -1 2023-07-12T15:11:33.679 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-07-12T15:11:33.679 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-07-12T15:11:33.679 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.delayed_write_rate : 16777216 2023-07-12T15:11:33.680 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.max_total_wal_size: 0 2023-07-12T15:11:33.680 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-07-12T15:11:33.681 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.stats_dump_period_sec: 600 2023-07-12T15:11:33.682 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.stats_persist_period_sec: 600 2023-07-12T15:11:33.682 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-07-12T15:11:33.682 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.max_open_files: -1 2023-07-12T15:11:33.682 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.bytes_per_sync: 0 2023-07-12T15:11:33.683 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-07-12T15:11:33.683 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-07-12T15:11:33.683 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Options.compaction_readahead_size: 0 2023-07-12T15:11:33.683 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Compression algorithms supported: 2023-07-12T15:11:33.683 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-07-12T15:11:33.683 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: kZSTD supported: 0 2023-07-12T15:11:33.683 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: kXpressCompression supported: 0 2023-07-12T15:11:33.683 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: kLZ4HCCompression supported: 1 2023-07-12T15:11:33.684 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: kLZ4Compression supported: 1 2023-07-12T15:11:33.684 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: kBZip2Compression supported: 0 2023-07-12T15:11:33.684 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: kZlibCompression supported: 1 2023-07-12T15:11:33.684 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: kSnappyCompression supported: 1 2023-07-12T15:11:33.684 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-07-12T15:11:33.684 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi107/store.db/MANIFEST-000001 2023-07-12T15:11:33.684 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: 2023-07-12T15:11:33.685 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.402+0000 7ff2b8dff700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-07-12T15:11:33.685 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: 2023-07-12T15:11:33.685 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-07-12T15:11:33.685 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.merge_operator: 2023-07-12T15:11:33.685 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.compaction_filter: None 2023-07-12T15:11:33.685 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.compaction_filter_factory: None 2023-07-12T15:11:33.685 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-07-12T15:11:33.686 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.table_factory: BlockBasedTable 2023-07-12T15:11:33.686 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55eacd134128) 2023-07-12T15:11:33.686 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cache_index_and_filter_blocks: 1 2023-07-12T15:11:33.686 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cache_index_and_filter_blocks_with_high_priority: 0 2023-07-12T15:11:33.687 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-07-12T15:11:33.687 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: pin_top_level_index_and_filter: 1 2023-07-12T15:11:33.687 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: index_type: 0 2023-07-12T15:11:33.688 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: data_block_index_type: 0 2023-07-12T15:11:33.688 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: index_shortening: 1 2023-07-12T15:11:33.688 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: data_block_hash_table_util_ratio: 0.750000 2023-07-12T15:11:33.688 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: hash_index_allow_collision: 1 2023-07-12T15:11:33.689 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: checksum: 1 2023-07-12T15:11:33.689 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: no_block_cache: 0 2023-07-12T15:11:33.689 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: block_cache: 0x55eacd16af10 2023-07-12T15:11:33.690 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: block_cache_name: BinnedLRUCache 2023-07-12T15:11:33.690 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: block_cache_options: 2023-07-12T15:11:33.690 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: capacity : 536870912 2023-07-12T15:11:33.690 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: num_shard_bits : 4 2023-07-12T15:11:33.691 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: strict_capacity_limit : 0 2023-07-12T15:11:33.691 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: high_pri_pool_ratio: 0.000 2023-07-12T15:11:33.691 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: block_cache_compressed: (nil) 2023-07-12T15:11:33.692 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: persistent_cache: (nil) 2023-07-12T15:11:33.692 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: block_size: 4096 2023-07-12T15:11:33.692 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: block_size_deviation: 10 2023-07-12T15:11:33.692 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: block_restart_interval: 16 2023-07-12T15:11:33.693 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: index_block_restart_interval: 1 2023-07-12T15:11:33.693 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: metadata_block_size: 4096 2023-07-12T15:11:33.693 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: partition_filters: 0 2023-07-12T15:11:33.693 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: use_delta_encoding: 1 2023-07-12T15:11:33.694 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: filter_policy: rocksdb.BuiltinBloomFilter 2023-07-12T15:11:33.694 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: whole_key_filtering: 1 2023-07-12T15:11:33.694 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: verify_compression: 0 2023-07-12T15:11:33.694 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: read_amp_bytes_per_bit: 0 2023-07-12T15:11:33.694 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: format_version: 2 2023-07-12T15:11:33.695 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: enable_index_compression: 1 2023-07-12T15:11:33.695 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: block_align: 0 2023-07-12T15:11:33.695 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: 2023-07-12T15:11:33.696 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.write_buffer_size: 33554432 2023-07-12T15:11:33.696 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.max_write_buffer_number: 2 2023-07-12T15:11:33.696 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.compression: NoCompression 2023-07-12T15:11:33.696 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.bottommost_compression: Disabled 2023-07-12T15:11:33.697 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.prefix_extractor: nullptr 2023-07-12T15:11:33.697 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-07-12T15:11:33.697 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.num_levels: 7 2023-07-12T15:11:33.697 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-07-12T15:11:33.697 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-07-12T15:11:33.697 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-07-12T15:11:33.697 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-07-12T15:11:33.698 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-07-12T15:11:33.698 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-07-12T15:11:33.698 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-07-12T15:11:33.698 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-07-12T15:11:33.698 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-07-12T15:11:33.698 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.compression_opts.window_bits: -14 2023-07-12T15:11:33.699 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.compression_opts.level: 32767 2023-07-12T15:11:33.699 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.compression_opts.strategy: 0 2023-07-12T15:11:33.699 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-07-12T15:11:33.699 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-07-12T15:11:33.699 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.compression_opts.enabled: false 2023-07-12T15:11:33.699 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-07-12T15:11:33.699 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-07-12T15:11:33.699 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-07-12T15:11:33.700 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.target_file_size_base: 67108864 2023-07-12T15:11:33.700 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.target_file_size_multiplier: 1 2023-07-12T15:11:33.700 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-07-12T15:11:33.700 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-07-12T15:11:33.700 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-07-12T15:11:33.700 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-07-12T15:11:33.700 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-07-12T15:11:33.701 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-07-12T15:11:33.701 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-07-12T15:11:33.701 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-07-12T15:11:33.701 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-07-12T15:11:33.701 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-07-12T15:11:33.701 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-07-12T15:11:33.701 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-07-12T15:11:33.701 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.arena_block_size: 4194304 2023-07-12T15:11:33.702 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-07-12T15:11:33.702 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-07-12T15:11:33.702 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-07-12T15:11:33.702 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.disable_auto_compactions: 0 2023-07-12T15:11:33.702 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-07-12T15:11:33.702 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-07-12T15:11:33.702 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-07-12T15:11:33.702 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-07-12T15:11:33.703 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-07-12T15:11:33.703 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-07-12T15:11:33.703 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-07-12T15:11:33.703 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-07-12T15:11:33.703 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-07-12T15:11:33.703 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-07-12T15:11:33.703 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.table_properties_collectors: 2023-07-12T15:11:33.703 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.inplace_update_support: 0 2023-07-12T15:11:33.704 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-07-12T15:11:33.704 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-07-12T15:11:33.704 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-07-12T15:11:33.704 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.memtable_huge_page_size: 0 2023-07-12T15:11:33.704 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.bloom_locality: 0 2023-07-12T15:11:33.704 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.max_successive_merges: 0 2023-07-12T15:11:33.704 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-07-12T15:11:33.705 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.paranoid_file_checks: 0 2023-07-12T15:11:33.705 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.force_consistency_checks: 0 2023-07-12T15:11:33.705 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.report_bg_io_stats: 0 2023-07-12T15:11:33.705 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.ttl: 2592000 2023-07-12T15:11:33.705 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-07-12T15:11:33.705 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi107/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-07-12T15:11:33.705 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: 2023-07-12T15:11:33.705 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-07-12T15:11:33.706 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: 2023-07-12T15:11:33.706 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1689174693404686, "job": 1, "event": "recovery_started", "log_files": [3]} 2023-07-12T15:11:33.706 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.403+0000 7ff2b8dff700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2023-07-12T15:11:33.706 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.404+0000 7ff2b8dff700 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-07-12T15:11:33.706 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.404+0000 7ff2b8dff700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1689174693405330, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 4, "file_size": 1437, "table_properties": {"data_size": 523, "index_size": 40, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1689174693, "oldest_key_time": 3, "file_creation_time": 0}} 2023-07-12T15:11:33.706 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.404+0000 7ff2b8dff700 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2023-07-12T15:11:33.706 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: 2023-07-12T15:11:33.707 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.405+0000 7ff2b8dff700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1689174693405843, "job": 1, "event": "recovery_finished"} 2023-07-12T15:11:33.707 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.406+0000 7ff2b8dff700 4 rocksdb: DB pointer 0x55eacd22f800 2023-07-12T15:11:33.707 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.406+0000 7ff29fc17700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-07-12T15:11:33.707 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.406+0000 7ff29fc17700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-07-12T15:11:33.707 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: ** DB Stats ** 2023-07-12T15:11:33.707 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: Uptime(secs): 0.0 total, 0.0 interval 2023-07-12T15:11:33.707 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-07-12T15:11:33.707 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-07-12T15:11:33.708 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-07-12T15:11:33.708 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-07-12T15:11:33.708 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-07-12T15:11:33.708 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-07-12T15:11:33.708 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: 2023-07-12T15:11:33.708 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: ** Compaction Stats [default] ** 2023-07-12T15:11:33.708 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: 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-07-12T15:11:33.709 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-07-12T15:11:33.709 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: 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.3 0.00 0.00 1 0.001 0 0 2023-07-12T15:11:33.709 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: 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.3 0.00 0.00 1 0.001 0 0 2023-07-12T15:11:33.709 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: 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.3 0.00 0.00 1 0.001 0 0 2023-07-12T15:11:33.709 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: 2023-07-12T15:11:33.709 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: ** Compaction Stats [default] ** 2023-07-12T15:11:33.709 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: 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-07-12T15:11:33.709 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-07-12T15:11:33.710 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: 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.3 0.00 0.00 1 0.001 0 0 2023-07-12T15:11:33.710 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: Uptime(secs): 0.0 total, 0.0 interval 2023-07-12T15:11:33.710 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: Flush(GB): cumulative 0.000, interval 0.000 2023-07-12T15:11:33.710 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: AddFile(GB): cumulative 0.000, interval 0.000 2023-07-12T15:11:33.710 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: AddFile(Total Files): cumulative 0, interval 0 2023-07-12T15:11:33.710 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: AddFile(L0 Files): cumulative 0, interval 0 2023-07-12T15:11:33.710 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: AddFile(Keys): cumulative 0, interval 0 2023-07-12T15:11:33.710 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: Cumulative compaction: 0.00 GB write, 0.43 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-07-12T15:11:33.711 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: Interval compaction: 0.00 GB write, 0.43 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-07-12T15:11:33.711 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: 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-07-12T15:11:33.711 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: 2023-07-12T15:11:33.711 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: ** File Read Latency Histogram By Level [default] ** 2023-07-12T15:11:33.711 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: 2023-07-12T15:11:33.711 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: ** Compaction Stats [default] ** 2023-07-12T15:11:33.711 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: 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-07-12T15:11:33.712 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-07-12T15:11:33.712 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: 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.3 0.00 0.00 1 0.001 0 0 2023-07-12T15:11:33.712 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: 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.3 0.00 0.00 1 0.001 0 0 2023-07-12T15:11:33.712 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: 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-07-12T15:11:33.712 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: 2023-07-12T15:11:33.712 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: ** Compaction Stats [default] ** 2023-07-12T15:11:33.712 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: 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-07-12T15:11:33.712 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-07-12T15:11:33.713 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: 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.3 0.00 0.00 1 0.001 0 0 2023-07-12T15:11:33.713 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: Uptime(secs): 0.0 total, 0.0 interval 2023-07-12T15:11:33.713 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: Flush(GB): cumulative 0.000, interval 0.000 2023-07-12T15:11:33.713 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: AddFile(GB): cumulative 0.000, interval 0.000 2023-07-12T15:11:33.713 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: AddFile(Total Files): cumulative 0, interval 0 2023-07-12T15:11:33.713 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: AddFile(L0 Files): cumulative 0, interval 0 2023-07-12T15:11:33.713 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: AddFile(Keys): cumulative 0, interval 0 2023-07-12T15:11:33.714 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: Cumulative compaction: 0.00 GB write, 0.42 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-07-12T15:11:33.714 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-07-12T15:11:33.714 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: 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-07-12T15:11:33.714 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: 2023-07-12T15:11:33.714 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: ** File Read Latency Histogram By Level [default] ** 2023-07-12T15:11:33.714 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: 2023-07-12T15:11:33.714 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.406+0000 7ff2b8dff700 0 mon.smithi107 does not exist in monmap, will attempt to join an existing cluster 2023-07-12T15:11:33.714 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.406+0000 7ff2b8dff700 0 using public_addr v2:172.21.15.107:0/0 -> [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] 2023-07-12T15:11:33.715 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.407+0000 7ff2b8dff700 0 starting mon.smithi107 rank -1 at public addrs [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] at bind addrs [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi107 fsid fe85c08a-20c5-11ee-9b31-001a4aab830c 2023-07-12T15:11:33.715 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.408+0000 7ff2b8dff700 1 mon.smithi107@-1(???) e0 preinit fsid fe85c08a-20c5-11ee-9b31-001a4aab830c 2023-07-12T15:11:33.715 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.438+0000 7ff2a241c700 0 mon.smithi107@-1(synchronizing).mds e1 new map 2023-07-12T15:11:33.715 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.438+0000 7ff2a241c700 0 mon.smithi107@-1(synchronizing).mds e1 print_map 2023-07-12T15:11:33.715 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: e1 2023-07-12T15:11:33.715 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: enable_multiple, ever_enabled_multiple: 1,1 2023-07-12T15:11:33.715 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: 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-07-12T15:11:33.715 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: legacy client fscid: -1 2023-07-12T15:11:33.716 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: 2023-07-12T15:11:33.716 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: No filesystems configured 2023-07-12T15:11:33.716 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: 2023-07-12T15:11:33.716 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.438+0000 7ff2a241c700 1 mon.smithi107@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-07-12T15:11:33.716 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.438+0000 7ff2a241c700 1 mon.smithi107@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-07-12T15:11:33.716 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.438+0000 7ff2a241c700 1 mon.smithi107@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-07-12T15:11:33.716 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.438+0000 7ff2a241c700 1 mon.smithi107@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-07-12T15:11:33.717 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.438+0000 7ff2a241c700 1 mon.smithi107@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-07-12T15:11:33.717 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.438+0000 7ff2a241c700 1 mon.smithi107@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-07-12T15:11:33.717 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.438+0000 7ff2a241c700 1 mon.smithi107@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-07-12T15:11:33.717 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.440+0000 7ff2a241c700 0 mon.smithi107@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-07-12T15:11:33.717 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.440+0000 7ff2a241c700 0 mon.smithi107@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-07-12T15:11:33.717 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.440+0000 7ff2a241c700 0 mon.smithi107@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-07-12T15:11:33.718 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.440+0000 7ff2a241c700 0 mon.smithi107@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-07-12T15:11:33.718 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:11:31.662714+0000 mgr.smithi005.fgymhs (mgr.14164) 31 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-07-12T15:11:33.718 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.440+0000 7ff2a241c700 1 mon.smithi107@-1(synchronizing).paxosservice(auth 1..7) refresh upgraded, format 0 -> 3 2023-07-12T15:11:33.718 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.442+0000 7ff2a241c700 20 expand_channel_meta expand map: {default=false} 2023-07-12T15:11:33.718 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.442+0000 7ff2a241c700 20 expand_channel_meta from 'false' to 'false' 2023-07-12T15:11:33.718 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.442+0000 7ff2a241c700 20 expand_channel_meta expanded map: {default=false} 2023-07-12T15:11:33.718 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.442+0000 7ff2a241c700 20 expand_channel_meta expand map: {default=info} 2023-07-12T15:11:33.719 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.442+0000 7ff2a241c700 20 expand_channel_meta from 'info' to 'info' 2023-07-12T15:11:33.719 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.442+0000 7ff2a241c700 20 expand_channel_meta expanded map: {default=info} 2023-07-12T15:11:33.719 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.442+0000 7ff2a241c700 20 expand_channel_meta expand map: {default=daemon} 2023-07-12T15:11:33.720 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.442+0000 7ff2a241c700 20 expand_channel_meta from 'daemon' to 'daemon' 2023-07-12T15:11:33.720 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.442+0000 7ff2a241c700 20 expand_channel_meta expanded map: {default=daemon} 2023-07-12T15:11:33.720 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.442+0000 7ff2a241c700 20 expand_channel_meta expand map: {default=debug} 2023-07-12T15:11:33.720 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.442+0000 7ff2a241c700 20 expand_channel_meta from 'debug' to 'debug' 2023-07-12T15:11:33.721 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.442+0000 7ff2a241c700 20 expand_channel_meta expanded map: {default=debug} 2023-07-12T15:11:33.721 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:11:33.442+0000 7ff2a241c700 10 mon.smithi107@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-07-12T15:11:38.486 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-07-12T15:11:38.486 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":2,"fsid":"fe85c08a-20c5-11ee-9b31-001a4aab830c","modified":"2023-07-12T15:11:33.445478Z","created":"2023-07-12T15:09:52.862976Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi107","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:3300","nonce":0},{"type":"v1","addr":"172.21.15.107:6789","nonce":0}]},"addr":"172.21.15.107:6789/0","public_addr":"172.21.15.107:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-07-12T15:11:38.489 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 2 2023-07-12T15:11:38.785 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:11:33.448222+0000 mon.smithi005 (mon.0) 162 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mon metadata", "id": "smithi107"}]: dispatch 2023-07-12T15:11:38.785 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:11:33.448381+0000 mon.smithi005 (mon.0) 163 : cluster [INF] mon.smithi005 calling monitor election 2023-07-12T15:11:38.785 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:11:33.461498+0000 mon.smithi005 (mon.0) 164 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mon metadata", "id": "smithi005"}]: dispatch 2023-07-12T15:11:38.785 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:11:33.639248+0000 mon.smithi005 (mon.0) 165 : audit [DBG] from='client.? 172.21.15.107:0/2603605434' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-07-12T15:11:38.786 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:11:33.663023+0000 mgr.smithi005.fgymhs (mgr.14164) 32 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-07-12T15:11:38.786 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:11:34.445292+0000 mon.smithi005 (mon.0) 166 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mon metadata", "id": "smithi107"}]: dispatch 2023-07-12T15:11:38.786 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:11:35.445367+0000 mon.smithi005 (mon.0) 167 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mon metadata", "id": "smithi107"}]: dispatch 2023-07-12T15:11:38.786 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:11:35.446483+0000 mon.smithi107 (mon.1) 1 : cluster [INF] mon.smithi107 calling monitor election 2023-07-12T15:11:38.786 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:11:35.663361+0000 mgr.smithi005.fgymhs (mgr.14164) 33 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-07-12T15:11:38.786 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:11:35.725238+0000 mon.smithi005 (mon.0) 168 : audit [DBG] from='mgr.? 172.21.15.107:0/3024678926' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi107.erfdst/crt"}]: dispatch 2023-07-12T15:11:38.786 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:11:36.445604+0000 mon.smithi005 (mon.0) 169 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mon metadata", "id": "smithi107"}]: dispatch 2023-07-12T15:11:38.787 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:11:37.445706+0000 mon.smithi005 (mon.0) 170 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mon metadata", "id": "smithi107"}]: dispatch 2023-07-12T15:11:38.787 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:11:37.663634+0000 mgr.smithi005.fgymhs (mgr.14164) 34 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-07-12T15:11:38.787 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:11:38.445977+0000 mon.smithi005 (mon.0) 171 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mon metadata", "id": "smithi107"}]: dispatch 2023-07-12T15:11:38.787 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:11:38.474865+0000 mon.smithi005 (mon.0) 172 : cluster [INF] mon.smithi005 is new leader, mons smithi005,smithi107 in quorum (ranks 0,1) 2023-07-12T15:11:38.787 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:11:38.483413+0000 mon.smithi005 (mon.0) 173 : cluster [DBG] monmap e2: 2 mons at {smithi005=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0],smithi107=[v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0]} 2023-07-12T15:11:38.787 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:11:38.483463+0000 mon.smithi005 (mon.0) 174 : cluster [DBG] fsmap 2023-07-12T15:11:38.787 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:11:38.483489+0000 mon.smithi005 (mon.0) 175 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-07-12T15:11:38.788 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:11:38.483695+0000 mon.smithi005 (mon.0) 176 : cluster [DBG] mgrmap e17: smithi005.fgymhs(active, since 50s) 2023-07-12T15:11:38.788 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:11:38.484859+0000 mon.smithi005 (mon.0) 177 : cluster [DBG] Standby manager daemon smithi107.erfdst started 2023-07-12T15:11:38.788 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:11:38.485794+0000 mon.smithi005 (mon.0) 178 : audit [DBG] from='mgr.? 172.21.15.107:0/3024678926' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-07-12T15:11:38.788 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:11:38.487258+0000 mon.smithi005 (mon.0) 179 : audit [DBG] from='mgr.? 172.21.15.107:0/3024678926' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi107.erfdst/key"}]: dispatch 2023-07-12T15:11:38.788 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:11:38.487645+0000 mon.smithi005 (mon.0) 180 : audit [DBG] from='mgr.? 172.21.15.107:0/3024678926' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-07-12T15:11:38.788 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:11:38.490595+0000 mon.smithi005 (mon.0) 181 : cluster [INF] overall HEALTH_OK 2023-07-12T15:11:38.789 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:11:38.496242+0000 mon.smithi005 (mon.0) 182 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:11:38.846 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-07-12T15:11:38.846 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph config generate-minimal-conf 2023-07-12T15:11:38.883 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:33.448222+0000 mon.smithi005 (mon.0) 162 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mon metadata", "id": "smithi107"}]: dispatch 2023-07-12T15:11:38.883 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:11:33.448381+0000 mon.smithi005 (mon.0) 163 : cluster [INF] mon.smithi005 calling monitor election 2023-07-12T15:11:38.883 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:33.461498+0000 mon.smithi005 (mon.0) 164 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mon metadata", "id": "smithi005"}]: dispatch 2023-07-12T15:11:38.883 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:33.639248+0000 mon.smithi005 (mon.0) 165 : audit [DBG] from='client.? 172.21.15.107:0/2603605434' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-07-12T15:11:38.883 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:11:33.663023+0000 mgr.smithi005.fgymhs (mgr.14164) 32 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-07-12T15:11:38.884 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:34.445292+0000 mon.smithi005 (mon.0) 166 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mon metadata", "id": "smithi107"}]: dispatch 2023-07-12T15:11:38.884 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:35.445367+0000 mon.smithi005 (mon.0) 167 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mon metadata", "id": "smithi107"}]: dispatch 2023-07-12T15:11:38.884 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:11:35.446483+0000 mon.smithi107 (mon.1) 1 : cluster [INF] mon.smithi107 calling monitor election 2023-07-12T15:11:38.884 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:11:35.663361+0000 mgr.smithi005.fgymhs (mgr.14164) 33 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-07-12T15:11:38.884 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:35.725238+0000 mon.smithi005 (mon.0) 168 : audit [DBG] from='mgr.? 172.21.15.107:0/3024678926' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi107.erfdst/crt"}]: dispatch 2023-07-12T15:11:38.884 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:36.445604+0000 mon.smithi005 (mon.0) 169 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mon metadata", "id": "smithi107"}]: dispatch 2023-07-12T15:11:38.884 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:37.445706+0000 mon.smithi005 (mon.0) 170 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mon metadata", "id": "smithi107"}]: dispatch 2023-07-12T15:11:38.885 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:11:37.663634+0000 mgr.smithi005.fgymhs (mgr.14164) 34 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-07-12T15:11:38.885 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:38.445977+0000 mon.smithi005 (mon.0) 171 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mon metadata", "id": "smithi107"}]: dispatch 2023-07-12T15:11:38.885 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:11:38.474865+0000 mon.smithi005 (mon.0) 172 : cluster [INF] mon.smithi005 is new leader, mons smithi005,smithi107 in quorum (ranks 0,1) 2023-07-12T15:11:38.885 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:11:38.483413+0000 mon.smithi005 (mon.0) 173 : cluster [DBG] monmap e2: 2 mons at {smithi005=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0],smithi107=[v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0]} 2023-07-12T15:11:38.885 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:11:38.483463+0000 mon.smithi005 (mon.0) 174 : cluster [DBG] fsmap 2023-07-12T15:11:38.885 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:11:38.483489+0000 mon.smithi005 (mon.0) 175 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-07-12T15:11:38.885 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:11:38.483695+0000 mon.smithi005 (mon.0) 176 : cluster [DBG] mgrmap e17: smithi005.fgymhs(active, since 50s) 2023-07-12T15:11:38.886 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:11:38.484859+0000 mon.smithi005 (mon.0) 177 : cluster [DBG] Standby manager daemon smithi107.erfdst started 2023-07-12T15:11:38.886 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:38.485794+0000 mon.smithi005 (mon.0) 178 : audit [DBG] from='mgr.? 172.21.15.107:0/3024678926' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-07-12T15:11:38.886 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:38.487258+0000 mon.smithi005 (mon.0) 179 : audit [DBG] from='mgr.? 172.21.15.107:0/3024678926' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi107.erfdst/key"}]: dispatch 2023-07-12T15:11:38.886 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:38.487645+0000 mon.smithi005 (mon.0) 180 : audit [DBG] from='mgr.? 172.21.15.107:0/3024678926' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-07-12T15:11:38.886 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:11:38.490595+0000 mon.smithi005 (mon.0) 181 : cluster [INF] overall HEALTH_OK 2023-07-12T15:11:38.886 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:38.496242+0000 mon.smithi005 (mon.0) 182 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:11:39.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:39 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:11:38.497290+0000 mgr.smithi005.fgymhs (mgr.14164) 35 : cephadm [INF] Deploying daemon node-exporter.smithi107 on smithi107 2023-07-12T15:11:39.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:39 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:11:38.544181+0000 mon.smithi005 (mon.0) 183 : cluster [DBG] mgrmap e18: smithi005.fgymhs(active, since 50s), standbys: smithi107.erfdst 2023-07-12T15:11:39.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:39 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:11:38.544344+0000 mon.smithi005 (mon.0) 184 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mgr metadata", "who": "smithi107.erfdst", "id": "smithi107.erfdst"}]: dispatch 2023-07-12T15:11:39.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:39 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:11:39.445796+0000 mon.smithi005 (mon.0) 185 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mon metadata", "id": "smithi107"}]: dispatch 2023-07-12T15:11:39.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:39 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:11:38.497290+0000 mgr.smithi005.fgymhs (mgr.14164) 35 : cephadm [INF] Deploying daemon node-exporter.smithi107 on smithi107 2023-07-12T15:11:39.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:39 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:11:38.544181+0000 mon.smithi005 (mon.0) 183 : cluster [DBG] mgrmap e18: smithi005.fgymhs(active, since 50s), standbys: smithi107.erfdst 2023-07-12T15:11:39.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:39 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:38.544344+0000 mon.smithi005 (mon.0) 184 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mgr metadata", "who": "smithi107.erfdst", "id": "smithi107.erfdst"}]: dispatch 2023-07-12T15:11:39.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:39 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:39.445796+0000 mon.smithi005 (mon.0) 185 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mon metadata", "id": "smithi107"}]: dispatch 2023-07-12T15:11:40.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:40 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:11:39.663967+0000 mgr.smithi005.fgymhs (mgr.14164) 36 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-07-12T15:11:40.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:40 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:11:39.663967+0000 mgr.smithi005.fgymhs (mgr.14164) 36 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-07-12T15:11:42.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:42 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:41.201326+0000 mon.smithi005 (mon.0) 186 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:11:42.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:42 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:41.202352+0000 mon.smithi005 (mon.0) 187 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:11:42.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:42 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:11:41.201326+0000 mon.smithi005 (mon.0) 186 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:11:42.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:42 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:11:41.202352+0000 mon.smithi005 (mon.0) 187 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:11:42.915 INFO:teuthology.orchestra.run.smithi005.stdout:# minimal ceph.conf for fe85c08a-20c5-11ee-9b31-001a4aab830c 2023-07-12T15:11:42.915 INFO:teuthology.orchestra.run.smithi005.stdout:[global] 2023-07-12T15:11:42.915 INFO:teuthology.orchestra.run.smithi005.stdout: fsid = fe85c08a-20c5-11ee-9b31-001a4aab830c 2023-07-12T15:11:42.915 INFO:teuthology.orchestra.run.smithi005.stdout: mon_host = [v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0] [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] 2023-07-12T15:11:43.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:43 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:11:41.664299+0000 mgr.smithi005.fgymhs (mgr.14164) 37 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-07-12T15:11:43.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:43 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:11:42.404531+0000 mon.smithi005 (mon.0) 188 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:11:43.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:43 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:11:42.914218+0000 mon.smithi005 (mon.0) 189 : audit [DBG] from='client.? 172.21.15.5:0/2755382746' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:11:43.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:43 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:11:41.664299+0000 mgr.smithi005.fgymhs (mgr.14164) 37 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-07-12T15:11:43.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:43 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:42.404531+0000 mon.smithi005 (mon.0) 188 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:11:43.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:43 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:42.914218+0000 mon.smithi005 (mon.0) 189 : audit [DBG] from='client.? 172.21.15.5:0/2755382746' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:11:45.035 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-07-12T15:11:45.035 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2023-07-12T15:11:45.036 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/etc/ceph/ceph.conf 2023-07-12T15:11:45.110 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2023-07-12T15:11:45.111 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-07-12T15:11:45.181 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2023-07-12T15:11:45.181 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/etc/ceph/ceph.conf 2023-07-12T15:11:45.220 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2023-07-12T15:11:45.221 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-07-12T15:11:45.290 INFO:tasks.cephadm:Deploying OSDs... 2023-07-12T15:11:45.291 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2023-07-12T15:11:45.291 DEBUG:teuthology.orchestra.run.smithi005:> dd if=/scratch_devs of=/dev/stdout 2023-07-12T15:11:45.310 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-07-12T15:11:45.310 DEBUG:teuthology.orchestra.run.smithi005:> stat /dev/vg_nvme/lv_1 2023-07-12T15:11:45.368 INFO:teuthology.orchestra.run.smithi005.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-07-12T15:11:45.369 INFO:teuthology.orchestra.run.smithi005.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-07-12T15:11:45.369 INFO:teuthology.orchestra.run.smithi005.stdout:Device: 6h/6d Inode: 380774 Links: 1 2023-07-12T15:11:45.369 INFO:teuthology.orchestra.run.smithi005.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-07-12T15:11:45.369 INFO:teuthology.orchestra.run.smithi005.stdout:Context: system_u:object_r:device_t:s0 2023-07-12T15:11:45.369 INFO:teuthology.orchestra.run.smithi005.stdout:Access: 2023-07-12 15:11:22.443926184 +0000 2023-07-12T15:11:45.369 INFO:teuthology.orchestra.run.smithi005.stdout:Modify: 2023-07-12 15:07:53.387841376 +0000 2023-07-12T15:11:45.369 INFO:teuthology.orchestra.run.smithi005.stdout:Change: 2023-07-12 15:07:53.387841376 +0000 2023-07-12T15:11:45.370 INFO:teuthology.orchestra.run.smithi005.stdout: Birth: - 2023-07-12T15:11:45.370 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-07-12T15:11:45.439 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records in 2023-07-12T15:11:45.439 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records out 2023-07-12T15:11:45.439 INFO:teuthology.orchestra.run.smithi005.stderr:512 bytes copied, 0.000116274 s, 4.4 MB/s 2023-07-12T15:11:45.440 DEBUG:teuthology.orchestra.run.smithi005:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-07-12T15:11:45.501 DEBUG:teuthology.orchestra.run.smithi005:> stat /dev/vg_nvme/lv_2 2023-07-12T15:11:45.559 INFO:teuthology.orchestra.run.smithi005.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-07-12T15:11:45.559 INFO:teuthology.orchestra.run.smithi005.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-07-12T15:11:45.559 INFO:teuthology.orchestra.run.smithi005.stdout:Device: 6h/6d Inode: 379449 Links: 1 2023-07-12T15:11:45.560 INFO:teuthology.orchestra.run.smithi005.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-07-12T15:11:45.560 INFO:teuthology.orchestra.run.smithi005.stdout:Context: system_u:object_r:device_t:s0 2023-07-12T15:11:45.560 INFO:teuthology.orchestra.run.smithi005.stdout:Access: 2023-07-12 15:11:22.444926164 +0000 2023-07-12T15:11:45.560 INFO:teuthology.orchestra.run.smithi005.stdout:Modify: 2023-07-12 15:07:53.949830093 +0000 2023-07-12T15:11:45.560 INFO:teuthology.orchestra.run.smithi005.stdout:Change: 2023-07-12 15:07:53.949830093 +0000 2023-07-12T15:11:45.560 INFO:teuthology.orchestra.run.smithi005.stdout: Birth: - 2023-07-12T15:11:45.561 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-07-12T15:11:45.626 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records in 2023-07-12T15:11:45.627 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records out 2023-07-12T15:11:45.627 INFO:teuthology.orchestra.run.smithi005.stderr:512 bytes copied, 0.000103035 s, 5.0 MB/s 2023-07-12T15:11:45.628 DEBUG:teuthology.orchestra.run.smithi005:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-07-12T15:11:45.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:45 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:11:43.664608+0000 mgr.smithi005.fgymhs (mgr.14164) 38 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-07-12T15:11:45.688 DEBUG:teuthology.orchestra.run.smithi005:> stat /dev/vg_nvme/lv_3 2023-07-12T15:11:45.746 INFO:teuthology.orchestra.run.smithi005.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-07-12T15:11:45.746 INFO:teuthology.orchestra.run.smithi005.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-07-12T15:11:45.747 INFO:teuthology.orchestra.run.smithi005.stdout:Device: 6h/6d Inode: 380904 Links: 1 2023-07-12T15:11:45.747 INFO:teuthology.orchestra.run.smithi005.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-07-12T15:11:45.747 INFO:teuthology.orchestra.run.smithi005.stdout:Context: system_u:object_r:device_t:s0 2023-07-12T15:11:45.747 INFO:teuthology.orchestra.run.smithi005.stdout:Access: 2023-07-12 15:11:22.444926164 +0000 2023-07-12T15:11:45.747 INFO:teuthology.orchestra.run.smithi005.stdout:Modify: 2023-07-12 15:07:54.505818931 +0000 2023-07-12T15:11:45.747 INFO:teuthology.orchestra.run.smithi005.stdout:Change: 2023-07-12 15:07:54.505818931 +0000 2023-07-12T15:11:45.747 INFO:teuthology.orchestra.run.smithi005.stdout: Birth: - 2023-07-12T15:11:45.748 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-07-12T15:11:45.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:45 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:11:43.664608+0000 mgr.smithi005.fgymhs (mgr.14164) 38 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-07-12T15:11:45.775 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records in 2023-07-12T15:11:45.775 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records out 2023-07-12T15:11:45.775 INFO:teuthology.orchestra.run.smithi005.stderr:512 bytes copied, 8.238e-05 s, 6.2 MB/s 2023-07-12T15:11:45.776 DEBUG:teuthology.orchestra.run.smithi005:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-07-12T15:11:45.837 DEBUG:teuthology.orchestra.run.smithi005:> stat /dev/vg_nvme/lv_4 2023-07-12T15:11:45.896 INFO:teuthology.orchestra.run.smithi005.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-07-12T15:11:45.896 INFO:teuthology.orchestra.run.smithi005.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-07-12T15:11:45.896 INFO:teuthology.orchestra.run.smithi005.stdout:Device: 6h/6d Inode: 386170 Links: 1 2023-07-12T15:11:45.896 INFO:teuthology.orchestra.run.smithi005.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-07-12T15:11:45.897 INFO:teuthology.orchestra.run.smithi005.stdout:Context: system_u:object_r:device_t:s0 2023-07-12T15:11:45.897 INFO:teuthology.orchestra.run.smithi005.stdout:Access: 2023-07-12 15:11:22.444926164 +0000 2023-07-12T15:11:45.897 INFO:teuthology.orchestra.run.smithi005.stdout:Modify: 2023-07-12 15:07:55.042808151 +0000 2023-07-12T15:11:45.897 INFO:teuthology.orchestra.run.smithi005.stdout:Change: 2023-07-12 15:07:55.042808151 +0000 2023-07-12T15:11:45.897 INFO:teuthology.orchestra.run.smithi005.stdout: Birth: - 2023-07-12T15:11:45.897 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-07-12T15:11:45.965 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records in 2023-07-12T15:11:45.965 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records out 2023-07-12T15:11:45.965 INFO:teuthology.orchestra.run.smithi005.stderr:512 bytes copied, 8.5701e-05 s, 6.0 MB/s 2023-07-12T15:11:45.966 DEBUG:teuthology.orchestra.run.smithi005:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-07-12T15:11:46.025 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2023-07-12T15:11:46.026 DEBUG:teuthology.orchestra.run.smithi107:> dd if=/scratch_devs of=/dev/stdout 2023-07-12T15:11:46.048 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-07-12T15:11:46.048 DEBUG:teuthology.orchestra.run.smithi107:> stat /dev/vg_nvme/lv_1 2023-07-12T15:11:46.109 INFO:teuthology.orchestra.run.smithi107.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-07-12T15:11:46.110 INFO:teuthology.orchestra.run.smithi107.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-07-12T15:11:46.110 INFO:teuthology.orchestra.run.smithi107.stdout:Device: 6h/6d Inode: 381326 Links: 1 2023-07-12T15:11:46.110 INFO:teuthology.orchestra.run.smithi107.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-07-12T15:11:46.110 INFO:teuthology.orchestra.run.smithi107.stdout:Context: system_u:object_r:device_t:s0 2023-07-12T15:11:46.110 INFO:teuthology.orchestra.run.smithi107.stdout:Access: 2023-07-12 15:11:39.022662213 +0000 2023-07-12T15:11:46.111 INFO:teuthology.orchestra.run.smithi107.stdout:Modify: 2023-07-12 15:07:34.391487033 +0000 2023-07-12T15:11:46.111 INFO:teuthology.orchestra.run.smithi107.stdout:Change: 2023-07-12 15:07:34.391487033 +0000 2023-07-12T15:11:46.111 INFO:teuthology.orchestra.run.smithi107.stdout: Birth: - 2023-07-12T15:11:46.111 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-07-12T15:11:46.179 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records in 2023-07-12T15:11:46.179 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records out 2023-07-12T15:11:46.180 INFO:teuthology.orchestra.run.smithi107.stderr:512 bytes copied, 0.000322803 s, 1.6 MB/s 2023-07-12T15:11:46.180 DEBUG:teuthology.orchestra.run.smithi107:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-07-12T15:11:46.241 DEBUG:teuthology.orchestra.run.smithi107:> stat /dev/vg_nvme/lv_2 2023-07-12T15:11:46.301 INFO:teuthology.orchestra.run.smithi107.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-07-12T15:11:46.301 INFO:teuthology.orchestra.run.smithi107.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-07-12T15:11:46.301 INFO:teuthology.orchestra.run.smithi107.stdout:Device: 6h/6d Inode: 386102 Links: 1 2023-07-12T15:11:46.301 INFO:teuthology.orchestra.run.smithi107.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-07-12T15:11:46.301 INFO:teuthology.orchestra.run.smithi107.stdout:Context: system_u:object_r:device_t:s0 2023-07-12T15:11:46.301 INFO:teuthology.orchestra.run.smithi107.stdout:Access: 2023-07-12 15:11:39.022662213 +0000 2023-07-12T15:11:46.302 INFO:teuthology.orchestra.run.smithi107.stdout:Modify: 2023-07-12 15:07:35.000477634 +0000 2023-07-12T15:11:46.302 INFO:teuthology.orchestra.run.smithi107.stdout:Change: 2023-07-12 15:07:35.000477634 +0000 2023-07-12T15:11:46.302 INFO:teuthology.orchestra.run.smithi107.stdout: Birth: - 2023-07-12T15:11:46.302 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-07-12T15:11:46.369 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records in 2023-07-12T15:11:46.369 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records out 2023-07-12T15:11:46.370 INFO:teuthology.orchestra.run.smithi107.stderr:512 bytes copied, 0.000200692 s, 2.6 MB/s 2023-07-12T15:11:46.370 DEBUG:teuthology.orchestra.run.smithi107:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-07-12T15:11:46.430 DEBUG:teuthology.orchestra.run.smithi107:> stat /dev/vg_nvme/lv_3 2023-07-12T15:11:46.489 INFO:teuthology.orchestra.run.smithi107.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-07-12T15:11:46.490 INFO:teuthology.orchestra.run.smithi107.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-07-12T15:11:46.490 INFO:teuthology.orchestra.run.smithi107.stdout:Device: 6h/6d Inode: 386242 Links: 1 2023-07-12T15:11:46.490 INFO:teuthology.orchestra.run.smithi107.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-07-12T15:11:46.490 INFO:teuthology.orchestra.run.smithi107.stdout:Context: system_u:object_r:device_t:s0 2023-07-12T15:11:46.490 INFO:teuthology.orchestra.run.smithi107.stdout:Access: 2023-07-12 15:11:39.022662213 +0000 2023-07-12T15:11:46.490 INFO:teuthology.orchestra.run.smithi107.stdout:Modify: 2023-07-12 15:07:35.561468975 +0000 2023-07-12T15:11:46.490 INFO:teuthology.orchestra.run.smithi107.stdout:Change: 2023-07-12 15:07:35.561468975 +0000 2023-07-12T15:11:46.491 INFO:teuthology.orchestra.run.smithi107.stdout: Birth: - 2023-07-12T15:11:46.491 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-07-12T15:11:46.556 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records in 2023-07-12T15:11:46.556 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records out 2023-07-12T15:11:46.557 INFO:teuthology.orchestra.run.smithi107.stderr:512 bytes copied, 0.000210768 s, 2.4 MB/s 2023-07-12T15:11:46.557 DEBUG:teuthology.orchestra.run.smithi107:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-07-12T15:11:46.617 DEBUG:teuthology.orchestra.run.smithi107:> stat /dev/vg_nvme/lv_4 2023-07-12T15:11:46.676 INFO:teuthology.orchestra.run.smithi107.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-07-12T15:11:46.676 INFO:teuthology.orchestra.run.smithi107.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-07-12T15:11:46.676 INFO:teuthology.orchestra.run.smithi107.stdout:Device: 6h/6d Inode: 385660 Links: 1 2023-07-12T15:11:46.676 INFO:teuthology.orchestra.run.smithi107.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-07-12T15:11:46.677 INFO:teuthology.orchestra.run.smithi107.stdout:Context: system_u:object_r:device_t:s0 2023-07-12T15:11:46.677 INFO:teuthology.orchestra.run.smithi107.stdout:Access: 2023-07-12 15:11:39.022662213 +0000 2023-07-12T15:11:46.677 INFO:teuthology.orchestra.run.smithi107.stdout:Modify: 2023-07-12 15:07:36.141460023 +0000 2023-07-12T15:11:46.677 INFO:teuthology.orchestra.run.smithi107.stdout:Change: 2023-07-12 15:07:36.141460023 +0000 2023-07-12T15:11:46.677 INFO:teuthology.orchestra.run.smithi107.stdout: Birth: - 2023-07-12T15:11:46.677 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-07-12T15:11:46.743 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records in 2023-07-12T15:11:46.743 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records out 2023-07-12T15:11:46.744 INFO:teuthology.orchestra.run.smithi107.stderr:512 bytes copied, 0.000235743 s, 2.2 MB/s 2023-07-12T15:11:46.745 DEBUG:teuthology.orchestra.run.smithi107:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-07-12T15:11:46.805 INFO:tasks.cephadm:Deploying osd.0 on smithi005 with /dev/vg_nvme/lv_4... 2023-07-12T15:11:46.805 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-07-12T15:11:47.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:47 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:11:45.664888+0000 mgr.smithi005.fgymhs (mgr.14164) 39 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-07-12T15:11:47.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:47 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:46.723570+0000 mon.smithi005 (mon.0) 190 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:11:47.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:47 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:46.726308+0000 mon.smithi005 (mon.0) 191 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:11:47.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:47 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:46.728155+0000 mon.smithi005 (mon.0) 192 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-07-12T15:11:47.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:47 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:46.728713+0000 mon.smithi005 (mon.0) 193 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-07-12T15:11:47.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:47 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:46.729282+0000 mon.smithi005 (mon.0) 194 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:11:47.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:47 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:11:45.664888+0000 mgr.smithi005.fgymhs (mgr.14164) 39 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-07-12T15:11:47.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:47 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:11:46.723570+0000 mon.smithi005 (mon.0) 190 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:11:47.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:47 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:11:46.726308+0000 mon.smithi005 (mon.0) 191 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:11:47.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:47 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:11:46.728155+0000 mon.smithi005 (mon.0) 192 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-07-12T15:11:47.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:47 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:11:46.728713+0000 mon.smithi005 (mon.0) 193 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-07-12T15:11:47.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:47 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:11:46.729282+0000 mon.smithi005 (mon.0) 194 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:11:48.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:48 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:11:46.727931+0000 mgr.smithi005.fgymhs (mgr.14164) 40 : cephadm [INF] Reconfiguring mon.smithi005 (unknown last config time)... 2023-07-12T15:11:48.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:48 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:11:46.729791+0000 mgr.smithi005.fgymhs (mgr.14164) 41 : cephadm [INF] Reconfiguring daemon mon.smithi005 on smithi005 2023-07-12T15:11:48.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:48 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:47.800028+0000 mon.smithi005 (mon.0) 195 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.fgymhs/mirror_snapshot_schedule"}]: dispatch 2023-07-12T15:11:48.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:48 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:47.807398+0000 mon.smithi005 (mon.0) 196 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.fgymhs/trash_purge_schedule"}]: dispatch 2023-07-12T15:11:48.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:48 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:48.076724+0000 mon.smithi005 (mon.0) 197 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:11:48.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:48 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:48.077492+0000 mon.smithi005 (mon.0) 198 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi005.fgymhs", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-07-12T15:11:48.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:48 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:48.078184+0000 mon.smithi005 (mon.0) 199 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mgr services"}]: dispatch 2023-07-12T15:11:48.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:48 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:48.078738+0000 mon.smithi005 (mon.0) 200 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:11:48.755 INFO:teuthology.orchestra.run.smithi005.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-07-12T15:11:48.755 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-07-12T15:11:48.755 INFO:teuthology.orchestra.run.smithi005.stderr: stderr: 10+0 records in 2023-07-12T15:11:48.755 INFO:teuthology.orchestra.run.smithi005.stderr:10+0 records out 2023-07-12T15:11:48.755 INFO:teuthology.orchestra.run.smithi005.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00813584 s, 1.3 GB/s 2023-07-12T15:11:48.756 INFO:teuthology.orchestra.run.smithi005.stderr:--> Zapping successful for: 2023-07-12T15:11:48.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:48 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:11:46.727931+0000 mgr.smithi005.fgymhs (mgr.14164) 40 : cephadm [INF] Reconfiguring mon.smithi005 (unknown last config time)... 2023-07-12T15:11:48.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:48 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:11:46.729791+0000 mgr.smithi005.fgymhs (mgr.14164) 41 : cephadm [INF] Reconfiguring daemon mon.smithi005 on smithi005 2023-07-12T15:11:48.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:48 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:11:47.800028+0000 mon.smithi005 (mon.0) 195 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.fgymhs/mirror_snapshot_schedule"}]: dispatch 2023-07-12T15:11:48.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:48 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:11:47.807398+0000 mon.smithi005 (mon.0) 196 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.fgymhs/trash_purge_schedule"}]: dispatch 2023-07-12T15:11:48.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:48 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:11:48.076724+0000 mon.smithi005 (mon.0) 197 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:11:48.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:48 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:11:48.077492+0000 mon.smithi005 (mon.0) 198 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi005.fgymhs", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-07-12T15:11:48.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:48 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:11:48.078184+0000 mon.smithi005 (mon.0) 199 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mgr services"}]: dispatch 2023-07-12T15:11:48.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:48 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:11:48.078738+0000 mon.smithi005 (mon.0) 200 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:11:49.221 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph orch daemon add osd smithi005:vg_nvme/lv_4 2023-07-12T15:11:49.685 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:49 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:11:47.665169+0000 mgr.smithi005.fgymhs (mgr.14164) 42 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-07-12T15:11:49.686 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:49 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:11:48.077240+0000 mgr.smithi005.fgymhs (mgr.14164) 43 : cephadm [INF] Reconfiguring mgr.smithi005.fgymhs (unknown last config time)... 2023-07-12T15:11:49.686 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:49 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:11:48.079338+0000 mgr.smithi005.fgymhs (mgr.14164) 44 : cephadm [INF] Reconfiguring daemon mgr.smithi005.fgymhs on smithi005 2023-07-12T15:11:49.686 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:49 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:49.076223+0000 mon.smithi005 (mon.0) 201 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:11:49.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:49 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:11:47.665169+0000 mgr.smithi005.fgymhs (mgr.14164) 42 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-07-12T15:11:49.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:49 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:11:48.077240+0000 mgr.smithi005.fgymhs (mgr.14164) 43 : cephadm [INF] Reconfiguring mgr.smithi005.fgymhs (unknown last config time)... 2023-07-12T15:11:49.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:49 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:11:48.079338+0000 mgr.smithi005.fgymhs (mgr.14164) 44 : cephadm [INF] Reconfiguring daemon mgr.smithi005.fgymhs on smithi005 2023-07-12T15:11:49.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:49 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:11:49.076223+0000 mon.smithi005 (mon.0) 201 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:11:50.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:50 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:11:49.076770+0000 mgr.smithi005.fgymhs (mgr.14164) 45 : cephadm [INF] Reconfiguring alertmanager.smithi005 (dependencies changed)... 2023-07-12T15:11:50.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:50 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:11:49.079143+0000 mgr.smithi005.fgymhs (mgr.14164) 46 : cephadm [INF] Reconfiguring daemon alertmanager.smithi005 on smithi005 2023-07-12T15:11:50.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:50 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:11:49.076770+0000 mgr.smithi005.fgymhs (mgr.14164) 45 : cephadm [INF] Reconfiguring alertmanager.smithi005 (dependencies changed)... 2023-07-12T15:11:50.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:50 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:11:49.079143+0000 mgr.smithi005.fgymhs (mgr.14164) 46 : cephadm [INF] Reconfiguring daemon alertmanager.smithi005 on smithi005 2023-07-12T15:11:51.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:51 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:11:49.665398+0000 mgr.smithi005.fgymhs (mgr.14164) 47 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-07-12T15:11:51.917 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:51 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:11:49.665398+0000 mgr.smithi005.fgymhs (mgr.14164) 47 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-07-12T15:11:52.661 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:52 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:52.159991+0000 mon.smithi005 (mon.0) 202 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-07-12T15:11:52.662 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:52 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:52.161468+0000 mon.smithi005 (mon.0) 203 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-07-12T15:11:52.662 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:52 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:52.162015+0000 mon.smithi005 (mon.0) 204 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:11:52.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:52 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:11:52.159991+0000 mon.smithi005 (mon.0) 202 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-07-12T15:11:52.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:52 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:11:52.161468+0000 mon.smithi005 (mon.0) 203 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-07-12T15:11:52.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:52 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:11:52.162015+0000 mon.smithi005 (mon.0) 204 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:11:53.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:53 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:11:51.665689+0000 mgr.smithi005.fgymhs (mgr.14164) 48 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-07-12T15:11:53.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:53 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:52.159213+0000 mgr.smithi005.fgymhs (mgr.14164) 49 : audit [DBG] from='client.14218 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi005:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:11:53.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:53 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:11:52.161247+0000 mgr.smithi005.fgymhs (mgr.14164) 50 : cephadm [INF] Applying service osd.None on host smithi005... 2023-07-12T15:11:53.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:53 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:11:51.665689+0000 mgr.smithi005.fgymhs (mgr.14164) 48 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-07-12T15:11:53.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:53 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:11:52.159213+0000 mgr.smithi005.fgymhs (mgr.14164) 49 : audit [DBG] from='client.14218 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi005:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:11:53.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:53 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:11:52.161247+0000 mgr.smithi005.fgymhs (mgr.14164) 50 : cephadm [INF] Applying service osd.None on host smithi005... 2023-07-12T15:11:54.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:54 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:11:53.615449+0000 mon.smithi005 (mon.0) 205 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:11:54.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:54 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:11:53.615899+0000 mgr.smithi005.fgymhs (mgr.14164) 51 : cephadm [INF] Reconfiguring crash.smithi005 (monmap changed)... 2023-07-12T15:11:54.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:54 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:11:53.616124+0000 mon.smithi005 (mon.0) 206 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi005", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-07-12T15:11:54.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:54 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:11:53.616724+0000 mon.smithi005 (mon.0) 207 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:11:54.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:54 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:11:53.617147+0000 mgr.smithi005.fgymhs (mgr.14164) 52 : cephadm [INF] Reconfiguring daemon crash.smithi005 on smithi005 2023-07-12T15:11:54.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:54 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:11:53.665942+0000 mgr.smithi005.fgymhs (mgr.14164) 53 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-07-12T15:11:54.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:54 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:11:54.433848+0000 mon.smithi005 (mon.0) 208 : audit [INF] from='client.? 172.21.15.5:0/3448474617' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a373d7e6-7186-4143-9a64-f425f2215cea"}]: dispatch 2023-07-12T15:11:54.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:54 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:11:54.437203+0000 mon.smithi005 (mon.0) 209 : audit [INF] from='client.? 172.21.15.5:0/3448474617' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a373d7e6-7186-4143-9a64-f425f2215cea"}]': finished 2023-07-12T15:11:54.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:54 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:11:54.437239+0000 mon.smithi005 (mon.0) 210 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-07-12T15:11:54.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:54 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:11:54.437318+0000 mon.smithi005 (mon.0) 211 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-07-12T15:11:54.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:54 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:53.615449+0000 mon.smithi005 (mon.0) 205 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:11:54.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:54 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:11:53.615899+0000 mgr.smithi005.fgymhs (mgr.14164) 51 : cephadm [INF] Reconfiguring crash.smithi005 (monmap changed)... 2023-07-12T15:11:54.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:54 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:53.616124+0000 mon.smithi005 (mon.0) 206 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi005", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-07-12T15:11:54.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:54 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:53.616724+0000 mon.smithi005 (mon.0) 207 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:11:54.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:54 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:11:53.617147+0000 mgr.smithi005.fgymhs (mgr.14164) 52 : cephadm [INF] Reconfiguring daemon crash.smithi005 on smithi005 2023-07-12T15:11:54.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:54 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:11:53.665942+0000 mgr.smithi005.fgymhs (mgr.14164) 53 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-07-12T15:11:54.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:54 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:54.433848+0000 mon.smithi005 (mon.0) 208 : audit [INF] from='client.? 172.21.15.5:0/3448474617' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a373d7e6-7186-4143-9a64-f425f2215cea"}]: dispatch 2023-07-12T15:11:54.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:54 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:54.437203+0000 mon.smithi005 (mon.0) 209 : audit [INF] from='client.? 172.21.15.5:0/3448474617' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a373d7e6-7186-4143-9a64-f425f2215cea"}]': finished 2023-07-12T15:11:54.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:54 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:11:54.437239+0000 mon.smithi005 (mon.0) 210 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-07-12T15:11:54.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:54 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:54.437318+0000 mon.smithi005 (mon.0) 211 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-07-12T15:11:55.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:55 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:11:54.863446+0000 mon.smithi005 (mon.0) 212 : audit [DBG] from='client.? 172.21.15.5:0/3154734089' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-07-12T15:11:55.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:55 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:54.863446+0000 mon.smithi005 (mon.0) 212 : audit [DBG] from='client.? 172.21.15.5:0/3154734089' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-07-12T15:11:56.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:56 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:11:55.666330+0000 mgr.smithi005.fgymhs (mgr.14164) 54 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-07-12T15:11:56.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:56 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:11:55.666330+0000 mgr.smithi005.fgymhs (mgr.14164) 54 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-07-12T15:11:59.651 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:59 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:11:57.666719+0000 mgr.smithi005.fgymhs (mgr.14164) 55 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-07-12T15:11:59.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:59 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:58.443245+0000 mon.smithi005 (mon.0) 213 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:11:59.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:59 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:11:58.443817+0000 mgr.smithi005.fgymhs (mgr.14164) 56 : cephadm [INF] Reconfiguring grafana.smithi005 (dependencies changed)... 2023-07-12T15:11:59.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:59 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:11:58.447899+0000 mgr.smithi005.fgymhs (mgr.14164) 57 : cephadm [INF] Reconfiguring daemon grafana.smithi005 on smithi005 2023-07-12T15:11:59.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:59 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:59.374591+0000 mon.smithi005 (mon.0) 214 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-07-12T15:11:59.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:11:59 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:11:59.375228+0000 mon.smithi005 (mon.0) 215 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:11:59.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:59 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:11:57.666719+0000 mgr.smithi005.fgymhs (mgr.14164) 55 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-07-12T15:11:59.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:59 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:11:58.443245+0000 mon.smithi005 (mon.0) 213 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:11:59.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:59 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:11:58.443817+0000 mgr.smithi005.fgymhs (mgr.14164) 56 : cephadm [INF] Reconfiguring grafana.smithi005 (dependencies changed)... 2023-07-12T15:11:59.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:59 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:11:58.447899+0000 mgr.smithi005.fgymhs (mgr.14164) 57 : cephadm [INF] Reconfiguring daemon grafana.smithi005 on smithi005 2023-07-12T15:11:59.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:59 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:11:59.374591+0000 mon.smithi005 (mon.0) 214 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-07-12T15:11:59.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:11:59 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:11:59.375228+0000 mon.smithi005 (mon.0) 215 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:12:00.566 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:00 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:11:59.375765+0000 mgr.smithi005.fgymhs (mgr.14164) 58 : cephadm [INF] Deploying daemon osd.0 on smithi005 2023-07-12T15:12:00.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:00 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:11:59.375765+0000 mgr.smithi005.fgymhs (mgr.14164) 58 : cephadm [INF] Deploying daemon osd.0 on smithi005 2023-07-12T15:12:01.587 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:01 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:11:59.667170+0000 mgr.smithi005.fgymhs (mgr.14164) 59 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-07-12T15:12:01.587 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:01 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:01.377298+0000 mon.smithi005 (mon.0) 216 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:01.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:01 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:11:59.667170+0000 mgr.smithi005.fgymhs (mgr.14164) 59 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-07-12T15:12:01.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:01 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:01.377298+0000 mon.smithi005 (mon.0) 216 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:02.635 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:02 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:12:01.377947+0000 mgr.smithi005.fgymhs (mgr.14164) 60 : cephadm [INF] Reconfiguring prometheus.smithi005 (dependencies changed)... 2023-07-12T15:12:02.635 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:02 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:12:01.379957+0000 mgr.smithi005.fgymhs (mgr.14164) 61 : cephadm [INF] Reconfiguring daemon prometheus.smithi005 on smithi005 2023-07-12T15:12:02.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:02 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:12:01.377947+0000 mgr.smithi005.fgymhs (mgr.14164) 60 : cephadm [INF] Reconfiguring prometheus.smithi005 (dependencies changed)... 2023-07-12T15:12:02.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:02 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:12:01.379957+0000 mgr.smithi005.fgymhs (mgr.14164) 61 : cephadm [INF] Reconfiguring daemon prometheus.smithi005 on smithi005 2023-07-12T15:12:03.687 INFO:teuthology.orchestra.run.smithi005.stdout:Created osd(s) 0 on host 'smithi005' 2023-07-12T15:12:03.712 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:03 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:01.667536+0000 mgr.smithi005.fgymhs (mgr.14164) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-07-12T15:12:03.917 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:03 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:01.667536+0000 mgr.smithi005.fgymhs (mgr.14164) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-07-12T15:12:04.171 DEBUG:teuthology.orchestra.run.smithi005:osd.0> sudo journalctl -f -n 0 -u ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c@osd.0.service 2023-07-12T15:12:04.174 INFO:tasks.cephadm:Deploying osd.1 on smithi005 with /dev/vg_nvme/lv_3... 2023-07-12T15:12:04.175 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-07-12T15:12:04.206 INFO:journalctl@ceph.osd.0.smithi005.stdout:-- Logs begin at Wed 2023-07-12 15:00:35 UTC. -- 2023-07-12T15:12:04.861 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:04 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:03.667751+0000 mgr.smithi005.fgymhs (mgr.14164) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-07-12T15:12:04.861 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:04 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:03.681042+0000 mon.smithi005 (mon.0) 217 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:04.861 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:04 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:03.684407+0000 mon.smithi005 (mon.0) 218 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:05.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:04 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:03.667751+0000 mgr.smithi005.fgymhs (mgr.14164) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-07-12T15:12:05.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:04 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:03.681042+0000 mon.smithi005 (mon.0) 217 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:05.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:04 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:03.684407+0000 mon.smithi005 (mon.0) 218 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:06.510 INFO:teuthology.orchestra.run.smithi005.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-07-12T15:12:06.511 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-07-12T15:12:06.511 INFO:teuthology.orchestra.run.smithi005.stderr: stderr: 10+0 records in 2023-07-12T15:12:06.511 INFO:teuthology.orchestra.run.smithi005.stderr:10+0 records out 2023-07-12T15:12:06.511 INFO:teuthology.orchestra.run.smithi005.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0097136 s, 1.1 GB/s 2023-07-12T15:12:06.511 INFO:teuthology.orchestra.run.smithi005.stderr:--> Zapping successful for: 2023-07-12T15:12:06.877 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph orch daemon add osd smithi005:vg_nvme/lv_3 2023-07-12T15:12:07.186 INFO:journalctl@ceph.osd.0.smithi005.stdout:Jul 12 15:12:06 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.0[115416]: debug 2023-07-12T15:12:06.865+0000 7f57f7d26080 -1 osd.0 0 log_to_monitors {default=true} 2023-07-12T15:12:07.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:07 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:05.667960+0000 mgr.smithi005.fgymhs (mgr.14164) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-07-12T15:12:07.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:07 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:06.291686+0000 mon.smithi005 (mon.0) 219 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:07.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:07 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:12:06.292197+0000 mgr.smithi005.fgymhs (mgr.14164) 65 : cephadm [INF] Reconfiguring crash.smithi107 (monmap changed)... 2023-07-12T15:12:07.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:07 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:06.292446+0000 mon.smithi005 (mon.0) 220 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi107", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-07-12T15:12:07.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:07 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:06.293081+0000 mon.smithi005 (mon.0) 221 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:12:07.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:07 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:12:06.293630+0000 mgr.smithi005.fgymhs (mgr.14164) 66 : cephadm [INF] Reconfiguring daemon crash.smithi107 on smithi107 2023-07-12T15:12:07.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:07 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:06.869247+0000 mon.smithi005 (mon.0) 222 : audit [INF] from='osd.0 [v2:172.21.15.5:6802/3937641841,v1:172.21.15.5:6803/3937641841]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-07-12T15:12:07.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:07 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:07.234056+0000 mon.smithi005 (mon.0) 223 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:07.500 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:07 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:07.234829+0000 mon.smithi005 (mon.0) 224 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi107.erfdst", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-07-12T15:12:07.500 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:07 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:07.235596+0000 mon.smithi005 (mon.0) 225 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mgr services"}]: dispatch 2023-07-12T15:12:07.500 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:07 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:07.236189+0000 mon.smithi005 (mon.0) 226 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:12:07.554 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:07 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:05.667960+0000 mgr.smithi005.fgymhs (mgr.14164) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-07-12T15:12:07.554 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:07 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:06.291686+0000 mon.smithi005 (mon.0) 219 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:07.554 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:07 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:12:06.292197+0000 mgr.smithi005.fgymhs (mgr.14164) 65 : cephadm [INF] Reconfiguring crash.smithi107 (monmap changed)... 2023-07-12T15:12:07.554 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:07 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:06.292446+0000 mon.smithi005 (mon.0) 220 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi107", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-07-12T15:12:07.555 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:07 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:06.293081+0000 mon.smithi005 (mon.0) 221 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:12:07.555 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:07 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:12:06.293630+0000 mgr.smithi005.fgymhs (mgr.14164) 66 : cephadm [INF] Reconfiguring daemon crash.smithi107 on smithi107 2023-07-12T15:12:07.555 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:07 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:06.869247+0000 mon.smithi005 (mon.0) 222 : audit [INF] from='osd.0 [v2:172.21.15.5:6802/3937641841,v1:172.21.15.5:6803/3937641841]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-07-12T15:12:07.555 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:07 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:07.234056+0000 mon.smithi005 (mon.0) 223 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:07.556 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:07 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:07.234829+0000 mon.smithi005 (mon.0) 224 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi107.erfdst", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-07-12T15:12:07.556 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:07 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:07.235596+0000 mon.smithi005 (mon.0) 225 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mgr services"}]: dispatch 2023-07-12T15:12:07.556 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:07 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:07.236189+0000 mon.smithi005 (mon.0) 226 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:12:08.591 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:08 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:12:07.234573+0000 mgr.smithi005.fgymhs (mgr.14164) 67 : cephadm [INF] Reconfiguring mgr.smithi107.erfdst (monmap changed)... 2023-07-12T15:12:08.591 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:08 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:12:07.236740+0000 mgr.smithi005.fgymhs (mgr.14164) 68 : cephadm [INF] Reconfiguring daemon mgr.smithi107.erfdst on smithi107 2023-07-12T15:12:08.591 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:08 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:07.297207+0000 mon.smithi005 (mon.0) 227 : audit [INF] from='osd.0 [v2:172.21.15.5:6802/3937641841,v1:172.21.15.5:6803/3937641841]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-07-12T15:12:08.591 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:08 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:07.297257+0000 mon.smithi005 (mon.0) 228 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2023-07-12T15:12:08.591 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:08 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:07.297370+0000 mon.smithi005 (mon.0) 229 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-07-12T15:12:08.592 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:08 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:07.297847+0000 mon.smithi005 (mon.0) 230 : audit [INF] from='osd.0 [v2:172.21.15.5:6802/3937641841,v1:172.21.15.5:6803/3937641841]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-07-12T15:12:08.592 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:08 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:08.126471+0000 mon.smithi005 (mon.0) 231 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:08.592 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:08 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:08.127177+0000 mon.smithi005 (mon.0) 232 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-07-12T15:12:08.592 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:08 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:08.127898+0000 mon.smithi005 (mon.0) 233 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-07-12T15:12:08.592 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:08 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:08.128518+0000 mon.smithi005 (mon.0) 234 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:12:08.592 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:08 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:08.154758+0000 mon.smithi005 (mon.0) 235 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-07-12T15:12:08.592 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:08 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:08.155882+0000 mon.smithi005 (mon.0) 236 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-07-12T15:12:08.593 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:08 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:08.156405+0000 mon.smithi005 (mon.0) 237 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:12:08.646 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:08 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:12:07.234573+0000 mgr.smithi005.fgymhs (mgr.14164) 67 : cephadm [INF] Reconfiguring mgr.smithi107.erfdst (monmap changed)... 2023-07-12T15:12:08.647 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:08 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:12:07.236740+0000 mgr.smithi005.fgymhs (mgr.14164) 68 : cephadm [INF] Reconfiguring daemon mgr.smithi107.erfdst on smithi107 2023-07-12T15:12:08.647 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:08 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:07.297207+0000 mon.smithi005 (mon.0) 227 : audit [INF] from='osd.0 [v2:172.21.15.5:6802/3937641841,v1:172.21.15.5:6803/3937641841]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-07-12T15:12:08.647 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:08 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:07.297257+0000 mon.smithi005 (mon.0) 228 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2023-07-12T15:12:08.647 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:08 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:07.297370+0000 mon.smithi005 (mon.0) 229 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-07-12T15:12:08.647 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:08 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:07.297847+0000 mon.smithi005 (mon.0) 230 : audit [INF] from='osd.0 [v2:172.21.15.5:6802/3937641841,v1:172.21.15.5:6803/3937641841]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-07-12T15:12:08.647 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:08 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:08.126471+0000 mon.smithi005 (mon.0) 231 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:08.648 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:08 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:08.127177+0000 mon.smithi005 (mon.0) 232 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-07-12T15:12:08.648 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:08 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:08.127898+0000 mon.smithi005 (mon.0) 233 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-07-12T15:12:08.648 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:08 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:08.128518+0000 mon.smithi005 (mon.0) 234 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:12:08.648 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:08 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:08.154758+0000 mon.smithi005 (mon.0) 235 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-07-12T15:12:08.648 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:08 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:08.155882+0000 mon.smithi005 (mon.0) 236 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-07-12T15:12:08.648 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:08 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:08.156405+0000 mon.smithi005 (mon.0) 237 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:12:08.649 INFO:journalctl@ceph.osd.0.smithi005.stdout:Jul 12 15:12:08 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.0[115416]: debug 2023-07-12T15:12:08.304+0000 7f57ee297700 -1 osd.0 0 waiting for initial osdmap 2023-07-12T15:12:08.649 INFO:journalctl@ceph.osd.0.smithi005.stdout:Jul 12 15:12:08 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.0[115416]: debug 2023-07-12T15:12:08.307+0000 7f57e820e700 -1 osd.0 8 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2023-07-12T15:12:09.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:09 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:07.668195+0000 mgr.smithi005.fgymhs (mgr.14164) 69 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-07-12T15:12:09.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:09 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:12:08.126953+0000 mgr.smithi005.fgymhs (mgr.14164) 70 : cephadm [INF] Reconfiguring mon.smithi107 (monmap changed)... 2023-07-12T15:12:09.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:09 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:12:08.129021+0000 mgr.smithi005.fgymhs (mgr.14164) 71 : cephadm [INF] Reconfiguring daemon mon.smithi107 on smithi107 2023-07-12T15:12:09.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:09 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:08.154192+0000 mgr.smithi005.fgymhs (mgr.14164) 72 : audit [DBG] from='client.14236 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi005:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:12:09.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:09 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:12:08.155691+0000 mgr.smithi005.fgymhs (mgr.14164) 73 : cephadm [INF] Applying service osd.None on host smithi005... 2023-07-12T15:12:09.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:09 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:08.301405+0000 mon.smithi005 (mon.0) 238 : audit [INF] from='osd.0 [v2:172.21.15.5:6802/3937641841,v1:172.21.15.5:6803/3937641841]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]': finished 2023-07-12T15:12:09.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:09 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:08.301464+0000 mon.smithi005 (mon.0) 239 : cluster [DBG] osdmap e8: 1 total, 0 up, 1 in 2023-07-12T15:12:09.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:09 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:08.301722+0000 mon.smithi005 (mon.0) 240 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-07-12T15:12:09.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:09 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:08.305129+0000 mon.smithi005 (mon.0) 241 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-07-12T15:12:09.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:09 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:08.965841+0000 mon.smithi005 (mon.0) 242 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:09.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:09 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:08.968094+0000 mon.smithi005 (mon.0) 243 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-07-12T15:12:09.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:09 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:07.668195+0000 mgr.smithi005.fgymhs (mgr.14164) 69 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-07-12T15:12:09.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:09 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:12:08.126953+0000 mgr.smithi005.fgymhs (mgr.14164) 70 : cephadm [INF] Reconfiguring mon.smithi107 (monmap changed)... 2023-07-12T15:12:09.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:09 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:12:08.129021+0000 mgr.smithi005.fgymhs (mgr.14164) 71 : cephadm [INF] Reconfiguring daemon mon.smithi107 on smithi107 2023-07-12T15:12:09.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:09 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:08.154192+0000 mgr.smithi005.fgymhs (mgr.14164) 72 : audit [DBG] from='client.14236 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi005:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:12:09.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:09 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:12:08.155691+0000 mgr.smithi005.fgymhs (mgr.14164) 73 : cephadm [INF] Applying service osd.None on host smithi005... 2023-07-12T15:12:09.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:09 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:08.301405+0000 mon.smithi005 (mon.0) 238 : audit [INF] from='osd.0 [v2:172.21.15.5:6802/3937641841,v1:172.21.15.5:6803/3937641841]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]': finished 2023-07-12T15:12:09.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:09 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:08.301464+0000 mon.smithi005 (mon.0) 239 : cluster [DBG] osdmap e8: 1 total, 0 up, 1 in 2023-07-12T15:12:09.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:09 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:08.301722+0000 mon.smithi005 (mon.0) 240 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-07-12T15:12:09.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:09 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:08.305129+0000 mon.smithi005 (mon.0) 241 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-07-12T15:12:09.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:09 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:08.965841+0000 mon.smithi005 (mon.0) 242 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:09.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:09 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:08.968094+0000 mon.smithi005 (mon.0) 243 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-07-12T15:12:10.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:10 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:07.886041+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-07-12T15:12:10.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:10 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:07.886146+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-07-12T15:12:10.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:10 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:08.968383+0000 mgr.smithi005.fgymhs (mgr.14164) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-07-12T15:12:10.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:10 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:09.302513+0000 mon.smithi005 (mon.0) 244 : cluster [INF] osd.0 [v2:172.21.15.5:6802/3937641841,v1:172.21.15.5:6803/3937641841] boot 2023-07-12T15:12:10.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:10 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:09.302542+0000 mon.smithi005 (mon.0) 245 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2023-07-12T15:12:10.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:10 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:09.302913+0000 mon.smithi005 (mon.0) 246 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-07-12T15:12:10.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:10 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:09.822011+0000 mon.smithi005 (mon.0) 247 : audit [INF] from='client.? 172.21.15.5:0/2648798177' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "480b2282-3b3b-4c88-be20-86952714366d"}]: dispatch 2023-07-12T15:12:10.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:10 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:09.825422+0000 mon.smithi005 (mon.0) 248 : audit [INF] from='client.? 172.21.15.5:0/2648798177' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "480b2282-3b3b-4c88-be20-86952714366d"}]': finished 2023-07-12T15:12:10.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:10 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:09.825460+0000 mon.smithi005 (mon.0) 249 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2023-07-12T15:12:10.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:10 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:09.825549+0000 mon.smithi005 (mon.0) 250 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-07-12T15:12:10.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:10 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:10.253541+0000 mon.smithi005 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.5:0/2907289532' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-07-12T15:12:10.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:10 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:07.886041+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-07-12T15:12:10.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:10 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:07.886146+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-07-12T15:12:10.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:10 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:08.968383+0000 mgr.smithi005.fgymhs (mgr.14164) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-07-12T15:12:10.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:10 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:09.302513+0000 mon.smithi005 (mon.0) 244 : cluster [INF] osd.0 [v2:172.21.15.5:6802/3937641841,v1:172.21.15.5:6803/3937641841] boot 2023-07-12T15:12:10.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:10 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:09.302542+0000 mon.smithi005 (mon.0) 245 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2023-07-12T15:12:10.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:10 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:09.302913+0000 mon.smithi005 (mon.0) 246 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-07-12T15:12:10.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:10 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:09.822011+0000 mon.smithi005 (mon.0) 247 : audit [INF] from='client.? 172.21.15.5:0/2648798177' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "480b2282-3b3b-4c88-be20-86952714366d"}]: dispatch 2023-07-12T15:12:10.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:10 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:09.825422+0000 mon.smithi005 (mon.0) 248 : audit [INF] from='client.? 172.21.15.5:0/2648798177' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "480b2282-3b3b-4c88-be20-86952714366d"}]': finished 2023-07-12T15:12:10.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:10 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:09.825460+0000 mon.smithi005 (mon.0) 249 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2023-07-12T15:12:10.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:10 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:09.825549+0000 mon.smithi005 (mon.0) 250 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-07-12T15:12:10.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:10 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:10.253541+0000 mon.smithi005 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.5:0/2907289532' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-07-12T15:12:11.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:09.668497+0000 mgr.smithi005.fgymhs (mgr.14164) 75 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-07-12T15:12:11.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:10.827236+0000 mon.smithi005 (mon.0) 252 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2023-07-12T15:12:11.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:10.827345+0000 mon.smithi005 (mon.0) 253 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-07-12T15:12:11.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:09.668497+0000 mgr.smithi005.fgymhs (mgr.14164) 75 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-07-12T15:12:11.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:10.827236+0000 mon.smithi005 (mon.0) 252 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2023-07-12T15:12:11.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:10.827345+0000 mon.smithi005 (mon.0) 253 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-07-12T15:12:13.454 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:13 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:11.668804+0000 mgr.smithi005.fgymhs (mgr.14164) 76 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-07-12T15:12:13.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:13 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:11.668804+0000 mgr.smithi005.fgymhs (mgr.14164) 76 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-07-12T15:12:15.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:15 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:13.669071+0000 mgr.smithi005.fgymhs (mgr.14164) 77 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-07-12T15:12:15.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:15 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:14.483069+0000 mon.smithi005 (mon.0) 254 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-07-12T15:12:15.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:15 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:14.483728+0000 mon.smithi005 (mon.0) 255 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:12:15.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:15 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:13.669071+0000 mgr.smithi005.fgymhs (mgr.14164) 77 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-07-12T15:12:15.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:15 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:14.483069+0000 mon.smithi005 (mon.0) 254 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-07-12T15:12:15.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:15 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:14.483728+0000 mon.smithi005 (mon.0) 255 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:12:16.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:16 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:12:14.484277+0000 mgr.smithi005.fgymhs (mgr.14164) 78 : cephadm [INF] Deploying daemon osd.1 on smithi005 2023-07-12T15:12:16.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:16 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:12:14.484277+0000 mgr.smithi005.fgymhs (mgr.14164) 78 : cephadm [INF] Deploying daemon osd.1 on smithi005 2023-07-12T15:12:16.868 INFO:teuthology.orchestra.run.smithi005.stdout:Created osd(s) 1 on host 'smithi005' 2023-07-12T15:12:17.380 DEBUG:teuthology.orchestra.run.smithi005:osd.1> sudo journalctl -f -n 0 -u ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c@osd.1.service 2023-07-12T15:12:17.382 INFO:tasks.cephadm:Deploying osd.2 on smithi005 with /dev/vg_nvme/lv_2... 2023-07-12T15:12:17.382 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-07-12T15:12:17.414 INFO:journalctl@ceph.osd.1.smithi005.stdout:-- Logs begin at Wed 2023-07-12 15:00:35 UTC. -- 2023-07-12T15:12:17.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:17 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:15.669310+0000 mgr.smithi005.fgymhs (mgr.14164) 79 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-07-12T15:12:17.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:17 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:16.862244+0000 mon.smithi005 (mon.0) 256 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:17.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:17 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:16.865515+0000 mon.smithi005 (mon.0) 257 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:17.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:17 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:16.871000+0000 mon.smithi005 (mon.0) 258 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.5:9093"}]: dispatch 2023-07-12T15:12:17.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:17 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:16.883505+0000 mon.smithi005 (mon.0) 259 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:17.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:17 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:16.886107+0000 mon.smithi005 (mon.0) 260 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-07-12T15:12:17.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:17 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:16.890486+0000 mon.smithi005 (mon.0) 261 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.5:3000"}]: dispatch 2023-07-12T15:12:17.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:17 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:16.894601+0000 mon.smithi005 (mon.0) 262 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:17.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:17 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:16.898038+0000 mon.smithi005 (mon.0) 263 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-07-12T15:12:17.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:17 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:16.904170+0000 mon.smithi005 (mon.0) 264 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.5:9095"}]: dispatch 2023-07-12T15:12:17.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:17 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:16.908104+0000 mon.smithi005 (mon.0) 265 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:17.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:17 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:16.910167+0000 mon.smithi005 (mon.0) 266 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:12:17.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:17 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:15.669310+0000 mgr.smithi005.fgymhs (mgr.14164) 79 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-07-12T15:12:17.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:17 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:16.862244+0000 mon.smithi005 (mon.0) 256 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:17.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:17 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:16.865515+0000 mon.smithi005 (mon.0) 257 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:17.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:17 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:16.871000+0000 mon.smithi005 (mon.0) 258 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.5:9093"}]: dispatch 2023-07-12T15:12:17.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:17 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:16.883505+0000 mon.smithi005 (mon.0) 259 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:17.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:17 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:16.886107+0000 mon.smithi005 (mon.0) 260 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-07-12T15:12:17.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:17 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:16.890486+0000 mon.smithi005 (mon.0) 261 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.5:3000"}]: dispatch 2023-07-12T15:12:17.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:17 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:16.894601+0000 mon.smithi005 (mon.0) 262 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:17.751 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:17 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:16.898038+0000 mon.smithi005 (mon.0) 263 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-07-12T15:12:17.751 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:17 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:16.904170+0000 mon.smithi005 (mon.0) 264 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.5:9095"}]: dispatch 2023-07-12T15:12:17.751 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:17 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:16.908104+0000 mon.smithi005 (mon.0) 265 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:17.751 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:17 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:16.910167+0000 mon.smithi005 (mon.0) 266 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:12:18.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:16.871293+0000 mgr.smithi005.fgymhs (mgr.14164) 80 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.5:9093"}]: dispatch 2023-07-12T15:12:18.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:16.886444+0000 mgr.smithi005.fgymhs (mgr.14164) 81 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-07-12T15:12:18.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:16.890782+0000 mgr.smithi005.fgymhs (mgr.14164) 82 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.5:3000"}]: dispatch 2023-07-12T15:12:18.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:16.898352+0000 mgr.smithi005.fgymhs (mgr.14164) 83 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-07-12T15:12:18.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:16.904436+0000 mgr.smithi005.fgymhs (mgr.14164) 84 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.5:9095"}]: dispatch 2023-07-12T15:12:18.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:18.028231+0000 mon.smithi005 (mon.0) 267 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:18.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:16.871293+0000 mgr.smithi005.fgymhs (mgr.14164) 80 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.5:9093"}]: dispatch 2023-07-12T15:12:18.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:16.886444+0000 mgr.smithi005.fgymhs (mgr.14164) 81 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-07-12T15:12:18.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:16.890782+0000 mgr.smithi005.fgymhs (mgr.14164) 82 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.5:3000"}]: dispatch 2023-07-12T15:12:18.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:16.898352+0000 mgr.smithi005.fgymhs (mgr.14164) 83 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-07-12T15:12:18.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:16.904436+0000 mgr.smithi005.fgymhs (mgr.14164) 84 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.5:9095"}]: dispatch 2023-07-12T15:12:18.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:18.028231+0000 mon.smithi005 (mon.0) 267 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:19.430 INFO:teuthology.orchestra.run.smithi005.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-07-12T15:12:19.431 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-07-12T15:12:19.431 INFO:teuthology.orchestra.run.smithi005.stderr: stderr: 10+0 records in 2023-07-12T15:12:19.431 INFO:teuthology.orchestra.run.smithi005.stderr:10+0 records out 2023-07-12T15:12:19.431 INFO:teuthology.orchestra.run.smithi005.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0146277 s, 717 MB/s 2023-07-12T15:12:19.431 INFO:teuthology.orchestra.run.smithi005.stderr:--> Zapping successful for: 2023-07-12T15:12:19.472 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:19 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:17.669571+0000 mgr.smithi005.fgymhs (mgr.14164) 85 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-07-12T15:12:19.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:19 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:17.669571+0000 mgr.smithi005.fgymhs (mgr.14164) 85 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-07-12T15:12:19.883 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph orch daemon add osd smithi005:vg_nvme/lv_2 2023-07-12T15:12:20.395 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:20 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:20.099552+0000 mon.smithi005 (mon.0) 268 : audit [INF] from='osd.1 [v2:172.21.15.5:6810/3332511022,v1:172.21.15.5:6811/3332511022]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-07-12T15:12:20.395 INFO:journalctl@ceph.osd.1.smithi005.stdout:Jul 12 15:12:20 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.1[118069]: debug 2023-07-12T15:12:20.092+0000 7faea5397080 -1 osd.1 0 log_to_monitors {default=true} 2023-07-12T15:12:20.667 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:20 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:20.099552+0000 mon.smithi005 (mon.0) 268 : audit [INF] from='osd.1 [v2:172.21.15.5:6810/3332511022,v1:172.21.15.5:6811/3332511022]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-07-12T15:12:21.339 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:21 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:19.669824+0000 mgr.smithi005.fgymhs (mgr.14164) 86 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-07-12T15:12:21.339 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:21 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:20.332081+0000 mon.smithi005 (mon.0) 269 : audit [INF] from='osd.1 [v2:172.21.15.5:6810/3332511022,v1:172.21.15.5:6811/3332511022]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-07-12T15:12:21.339 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:21 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:20.332134+0000 mon.smithi005 (mon.0) 270 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2023-07-12T15:12:21.339 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:21 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:20.332222+0000 mon.smithi005 (mon.0) 271 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-07-12T15:12:21.339 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:21 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:20.332579+0000 mon.smithi005 (mon.0) 272 : audit [INF] from='osd.1 [v2:172.21.15.5:6810/3332511022,v1:172.21.15.5:6811/3332511022]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-07-12T15:12:21.340 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:21 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:20.756640+0000 mon.smithi005 (mon.0) 273 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:21.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:21 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:19.669824+0000 mgr.smithi005.fgymhs (mgr.14164) 86 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-07-12T15:12:21.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:21 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:20.332081+0000 mon.smithi005 (mon.0) 269 : audit [INF] from='osd.1 [v2:172.21.15.5:6810/3332511022,v1:172.21.15.5:6811/3332511022]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-07-12T15:12:21.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:21 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:20.332134+0000 mon.smithi005 (mon.0) 270 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2023-07-12T15:12:21.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:21 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:20.332222+0000 mon.smithi005 (mon.0) 271 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-07-12T15:12:21.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:21 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:20.332579+0000 mon.smithi005 (mon.0) 272 : audit [INF] from='osd.1 [v2:172.21.15.5:6810/3332511022,v1:172.21.15.5:6811/3332511022]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-07-12T15:12:21.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:21 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:20.756640+0000 mon.smithi005 (mon.0) 273 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:21.747 INFO:journalctl@ceph.osd.1.smithi005.stdout:Jul 12 15:12:21 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.1[118069]: debug 2023-07-12T15:12:21.335+0000 7fae9b908700 -1 osd.1 0 waiting for initial osdmap 2023-07-12T15:12:21.748 INFO:journalctl@ceph.osd.1.smithi005.stdout:Jul 12 15:12:21 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.1[118069]: debug 2023-07-12T15:12:21.339+0000 7fae9487d700 -1 osd.1 13 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2023-07-12T15:12:22.381 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:22 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:21.333796+0000 mon.smithi005 (mon.0) 274 : audit [INF] from='osd.1 [v2:172.21.15.5:6810/3332511022,v1:172.21.15.5:6811/3332511022]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]': finished 2023-07-12T15:12:22.382 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:22 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:21.333845+0000 mon.smithi005 (mon.0) 275 : cluster [DBG] osdmap e13: 2 total, 1 up, 2 in 2023-07-12T15:12:22.382 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:22 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:21.334131+0000 mon.smithi005 (mon.0) 276 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-07-12T15:12:22.382 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:22 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:21.336855+0000 mon.smithi005 (mon.0) 277 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-07-12T15:12:22.382 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:22 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:21.773464+0000 mon.smithi005 (mon.0) 278 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-07-12T15:12:22.382 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:22 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:21.774681+0000 mon.smithi005 (mon.0) 279 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-07-12T15:12:22.382 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:22 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:21.775216+0000 mon.smithi005 (mon.0) 280 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:12:22.383 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:22 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:22.336990+0000 mon.smithi005 (mon.0) 281 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-07-12T15:12:22.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:22 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:21.333796+0000 mon.smithi005 (mon.0) 274 : audit [INF] from='osd.1 [v2:172.21.15.5:6810/3332511022,v1:172.21.15.5:6811/3332511022]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]': finished 2023-07-12T15:12:22.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:22 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:21.333845+0000 mon.smithi005 (mon.0) 275 : cluster [DBG] osdmap e13: 2 total, 1 up, 2 in 2023-07-12T15:12:22.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:22 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:21.334131+0000 mon.smithi005 (mon.0) 276 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-07-12T15:12:22.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:22 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:21.336855+0000 mon.smithi005 (mon.0) 277 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-07-12T15:12:22.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:22 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:21.773464+0000 mon.smithi005 (mon.0) 278 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-07-12T15:12:22.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:22 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:21.774681+0000 mon.smithi005 (mon.0) 279 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-07-12T15:12:22.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:22 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:21.775216+0000 mon.smithi005 (mon.0) 280 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:12:22.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:22 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:22.336990+0000 mon.smithi005 (mon.0) 281 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-07-12T15:12:23.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:23 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:21.073786+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-07-12T15:12:23.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:23 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:21.073875+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-07-12T15:12:23.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:23 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:21.670084+0000 mgr.smithi005.fgymhs (mgr.14164) 87 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-07-12T15:12:23.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:23 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:21.772757+0000 mgr.smithi005.fgymhs (mgr.14164) 88 : audit [DBG] from='client.14254 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi005:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:12:23.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:23 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:12:21.774473+0000 mgr.smithi005.fgymhs (mgr.14164) 89 : cephadm [INF] Applying service osd.None on host smithi005... 2023-07-12T15:12:23.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:23 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:22.345360+0000 mon.smithi005 (mon.0) 282 : cluster [INF] osd.1 [v2:172.21.15.5:6810/3332511022,v1:172.21.15.5:6811/3332511022] boot 2023-07-12T15:12:23.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:23 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:22.345411+0000 mon.smithi005 (mon.0) 283 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2023-07-12T15:12:23.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:23 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:22.345884+0000 mon.smithi005 (mon.0) 284 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-07-12T15:12:23.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:23 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:21.073786+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-07-12T15:12:23.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:23 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:21.073875+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-07-12T15:12:23.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:23 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:21.670084+0000 mgr.smithi005.fgymhs (mgr.14164) 87 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-07-12T15:12:23.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:23 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:21.772757+0000 mgr.smithi005.fgymhs (mgr.14164) 88 : audit [DBG] from='client.14254 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi005:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:12:23.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:23 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:12:21.774473+0000 mgr.smithi005.fgymhs (mgr.14164) 89 : cephadm [INF] Applying service osd.None on host smithi005... 2023-07-12T15:12:23.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:23 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:22.345360+0000 mon.smithi005 (mon.0) 282 : cluster [INF] osd.1 [v2:172.21.15.5:6810/3332511022,v1:172.21.15.5:6811/3332511022] boot 2023-07-12T15:12:23.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:23 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:22.345411+0000 mon.smithi005 (mon.0) 283 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2023-07-12T15:12:23.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:23 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:22.345884+0000 mon.smithi005 (mon.0) 284 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-07-12T15:12:24.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:24 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:12:23.550878+0000 mgr.smithi005.fgymhs (mgr.14164) 90 : cephadm [INF] Detected new or changed devices on smithi005 2023-07-12T15:12:24.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:24 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:23.555396+0000 mon.smithi005 (mon.0) 285 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:24.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:24 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:23.670329+0000 mgr.smithi005.fgymhs (mgr.14164) 91 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2023-07-12T15:12:24.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:24 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:23.820201+0000 mon.smithi005 (mon.0) 286 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:24.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:24 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:23.822437+0000 mon.smithi005 (mon.0) 287 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:12:24.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:24 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:23.987049+0000 mon.smithi005 (mon.0) 288 : cluster [DBG] osdmap e15: 2 total, 2 up, 2 in 2023-07-12T15:12:24.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:24 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:24.245734+0000 mon.smithi005 (mon.0) 289 : audit [INF] from='client.? 172.21.15.5:0/3745613785' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a6d54ce9-5987-4288-a6ea-1937dff0a61c"}]: dispatch 2023-07-12T15:12:24.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:24 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:24.249597+0000 mon.smithi005 (mon.0) 290 : audit [INF] from='client.? 172.21.15.5:0/3745613785' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a6d54ce9-5987-4288-a6ea-1937dff0a61c"}]': finished 2023-07-12T15:12:24.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:24 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:24.249672+0000 mon.smithi005 (mon.0) 291 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2023-07-12T15:12:24.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:24 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:24.249783+0000 mon.smithi005 (mon.0) 292 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-07-12T15:12:24.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:24 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:12:23.550878+0000 mgr.smithi005.fgymhs (mgr.14164) 90 : cephadm [INF] Detected new or changed devices on smithi005 2023-07-12T15:12:24.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:24 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:23.555396+0000 mon.smithi005 (mon.0) 285 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:24.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:24 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:23.670329+0000 mgr.smithi005.fgymhs (mgr.14164) 91 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2023-07-12T15:12:24.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:24 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:23.820201+0000 mon.smithi005 (mon.0) 286 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:24.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:24 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:23.822437+0000 mon.smithi005 (mon.0) 287 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:12:24.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:24 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:23.987049+0000 mon.smithi005 (mon.0) 288 : cluster [DBG] osdmap e15: 2 total, 2 up, 2 in 2023-07-12T15:12:24.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:24 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:24.245734+0000 mon.smithi005 (mon.0) 289 : audit [INF] from='client.? 172.21.15.5:0/3745613785' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a6d54ce9-5987-4288-a6ea-1937dff0a61c"}]: dispatch 2023-07-12T15:12:24.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:24 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:24.249597+0000 mon.smithi005 (mon.0) 290 : audit [INF] from='client.? 172.21.15.5:0/3745613785' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a6d54ce9-5987-4288-a6ea-1937dff0a61c"}]': finished 2023-07-12T15:12:24.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:24 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:24.249672+0000 mon.smithi005 (mon.0) 291 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2023-07-12T15:12:24.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:24 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:24.249783+0000 mon.smithi005 (mon.0) 292 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-07-12T15:12:25.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:25 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:24.694916+0000 mon.smithi005 (mon.0) 293 : audit [DBG] from='client.? 172.21.15.5:0/3940667462' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-07-12T15:12:25.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:25 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:24.935986+0000 mon.smithi005 (mon.0) 294 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:25.997 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:25 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:24.694916+0000 mon.smithi005 (mon.0) 293 : audit [DBG] from='client.? 172.21.15.5:0/3940667462' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-07-12T15:12:25.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:25 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:24.935986+0000 mon.smithi005 (mon.0) 294 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:27.626 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:27 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:25.670565+0000 mgr.smithi005.fgymhs (mgr.14164) 92 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2023-07-12T15:12:27.627 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:27 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:26.385575+0000 mon.smithi005 (mon.0) 295 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:27.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:27 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:25.670565+0000 mgr.smithi005.fgymhs (mgr.14164) 92 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2023-07-12T15:12:27.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:27 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:26.385575+0000 mon.smithi005 (mon.0) 295 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:29.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:29 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:27.670811+0000 mgr.smithi005.fgymhs (mgr.14164) 93 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2023-07-12T15:12:29.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:29 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:29.151355+0000 mon.smithi005 (mon.0) 296 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:29.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:29 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:29.154381+0000 mon.smithi005 (mon.0) 297 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:29.676 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:29 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:27.670811+0000 mgr.smithi005.fgymhs (mgr.14164) 93 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2023-07-12T15:12:29.676 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:29 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:29.151355+0000 mon.smithi005 (mon.0) 296 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:29.676 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:29 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:29.154381+0000 mon.smithi005 (mon.0) 297 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:30.659 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:30 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:12:29.146621+0000 mgr.smithi005.fgymhs (mgr.14164) 94 : cephadm [INF] Detected new or changed devices on smithi005 2023-07-12T15:12:30.659 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:30 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:29.890421+0000 mon.smithi005 (mon.0) 298 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-07-12T15:12:30.660 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:30 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:29.891058+0000 mon.smithi005 (mon.0) 299 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:12:30.667 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:30 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:12:29.146621+0000 mgr.smithi005.fgymhs (mgr.14164) 94 : cephadm [INF] Detected new or changed devices on smithi005 2023-07-12T15:12:30.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:30 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:29.890421+0000 mon.smithi005 (mon.0) 298 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-07-12T15:12:30.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:30 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:29.891058+0000 mon.smithi005 (mon.0) 299 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:12:31.669 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:31 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:29.671160+0000 mgr.smithi005.fgymhs (mgr.14164) 95 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2023-07-12T15:12:31.670 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:31 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:12:29.891591+0000 mgr.smithi005.fgymhs (mgr.14164) 96 : cephadm [INF] Deploying daemon osd.2 on smithi005 2023-07-12T15:12:31.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:31 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:29.671160+0000 mgr.smithi005.fgymhs (mgr.14164) 95 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2023-07-12T15:12:31.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:31 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:12:29.891591+0000 mgr.smithi005.fgymhs (mgr.14164) 96 : cephadm [INF] Deploying daemon osd.2 on smithi005 2023-07-12T15:12:32.359 INFO:teuthology.orchestra.run.smithi005.stdout:Created osd(s) 2 on host 'smithi005' 2023-07-12T15:12:32.551 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:32 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:32.347202+0000 mon.smithi005 (mon.0) 300 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:12:32.551 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:32 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:32.351274+0000 mon.smithi005 (mon.0) 301 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:32.552 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:32 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:32.356591+0000 mon.smithi005 (mon.0) 302 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:32.667 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:32 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:32.347202+0000 mon.smithi005 (mon.0) 300 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:12:32.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:32 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:32.351274+0000 mon.smithi005 (mon.0) 301 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:32.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:32 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:32.356591+0000 mon.smithi005 (mon.0) 302 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:32.712 DEBUG:teuthology.orchestra.run.smithi005:osd.2> sudo journalctl -f -n 0 -u ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c@osd.2.service 2023-07-12T15:12:32.714 INFO:tasks.cephadm:Deploying osd.3 on smithi005 with /dev/vg_nvme/lv_1... 2023-07-12T15:12:32.714 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-07-12T15:12:32.747 INFO:journalctl@ceph.osd.2.smithi005.stdout:-- Logs begin at Wed 2023-07-12 15:00:35 UTC. -- 2023-07-12T15:12:33.157 INFO:journalctl@ceph.osd.2.smithi005.stdout:Jul 12 15:12:32 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.2[121924]: debug 2023-07-12T15:12:32.815+0000 7f4bab460080 -1 Falling back to public interface 2023-07-12T15:12:33.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:33 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:31.671470+0000 mgr.smithi005.fgymhs (mgr.14164) 97 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2023-07-12T15:12:33.667 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:31.671470+0000 mgr.smithi005.fgymhs (mgr.14164) 97 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2023-07-12T15:12:34.401 INFO:teuthology.orchestra.run.smithi005.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-07-12T15:12:34.402 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-07-12T15:12:34.402 INFO:teuthology.orchestra.run.smithi005.stderr: stderr: 10+0 records in 2023-07-12T15:12:34.402 INFO:teuthology.orchestra.run.smithi005.stderr:10+0 records out 2023-07-12T15:12:34.402 INFO:teuthology.orchestra.run.smithi005.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0107896 s, 972 MB/s 2023-07-12T15:12:34.402 INFO:teuthology.orchestra.run.smithi005.stderr:--> Zapping successful for: 2023-07-12T15:12:34.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:34 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:33.466807+0000 mon.smithi005 (mon.0) 303 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:34.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:34 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:33.671792+0000 mgr.smithi005.fgymhs (mgr.14164) 98 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2023-07-12T15:12:34.888 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph orch daemon add osd smithi005:vg_nvme/lv_1 2023-07-12T15:12:34.917 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:34 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:33.466807+0000 mon.smithi005 (mon.0) 303 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:34.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:34 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:33.671792+0000 mgr.smithi005.fgymhs (mgr.14164) 98 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2023-07-12T15:12:35.618 INFO:journalctl@ceph.osd.2.smithi005.stdout:Jul 12 15:12:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.2[121924]: debug 2023-07-12T15:12:35.555+0000 7f4bab460080 -1 osd.2 0 log_to_monitors {default=true} 2023-07-12T15:12:35.618 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:35.561936+0000 mon.smithi005 (mon.0) 304 : audit [INF] from='osd.2 [v2:172.21.15.5:6818/433068305,v1:172.21.15.5:6819/433068305]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-07-12T15:12:35.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:35.561936+0000 mon.smithi005 (mon.0) 304 : audit [INF] from='osd.2 [v2:172.21.15.5:6818/433068305,v1:172.21.15.5:6819/433068305]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-07-12T15:12:36.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:36 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:35.615650+0000 mon.smithi005 (mon.0) 305 : audit [INF] from='osd.2 [v2:172.21.15.5:6818/433068305,v1:172.21.15.5:6819/433068305]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-07-12T15:12:36.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:36 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:35.615695+0000 mon.smithi005 (mon.0) 306 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2023-07-12T15:12:36.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:36 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:35.616004+0000 mon.smithi005 (mon.0) 307 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-07-12T15:12:36.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:36 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:35.616286+0000 mon.smithi005 (mon.0) 308 : audit [INF] from='osd.2 [v2:172.21.15.5:6818/433068305,v1:172.21.15.5:6819/433068305]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-07-12T15:12:36.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:36 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:35.672204+0000 mgr.smithi005.fgymhs (mgr.14164) 99 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2023-07-12T15:12:36.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:36 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:36.471661+0000 mon.smithi005 (mon.0) 309 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:36.996 INFO:journalctl@ceph.osd.2.smithi005.stdout:Jul 12 15:12:36 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.2[121924]: debug 2023-07-12T15:12:36.619+0000 7f4ba19d1700 -1 osd.2 0 waiting for initial osdmap 2023-07-12T15:12:36.996 INFO:journalctl@ceph.osd.2.smithi005.stdout:Jul 12 15:12:36 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.2[121924]: debug 2023-07-12T15:12:36.624+0000 7f4b9b948700 -1 osd.2 18 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2023-07-12T15:12:36.997 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:36 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:35.615650+0000 mon.smithi005 (mon.0) 305 : audit [INF] from='osd.2 [v2:172.21.15.5:6818/433068305,v1:172.21.15.5:6819/433068305]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-07-12T15:12:36.997 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:36 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:35.615695+0000 mon.smithi005 (mon.0) 306 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2023-07-12T15:12:36.997 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:36 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:35.616004+0000 mon.smithi005 (mon.0) 307 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-07-12T15:12:36.997 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:36 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:35.616286+0000 mon.smithi005 (mon.0) 308 : audit [INF] from='osd.2 [v2:172.21.15.5:6818/433068305,v1:172.21.15.5:6819/433068305]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-07-12T15:12:36.997 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:36 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:35.672204+0000 mgr.smithi005.fgymhs (mgr.14164) 99 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2023-07-12T15:12:36.997 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:36 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:36.471661+0000 mon.smithi005 (mon.0) 309 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:37.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:37 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:36.616728+0000 mon.smithi005 (mon.0) 310 : audit [INF] from='osd.2 [v2:172.21.15.5:6818/433068305,v1:172.21.15.5:6819/433068305]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]': finished 2023-07-12T15:12:37.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:37 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:36.616776+0000 mon.smithi005 (mon.0) 311 : cluster [DBG] osdmap e18: 3 total, 2 up, 3 in 2023-07-12T15:12:37.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:37 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:36.616897+0000 mon.smithi005 (mon.0) 312 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-07-12T15:12:37.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:37 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:36.623888+0000 mon.smithi005 (mon.0) 313 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-07-12T15:12:37.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:37 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:36.658184+0000 mgr.smithi005.fgymhs (mgr.14164) 100 : audit [DBG] from='client.14272 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi005:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:12:37.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:37 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:36.658975+0000 mon.smithi005 (mon.0) 314 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-07-12T15:12:37.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:37 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:12:36.660033+0000 mgr.smithi005.fgymhs (mgr.14164) 101 : cephadm [INF] Applying service osd.None on host smithi005... 2023-07-12T15:12:37.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:37 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:36.660250+0000 mon.smithi005 (mon.0) 315 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-07-12T15:12:37.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:37 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:36.660865+0000 mon.smithi005 (mon.0) 316 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:12:37.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:37 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:37.620860+0000 mon.smithi005 (mon.0) 317 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-07-12T15:12:37.997 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:37 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:36.616728+0000 mon.smithi005 (mon.0) 310 : audit [INF] from='osd.2 [v2:172.21.15.5:6818/433068305,v1:172.21.15.5:6819/433068305]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]': finished 2023-07-12T15:12:37.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:37 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:36.616776+0000 mon.smithi005 (mon.0) 311 : cluster [DBG] osdmap e18: 3 total, 2 up, 3 in 2023-07-12T15:12:37.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:37 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:36.616897+0000 mon.smithi005 (mon.0) 312 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-07-12T15:12:37.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:37 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:36.623888+0000 mon.smithi005 (mon.0) 313 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-07-12T15:12:37.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:37 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:36.658184+0000 mgr.smithi005.fgymhs (mgr.14164) 100 : audit [DBG] from='client.14272 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi005:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:12:37.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:37 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:36.658975+0000 mon.smithi005 (mon.0) 314 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-07-12T15:12:37.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:37 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:12:36.660033+0000 mgr.smithi005.fgymhs (mgr.14164) 101 : cephadm [INF] Applying service osd.None on host smithi005... 2023-07-12T15:12:37.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:37 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:36.660250+0000 mon.smithi005 (mon.0) 315 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-07-12T15:12:37.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:37 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:36.660865+0000 mon.smithi005 (mon.0) 316 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:12:37.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:37 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:37.620860+0000 mon.smithi005 (mon.0) 317 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-07-12T15:12:38.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:36.588111+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-07-12T15:12:38.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:36.588210+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-07-12T15:12:38.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:37.628250+0000 mon.smithi005 (mon.0) 318 : cluster [INF] osd.2 [v2:172.21.15.5:6818/433068305,v1:172.21.15.5:6819/433068305] boot 2023-07-12T15:12:38.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:37.628277+0000 mon.smithi005 (mon.0) 319 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2023-07-12T15:12:38.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:37.628488+0000 mon.smithi005 (mon.0) 320 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-07-12T15:12:38.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:37.672670+0000 mgr.smithi005.fgymhs (mgr.14164) 102 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2023-07-12T15:12:38.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:38.469574+0000 mon.smithi005 (mon.0) 321 : audit [INF] from='client.? 172.21.15.5:0/1007179357' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "573e7c4c-d86c-40b5-9405-3de1a15998c6"}]: dispatch 2023-07-12T15:12:38.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:38.473078+0000 mon.smithi005 (mon.0) 322 : audit [INF] from='client.? 172.21.15.5:0/1007179357' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "573e7c4c-d86c-40b5-9405-3de1a15998c6"}]': finished 2023-07-12T15:12:38.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:38.473117+0000 mon.smithi005 (mon.0) 323 : cluster [DBG] osdmap e20: 4 total, 3 up, 4 in 2023-07-12T15:12:38.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:38.473217+0000 mon.smithi005 (mon.0) 324 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-07-12T15:12:38.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:36.588111+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-07-12T15:12:38.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:36.588210+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-07-12T15:12:38.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:37.628250+0000 mon.smithi005 (mon.0) 318 : cluster [INF] osd.2 [v2:172.21.15.5:6818/433068305,v1:172.21.15.5:6819/433068305] boot 2023-07-12T15:12:38.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:37.628277+0000 mon.smithi005 (mon.0) 319 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2023-07-12T15:12:38.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:37.628488+0000 mon.smithi005 (mon.0) 320 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-07-12T15:12:38.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:37.672670+0000 mgr.smithi005.fgymhs (mgr.14164) 102 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2023-07-12T15:12:38.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:38.469574+0000 mon.smithi005 (mon.0) 321 : audit [INF] from='client.? 172.21.15.5:0/1007179357' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "573e7c4c-d86c-40b5-9405-3de1a15998c6"}]: dispatch 2023-07-12T15:12:38.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:38.473078+0000 mon.smithi005 (mon.0) 322 : audit [INF] from='client.? 172.21.15.5:0/1007179357' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "573e7c4c-d86c-40b5-9405-3de1a15998c6"}]': finished 2023-07-12T15:12:38.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:38.473117+0000 mon.smithi005 (mon.0) 323 : cluster [DBG] osdmap e20: 4 total, 3 up, 4 in 2023-07-12T15:12:38.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:38.473217+0000 mon.smithi005 (mon.0) 324 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-07-12T15:12:39.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:39 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:38.895593+0000 mon.smithi005 (mon.0) 325 : audit [DBG] from='client.? 172.21.15.5:0/3455096850' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-07-12T15:12:39.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:39 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:39.474809+0000 mon.smithi005 (mon.0) 326 : cluster [DBG] osdmap e21: 4 total, 3 up, 4 in 2023-07-12T15:12:39.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:39 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:39.474914+0000 mon.smithi005 (mon.0) 327 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-07-12T15:12:39.997 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:39 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:38.895593+0000 mon.smithi005 (mon.0) 325 : audit [DBG] from='client.? 172.21.15.5:0/3455096850' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-07-12T15:12:39.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:39 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:39.474809+0000 mon.smithi005 (mon.0) 326 : cluster [DBG] osdmap e21: 4 total, 3 up, 4 in 2023-07-12T15:12:39.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:39 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:39.474914+0000 mon.smithi005 (mon.0) 327 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-07-12T15:12:40.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:40 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:39.672991+0000 mgr.smithi005.fgymhs (mgr.14164) 103 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2023-07-12T15:12:40.997 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:40 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:39.672991+0000 mgr.smithi005.fgymhs (mgr.14164) 103 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2023-07-12T15:12:42.997 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:42 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:41.673283+0000 mgr.smithi005.fgymhs (mgr.14164) 104 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2023-07-12T15:12:43.167 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:42 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:41.673283+0000 mgr.smithi005.fgymhs (mgr.14164) 104 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2023-07-12T15:12:44.247 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:44 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:12:43.156160+0000 mgr.smithi005.fgymhs (mgr.14164) 105 : cephadm [INF] Detected new or changed devices on smithi005 2023-07-12T15:12:44.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:44 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:43.160915+0000 mon.smithi005 (mon.0) 328 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:44.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:44 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:43.163707+0000 mon.smithi005 (mon.0) 329 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:44.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:44 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:43.165876+0000 mon.smithi005 (mon.0) 330 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:12:44.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:44 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:44.069963+0000 mon.smithi005 (mon.0) 331 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-07-12T15:12:44.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:44 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:44.070548+0000 mon.smithi005 (mon.0) 332 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:12:44.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:44 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:12:43.156160+0000 mgr.smithi005.fgymhs (mgr.14164) 105 : cephadm [INF] Detected new or changed devices on smithi005 2023-07-12T15:12:44.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:44 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:43.160915+0000 mon.smithi005 (mon.0) 328 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:44.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:44 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:43.163707+0000 mon.smithi005 (mon.0) 329 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:44.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:44 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:43.165876+0000 mon.smithi005 (mon.0) 330 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:12:44.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:44 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:44.069963+0000 mon.smithi005 (mon.0) 331 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-07-12T15:12:44.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:44 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:44.070548+0000 mon.smithi005 (mon.0) 332 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:12:45.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:45 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:43.673732+0000 mgr.smithi005.fgymhs (mgr.14164) 106 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2023-07-12T15:12:45.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:45 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:12:44.070984+0000 mgr.smithi005.fgymhs (mgr.14164) 107 : cephadm [INF] Deploying daemon osd.3 on smithi005 2023-07-12T15:12:45.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:45 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:43.673732+0000 mgr.smithi005.fgymhs (mgr.14164) 106 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2023-07-12T15:12:45.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:45 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:12:44.070984+0000 mgr.smithi005.fgymhs (mgr.14164) 107 : cephadm [INF] Deploying daemon osd.3 on smithi005 2023-07-12T15:12:47.199 INFO:teuthology.orchestra.run.smithi005.stdout:Created osd(s) 3 on host 'smithi005' 2023-07-12T15:12:47.374 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:47 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:45.673994+0000 mgr.smithi005.fgymhs (mgr.14164) 108 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2023-07-12T15:12:47.578 DEBUG:teuthology.orchestra.run.smithi005:osd.3> sudo journalctl -f -n 0 -u ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c@osd.3.service 2023-07-12T15:12:47.580 INFO:tasks.cephadm:Deploying osd.4 on smithi107 with /dev/vg_nvme/lv_4... 2023-07-12T15:12:47.580 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-07-12T15:12:47.611 INFO:journalctl@ceph.osd.3.smithi005.stdout:-- Logs begin at Wed 2023-07-12 15:00:35 UTC. -- 2023-07-12T15:12:47.613 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:47 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:45.673994+0000 mgr.smithi005.fgymhs (mgr.14164) 108 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2023-07-12T15:12:47.955 INFO:journalctl@ceph.osd.3.smithi005.stdout:Jul 12 15:12:47 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.3[125563]: debug 2023-07-12T15:12:47.649+0000 7ff4729df080 -1 Falling back to public interface 2023-07-12T15:12:48.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:48 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:47.192411+0000 mon.smithi005 (mon.0) 333 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:48.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:48 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:47.197173+0000 mon.smithi005 (mon.0) 334 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:48.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:48 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:47.199891+0000 mon.smithi005 (mon.0) 335 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2023-07-12T15:12:48.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:48 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:47.657794+0000 mon.smithi005 (mon.0) 336 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:48.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:48 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:47.804923+0000 mon.smithi005 (mon.0) 337 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.fgymhs/mirror_snapshot_schedule"}]: dispatch 2023-07-12T15:12:48.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:48 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:47.808200+0000 mon.smithi005 (mon.0) 338 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.fgymhs/trash_purge_schedule"}]: dispatch 2023-07-12T15:12:48.583 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:48 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:47.192411+0000 mon.smithi005 (mon.0) 333 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:48.584 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:48 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:47.197173+0000 mon.smithi005 (mon.0) 334 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:48.584 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:48 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:47.199891+0000 mon.smithi005 (mon.0) 335 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2023-07-12T15:12:48.584 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:48 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:47.657794+0000 mon.smithi005 (mon.0) 336 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:48.584 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:48 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:47.804923+0000 mon.smithi005 (mon.0) 337 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.fgymhs/mirror_snapshot_schedule"}]: dispatch 2023-07-12T15:12:48.584 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:48 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:47.808200+0000 mon.smithi005 (mon.0) 338 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.fgymhs/trash_purge_schedule"}]: dispatch 2023-07-12T15:12:49.055 INFO:teuthology.orchestra.run.smithi107.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-07-12T15:12:49.056 INFO:teuthology.orchestra.run.smithi107.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-07-12T15:12:49.056 INFO:teuthology.orchestra.run.smithi107.stderr: stderr: 10+0 records in 2023-07-12T15:12:49.056 INFO:teuthology.orchestra.run.smithi107.stderr:10+0 records out 2023-07-12T15:12:49.056 INFO:teuthology.orchestra.run.smithi107.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0113093 s, 927 MB/s 2023-07-12T15:12:49.056 INFO:teuthology.orchestra.run.smithi107.stderr:--> Zapping successful for: 2023-07-12T15:12:49.343 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:49 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:47.674431+0000 mgr.smithi005.fgymhs (mgr.14164) 109 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2023-07-12T15:12:49.344 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:49 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:48.198091+0000 mon.smithi005 (mon.0) 339 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2023-07-12T15:12:49.344 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:49 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:48.198165+0000 mon.smithi005 (mon.0) 340 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2023-07-12T15:12:49.344 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:49 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:48.198303+0000 mon.smithi005 (mon.0) 341 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-07-12T15:12:49.344 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:49 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:48.199205+0000 mon.smithi005 (mon.0) 342 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-07-12T15:12:49.382 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph orch daemon add osd smithi107:vg_nvme/lv_4 2023-07-12T15:12:49.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:49 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:47.674431+0000 mgr.smithi005.fgymhs (mgr.14164) 109 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2023-07-12T15:12:49.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:49 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:48.198091+0000 mon.smithi005 (mon.0) 339 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2023-07-12T15:12:49.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:49 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:48.198165+0000 mon.smithi005 (mon.0) 340 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2023-07-12T15:12:49.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:49 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:48.198303+0000 mon.smithi005 (mon.0) 341 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-07-12T15:12:49.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:49 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:48.199205+0000 mon.smithi005 (mon.0) 342 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-07-12T15:12:50.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:50 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:49.199707+0000 mon.smithi005 (mon.0) 343 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-07-12T15:12:50.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:50 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:49.199805+0000 mon.smithi005 (mon.0) 344 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2023-07-12T15:12:50.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:50 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:49.200158+0000 mon.smithi005 (mon.0) 345 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-07-12T15:12:50.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:50 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:50.090445+0000 mon.smithi005 (mon.0) 346 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:50.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:50 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:50.093280+0000 mon.smithi005 (mon.0) 347 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:50.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:50 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:50.095499+0000 mon.smithi005 (mon.0) 348 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:12:50.497 INFO:journalctl@ceph.osd.3.smithi005.stdout:Jul 12 15:12:50 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.3[125563]: debug 2023-07-12T15:12:50.399+0000 7ff4729df080 -1 osd.3 0 log_to_monitors {default=true} 2023-07-12T15:12:50.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:50 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:49.199707+0000 mon.smithi005 (mon.0) 343 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-07-12T15:12:50.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:50 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:49.199805+0000 mon.smithi005 (mon.0) 344 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2023-07-12T15:12:50.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:50 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:49.200158+0000 mon.smithi005 (mon.0) 345 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-07-12T15:12:50.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:50 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:50.090445+0000 mon.smithi005 (mon.0) 346 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:50.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:50 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:50.093280+0000 mon.smithi005 (mon.0) 347 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:50.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:50 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:50.095499+0000 mon.smithi005 (mon.0) 348 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:12:51.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:51 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:49.674692+0000 mgr.smithi005.fgymhs (mgr.14164) 110 : cluster [DBG] pgmap v73: 1 pgs: 1 creating+peering; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-07-12T15:12:51.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:51 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:50.210265+0000 mon.smithi005 (mon.0) 349 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2023-07-12T15:12:51.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:51 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:50.210383+0000 mon.smithi005 (mon.0) 350 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-07-12T15:12:51.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:51 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:50.403373+0000 mon.smithi005 (mon.0) 351 : audit [INF] from='osd.3 [v2:172.21.15.5:6826/1390740973,v1:172.21.15.5:6827/1390740973]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-07-12T15:12:51.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:51 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:50.771296+0000 mon.smithi005 (mon.0) 352 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-07-12T15:12:51.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:51 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:50.772777+0000 mon.smithi005 (mon.0) 353 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-07-12T15:12:51.420 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:51 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:50.773320+0000 mon.smithi005 (mon.0) 354 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:12:51.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:51 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:49.674692+0000 mgr.smithi005.fgymhs (mgr.14164) 110 : cluster [DBG] pgmap v73: 1 pgs: 1 creating+peering; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-07-12T15:12:51.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:51 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:50.210265+0000 mon.smithi005 (mon.0) 349 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2023-07-12T15:12:51.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:51 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:50.210383+0000 mon.smithi005 (mon.0) 350 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-07-12T15:12:51.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:51 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:50.403373+0000 mon.smithi005 (mon.0) 351 : audit [INF] from='osd.3 [v2:172.21.15.5:6826/1390740973,v1:172.21.15.5:6827/1390740973]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-07-12T15:12:51.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:51 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:50.771296+0000 mon.smithi005 (mon.0) 352 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-07-12T15:12:51.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:51 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:50.772777+0000 mon.smithi005 (mon.0) 353 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-07-12T15:12:51.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:51 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:50.773320+0000 mon.smithi005 (mon.0) 354 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:12:52.497 INFO:journalctl@ceph.osd.3.smithi005.stdout:Jul 12 15:12:52 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.3[125563]: debug 2023-07-12T15:12:52.216+0000 7ff468f50700 -1 osd.3 0 waiting for initial osdmap 2023-07-12T15:12:52.498 INFO:journalctl@ceph.osd.3.smithi005.stdout:Jul 12 15:12:52 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.3[125563]: debug 2023-07-12T15:12:52.221+0000 7ff4636c8700 -1 osd.3 26 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2023-07-12T15:12:52.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:52 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:50.770495+0000 mgr.smithi005.fgymhs (mgr.14164) 111 : audit [DBG] from='client.24141 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi107:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:12:52.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:52 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:12:50.772589+0000 mgr.smithi005.fgymhs (mgr.14164) 112 : cephadm [INF] Applying service osd.None on host smithi107... 2023-07-12T15:12:52.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:52 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:51.211453+0000 mon.smithi005 (mon.0) 355 : audit [INF] from='osd.3 [v2:172.21.15.5:6826/1390740973,v1:172.21.15.5:6827/1390740973]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-07-12T15:12:52.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:52 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:51.211506+0000 mon.smithi005 (mon.0) 356 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2023-07-12T15:12:52.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:52 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:51.211812+0000 mon.smithi005 (mon.0) 357 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-07-12T15:12:52.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:52 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:51.212060+0000 mon.smithi005 (mon.0) 358 : audit [INF] from='osd.3 [v2:172.21.15.5:6826/1390740973,v1:172.21.15.5:6827/1390740973]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-07-12T15:12:52.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:52 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:52.212932+0000 mon.smithi005 (mon.0) 359 : audit [INF] from='osd.3 [v2:172.21.15.5:6826/1390740973,v1:172.21.15.5:6827/1390740973]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]': finished 2023-07-12T15:12:52.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:52 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:52.213024+0000 mon.smithi005 (mon.0) 360 : cluster [DBG] osdmap e26: 4 total, 3 up, 4 in 2023-07-12T15:12:52.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:52 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:52.213198+0000 mon.smithi005 (mon.0) 361 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-07-12T15:12:52.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:52 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:50.770495+0000 mgr.smithi005.fgymhs (mgr.14164) 111 : audit [DBG] from='client.24141 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi107:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:12:52.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:52 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:12:50.772589+0000 mgr.smithi005.fgymhs (mgr.14164) 112 : cephadm [INF] Applying service osd.None on host smithi107... 2023-07-12T15:12:52.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:52 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:51.211453+0000 mon.smithi005 (mon.0) 355 : audit [INF] from='osd.3 [v2:172.21.15.5:6826/1390740973,v1:172.21.15.5:6827/1390740973]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-07-12T15:12:52.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:52 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:51.211506+0000 mon.smithi005 (mon.0) 356 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2023-07-12T15:12:52.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:52 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:51.211812+0000 mon.smithi005 (mon.0) 357 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-07-12T15:12:52.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:52 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:51.212060+0000 mon.smithi005 (mon.0) 358 : audit [INF] from='osd.3 [v2:172.21.15.5:6826/1390740973,v1:172.21.15.5:6827/1390740973]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-07-12T15:12:52.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:52 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:52.212932+0000 mon.smithi005 (mon.0) 359 : audit [INF] from='osd.3 [v2:172.21.15.5:6826/1390740973,v1:172.21.15.5:6827/1390740973]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]': finished 2023-07-12T15:12:52.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:52 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:52.213024+0000 mon.smithi005 (mon.0) 360 : cluster [DBG] osdmap e26: 4 total, 3 up, 4 in 2023-07-12T15:12:52.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:52 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:52.213198+0000 mon.smithi005 (mon.0) 361 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-07-12T15:12:53.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:53 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:51.675160+0000 mgr.smithi005.fgymhs (mgr.14164) 113 : cluster [DBG] pgmap v76: 1 pgs: 1 creating+peering; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-07-12T15:12:53.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:53 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:52.216934+0000 mon.smithi005 (mon.0) 362 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-07-12T15:12:53.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:53 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:52.505634+0000 mon.smithi107 (mon.1) 2 : audit [INF] from='client.? 172.21.15.107:0/3334840020' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6cccec7d-1065-4f67-ac89-4993ca71a547"}]: dispatch 2023-07-12T15:12:53.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:53 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:52.506153+0000 mon.smithi005 (mon.0) 363 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6cccec7d-1065-4f67-ac89-4993ca71a547"}]: dispatch 2023-07-12T15:12:53.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:53 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:52.509950+0000 mon.smithi005 (mon.0) 364 : cluster [INF] osd.3 [v2:172.21.15.5:6826/1390740973,v1:172.21.15.5:6827/1390740973] boot 2023-07-12T15:12:53.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:53 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:52.509989+0000 mon.smithi005 (mon.0) 365 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6cccec7d-1065-4f67-ac89-4993ca71a547"}]': finished 2023-07-12T15:12:53.500 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:53 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:52.510036+0000 mon.smithi005 (mon.0) 366 : cluster [DBG] osdmap e27: 5 total, 4 up, 5 in 2023-07-12T15:12:53.500 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:53 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:52.510298+0000 mon.smithi005 (mon.0) 367 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-07-12T15:12:53.500 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:53 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:52.510504+0000 mon.smithi005 (mon.0) 368 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-07-12T15:12:53.501 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:53 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:52.856966+0000 mon.smithi005 (mon.0) 369 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:53.501 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:53 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:52.859651+0000 mon.smithi005 (mon.0) 370 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:53.501 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:53 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:52.913852+0000 mon.smithi107 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.107:0/460318696' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-07-12T15:12:53.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:53 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:51.675160+0000 mgr.smithi005.fgymhs (mgr.14164) 113 : cluster [DBG] pgmap v76: 1 pgs: 1 creating+peering; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-07-12T15:12:53.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:53 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:52.216934+0000 mon.smithi005 (mon.0) 362 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-07-12T15:12:53.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:53 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:52.505634+0000 mon.smithi107 (mon.1) 2 : audit [INF] from='client.? 172.21.15.107:0/3334840020' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6cccec7d-1065-4f67-ac89-4993ca71a547"}]: dispatch 2023-07-12T15:12:53.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:53 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:52.506153+0000 mon.smithi005 (mon.0) 363 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6cccec7d-1065-4f67-ac89-4993ca71a547"}]: dispatch 2023-07-12T15:12:53.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:53 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:52.509950+0000 mon.smithi005 (mon.0) 364 : cluster [INF] osd.3 [v2:172.21.15.5:6826/1390740973,v1:172.21.15.5:6827/1390740973] boot 2023-07-12T15:12:53.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:53 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:52.509989+0000 mon.smithi005 (mon.0) 365 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6cccec7d-1065-4f67-ac89-4993ca71a547"}]': finished 2023-07-12T15:12:53.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:53 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:52.510036+0000 mon.smithi005 (mon.0) 366 : cluster [DBG] osdmap e27: 5 total, 4 up, 5 in 2023-07-12T15:12:53.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:53 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:52.510298+0000 mon.smithi005 (mon.0) 367 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-07-12T15:12:53.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:53 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:52.510504+0000 mon.smithi005 (mon.0) 368 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-07-12T15:12:53.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:53 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:52.856966+0000 mon.smithi005 (mon.0) 369 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:53.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:53 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:52.859651+0000 mon.smithi005 (mon.0) 370 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:12:53.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:53 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:52.913852+0000 mon.smithi107 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.107:0/460318696' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-07-12T15:12:54.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:54 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:51.442178+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-07-12T15:12:54.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:54 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:51.442276+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-07-12T15:12:54.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:54 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:51.442178+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-07-12T15:12:54.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:54 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:51.442276+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-07-12T15:12:55.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:55 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:53.675577+0000 mgr.smithi005.fgymhs (mgr.14164) 114 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-07-12T15:12:55.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:55 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:54.228096+0000 mon.smithi005 (mon.0) 371 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2023-07-12T15:12:55.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:55 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:54.228421+0000 mon.smithi005 (mon.0) 372 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-07-12T15:12:55.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:55 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:53.675577+0000 mgr.smithi005.fgymhs (mgr.14164) 114 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-07-12T15:12:55.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:55 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:54.228096+0000 mon.smithi005 (mon.0) 371 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2023-07-12T15:12:55.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:55 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:54.228421+0000 mon.smithi005 (mon.0) 372 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-07-12T15:12:57.486 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:57 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:55.676118+0000 mgr.smithi005.fgymhs (mgr.14164) 115 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-07-12T15:12:57.486 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:57 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:57.158279+0000 mon.smithi005 (mon.0) 373 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-07-12T15:12:57.486 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:57 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:57.159200+0000 mon.smithi005 (mon.0) 374 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:12:57.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:55.676118+0000 mgr.smithi005.fgymhs (mgr.14164) 115 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-07-12T15:12:57.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:57.158279+0000 mon.smithi005 (mon.0) 373 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-07-12T15:12:57.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:57.159200+0000 mon.smithi005 (mon.0) 374 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:12:58.456 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:58 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:12:57.159918+0000 mgr.smithi005.fgymhs (mgr.14164) 116 : cephadm [INF] Deploying daemon osd.4 on smithi107 2023-07-12T15:12:58.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:58 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:12:57.159918+0000 mgr.smithi005.fgymhs (mgr.14164) 116 : cephadm [INF] Deploying daemon osd.4 on smithi107 2023-07-12T15:12:59.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:12:59 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:57.676620+0000 mgr.smithi005.fgymhs (mgr.14164) 117 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-07-12T15:12:59.504 INFO:teuthology.orchestra.run.smithi107.stdout:Created osd(s) 4 on host 'smithi107' 2023-07-12T15:12:59.534 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:12:59 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:57.676620+0000 mgr.smithi005.fgymhs (mgr.14164) 117 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-07-12T15:12:59.861 DEBUG:teuthology.orchestra.run.smithi107:osd.4> sudo journalctl -f -n 0 -u ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c@osd.4.service 2023-07-12T15:12:59.863 INFO:tasks.cephadm:Deploying osd.5 on smithi107 with /dev/vg_nvme/lv_3... 2023-07-12T15:12:59.864 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-07-12T15:12:59.898 INFO:journalctl@ceph.osd.4.smithi107.stdout:-- Logs begin at Wed 2023-07-12 14:54:03 UTC. -- 2023-07-12T15:13:00.168 INFO:journalctl@ceph.osd.4.smithi107.stdout:Jul 12 15:12:59 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.4[110269]: debug 2023-07-12T15:12:59.972+0000 7f9ea7655080 -1 Falling back to public interface 2023-07-12T15:13:00.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:00 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:59.493205+0000 mon.smithi005 (mon.0) 375 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:13:00.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:00 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:59.495980+0000 mon.smithi005 (mon.0) 376 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:13:00.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:00 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:12:59.500309+0000 mon.smithi005 (mon.0) 377 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:13:00.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:00 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:59.493205+0000 mon.smithi005 (mon.0) 375 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:13:00.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:00 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:59.495980+0000 mon.smithi005 (mon.0) 376 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:13:00.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:00 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:12:59.500309+0000 mon.smithi005 (mon.0) 377 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:13:01.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:01 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:12:59.676927+0000 mgr.smithi005.fgymhs (mgr.14164) 118 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-07-12T15:13:01.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:01 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:12:59.676927+0000 mgr.smithi005.fgymhs (mgr.14164) 118 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-07-12T15:13:01.505 INFO:teuthology.orchestra.run.smithi107.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-07-12T15:13:01.506 INFO:teuthology.orchestra.run.smithi107.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-07-12T15:13:01.506 INFO:teuthology.orchestra.run.smithi107.stderr: stderr: 10+0 records in 2023-07-12T15:13:01.506 INFO:teuthology.orchestra.run.smithi107.stderr:10+0 records out 2023-07-12T15:13:01.506 INFO:teuthology.orchestra.run.smithi107.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0140549 s, 746 MB/s 2023-07-12T15:13:01.506 INFO:teuthology.orchestra.run.smithi107.stderr:--> Zapping successful for: 2023-07-12T15:13:01.959 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph orch daemon add osd smithi107:vg_nvme/lv_3 2023-07-12T15:13:02.497 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:02 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:01.366163+0000 mon.smithi005 (mon.0) 378 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:13:02.497 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:02 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:02.286726+0000 mon.smithi005 (mon.0) 379 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:13:02.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:02 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:01.366163+0000 mon.smithi005 (mon.0) 378 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:13:02.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:02 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:02.286726+0000 mon.smithi005 (mon.0) 379 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:13:02.918 INFO:journalctl@ceph.osd.4.smithi107.stdout:Jul 12 15:13:02 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.4[110269]: debug 2023-07-12T15:13:02.733+0000 7f9ea7655080 -1 osd.4 0 log_to_monitors {default=true} 2023-07-12T15:13:03.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:03 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:01.677217+0000 mgr.smithi005.fgymhs (mgr.14164) 119 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-07-12T15:13:03.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:03 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:02.739155+0000 mon.smithi107 (mon.1) 4 : audit [INF] from='osd.4 [v2:172.21.15.107:6800/2855372778,v1:172.21.15.107:6801/2855372778]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-07-12T15:13:03.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:03 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:02.739567+0000 mon.smithi005 (mon.0) 380 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-07-12T15:13:03.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:03 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:01.677217+0000 mgr.smithi005.fgymhs (mgr.14164) 119 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-07-12T15:13:03.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:03 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:02.739155+0000 mon.smithi107 (mon.1) 4 : audit [INF] from='osd.4 [v2:172.21.15.107:6800/2855372778,v1:172.21.15.107:6801/2855372778]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-07-12T15:13:03.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:03 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:02.739567+0000 mon.smithi005 (mon.0) 380 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-07-12T15:13:04.628 INFO:journalctl@ceph.osd.4.smithi107.stdout:Jul 12 15:13:04 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.4[110269]: debug 2023-07-12T15:13:04.380+0000 7f9e9dbc6700 -1 osd.4 0 waiting for initial osdmap 2023-07-12T15:13:04.628 INFO:journalctl@ceph.osd.4.smithi107.stdout:Jul 12 15:13:04 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.4[110269]: debug 2023-07-12T15:13:04.384+0000 7f9e9733c700 -1 osd.4 30 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2023-07-12T15:13:04.629 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:04 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:03.375323+0000 mon.smithi005 (mon.0) 381 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-07-12T15:13:04.629 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:04 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:03.375383+0000 mon.smithi005 (mon.0) 382 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2023-07-12T15:13:04.629 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:04 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:03.375562+0000 mon.smithi005 (mon.0) 383 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-07-12T15:13:04.629 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:04 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:03.375941+0000 mon.smithi107 (mon.1) 5 : audit [INF] from='osd.4 [v2:172.21.15.107:6800/2855372778,v1:172.21.15.107:6801/2855372778]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2023-07-12T15:13:04.629 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:04 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:03.376310+0000 mon.smithi005 (mon.0) 384 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2023-07-12T15:13:04.630 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:04 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:03.689518+0000 mon.smithi005 (mon.0) 385 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-07-12T15:13:04.630 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:04 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:03.691325+0000 mon.smithi005 (mon.0) 386 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-07-12T15:13:04.630 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:04 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:03.692228+0000 mon.smithi005 (mon.0) 387 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:13:04.630 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:04 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:04.100547+0000 mon.smithi005 (mon.0) 388 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:13:04.630 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:04 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:04.104027+0000 mon.smithi005 (mon.0) 389 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:13:04.630 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:04 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:04.107181+0000 mon.smithi005 (mon.0) 390 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:13:04.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:04 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:03.375323+0000 mon.smithi005 (mon.0) 381 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-07-12T15:13:04.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:04 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:03.375383+0000 mon.smithi005 (mon.0) 382 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2023-07-12T15:13:04.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:04 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:03.375562+0000 mon.smithi005 (mon.0) 383 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-07-12T15:13:04.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:04 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:03.375941+0000 mon.smithi107 (mon.1) 5 : audit [INF] from='osd.4 [v2:172.21.15.107:6800/2855372778,v1:172.21.15.107:6801/2855372778]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2023-07-12T15:13:04.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:04 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:03.376310+0000 mon.smithi005 (mon.0) 384 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2023-07-12T15:13:04.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:04 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:03.689518+0000 mon.smithi005 (mon.0) 385 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-07-12T15:13:04.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:04 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:03.691325+0000 mon.smithi005 (mon.0) 386 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-07-12T15:13:04.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:04 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:03.692228+0000 mon.smithi005 (mon.0) 387 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:13:04.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:04 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:04.100547+0000 mon.smithi005 (mon.0) 388 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:13:04.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:04 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:04.104027+0000 mon.smithi005 (mon.0) 389 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:13:04.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:04 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:04.107181+0000 mon.smithi005 (mon.0) 390 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:13:05.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:05 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:03.677596+0000 mgr.smithi005.fgymhs (mgr.14164) 120 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-07-12T15:13:05.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:05 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:03.688633+0000 mgr.smithi005.fgymhs (mgr.14164) 121 : audit [DBG] from='client.24159 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi107:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:13:05.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:05 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:13:03.690993+0000 mgr.smithi005.fgymhs (mgr.14164) 122 : cephadm [INF] Applying service osd.None on host smithi107... 2023-07-12T15:13:05.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:05 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:13:04.095919+0000 mgr.smithi005.fgymhs (mgr.14164) 123 : cephadm [INF] Detected new or changed devices on smithi107 2023-07-12T15:13:05.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:05 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:04.377030+0000 mon.smithi005 (mon.0) 391 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]': finished 2023-07-12T15:13:05.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:05 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:04.377121+0000 mon.smithi005 (mon.0) 392 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2023-07-12T15:13:05.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:05 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:04.377519+0000 mon.smithi005 (mon.0) 393 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-07-12T15:13:05.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:05 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:04.381553+0000 mon.smithi005 (mon.0) 394 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-07-12T15:13:05.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:05 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:05.303217+0000 mon.smithi107 (mon.1) 6 : audit [INF] from='client.? 172.21.15.107:0/1155069751' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "73cb62c0-1d18-4a46-9393-378a99df916f"}]: dispatch 2023-07-12T15:13:05.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:05 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:05.303779+0000 mon.smithi005 (mon.0) 395 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "73cb62c0-1d18-4a46-9393-378a99df916f"}]: dispatch 2023-07-12T15:13:05.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:05 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:05.307807+0000 mon.smithi005 (mon.0) 396 : cluster [INF] osd.4 [v2:172.21.15.107:6800/2855372778,v1:172.21.15.107:6801/2855372778] boot 2023-07-12T15:13:05.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:05 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:05.307867+0000 mon.smithi005 (mon.0) 397 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "73cb62c0-1d18-4a46-9393-378a99df916f"}]': finished 2023-07-12T15:13:05.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:05 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:05.307912+0000 mon.smithi005 (mon.0) 398 : cluster [DBG] osdmap e31: 6 total, 5 up, 6 in 2023-07-12T15:13:05.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:05 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:05.308007+0000 mon.smithi005 (mon.0) 399 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-07-12T15:13:05.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:05 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:05.308365+0000 mon.smithi005 (mon.0) 400 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-07-12T15:13:05.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:03.677596+0000 mgr.smithi005.fgymhs (mgr.14164) 120 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-07-12T15:13:05.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:03.688633+0000 mgr.smithi005.fgymhs (mgr.14164) 121 : audit [DBG] from='client.24159 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi107:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:13:05.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:13:03.690993+0000 mgr.smithi005.fgymhs (mgr.14164) 122 : cephadm [INF] Applying service osd.None on host smithi107... 2023-07-12T15:13:05.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:13:04.095919+0000 mgr.smithi005.fgymhs (mgr.14164) 123 : cephadm [INF] Detected new or changed devices on smithi107 2023-07-12T15:13:05.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:04.377030+0000 mon.smithi005 (mon.0) 391 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]': finished 2023-07-12T15:13:05.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:04.377121+0000 mon.smithi005 (mon.0) 392 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2023-07-12T15:13:05.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:04.377519+0000 mon.smithi005 (mon.0) 393 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-07-12T15:13:05.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:04.381553+0000 mon.smithi005 (mon.0) 394 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-07-12T15:13:05.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:05.303217+0000 mon.smithi107 (mon.1) 6 : audit [INF] from='client.? 172.21.15.107:0/1155069751' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "73cb62c0-1d18-4a46-9393-378a99df916f"}]: dispatch 2023-07-12T15:13:05.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:05.303779+0000 mon.smithi005 (mon.0) 395 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "73cb62c0-1d18-4a46-9393-378a99df916f"}]: dispatch 2023-07-12T15:13:05.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:05.307807+0000 mon.smithi005 (mon.0) 396 : cluster [INF] osd.4 [v2:172.21.15.107:6800/2855372778,v1:172.21.15.107:6801/2855372778] boot 2023-07-12T15:13:05.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:05.307867+0000 mon.smithi005 (mon.0) 397 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "73cb62c0-1d18-4a46-9393-378a99df916f"}]': finished 2023-07-12T15:13:05.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:05.307912+0000 mon.smithi005 (mon.0) 398 : cluster [DBG] osdmap e31: 6 total, 5 up, 6 in 2023-07-12T15:13:05.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:05.308007+0000 mon.smithi005 (mon.0) 399 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-07-12T15:13:05.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:05.308365+0000 mon.smithi005 (mon.0) 400 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-07-12T15:13:06.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:06 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:03.752240+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-07-12T15:13:06.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:06 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:03.752332+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-07-12T15:13:06.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:06 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:05.711768+0000 mon.smithi107 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.107:0/4132499676' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-07-12T15:13:06.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:06 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:06.309466+0000 mon.smithi005 (mon.0) 401 : cluster [DBG] osdmap e32: 6 total, 5 up, 6 in 2023-07-12T15:13:06.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:06 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:06.310149+0000 mon.smithi005 (mon.0) 402 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-07-12T15:13:06.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:06 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:03.752240+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-07-12T15:13:06.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:06 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:03.752332+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-07-12T15:13:06.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:06 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:05.711768+0000 mon.smithi107 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.107:0/4132499676' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-07-12T15:13:06.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:06 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:06.309466+0000 mon.smithi005 (mon.0) 401 : cluster [DBG] osdmap e32: 6 total, 5 up, 6 in 2023-07-12T15:13:06.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:06 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:06.310149+0000 mon.smithi005 (mon.0) 402 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-07-12T15:13:07.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:07 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:05.677877+0000 mgr.smithi005.fgymhs (mgr.14164) 124 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-07-12T15:13:07.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:07 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:06.904648+0000 mon.smithi005 (mon.0) 403 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:13:07.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:07 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:06.907365+0000 mon.smithi005 (mon.0) 404 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:13:07.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:07 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:07.310878+0000 mon.smithi005 (mon.0) 405 : cluster [DBG] osdmap e33: 6 total, 5 up, 6 in 2023-07-12T15:13:07.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:07 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:07.310994+0000 mon.smithi005 (mon.0) 406 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-07-12T15:13:07.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:07 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:05.677877+0000 mgr.smithi005.fgymhs (mgr.14164) 124 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-07-12T15:13:07.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:07 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:06.904648+0000 mon.smithi005 (mon.0) 403 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:13:07.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:07 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:06.907365+0000 mon.smithi005 (mon.0) 404 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:13:07.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:07 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:07.310878+0000 mon.smithi005 (mon.0) 405 : cluster [DBG] osdmap e33: 6 total, 5 up, 6 in 2023-07-12T15:13:07.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:07 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:07.310994+0000 mon.smithi005 (mon.0) 406 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-07-12T15:13:09.612 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:09 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:07.678219+0000 mgr.smithi005.fgymhs (mgr.14164) 125 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-07-12T15:13:09.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:09 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:07.678219+0000 mgr.smithi005.fgymhs (mgr.14164) 125 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-07-12T15:13:10.644 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:10 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:10.007902+0000 mon.smithi005 (mon.0) 407 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-07-12T15:13:10.645 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:10 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:10.008833+0000 mon.smithi005 (mon.0) 408 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:13:10.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:10 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:10.007902+0000 mon.smithi005 (mon.0) 407 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-07-12T15:13:10.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:10 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:10.008833+0000 mon.smithi005 (mon.0) 408 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:13:11.643 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:09.678883+0000 mgr.smithi005.fgymhs (mgr.14164) 126 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-07-12T15:13:11.644 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:13:10.009571+0000 mgr.smithi005.fgymhs (mgr.14164) 127 : cephadm [INF] Deploying daemon osd.5 on smithi107 2023-07-12T15:13:11.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:09.678883+0000 mgr.smithi005.fgymhs (mgr.14164) 126 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-07-12T15:13:11.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:13:10.009571+0000 mgr.smithi005.fgymhs (mgr.14164) 127 : cephadm [INF] Deploying daemon osd.5 on smithi107 2023-07-12T15:13:12.560 INFO:teuthology.orchestra.run.smithi107.stdout:Created osd(s) 5 on host 'smithi107' 2023-07-12T15:13:12.901 DEBUG:teuthology.orchestra.run.smithi107:osd.5> sudo journalctl -f -n 0 -u ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c@osd.5.service 2023-07-12T15:13:12.903 INFO:tasks.cephadm:Deploying osd.6 on smithi107 with /dev/vg_nvme/lv_2... 2023-07-12T15:13:12.903 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-07-12T15:13:12.935 INFO:journalctl@ceph.osd.5.smithi107.stdout:-- Logs begin at Wed 2023-07-12 14:54:03 UTC. -- 2023-07-12T15:13:13.029 INFO:journalctl@ceph.osd.5.smithi107.stdout:Jul 12 15:13:13 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.5[113122]: debug 2023-07-12T15:13:13.026+0000 7fe85da2c080 -1 Falling back to public interface 2023-07-12T15:13:13.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:13 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:11.679356+0000 mgr.smithi005.fgymhs (mgr.14164) 128 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-07-12T15:13:13.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:13 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:12.548147+0000 mon.smithi005 (mon.0) 409 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:13:13.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:13 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:12.552532+0000 mon.smithi005 (mon.0) 410 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:13:13.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:13 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:12.557073+0000 mon.smithi005 (mon.0) 411 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:13:13.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:13 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:11.679356+0000 mgr.smithi005.fgymhs (mgr.14164) 128 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-07-12T15:13:13.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:13 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:12.548147+0000 mon.smithi005 (mon.0) 409 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:13:13.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:13 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:12.552532+0000 mon.smithi005 (mon.0) 410 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:13:13.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:13 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:12.557073+0000 mon.smithi005 (mon.0) 411 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:13:14.836 INFO:teuthology.orchestra.run.smithi107.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-07-12T15:13:14.836 INFO:teuthology.orchestra.run.smithi107.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-07-12T15:13:14.837 INFO:teuthology.orchestra.run.smithi107.stderr: stderr: 10+0 records in 2023-07-12T15:13:14.837 INFO:teuthology.orchestra.run.smithi107.stderr:10+0 records out 2023-07-12T15:13:14.837 INFO:teuthology.orchestra.run.smithi107.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0131377 s, 798 MB/s 2023-07-12T15:13:14.837 INFO:teuthology.orchestra.run.smithi107.stderr:--> Zapping successful for: 2023-07-12T15:13:15.364 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph orch daemon add osd smithi107:vg_nvme/lv_2 2023-07-12T15:13:15.660 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:15 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:13.679896+0000 mgr.smithi005.fgymhs (mgr.14164) 129 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-07-12T15:13:15.660 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:15 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:14.458383+0000 mon.smithi005 (mon.0) 412 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:13:15.661 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:15 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:15.236471+0000 mon.smithi005 (mon.0) 413 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:13:15.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:15 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:13.679896+0000 mgr.smithi005.fgymhs (mgr.14164) 129 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-07-12T15:13:15.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:15 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:14.458383+0000 mon.smithi005 (mon.0) 412 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:13:15.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:15 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:15.236471+0000 mon.smithi005 (mon.0) 413 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:13:15.918 INFO:journalctl@ceph.osd.5.smithi107.stdout:Jul 12 15:13:15 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.5[113122]: debug 2023-07-12T15:13:15.758+0000 7fe85da2c080 -1 osd.5 0 log_to_monitors {default=true} 2023-07-12T15:13:16.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:16 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:15.762345+0000 mon.smithi107 (mon.1) 8 : audit [INF] from='osd.5 [v2:172.21.15.107:6808/670668954,v1:172.21.15.107:6809/670668954]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-07-12T15:13:16.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:16 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:15.762680+0000 mon.smithi005 (mon.0) 414 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-07-12T15:13:16.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:16 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:15.762345+0000 mon.smithi107 (mon.1) 8 : audit [INF] from='osd.5 [v2:172.21.15.107:6808/670668954,v1:172.21.15.107:6809/670668954]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-07-12T15:13:16.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:16 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:15.762680+0000 mon.smithi005 (mon.0) 414 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-07-12T15:13:17.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:17 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:15.680398+0000 mgr.smithi005.fgymhs (mgr.14164) 130 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-07-12T15:13:17.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:17 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:16.465242+0000 mon.smithi005 (mon.0) 415 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-07-12T15:13:17.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:17 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:16.465314+0000 mon.smithi005 (mon.0) 416 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2023-07-12T15:13:17.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:17 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:16.465492+0000 mon.smithi005 (mon.0) 417 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-07-12T15:13:17.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:17 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:16.465833+0000 mon.smithi107 (mon.1) 9 : audit [INF] from='osd.5 [v2:172.21.15.107:6808/670668954,v1:172.21.15.107:6809/670668954]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2023-07-12T15:13:17.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:17 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:16.466205+0000 mon.smithi005 (mon.0) 418 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2023-07-12T15:13:17.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:17 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:16.882310+0000 mon.smithi005 (mon.0) 419 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-07-12T15:13:17.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:17 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:16.884288+0000 mon.smithi005 (mon.0) 420 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-07-12T15:13:17.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:17 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:16.885267+0000 mon.smithi005 (mon.0) 421 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:13:17.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:17 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:17.261866+0000 mon.smithi005 (mon.0) 422 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:13:17.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:17 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:17.265464+0000 mon.smithi005 (mon.0) 423 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:13:17.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:17 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:17.268569+0000 mon.smithi005 (mon.0) 424 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:13:17.834 INFO:journalctl@ceph.osd.5.smithi107.stdout:Jul 12 15:13:17 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.5[113122]: debug 2023-07-12T15:13:17.472+0000 7fe853f9d700 -1 osd.5 0 waiting for initial osdmap 2023-07-12T15:13:17.835 INFO:journalctl@ceph.osd.5.smithi107.stdout:Jul 12 15:13:17 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.5[113122]: debug 2023-07-12T15:13:17.477+0000 7fe84e715700 -1 osd.5 35 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2023-07-12T15:13:17.835 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:17 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:15.680398+0000 mgr.smithi005.fgymhs (mgr.14164) 130 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-07-12T15:13:17.836 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:17 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:16.465242+0000 mon.smithi005 (mon.0) 415 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-07-12T15:13:17.836 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:17 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:16.465314+0000 mon.smithi005 (mon.0) 416 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2023-07-12T15:13:17.836 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:17 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:16.465492+0000 mon.smithi005 (mon.0) 417 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-07-12T15:13:17.836 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:17 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:16.465833+0000 mon.smithi107 (mon.1) 9 : audit [INF] from='osd.5 [v2:172.21.15.107:6808/670668954,v1:172.21.15.107:6809/670668954]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2023-07-12T15:13:17.837 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:17 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:16.466205+0000 mon.smithi005 (mon.0) 418 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2023-07-12T15:13:17.837 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:17 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:16.882310+0000 mon.smithi005 (mon.0) 419 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-07-12T15:13:17.837 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:17 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:16.884288+0000 mon.smithi005 (mon.0) 420 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-07-12T15:13:17.838 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:17 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:16.885267+0000 mon.smithi005 (mon.0) 421 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:13:17.838 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:17 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:17.261866+0000 mon.smithi005 (mon.0) 422 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:13:17.838 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:17 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:17.265464+0000 mon.smithi005 (mon.0) 423 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:13:17.839 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:17 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:17.268569+0000 mon.smithi005 (mon.0) 424 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:13:18.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:16.881446+0000 mgr.smithi005.fgymhs (mgr.14164) 131 : audit [DBG] from='client.24177 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi107:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:13:18.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:13:16.883923+0000 mgr.smithi005.fgymhs (mgr.14164) 132 : cephadm [INF] Applying service osd.None on host smithi107... 2023-07-12T15:13:18.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:13:17.256424+0000 mgr.smithi005.fgymhs (mgr.14164) 133 : cephadm [INF] Detected new or changed devices on smithi107 2023-07-12T15:13:18.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:17.466894+0000 mon.smithi005 (mon.0) 425 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]': finished 2023-07-12T15:13:18.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:17.466968+0000 mon.smithi005 (mon.0) 426 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2023-07-12T15:13:18.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:17.467278+0000 mon.smithi005 (mon.0) 427 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-07-12T15:13:18.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:17.472152+0000 mon.smithi005 (mon.0) 428 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-07-12T15:13:18.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:17.997821+0000 mon.smithi005 (mon.0) 429 : cluster [INF] osd.5 [v2:172.21.15.107:6808/670668954,v1:172.21.15.107:6809/670668954] boot 2023-07-12T15:13:18.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:17.997858+0000 mon.smithi005 (mon.0) 430 : cluster [DBG] osdmap e36: 6 total, 6 up, 6 in 2023-07-12T15:13:18.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:17.998120+0000 mon.smithi005 (mon.0) 431 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-07-12T15:13:18.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:16.881446+0000 mgr.smithi005.fgymhs (mgr.14164) 131 : audit [DBG] from='client.24177 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi107:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:13:18.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:13:16.883923+0000 mgr.smithi005.fgymhs (mgr.14164) 132 : cephadm [INF] Applying service osd.None on host smithi107... 2023-07-12T15:13:18.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:13:17.256424+0000 mgr.smithi005.fgymhs (mgr.14164) 133 : cephadm [INF] Detected new or changed devices on smithi107 2023-07-12T15:13:18.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:17.466894+0000 mon.smithi005 (mon.0) 425 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]': finished 2023-07-12T15:13:18.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:17.466968+0000 mon.smithi005 (mon.0) 426 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2023-07-12T15:13:18.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:17.467278+0000 mon.smithi005 (mon.0) 427 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-07-12T15:13:18.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:17.472152+0000 mon.smithi005 (mon.0) 428 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-07-12T15:13:18.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:17.997821+0000 mon.smithi005 (mon.0) 429 : cluster [INF] osd.5 [v2:172.21.15.107:6808/670668954,v1:172.21.15.107:6809/670668954] boot 2023-07-12T15:13:18.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:17.997858+0000 mon.smithi005 (mon.0) 430 : cluster [DBG] osdmap e36: 6 total, 6 up, 6 in 2023-07-12T15:13:18.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:17.998120+0000 mon.smithi005 (mon.0) 431 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-07-12T15:13:19.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:19 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:16.716521+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-07-12T15:13:19.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:19 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:16.716616+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-07-12T15:13:19.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:19 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:17.680712+0000 mgr.smithi005.fgymhs (mgr.14164) 134 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-07-12T15:13:19.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:19 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:18.525927+0000 mon.smithi107 (mon.1) 10 : audit [INF] from='client.? 172.21.15.107:0/3794668817' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "606dd595-4fc7-4b29-b793-bfd62502f1b4"}]: dispatch 2023-07-12T15:13:19.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:19 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:18.526485+0000 mon.smithi005 (mon.0) 432 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "606dd595-4fc7-4b29-b793-bfd62502f1b4"}]: dispatch 2023-07-12T15:13:19.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:19 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:18.530307+0000 mon.smithi005 (mon.0) 433 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "606dd595-4fc7-4b29-b793-bfd62502f1b4"}]': finished 2023-07-12T15:13:19.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:19 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:18.530394+0000 mon.smithi005 (mon.0) 434 : cluster [DBG] osdmap e37: 7 total, 6 up, 7 in 2023-07-12T15:13:19.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:19 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:18.530510+0000 mon.smithi005 (mon.0) 435 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-07-12T15:13:19.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:19 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:18.942687+0000 mon.smithi107 (mon.1) 11 : audit [DBG] from='client.? 172.21.15.107:0/1311851622' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-07-12T15:13:19.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:19 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:16.716521+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-07-12T15:13:19.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:19 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:16.716616+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-07-12T15:13:19.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:19 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:17.680712+0000 mgr.smithi005.fgymhs (mgr.14164) 134 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-07-12T15:13:19.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:19 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:18.525927+0000 mon.smithi107 (mon.1) 10 : audit [INF] from='client.? 172.21.15.107:0/3794668817' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "606dd595-4fc7-4b29-b793-bfd62502f1b4"}]: dispatch 2023-07-12T15:13:19.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:19 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:18.526485+0000 mon.smithi005 (mon.0) 432 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "606dd595-4fc7-4b29-b793-bfd62502f1b4"}]: dispatch 2023-07-12T15:13:19.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:19 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:18.530307+0000 mon.smithi005 (mon.0) 433 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "606dd595-4fc7-4b29-b793-bfd62502f1b4"}]': finished 2023-07-12T15:13:19.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:19 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:18.530394+0000 mon.smithi005 (mon.0) 434 : cluster [DBG] osdmap e37: 7 total, 6 up, 7 in 2023-07-12T15:13:19.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:19 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:18.530510+0000 mon.smithi005 (mon.0) 435 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-07-12T15:13:19.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:19 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:18.942687+0000 mon.smithi107 (mon.1) 11 : audit [DBG] from='client.? 172.21.15.107:0/1311851622' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-07-12T15:13:20.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:20 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:19.531791+0000 mon.smithi005 (mon.0) 436 : cluster [DBG] osdmap e38: 7 total, 6 up, 7 in 2023-07-12T15:13:20.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:20 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:19.531894+0000 mon.smithi005 (mon.0) 437 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-07-12T15:13:20.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:20 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:19.681046+0000 mgr.smithi005.fgymhs (mgr.14164) 135 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-07-12T15:13:20.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:20 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:20.097042+0000 mon.smithi005 (mon.0) 438 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:13:20.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:20 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:20.099843+0000 mon.smithi005 (mon.0) 439 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:13:20.997 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:20 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:19.531791+0000 mon.smithi005 (mon.0) 436 : cluster [DBG] osdmap e38: 7 total, 6 up, 7 in 2023-07-12T15:13:20.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:20 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:19.531894+0000 mon.smithi005 (mon.0) 437 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-07-12T15:13:20.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:20 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:19.681046+0000 mgr.smithi005.fgymhs (mgr.14164) 135 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-07-12T15:13:20.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:20 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:20.097042+0000 mon.smithi005 (mon.0) 438 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:13:20.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:20 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:20.099843+0000 mon.smithi005 (mon.0) 439 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:13:22.997 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:22 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:21.681699+0000 mgr.smithi005.fgymhs (mgr.14164) 136 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-07-12T15:13:23.042 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:22 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:21.681699+0000 mgr.smithi005.fgymhs (mgr.14164) 136 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-07-12T15:13:24.241 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:24 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:23.204661+0000 mon.smithi005 (mon.0) 440 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-07-12T15:13:24.242 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:24 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:23.205672+0000 mon.smithi005 (mon.0) 441 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:13:24.242 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:24 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:13:23.206449+0000 mgr.smithi005.fgymhs (mgr.14164) 137 : cephadm [INF] Deploying daemon osd.6 on smithi107 2023-07-12T15:13:24.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:24 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:23.204661+0000 mon.smithi005 (mon.0) 440 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-07-12T15:13:24.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:24 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:23.205672+0000 mon.smithi005 (mon.0) 441 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:13:24.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:24 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:13:23.206449+0000 mgr.smithi005.fgymhs (mgr.14164) 137 : cephadm [INF] Deploying daemon osd.6 on smithi107 2023-07-12T15:13:25.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:25 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:23.682191+0000 mgr.smithi005.fgymhs (mgr.14164) 138 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-07-12T15:13:25.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:25 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:23.682191+0000 mgr.smithi005.fgymhs (mgr.14164) 138 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-07-12T15:13:25.658 INFO:teuthology.orchestra.run.smithi107.stdout:Created osd(s) 6 on host 'smithi107' 2023-07-12T15:13:25.978 DEBUG:teuthology.orchestra.run.smithi107:osd.6> sudo journalctl -f -n 0 -u ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c@osd.6.service 2023-07-12T15:13:25.980 INFO:tasks.cephadm:Deploying osd.7 on smithi107 with /dev/vg_nvme/lv_1... 2023-07-12T15:13:25.980 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-07-12T15:13:26.012 INFO:journalctl@ceph.osd.6.smithi107.stdout:-- Logs begin at Wed 2023-07-12 14:54:03 UTC. -- 2023-07-12T15:13:26.116 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:26 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:25.644897+0000 mon.smithi005 (mon.0) 442 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:13:26.116 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:26 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:25.649614+0000 mon.smithi005 (mon.0) 443 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:13:26.116 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:26 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:25.655172+0000 mon.smithi005 (mon.0) 444 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:13:26.417 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:13:26 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.6[115983]: debug 2023-07-12T15:13:26.114+0000 7f3b7591b080 -1 Falling back to public interface 2023-07-12T15:13:26.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:26 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:25.644897+0000 mon.smithi005 (mon.0) 442 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:13:26.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:26 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:25.649614+0000 mon.smithi005 (mon.0) 443 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:13:26.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:26 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:25.655172+0000 mon.smithi005 (mon.0) 444 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:13:27.098 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:27 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:25.682527+0000 mgr.smithi005.fgymhs (mgr.14164) 139 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-07-12T15:13:27.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:27 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:25.682527+0000 mgr.smithi005.fgymhs (mgr.14164) 139 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-07-12T15:13:27.591 INFO:teuthology.orchestra.run.smithi107.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-07-12T15:13:27.592 INFO:teuthology.orchestra.run.smithi107.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-07-12T15:13:27.592 INFO:teuthology.orchestra.run.smithi107.stderr: stderr: 10+0 records in 2023-07-12T15:13:27.592 INFO:teuthology.orchestra.run.smithi107.stderr:10+0 records out 2023-07-12T15:13:27.592 INFO:teuthology.orchestra.run.smithi107.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0154087 s, 681 MB/s 2023-07-12T15:13:27.592 INFO:teuthology.orchestra.run.smithi107.stderr:--> Zapping successful for: 2023-07-12T15:13:27.964 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph orch daemon add osd smithi107:vg_nvme/lv_1 2023-07-12T15:13:28.581 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:28 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:27.522918+0000 mon.smithi005 (mon.0) 445 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:13:28.581 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:28 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:27.682795+0000 mgr.smithi005.fgymhs (mgr.14164) 140 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-07-12T15:13:28.581 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:28 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:28.260400+0000 mon.smithi005 (mon.0) 446 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:13:28.885 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:13:28 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.6[115983]: debug 2023-07-12T15:13:28.817+0000 7f3b7591b080 -1 osd.6 0 log_to_monitors {default=true} 2023-07-12T15:13:28.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:28 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:27.522918+0000 mon.smithi005 (mon.0) 445 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:13:28.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:28 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:27.682795+0000 mgr.smithi005.fgymhs (mgr.14164) 140 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-07-12T15:13:28.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:28 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:28.260400+0000 mon.smithi005 (mon.0) 446 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:13:29.829 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:29 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:28.822184+0000 mon.smithi107 (mon.1) 12 : audit [INF] from='osd.6 [v2:172.21.15.107:6816/3862734582,v1:172.21.15.107:6817/3862734582]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-07-12T15:13:29.830 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:29 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:28.822510+0000 mon.smithi005 (mon.0) 447 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-07-12T15:13:29.830 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:29 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:29.516420+0000 mon.smithi005 (mon.0) 448 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-07-12T15:13:29.830 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:29 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:29.518168+0000 mon.smithi005 (mon.0) 449 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-07-12T15:13:29.830 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:29 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:29.519092+0000 mon.smithi005 (mon.0) 450 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:13:29.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:29 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:28.822184+0000 mon.smithi107 (mon.1) 12 : audit [INF] from='osd.6 [v2:172.21.15.107:6816/3862734582,v1:172.21.15.107:6817/3862734582]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-07-12T15:13:29.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:29 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:28.822510+0000 mon.smithi005 (mon.0) 447 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-07-12T15:13:29.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:29 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:29.516420+0000 mon.smithi005 (mon.0) 448 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-07-12T15:13:29.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:29 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:29.518168+0000 mon.smithi005 (mon.0) 449 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-07-12T15:13:29.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:29 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:29.519092+0000 mon.smithi005 (mon.0) 450 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:13:30.808 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:13:30 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.6[115983]: debug 2023-07-12T15:13:30.537+0000 7f3b6be8c700 -1 osd.6 0 waiting for initial osdmap 2023-07-12T15:13:30.808 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:13:30 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.6[115983]: debug 2023-07-12T15:13:30.543+0000 7f3b67606700 -1 osd.6 40 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2023-07-12T15:13:30.808 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:30 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:29.515501+0000 mgr.smithi005.fgymhs (mgr.14164) 141 : audit [DBG] from='client.24195 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi107:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:13:30.808 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:30 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:13:29.517858+0000 mgr.smithi005.fgymhs (mgr.14164) 142 : cephadm [INF] Applying service osd.None on host smithi107... 2023-07-12T15:13:30.809 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:30 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:29.531564+0000 mon.smithi005 (mon.0) 451 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-07-12T15:13:30.809 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:30 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:29.531620+0000 mon.smithi005 (mon.0) 452 : cluster [DBG] osdmap e39: 7 total, 6 up, 7 in 2023-07-12T15:13:30.809 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:30 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:29.531727+0000 mon.smithi005 (mon.0) 453 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-07-12T15:13:30.809 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:30 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:29.532235+0000 mon.smithi107 (mon.1) 13 : audit [INF] from='osd.6 [v2:172.21.15.107:6816/3862734582,v1:172.21.15.107:6817/3862734582]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2023-07-12T15:13:30.809 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:30 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:29.532566+0000 mon.smithi005 (mon.0) 454 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2023-07-12T15:13:30.809 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:30 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:29.683229+0000 mgr.smithi005.fgymhs (mgr.14164) 143 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-07-12T15:13:30.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:30 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:29.515501+0000 mgr.smithi005.fgymhs (mgr.14164) 141 : audit [DBG] from='client.24195 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi107:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:13:30.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:30 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:13:29.517858+0000 mgr.smithi005.fgymhs (mgr.14164) 142 : cephadm [INF] Applying service osd.None on host smithi107... 2023-07-12T15:13:30.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:30 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:29.531564+0000 mon.smithi005 (mon.0) 451 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-07-12T15:13:30.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:30 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:29.531620+0000 mon.smithi005 (mon.0) 452 : cluster [DBG] osdmap e39: 7 total, 6 up, 7 in 2023-07-12T15:13:30.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:30 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:29.531727+0000 mon.smithi005 (mon.0) 453 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-07-12T15:13:30.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:30 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:29.532235+0000 mon.smithi107 (mon.1) 13 : audit [INF] from='osd.6 [v2:172.21.15.107:6816/3862734582,v1:172.21.15.107:6817/3862734582]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2023-07-12T15:13:30.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:30 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:29.532566+0000 mon.smithi005 (mon.0) 454 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2023-07-12T15:13:30.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:30 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:29.683229+0000 mgr.smithi005.fgymhs (mgr.14164) 143 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-07-12T15:13:31.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:31 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:30.534292+0000 mon.smithi005 (mon.0) 455 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]': finished 2023-07-12T15:13:31.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:31 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:30.534415+0000 mon.smithi005 (mon.0) 456 : cluster [DBG] osdmap e40: 7 total, 6 up, 7 in 2023-07-12T15:13:31.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:31 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:30.534823+0000 mon.smithi005 (mon.0) 457 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-07-12T15:13:31.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:31 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:30.539101+0000 mon.smithi005 (mon.0) 458 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-07-12T15:13:31.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:31 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:13:30.921949+0000 mgr.smithi005.fgymhs (mgr.14164) 144 : cephadm [INF] Detected new or changed devices on smithi107 2023-07-12T15:13:31.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:31 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:30.926974+0000 mon.smithi005 (mon.0) 459 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:13:31.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:31 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:30.930710+0000 mon.smithi005 (mon.0) 460 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:13:31.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:31 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:30.933822+0000 mon.smithi005 (mon.0) 461 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:13:31.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:31 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:30.937903+0000 mon.smithi005 (mon.0) 462 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:13:31.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:31 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:31.476999+0000 mon.smithi107 (mon.1) 14 : audit [INF] from='client.? 172.21.15.107:0/4262938438' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7bfa4d53-c706-4eb3-8053-7f1c0fffe4e2"}]: dispatch 2023-07-12T15:13:31.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:31 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:31.477551+0000 mon.smithi005 (mon.0) 463 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7bfa4d53-c706-4eb3-8053-7f1c0fffe4e2"}]: dispatch 2023-07-12T15:13:31.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:31 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:31.482344+0000 mon.smithi005 (mon.0) 464 : cluster [INF] osd.6 [v2:172.21.15.107:6816/3862734582,v1:172.21.15.107:6817/3862734582] boot 2023-07-12T15:13:31.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:31 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:31.482411+0000 mon.smithi005 (mon.0) 465 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7bfa4d53-c706-4eb3-8053-7f1c0fffe4e2"}]': finished 2023-07-12T15:13:31.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:31 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:31.482513+0000 mon.smithi005 (mon.0) 466 : cluster [DBG] osdmap e41: 8 total, 7 up, 8 in 2023-07-12T15:13:31.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:31 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:31.482668+0000 mon.smithi005 (mon.0) 467 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-07-12T15:13:31.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:31 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:31.483153+0000 mon.smithi005 (mon.0) 468 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-07-12T15:13:31.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:31 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:30.534292+0000 mon.smithi005 (mon.0) 455 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]': finished 2023-07-12T15:13:31.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:31 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:30.534415+0000 mon.smithi005 (mon.0) 456 : cluster [DBG] osdmap e40: 7 total, 6 up, 7 in 2023-07-12T15:13:31.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:31 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:30.534823+0000 mon.smithi005 (mon.0) 457 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-07-12T15:13:31.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:31 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:30.539101+0000 mon.smithi005 (mon.0) 458 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-07-12T15:13:31.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:31 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:13:30.921949+0000 mgr.smithi005.fgymhs (mgr.14164) 144 : cephadm [INF] Detected new or changed devices on smithi107 2023-07-12T15:13:31.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:31 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:30.926974+0000 mon.smithi005 (mon.0) 459 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:13:31.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:31 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:30.930710+0000 mon.smithi005 (mon.0) 460 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:13:31.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:31 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:30.933822+0000 mon.smithi005 (mon.0) 461 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:13:31.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:31 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:30.937903+0000 mon.smithi005 (mon.0) 462 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:13:31.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:31 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:31.476999+0000 mon.smithi107 (mon.1) 14 : audit [INF] from='client.? 172.21.15.107:0/4262938438' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7bfa4d53-c706-4eb3-8053-7f1c0fffe4e2"}]: dispatch 2023-07-12T15:13:31.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:31 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:31.477551+0000 mon.smithi005 (mon.0) 463 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7bfa4d53-c706-4eb3-8053-7f1c0fffe4e2"}]: dispatch 2023-07-12T15:13:31.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:31 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:31.482344+0000 mon.smithi005 (mon.0) 464 : cluster [INF] osd.6 [v2:172.21.15.107:6816/3862734582,v1:172.21.15.107:6817/3862734582] boot 2023-07-12T15:13:32.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:31 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:31.482411+0000 mon.smithi005 (mon.0) 465 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7bfa4d53-c706-4eb3-8053-7f1c0fffe4e2"}]': finished 2023-07-12T15:13:32.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:31 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:31.482513+0000 mon.smithi005 (mon.0) 466 : cluster [DBG] osdmap e41: 8 total, 7 up, 8 in 2023-07-12T15:13:32.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:31 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:31.482668+0000 mon.smithi005 (mon.0) 467 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-07-12T15:13:32.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:31 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:31.483153+0000 mon.smithi005 (mon.0) 468 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-07-12T15:13:32.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:32 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:29.833944+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-07-12T15:13:32.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:32 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:29.834047+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-07-12T15:13:32.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:32 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:31.683712+0000 mgr.smithi005.fgymhs (mgr.14164) 145 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 35 MiB used, 626 GiB / 626 GiB avail 2023-07-12T15:13:32.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:32 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:31.881470+0000 mon.smithi107 (mon.1) 15 : audit [DBG] from='client.? 172.21.15.107:0/1145513187' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-07-12T15:13:32.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:32 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:32.483649+0000 mon.smithi005 (mon.0) 469 : cluster [DBG] osdmap e42: 8 total, 7 up, 8 in 2023-07-12T15:13:32.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:32 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:32.483824+0000 mon.smithi005 (mon.0) 470 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-07-12T15:13:32.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:32 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:29.833944+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-07-12T15:13:32.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:32 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:29.834047+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-07-12T15:13:32.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:32 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:31.683712+0000 mgr.smithi005.fgymhs (mgr.14164) 145 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 35 MiB used, 626 GiB / 626 GiB avail 2023-07-12T15:13:32.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:32 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:31.881470+0000 mon.smithi107 (mon.1) 15 : audit [DBG] from='client.? 172.21.15.107:0/1145513187' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-07-12T15:13:32.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:32 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:32.483649+0000 mon.smithi005 (mon.0) 469 : cluster [DBG] osdmap e42: 8 total, 7 up, 8 in 2023-07-12T15:13:32.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:32 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:32.483824+0000 mon.smithi005 (mon.0) 470 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-07-12T15:13:34.667 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:34 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:33.484878+0000 mon.smithi005 (mon.0) 471 : cluster [DBG] osdmap e43: 8 total, 7 up, 8 in 2023-07-12T15:13:34.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:34 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:33.485019+0000 mon.smithi005 (mon.0) 472 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-07-12T15:13:34.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:34 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:33.684044+0000 mgr.smithi005.fgymhs (mgr.14164) 146 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-07-12T15:13:34.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:34 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:33.484878+0000 mon.smithi005 (mon.0) 471 : cluster [DBG] osdmap e43: 8 total, 7 up, 8 in 2023-07-12T15:13:34.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:34 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:33.485019+0000 mon.smithi005 (mon.0) 472 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-07-12T15:13:34.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:34 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:33.684044+0000 mgr.smithi005.fgymhs (mgr.14164) 146 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-07-12T15:13:36.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:36 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:35.684671+0000 mgr.smithi005.fgymhs (mgr.14164) 147 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-07-12T15:13:36.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:36 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:36.285627+0000 mon.smithi005 (mon.0) 473 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-07-12T15:13:36.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:36 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:36.286505+0000 mon.smithi005 (mon.0) 474 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:13:36.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:36 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:13:36.287199+0000 mgr.smithi005.fgymhs (mgr.14164) 148 : cephadm [INF] Deploying daemon osd.7 on smithi107 2023-07-12T15:13:36.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:36 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:35.684671+0000 mgr.smithi005.fgymhs (mgr.14164) 147 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-07-12T15:13:36.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:36 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:36.285627+0000 mon.smithi005 (mon.0) 473 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-07-12T15:13:36.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:36 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:36.286505+0000 mon.smithi005 (mon.0) 474 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:13:36.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:36 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:13:36.287199+0000 mgr.smithi005.fgymhs (mgr.14164) 148 : cephadm [INF] Deploying daemon osd.7 on smithi107 2023-07-12T15:13:38.747 INFO:teuthology.orchestra.run.smithi107.stdout:Created osd(s) 7 on host 'smithi107' 2023-07-12T15:13:39.109 DEBUG:teuthology.orchestra.run.smithi107:osd.7> sudo journalctl -f -n 0 -u ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c@osd.7.service 2023-07-12T15:13:39.111 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-07-12T15:13:39.111 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph osd stat -f json 2023-07-12T15:13:39.142 INFO:journalctl@ceph.osd.7.smithi107.stdout:-- Logs begin at Wed 2023-07-12 14:54:03 UTC. -- 2023-07-12T15:13:39.418 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:13:39 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.7[118854]: debug 2023-07-12T15:13:39.205+0000 7f89a62f8080 -1 Falling back to public interface 2023-07-12T15:13:39.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:39 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:37.685317+0000 mgr.smithi005.fgymhs (mgr.14164) 149 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-07-12T15:13:39.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:39 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:38.734946+0000 mon.smithi005 (mon.0) 475 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:13:39.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:39 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:38.739809+0000 mon.smithi005 (mon.0) 476 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:13:39.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:39 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:38.744564+0000 mon.smithi005 (mon.0) 477 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:13:39.449 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:39 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:37.685317+0000 mgr.smithi005.fgymhs (mgr.14164) 149 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-07-12T15:13:39.449 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:39 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:38.734946+0000 mon.smithi005 (mon.0) 475 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:13:39.449 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:39 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:38.739809+0000 mon.smithi005 (mon.0) 476 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:13:39.449 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:39 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:38.744564+0000 mon.smithi005 (mon.0) 477 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:13:40.602 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-07-12T15:13:40.969 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":43,"num_osds":8,"num_up_osds":7,"osd_up_since":1689174811,"num_in_osds":8,"osd_in_since":1689174811,"num_remapped_pgs":0} 2023-07-12T15:13:41.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:41 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:39.685642+0000 mgr.smithi005.fgymhs (mgr.14164) 150 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-07-12T15:13:41.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:41 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:40.235550+0000 mon.smithi005 (mon.0) 478 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:13:41.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:41 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:40.600961+0000 mon.smithi005 (mon.0) 479 : audit [DBG] from='client.? 172.21.15.5:0/530641515' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-07-12T15:13:41.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:41 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:39.685642+0000 mgr.smithi005.fgymhs (mgr.14164) 150 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-07-12T15:13:41.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:41 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:40.235550+0000 mon.smithi005 (mon.0) 478 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:13:41.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:41 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:40.600961+0000 mon.smithi005 (mon.0) 479 : audit [DBG] from='client.? 172.21.15.5:0/530641515' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-07-12T15:13:41.971 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph osd stat -f json 2023-07-12T15:13:42.237 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:13:41 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.7[118854]: debug 2023-07-12T15:13:41.918+0000 7f89a62f8080 -1 osd.7 0 log_to_monitors {default=true} 2023-07-12T15:13:42.306 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:42 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:41.922633+0000 mon.smithi107 (mon.1) 16 : audit [INF] from='osd.7 [v2:172.21.15.107:6824/2629101572,v1:172.21.15.107:6825/2629101572]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-07-12T15:13:42.306 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:42 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:41.923009+0000 mon.smithi005 (mon.0) 480 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-07-12T15:13:42.667 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:42 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:41.922633+0000 mon.smithi107 (mon.1) 16 : audit [INF] from='osd.7 [v2:172.21.15.107:6824/2629101572,v1:172.21.15.107:6825/2629101572]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-07-12T15:13:42.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:42 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:41.923009+0000 mon.smithi005 (mon.0) 480 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-07-12T15:13:43.368 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-07-12T15:13:43.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:43 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:41.686129+0000 mgr.smithi005.fgymhs (mgr.14164) 151 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-07-12T15:13:43.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:43 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:42.241558+0000 mon.smithi005 (mon.0) 481 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-07-12T15:13:43.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:43 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:42.241610+0000 mon.smithi005 (mon.0) 482 : cluster [DBG] osdmap e44: 8 total, 7 up, 8 in 2023-07-12T15:13:43.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:43 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:42.241718+0000 mon.smithi005 (mon.0) 483 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-07-12T15:13:43.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:43 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:42.242100+0000 mon.smithi107 (mon.1) 17 : audit [INF] from='osd.7 [v2:172.21.15.107:6824/2629101572,v1:172.21.15.107:6825/2629101572]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2023-07-12T15:13:43.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:43 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:42.242440+0000 mon.smithi005 (mon.0) 484 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2023-07-12T15:13:43.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:43 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:42.675698+0000 mon.smithi005 (mon.0) 485 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:13:43.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:43 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:42.914076+0000 mon.smithi005 (mon.0) 486 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:13:43.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:43 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:42.916629+0000 mon.smithi005 (mon.0) 487 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:13:43.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:43 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:42.920360+0000 mon.smithi005 (mon.0) 488 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:13:43.668 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:13:43 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.7[118854]: debug 2023-07-12T15:13:43.246+0000 7f899c869700 -1 osd.7 0 waiting for initial osdmap 2023-07-12T15:13:43.668 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:13:43 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.7[118854]: debug 2023-07-12T15:13:43.253+0000 7f89977e2700 -1 osd.7 45 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2023-07-12T15:13:43.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:43 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:41.686129+0000 mgr.smithi005.fgymhs (mgr.14164) 151 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-07-12T15:13:43.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:43 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:42.241558+0000 mon.smithi005 (mon.0) 481 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-07-12T15:13:43.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:43 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:42.241610+0000 mon.smithi005 (mon.0) 482 : cluster [DBG] osdmap e44: 8 total, 7 up, 8 in 2023-07-12T15:13:43.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:43 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:42.241718+0000 mon.smithi005 (mon.0) 483 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-07-12T15:13:43.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:43 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:42.242100+0000 mon.smithi107 (mon.1) 17 : audit [INF] from='osd.7 [v2:172.21.15.107:6824/2629101572,v1:172.21.15.107:6825/2629101572]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2023-07-12T15:13:43.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:43 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:42.242440+0000 mon.smithi005 (mon.0) 484 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2023-07-12T15:13:43.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:43 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:42.675698+0000 mon.smithi005 (mon.0) 485 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:13:43.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:43 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:42.914076+0000 mon.smithi005 (mon.0) 486 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:13:43.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:43 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:42.916629+0000 mon.smithi005 (mon.0) 487 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:13:43.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:43 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:42.920360+0000 mon.smithi005 (mon.0) 488 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:13:43.751 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":45,"num_osds":8,"num_up_osds":7,"osd_up_since":1689174811,"num_in_osds":8,"osd_in_since":1689174811,"num_remapped_pgs":0} 2023-07-12T15:13:44.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:44 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:13:42.670894+0000 mgr.smithi005.fgymhs (mgr.14164) 152 : cephadm [INF] Detected new or changed devices on smithi107 2023-07-12T15:13:44.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:44 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:43.243094+0000 mon.smithi005 (mon.0) 489 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]': finished 2023-07-12T15:13:44.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:44 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:43.243163+0000 mon.smithi005 (mon.0) 490 : cluster [DBG] osdmap e45: 8 total, 7 up, 8 in 2023-07-12T15:13:44.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:44 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:43.243497+0000 mon.smithi005 (mon.0) 491 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-07-12T15:13:44.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:44 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:43.246983+0000 mon.smithi005 (mon.0) 492 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-07-12T15:13:44.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:44 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:43.366914+0000 mon.smithi005 (mon.0) 493 : audit [DBG] from='client.? 172.21.15.5:0/1472517099' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-07-12T15:13:44.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:44 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:13:42.670894+0000 mgr.smithi005.fgymhs (mgr.14164) 152 : cephadm [INF] Detected new or changed devices on smithi107 2023-07-12T15:13:44.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:44 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:43.243094+0000 mon.smithi005 (mon.0) 489 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]': finished 2023-07-12T15:13:44.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:44 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:43.243163+0000 mon.smithi005 (mon.0) 490 : cluster [DBG] osdmap e45: 8 total, 7 up, 8 in 2023-07-12T15:13:44.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:44 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:43.243497+0000 mon.smithi005 (mon.0) 491 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-07-12T15:13:44.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:44 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:43.246983+0000 mon.smithi005 (mon.0) 492 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-07-12T15:13:44.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:44 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:43.366914+0000 mon.smithi005 (mon.0) 493 : audit [DBG] from='client.? 172.21.15.5:0/1472517099' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-07-12T15:13:44.752 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph osd stat -f json 2023-07-12T15:13:45.482 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:45 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:42.882605+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-07-12T15:13:45.482 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:45 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:42.882699+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-07-12T15:13:45.482 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:45 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:43.686593+0000 mgr.smithi005.fgymhs (mgr.14164) 153 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-07-12T15:13:45.482 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:45 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:44.248541+0000 mon.smithi005 (mon.0) 494 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-07-12T15:13:45.482 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:45 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:44.253133+0000 mon.smithi005 (mon.0) 495 : cluster [INF] osd.7 [v2:172.21.15.107:6824/2629101572,v1:172.21.15.107:6825/2629101572] boot 2023-07-12T15:13:45.483 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:45 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:44.253182+0000 mon.smithi005 (mon.0) 496 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-07-12T15:13:45.483 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:45 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:44.253329+0000 mon.smithi005 (mon.0) 497 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-07-12T15:13:45.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:45 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:42.882605+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-07-12T15:13:45.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:45 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:42.882699+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-07-12T15:13:45.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:45 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:43.686593+0000 mgr.smithi005.fgymhs (mgr.14164) 153 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-07-12T15:13:45.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:45 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:44.248541+0000 mon.smithi005 (mon.0) 494 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-07-12T15:13:45.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:45 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:44.253133+0000 mon.smithi005 (mon.0) 495 : cluster [INF] osd.7 [v2:172.21.15.107:6824/2629101572,v1:172.21.15.107:6825/2629101572] boot 2023-07-12T15:13:45.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:45 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:44.253182+0000 mon.smithi005 (mon.0) 496 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-07-12T15:13:45.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:45 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:44.253329+0000 mon.smithi005 (mon.0) 497 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-07-12T15:13:46.164 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-07-12T15:13:46.451 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:46 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:45.253058+0000 mon.smithi005 (mon.0) 498 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-07-12T15:13:46.451 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:46 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:46.162910+0000 mon.smithi005 (mon.0) 499 : audit [DBG] from='client.? 172.21.15.5:0/3121979288' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-07-12T15:13:46.535 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":47,"num_osds":8,"num_up_osds":8,"osd_up_since":1689174824,"num_in_osds":8,"osd_in_since":1689174811,"num_remapped_pgs":0} 2023-07-12T15:13:46.536 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph osd dump --format=json 2023-07-12T15:13:46.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:46 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:45.253058+0000 mon.smithi005 (mon.0) 498 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-07-12T15:13:46.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:46 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:46.162910+0000 mon.smithi005 (mon.0) 499 : audit [DBG] from='client.? 172.21.15.5:0/3121979288' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-07-12T15:13:46.774 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c/mon.smithi005/config 2023-07-12T15:13:47.556 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:47 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:45.686884+0000 mgr.smithi005.fgymhs (mgr.14164) 154 : cluster [DBG] pgmap v125: 1 pgs: 1 remapped+peering; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2023-07-12T15:13:47.557 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:47 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:46.260822+0000 mon.smithi005 (mon.0) 500 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-07-12T15:13:47.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:47 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:45.686884+0000 mgr.smithi005.fgymhs (mgr.14164) 154 : cluster [DBG] pgmap v125: 1 pgs: 1 remapped+peering; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2023-07-12T15:13:47.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:47 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:46.260822+0000 mon.smithi005 (mon.0) 500 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-07-12T15:13:47.896 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-07-12T15:13:47.896 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":48,"fsid":"fe85c08a-20c5-11ee-9b31-001a4aab830c","created":"2023-07-12T15:09:54.749357+0000","modified":"2023-07-12T15:13:46.254680+0000","last_up_change":"2023-07-12T15:13:44.244722+0000","last_in_change":"2023-07-12T15:13:31.478183+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-07-12T15:12:47.653030+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":"24","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":"a373d7e6-7186-4143-9a64-f425f2215cea","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":46,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6802","nonce":3937641841},{"type":"v1","addr":"172.21.15.5:6803","nonce":3937641841}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6804","nonce":3937641841},{"type":"v1","addr":"172.21.15.5:6805","nonce":3937641841}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6808","nonce":3937641841},{"type":"v1","addr":"172.21.15.5:6809","nonce":3937641841}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6806","nonce":3937641841},{"type":"v1","addr":"172.21.15.5:6807","nonce":3937641841}]},"public_addr":"172.21.15.5:6803/3937641841","cluster_addr":"172.21.15.5:6805/3937641841","heartbeat_back_addr":"172.21.15.5:6809/3937641841","heartbeat_front_addr":"172.21.15.5:6807/3937641841","state":["exists","up"]},{"osd":1,"uuid":"480b2282-3b3b-4c88-be20-86952714366d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6810","nonce":3332511022},{"type":"v1","addr":"172.21.15.5:6811","nonce":3332511022}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6812","nonce":3332511022},{"type":"v1","addr":"172.21.15.5:6813","nonce":3332511022}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6816","nonce":3332511022},{"type":"v1","addr":"172.21.15.5:6817","nonce":3332511022}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6814","nonce":3332511022},{"type":"v1","addr":"172.21.15.5:6815","nonce":3332511022}]},"public_addr":"172.21.15.5:6811/3332511022","cluster_addr":"172.21.15.5:6813/3332511022","heartbeat_back_addr":"172.21.15.5:6817/3332511022","heartbeat_front_addr":"172.21.15.5:6815/3332511022","state":["exists","up"]},{"osd":2,"uuid":"a6d54ce9-5987-4288-a6ea-1937dff0a61c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6818","nonce":433068305},{"type":"v1","addr":"172.21.15.5:6819","nonce":433068305}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6820","nonce":433068305},{"type":"v1","addr":"172.21.15.5:6821","nonce":433068305}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6824","nonce":433068305},{"type":"v1","addr":"172.21.15.5:6825","nonce":433068305}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6822","nonce":433068305},{"type":"v1","addr":"172.21.15.5:6823","nonce":433068305}]},"public_addr":"172.21.15.5:6819/433068305","cluster_addr":"172.21.15.5:6821/433068305","heartbeat_back_addr":"172.21.15.5:6825/433068305","heartbeat_front_addr":"172.21.15.5:6823/433068305","state":["exists","up"]},{"osd":3,"uuid":"573e7c4c-d86c-40b5-9405-3de1a15998c6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6826","nonce":1390740973},{"type":"v1","addr":"172.21.15.5:6827","nonce":1390740973}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6828","nonce":1390740973},{"type":"v1","addr":"172.21.15.5:6829","nonce":1390740973}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6832","nonce":1390740973},{"type":"v1","addr":"172.21.15.5:6833","nonce":1390740973}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6830","nonce":1390740973},{"type":"v1","addr":"172.21.15.5:6831","nonce":1390740973}]},"public_addr":"172.21.15.5:6827/1390740973","cluster_addr":"172.21.15.5:6829/1390740973","heartbeat_back_addr":"172.21.15.5:6833/1390740973","heartbeat_front_addr":"172.21.15.5:6831/1390740973","state":["exists","up"]},{"osd":4,"uuid":"6cccec7d-1065-4f67-ac89-4993ca71a547","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6800","nonce":2855372778},{"type":"v1","addr":"172.21.15.107:6801","nonce":2855372778}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6802","nonce":2855372778},{"type":"v1","addr":"172.21.15.107:6803","nonce":2855372778}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6806","nonce":2855372778},{"type":"v1","addr":"172.21.15.107:6807","nonce":2855372778}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6804","nonce":2855372778},{"type":"v1","addr":"172.21.15.107:6805","nonce":2855372778}]},"public_addr":"172.21.15.107:6801/2855372778","cluster_addr":"172.21.15.107:6803/2855372778","heartbeat_back_addr":"172.21.15.107:6807/2855372778","heartbeat_front_addr":"172.21.15.107:6805/2855372778","state":["exists","up"]},{"osd":5,"uuid":"73cb62c0-1d18-4a46-9393-378a99df916f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6808","nonce":670668954},{"type":"v1","addr":"172.21.15.107:6809","nonce":670668954}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6810","nonce":670668954},{"type":"v1","addr":"172.21.15.107:6811","nonce":670668954}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6814","nonce":670668954},{"type":"v1","addr":"172.21.15.107:6815","nonce":670668954}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6812","nonce":670668954},{"type":"v1","addr":"172.21.15.107:6813","nonce":670668954}]},"public_addr":"172.21.15.107:6809/670668954","cluster_addr":"172.21.15.107:6811/670668954","heartbeat_back_addr":"172.21.15.107:6815/670668954","heartbeat_front_addr":"172.21.15.107:6813/670668954","state":["exists","up"]},{"osd":6,"uuid":"606dd595-4fc7-4b29-b793-bfd62502f1b4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6816","nonce":3862734582},{"type":"v1","addr":"172.21.15.107:6817","nonce":3862734582}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6818","nonce":3862734582},{"type":"v1","addr":"172.21.15.107:6819","nonce":3862734582}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6822","nonce":3862734582},{"type":"v1","addr":"172.21.15.107:6823","nonce":3862734582}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6820","nonce":3862734582},{"type":"v1","addr":"172.21.15.107:6821","nonce":3862734582}]},"public_addr":"172.21.15.107:6817/3862734582","cluster_addr":"172.21.15.107:6819/3862734582","heartbeat_back_addr":"172.21.15.107:6823/3862734582","heartbeat_front_addr":"172.21.15.107:6821/3862734582","state":["exists","up"]},{"osd":7,"uuid":"7bfa4d53-c706-4eb3-8053-7f1c0fffe4e2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":47,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6824","nonce":2629101572},{"type":"v1","addr":"172.21.15.107:6825","nonce":2629101572}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6826","nonce":2629101572},{"type":"v1","addr":"172.21.15.107:6827","nonce":2629101572}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6830","nonce":2629101572},{"type":"v1","addr":"172.21.15.107:6831","nonce":2629101572}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6828","nonce":2629101572},{"type":"v1","addr":"172.21.15.107:6829","nonce":2629101572}]},"public_addr":"172.21.15.107:6825/2629101572","cluster_addr":"172.21.15.107:6827/2629101572","heartbeat_back_addr":"172.21.15.107:6831/2629101572","heartbeat_front_addr":"172.21.15.107:6829/2629101572","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-07-12T15:12:07.886150+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-07-12T15:12:21.073878+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-07-12T15:12:36.588212+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-07-12T15:12:51.442278+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-07-12T15:13:03.752334+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-07-12T15:13:16.716619+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-07-12T15:13:29.834051+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-07-12T15:13:42.882702+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.5:0/4217312213":"2023-07-13T15:10:35.799394+0000","172.21.15.5:0/4234295228":"2023-07-13T15:10:47.602354+0000","172.21.15.5:0/3423961213":"2023-07-13T15:10:35.799394+0000","172.21.15.5:6801/974529576":"2023-07-13T15:10:47.602354+0000","172.21.15.5:6801/2926609482":"2023-07-13T15:10:35.799394+0000","172.21.15.5:6800/2926609482":"2023-07-13T15:10:35.799394+0000","172.21.15.5:0/3504215073":"2023-07-13T15:10:15.297233+0000","172.21.15.5:0/2725605991":"2023-07-13T15:10:15.297233+0000","172.21.15.5:6800/1440893290":"2023-07-13T15:10:15.297233+0000","172.21.15.5:0/2016465452":"2023-07-13T15:10:47.602354+0000","172.21.15.5:6800/974529576":"2023-07-13T15:10:47.602354+0000","172.21.15.5:6801/1440893290":"2023-07-13T15:10:15.297233+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-07-12T15:13:48.293 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2023-07-12T15:12:47.653030+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': '24', '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-07-12T15:13:48.294 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph osd pool get device_health_metrics pg_num 2023-07-12T15:13:48.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:48 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:47.811963+0000 mon.smithi005 (mon.0) 501 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.fgymhs/mirror_snapshot_schedule"}]: dispatch 2023-07-12T15:13:48.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:48 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:47.812151+0000 mon.smithi005 (mon.0) 502 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.fgymhs/trash_purge_schedule"}]: dispatch 2023-07-12T15:13:48.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:48 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:47.894656+0000 mon.smithi005 (mon.0) 503 : audit [DBG] from='client.? 172.21.15.5:0/3380396812' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-07-12T15:13:48.532 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c/mon.smithi005/config 2023-07-12T15:13:48.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:48 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:47.811963+0000 mon.smithi005 (mon.0) 501 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.fgymhs/mirror_snapshot_schedule"}]: dispatch 2023-07-12T15:13:48.682 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:48 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:47.812151+0000 mon.smithi005 (mon.0) 502 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.fgymhs/trash_purge_schedule"}]: dispatch 2023-07-12T15:13:48.682 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:48 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:47.894656+0000 mon.smithi005 (mon.0) 503 : audit [DBG] from='client.? 172.21.15.5:0/3380396812' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-07-12T15:13:49.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:49 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:47.687144+0000 mgr.smithi005.fgymhs (mgr.14164) 155 : cluster [DBG] pgmap v127: 1 pgs: 1 remapped+peering; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2023-07-12T15:13:49.697 INFO:teuthology.orchestra.run.smithi005.stdout:pg_num: 1 2023-07-12T15:13:49.718 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:49 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:47.687144+0000 mgr.smithi005.fgymhs (mgr.14164) 155 : cluster [DBG] pgmap v127: 1 pgs: 1 remapped+peering; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2023-07-12T15:13:50.085 INFO:tasks.cephadm:Setting up client nodes... 2023-07-12T15:13:50.086 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-07-12T15:13:50.404 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:50 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:49.695823+0000 mon.smithi005 (mon.0) 504 : audit [DBG] from='client.? 172.21.15.5:0/1709393608' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-07-12T15:13:50.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:50 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:49.695823+0000 mon.smithi005 (mon.0) 504 : audit [DBG] from='client.? 172.21.15.5:0/1709393608' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-07-12T15:13:51.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:51 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:49.687456+0000 mgr.smithi005.fgymhs (mgr.14164) 156 : cluster [DBG] pgmap v128: 1 pgs: 1 remapped+peering; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-07-12T15:13:51.583 INFO:teuthology.orchestra.run.smithi005.stdout:[client.0] 2023-07-12T15:13:51.583 INFO:teuthology.orchestra.run.smithi005.stdout: key = AQAvw65kHFuCIhAANBMjt929pzPfZWS+XdZfAQ== 2023-07-12T15:13:51.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:51 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:49.687456+0000 mgr.smithi005.fgymhs (mgr.14164) 156 : cluster [DBG] pgmap v128: 1 pgs: 1 remapped+peering; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-07-12T15:13:52.009 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2023-07-12T15:13:52.010 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-07-12T15:13:52.010 DEBUG:teuthology.orchestra.run.smithi005:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-07-12T15:13:52.051 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-07-12T15:13:52.052 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-07-12T15:13:52.053 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph mgr dump --format=json 2023-07-12T15:13:52.328 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c/mon.smithi005/config 2023-07-12T15:13:52.605 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:52 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:51.578822+0000 mon.smithi005 (mon.0) 505 : audit [INF] from='client.? 172.21.15.5:0/2108210574' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-07-12T15:13:52.605 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:52 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:51.582323+0000 mon.smithi005 (mon.0) 506 : audit [INF] from='client.? 172.21.15.5:0/2108210574' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-07-12T15:13:52.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:52 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:51.578822+0000 mon.smithi005 (mon.0) 505 : audit [INF] from='client.? 172.21.15.5:0/2108210574' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-07-12T15:13:52.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:52 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:51.582323+0000 mon.smithi005 (mon.0) 506 : audit [INF] from='client.? 172.21.15.5:0/2108210574' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-07-12T15:13:53.491 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-07-12T15:13:53.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:53 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:51.687772+0000 mgr.smithi005.fgymhs (mgr.14164) 157 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-07-12T15:13:53.672 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:53 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:51.687772+0000 mgr.smithi005.fgymhs (mgr.14164) 157 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-07-12T15:13:53.868 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":18,"active_gid":14164,"active_name":"smithi005.fgymhs","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6800","nonce":17960646},{"type":"v1","addr":"172.21.15.5:6801","nonce":17960646}]},"active_addr":"172.21.15.5:6801/17960646","active_change":"2023-07-12T15:10:47.602634+0000","active_mgr_features":4540138297136906239,"available":true,"standbys":[{"gid":14208,"name":"smithi107.erfdst","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":[]},"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":"haproxy","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":[]},"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":"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","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":[]},"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":"haproxy","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":[]},"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":"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://smithi005.front.sepia.ceph.com:8443/","prometheus":"http://smithi005.front.sepia.ceph.com:9283/"},"always_on_modules":{"nautilus":["balancer","crash","devicehealth","orchestrator_cli","progress","rbd_support","status","volumes"],"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"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.5:0","nonce":2609466841}]},{"addrvec":[{"type":"v2","addr":"172.21.15.5:0","nonce":3015248514}]}]}} 2023-07-12T15:13:53.874 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-07-12T15:13:53.874 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-07-12T15:13:53.875 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph osd dump --format=json 2023-07-12T15:13:54.113 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c/mon.smithi005/config 2023-07-12T15:13:54.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:54 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:53.485761+0000 mon.smithi005 (mon.0) 507 : audit [DBG] from='client.? 172.21.15.5:0/1298702315' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-07-12T15:13:54.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:54 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:53.485761+0000 mon.smithi005 (mon.0) 507 : audit [DBG] from='client.? 172.21.15.5:0/1298702315' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-07-12T15:13:55.339 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-07-12T15:13:55.339 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":48,"fsid":"fe85c08a-20c5-11ee-9b31-001a4aab830c","created":"2023-07-12T15:09:54.749357+0000","modified":"2023-07-12T15:13:46.254680+0000","last_up_change":"2023-07-12T15:13:44.244722+0000","last_in_change":"2023-07-12T15:13:31.478183+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-07-12T15:12:47.653030+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":"24","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":"a373d7e6-7186-4143-9a64-f425f2215cea","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":46,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6802","nonce":3937641841},{"type":"v1","addr":"172.21.15.5:6803","nonce":3937641841}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6804","nonce":3937641841},{"type":"v1","addr":"172.21.15.5:6805","nonce":3937641841}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6808","nonce":3937641841},{"type":"v1","addr":"172.21.15.5:6809","nonce":3937641841}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6806","nonce":3937641841},{"type":"v1","addr":"172.21.15.5:6807","nonce":3937641841}]},"public_addr":"172.21.15.5:6803/3937641841","cluster_addr":"172.21.15.5:6805/3937641841","heartbeat_back_addr":"172.21.15.5:6809/3937641841","heartbeat_front_addr":"172.21.15.5:6807/3937641841","state":["exists","up"]},{"osd":1,"uuid":"480b2282-3b3b-4c88-be20-86952714366d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6810","nonce":3332511022},{"type":"v1","addr":"172.21.15.5:6811","nonce":3332511022}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6812","nonce":3332511022},{"type":"v1","addr":"172.21.15.5:6813","nonce":3332511022}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6816","nonce":3332511022},{"type":"v1","addr":"172.21.15.5:6817","nonce":3332511022}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6814","nonce":3332511022},{"type":"v1","addr":"172.21.15.5:6815","nonce":3332511022}]},"public_addr":"172.21.15.5:6811/3332511022","cluster_addr":"172.21.15.5:6813/3332511022","heartbeat_back_addr":"172.21.15.5:6817/3332511022","heartbeat_front_addr":"172.21.15.5:6815/3332511022","state":["exists","up"]},{"osd":2,"uuid":"a6d54ce9-5987-4288-a6ea-1937dff0a61c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6818","nonce":433068305},{"type":"v1","addr":"172.21.15.5:6819","nonce":433068305}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6820","nonce":433068305},{"type":"v1","addr":"172.21.15.5:6821","nonce":433068305}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6824","nonce":433068305},{"type":"v1","addr":"172.21.15.5:6825","nonce":433068305}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6822","nonce":433068305},{"type":"v1","addr":"172.21.15.5:6823","nonce":433068305}]},"public_addr":"172.21.15.5:6819/433068305","cluster_addr":"172.21.15.5:6821/433068305","heartbeat_back_addr":"172.21.15.5:6825/433068305","heartbeat_front_addr":"172.21.15.5:6823/433068305","state":["exists","up"]},{"osd":3,"uuid":"573e7c4c-d86c-40b5-9405-3de1a15998c6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6826","nonce":1390740973},{"type":"v1","addr":"172.21.15.5:6827","nonce":1390740973}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6828","nonce":1390740973},{"type":"v1","addr":"172.21.15.5:6829","nonce":1390740973}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6832","nonce":1390740973},{"type":"v1","addr":"172.21.15.5:6833","nonce":1390740973}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6830","nonce":1390740973},{"type":"v1","addr":"172.21.15.5:6831","nonce":1390740973}]},"public_addr":"172.21.15.5:6827/1390740973","cluster_addr":"172.21.15.5:6829/1390740973","heartbeat_back_addr":"172.21.15.5:6833/1390740973","heartbeat_front_addr":"172.21.15.5:6831/1390740973","state":["exists","up"]},{"osd":4,"uuid":"6cccec7d-1065-4f67-ac89-4993ca71a547","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6800","nonce":2855372778},{"type":"v1","addr":"172.21.15.107:6801","nonce":2855372778}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6802","nonce":2855372778},{"type":"v1","addr":"172.21.15.107:6803","nonce":2855372778}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6806","nonce":2855372778},{"type":"v1","addr":"172.21.15.107:6807","nonce":2855372778}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6804","nonce":2855372778},{"type":"v1","addr":"172.21.15.107:6805","nonce":2855372778}]},"public_addr":"172.21.15.107:6801/2855372778","cluster_addr":"172.21.15.107:6803/2855372778","heartbeat_back_addr":"172.21.15.107:6807/2855372778","heartbeat_front_addr":"172.21.15.107:6805/2855372778","state":["exists","up"]},{"osd":5,"uuid":"73cb62c0-1d18-4a46-9393-378a99df916f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6808","nonce":670668954},{"type":"v1","addr":"172.21.15.107:6809","nonce":670668954}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6810","nonce":670668954},{"type":"v1","addr":"172.21.15.107:6811","nonce":670668954}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6814","nonce":670668954},{"type":"v1","addr":"172.21.15.107:6815","nonce":670668954}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6812","nonce":670668954},{"type":"v1","addr":"172.21.15.107:6813","nonce":670668954}]},"public_addr":"172.21.15.107:6809/670668954","cluster_addr":"172.21.15.107:6811/670668954","heartbeat_back_addr":"172.21.15.107:6815/670668954","heartbeat_front_addr":"172.21.15.107:6813/670668954","state":["exists","up"]},{"osd":6,"uuid":"606dd595-4fc7-4b29-b793-bfd62502f1b4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6816","nonce":3862734582},{"type":"v1","addr":"172.21.15.107:6817","nonce":3862734582}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6818","nonce":3862734582},{"type":"v1","addr":"172.21.15.107:6819","nonce":3862734582}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6822","nonce":3862734582},{"type":"v1","addr":"172.21.15.107:6823","nonce":3862734582}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6820","nonce":3862734582},{"type":"v1","addr":"172.21.15.107:6821","nonce":3862734582}]},"public_addr":"172.21.15.107:6817/3862734582","cluster_addr":"172.21.15.107:6819/3862734582","heartbeat_back_addr":"172.21.15.107:6823/3862734582","heartbeat_front_addr":"172.21.15.107:6821/3862734582","state":["exists","up"]},{"osd":7,"uuid":"7bfa4d53-c706-4eb3-8053-7f1c0fffe4e2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":47,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6824","nonce":2629101572},{"type":"v1","addr":"172.21.15.107:6825","nonce":2629101572}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6826","nonce":2629101572},{"type":"v1","addr":"172.21.15.107:6827","nonce":2629101572}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6830","nonce":2629101572},{"type":"v1","addr":"172.21.15.107:6831","nonce":2629101572}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6828","nonce":2629101572},{"type":"v1","addr":"172.21.15.107:6829","nonce":2629101572}]},"public_addr":"172.21.15.107:6825/2629101572","cluster_addr":"172.21.15.107:6827/2629101572","heartbeat_back_addr":"172.21.15.107:6831/2629101572","heartbeat_front_addr":"172.21.15.107:6829/2629101572","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-07-12T15:12:07.886150+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-07-12T15:12:21.073878+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-07-12T15:12:36.588212+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-07-12T15:12:51.442278+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-07-12T15:13:03.752334+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-07-12T15:13:16.716619+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-07-12T15:13:29.834051+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-07-12T15:13:42.882702+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.5:0/4217312213":"2023-07-13T15:10:35.799394+0000","172.21.15.5:0/4234295228":"2023-07-13T15:10:47.602354+0000","172.21.15.5:0/3423961213":"2023-07-13T15:10:35.799394+0000","172.21.15.5:6801/974529576":"2023-07-13T15:10:47.602354+0000","172.21.15.5:6801/2926609482":"2023-07-13T15:10:35.799394+0000","172.21.15.5:6800/2926609482":"2023-07-13T15:10:35.799394+0000","172.21.15.5:0/3504215073":"2023-07-13T15:10:15.297233+0000","172.21.15.5:0/2725605991":"2023-07-13T15:10:15.297233+0000","172.21.15.5:6800/1440893290":"2023-07-13T15:10:15.297233+0000","172.21.15.5:0/2016465452":"2023-07-13T15:10:47.602354+0000","172.21.15.5:6800/974529576":"2023-07-13T15:10:47.602354+0000","172.21.15.5:6801/1440893290":"2023-07-13T15:10:15.297233+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-07-12T15:13:55.559 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:55 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:53.688102+0000 mgr.smithi005.fgymhs (mgr.14164) 158 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-07-12T15:13:55.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:55 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:53.688102+0000 mgr.smithi005.fgymhs (mgr.14164) 158 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-07-12T15:13:55.813 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-07-12T15:13:55.813 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph osd dump --format=json 2023-07-12T15:13:56.052 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c/mon.smithi005/config 2023-07-12T15:13:56.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:56 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:55.337164+0000 mon.smithi005 (mon.0) 508 : audit [DBG] from='client.? 172.21.15.5:0/2671706425' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-07-12T15:13:56.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:56 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:55.337164+0000 mon.smithi005 (mon.0) 508 : audit [DBG] from='client.? 172.21.15.5:0/2671706425' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-07-12T15:13:57.213 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-07-12T15:13:57.214 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":48,"fsid":"fe85c08a-20c5-11ee-9b31-001a4aab830c","created":"2023-07-12T15:09:54.749357+0000","modified":"2023-07-12T15:13:46.254680+0000","last_up_change":"2023-07-12T15:13:44.244722+0000","last_in_change":"2023-07-12T15:13:31.478183+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-07-12T15:12:47.653030+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":"24","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":"a373d7e6-7186-4143-9a64-f425f2215cea","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":46,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6802","nonce":3937641841},{"type":"v1","addr":"172.21.15.5:6803","nonce":3937641841}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6804","nonce":3937641841},{"type":"v1","addr":"172.21.15.5:6805","nonce":3937641841}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6808","nonce":3937641841},{"type":"v1","addr":"172.21.15.5:6809","nonce":3937641841}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6806","nonce":3937641841},{"type":"v1","addr":"172.21.15.5:6807","nonce":3937641841}]},"public_addr":"172.21.15.5:6803/3937641841","cluster_addr":"172.21.15.5:6805/3937641841","heartbeat_back_addr":"172.21.15.5:6809/3937641841","heartbeat_front_addr":"172.21.15.5:6807/3937641841","state":["exists","up"]},{"osd":1,"uuid":"480b2282-3b3b-4c88-be20-86952714366d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6810","nonce":3332511022},{"type":"v1","addr":"172.21.15.5:6811","nonce":3332511022}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6812","nonce":3332511022},{"type":"v1","addr":"172.21.15.5:6813","nonce":3332511022}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6816","nonce":3332511022},{"type":"v1","addr":"172.21.15.5:6817","nonce":3332511022}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6814","nonce":3332511022},{"type":"v1","addr":"172.21.15.5:6815","nonce":3332511022}]},"public_addr":"172.21.15.5:6811/3332511022","cluster_addr":"172.21.15.5:6813/3332511022","heartbeat_back_addr":"172.21.15.5:6817/3332511022","heartbeat_front_addr":"172.21.15.5:6815/3332511022","state":["exists","up"]},{"osd":2,"uuid":"a6d54ce9-5987-4288-a6ea-1937dff0a61c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6818","nonce":433068305},{"type":"v1","addr":"172.21.15.5:6819","nonce":433068305}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6820","nonce":433068305},{"type":"v1","addr":"172.21.15.5:6821","nonce":433068305}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6824","nonce":433068305},{"type":"v1","addr":"172.21.15.5:6825","nonce":433068305}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6822","nonce":433068305},{"type":"v1","addr":"172.21.15.5:6823","nonce":433068305}]},"public_addr":"172.21.15.5:6819/433068305","cluster_addr":"172.21.15.5:6821/433068305","heartbeat_back_addr":"172.21.15.5:6825/433068305","heartbeat_front_addr":"172.21.15.5:6823/433068305","state":["exists","up"]},{"osd":3,"uuid":"573e7c4c-d86c-40b5-9405-3de1a15998c6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6826","nonce":1390740973},{"type":"v1","addr":"172.21.15.5:6827","nonce":1390740973}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6828","nonce":1390740973},{"type":"v1","addr":"172.21.15.5:6829","nonce":1390740973}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6832","nonce":1390740973},{"type":"v1","addr":"172.21.15.5:6833","nonce":1390740973}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6830","nonce":1390740973},{"type":"v1","addr":"172.21.15.5:6831","nonce":1390740973}]},"public_addr":"172.21.15.5:6827/1390740973","cluster_addr":"172.21.15.5:6829/1390740973","heartbeat_back_addr":"172.21.15.5:6833/1390740973","heartbeat_front_addr":"172.21.15.5:6831/1390740973","state":["exists","up"]},{"osd":4,"uuid":"6cccec7d-1065-4f67-ac89-4993ca71a547","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6800","nonce":2855372778},{"type":"v1","addr":"172.21.15.107:6801","nonce":2855372778}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6802","nonce":2855372778},{"type":"v1","addr":"172.21.15.107:6803","nonce":2855372778}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6806","nonce":2855372778},{"type":"v1","addr":"172.21.15.107:6807","nonce":2855372778}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6804","nonce":2855372778},{"type":"v1","addr":"172.21.15.107:6805","nonce":2855372778}]},"public_addr":"172.21.15.107:6801/2855372778","cluster_addr":"172.21.15.107:6803/2855372778","heartbeat_back_addr":"172.21.15.107:6807/2855372778","heartbeat_front_addr":"172.21.15.107:6805/2855372778","state":["exists","up"]},{"osd":5,"uuid":"73cb62c0-1d18-4a46-9393-378a99df916f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6808","nonce":670668954},{"type":"v1","addr":"172.21.15.107:6809","nonce":670668954}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6810","nonce":670668954},{"type":"v1","addr":"172.21.15.107:6811","nonce":670668954}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6814","nonce":670668954},{"type":"v1","addr":"172.21.15.107:6815","nonce":670668954}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6812","nonce":670668954},{"type":"v1","addr":"172.21.15.107:6813","nonce":670668954}]},"public_addr":"172.21.15.107:6809/670668954","cluster_addr":"172.21.15.107:6811/670668954","heartbeat_back_addr":"172.21.15.107:6815/670668954","heartbeat_front_addr":"172.21.15.107:6813/670668954","state":["exists","up"]},{"osd":6,"uuid":"606dd595-4fc7-4b29-b793-bfd62502f1b4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6816","nonce":3862734582},{"type":"v1","addr":"172.21.15.107:6817","nonce":3862734582}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6818","nonce":3862734582},{"type":"v1","addr":"172.21.15.107:6819","nonce":3862734582}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6822","nonce":3862734582},{"type":"v1","addr":"172.21.15.107:6823","nonce":3862734582}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6820","nonce":3862734582},{"type":"v1","addr":"172.21.15.107:6821","nonce":3862734582}]},"public_addr":"172.21.15.107:6817/3862734582","cluster_addr":"172.21.15.107:6819/3862734582","heartbeat_back_addr":"172.21.15.107:6823/3862734582","heartbeat_front_addr":"172.21.15.107:6821/3862734582","state":["exists","up"]},{"osd":7,"uuid":"7bfa4d53-c706-4eb3-8053-7f1c0fffe4e2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":47,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6824","nonce":2629101572},{"type":"v1","addr":"172.21.15.107:6825","nonce":2629101572}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6826","nonce":2629101572},{"type":"v1","addr":"172.21.15.107:6827","nonce":2629101572}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6830","nonce":2629101572},{"type":"v1","addr":"172.21.15.107:6831","nonce":2629101572}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6828","nonce":2629101572},{"type":"v1","addr":"172.21.15.107:6829","nonce":2629101572}]},"public_addr":"172.21.15.107:6825/2629101572","cluster_addr":"172.21.15.107:6827/2629101572","heartbeat_back_addr":"172.21.15.107:6831/2629101572","heartbeat_front_addr":"172.21.15.107:6829/2629101572","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-07-12T15:12:07.886150+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-07-12T15:12:21.073878+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-07-12T15:12:36.588212+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-07-12T15:12:51.442278+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-07-12T15:13:03.752334+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-07-12T15:13:16.716619+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-07-12T15:13:29.834051+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-07-12T15:13:42.882702+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.5:0/4217312213":"2023-07-13T15:10:35.799394+0000","172.21.15.5:0/4234295228":"2023-07-13T15:10:47.602354+0000","172.21.15.5:0/3423961213":"2023-07-13T15:10:35.799394+0000","172.21.15.5:6801/974529576":"2023-07-13T15:10:47.602354+0000","172.21.15.5:6801/2926609482":"2023-07-13T15:10:35.799394+0000","172.21.15.5:6800/2926609482":"2023-07-13T15:10:35.799394+0000","172.21.15.5:0/3504215073":"2023-07-13T15:10:15.297233+0000","172.21.15.5:0/2725605991":"2023-07-13T15:10:15.297233+0000","172.21.15.5:6800/1440893290":"2023-07-13T15:10:15.297233+0000","172.21.15.5:0/2016465452":"2023-07-13T15:10:47.602354+0000","172.21.15.5:6800/974529576":"2023-07-13T15:10:47.602354+0000","172.21.15.5:6801/1440893290":"2023-07-13T15:10:15.297233+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-07-12T15:13:57.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:55.688487+0000 mgr.smithi005.fgymhs (mgr.14164) 159 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-07-12T15:13:57.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:13:57.211865+0000 mon.smithi005 (mon.0) 509 : audit [DBG] from='client.? 172.21.15.5:0/676241521' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-07-12T15:13:57.584 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph tell osd.0 flush_pg_stats 2023-07-12T15:13:57.585 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph tell osd.1 flush_pg_stats 2023-07-12T15:13:57.585 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph tell osd.2 flush_pg_stats 2023-07-12T15:13:57.586 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph tell osd.3 flush_pg_stats 2023-07-12T15:13:57.586 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph tell osd.4 flush_pg_stats 2023-07-12T15:13:57.587 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph tell osd.5 flush_pg_stats 2023-07-12T15:13:57.587 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph tell osd.6 flush_pg_stats 2023-07-12T15:13:57.588 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph tell osd.7 flush_pg_stats 2023-07-12T15:13:57.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:57 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:55.688487+0000 mgr.smithi005.fgymhs (mgr.14164) 159 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-07-12T15:13:57.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:57 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:13:57.211865+0000 mon.smithi005 (mon.0) 509 : audit [DBG] from='client.? 172.21.15.5:0/676241521' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-07-12T15:13:58.010 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c/mon.smithi005/config 2023-07-12T15:13:58.037 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c/mon.smithi005/config 2023-07-12T15:13:58.045 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c/mon.smithi005/config 2023-07-12T15:13:58.064 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c/mon.smithi005/config 2023-07-12T15:13:58.323 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c/mon.smithi005/config 2023-07-12T15:13:58.323 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c/mon.smithi005/config 2023-07-12T15:13:59.050 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c/mon.smithi005/config 2023-07-12T15:13:59.051 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c/mon.smithi005/config 2023-07-12T15:13:59.493 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:13:59 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:57.690640+0000 mgr.smithi005.fgymhs (mgr.14164) 160 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-07-12T15:13:59.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:13:59 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:57.690640+0000 mgr.smithi005.fgymhs (mgr.14164) 160 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-07-12T15:14:01.521 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:01 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:13:59.691227+0000 mgr.smithi005.fgymhs (mgr.14164) 161 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-07-12T15:14:01.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:01 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:13:59.691227+0000 mgr.smithi005.fgymhs (mgr.14164) 161 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-07-12T15:14:01.928 INFO:teuthology.orchestra.run.smithi005.stdout:133143986189 2023-07-12T15:14:01.929 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph osd last-stat-seq osd.4 2023-07-12T15:14:03.447 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:03 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:14:01.691618+0000 mgr.smithi005.fgymhs (mgr.14164) 162 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-07-12T15:14:03.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:03 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:14:01.691618+0000 mgr.smithi005.fgymhs (mgr.14164) 162 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-07-12T15:14:03.743 INFO:teuthology.orchestra.run.smithi005.stdout:176093659145 2023-07-12T15:14:03.743 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph osd last-stat-seq osd.6 2023-07-12T15:14:03.983 INFO:teuthology.orchestra.run.smithi005.stdout:60129542167 2023-07-12T15:14:03.983 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph osd last-stat-seq osd.1 2023-07-12T15:14:04.109 INFO:teuthology.orchestra.run.smithi005.stdout:81604378644 2023-07-12T15:14:04.109 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph osd last-stat-seq osd.2 2023-07-12T15:14:04.285 INFO:teuthology.orchestra.run.smithi005.stdout:154618822667 2023-07-12T15:14:04.285 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph osd last-stat-seq osd.5 2023-07-12T15:14:04.775 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c/mon.smithi005/config 2023-07-12T15:14:04.927 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c/mon.smithi005/config 2023-07-12T15:14:05.030 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c/mon.smithi005/config 2023-07-12T15:14:05.062 INFO:teuthology.orchestra.run.smithi005.stdout:115964117008 2023-07-12T15:14:05.063 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph osd last-stat-seq osd.3 2023-07-12T15:14:05.451 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:14:03.691921+0000 mgr.smithi005.fgymhs (mgr.14164) 163 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-07-12T15:14:05.667 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:05 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:14:03.691921+0000 mgr.smithi005.fgymhs (mgr.14164) 163 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-07-12T15:14:05.668 INFO:teuthology.orchestra.run.smithi005.stdout:38654705689 2023-07-12T15:14:05.669 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph osd last-stat-seq osd.0 2023-07-12T15:14:05.687 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c/mon.smithi005/config 2023-07-12T15:14:05.713 INFO:teuthology.orchestra.run.smithi005.stdout:197568495623 2023-07-12T15:14:05.713 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph osd last-stat-seq osd.7 2023-07-12T15:14:06.709 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c/mon.smithi005/config 2023-07-12T15:14:06.710 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c/mon.smithi005/config 2023-07-12T15:14:06.710 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c/mon.smithi005/config 2023-07-12T15:14:06.713 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c/mon.smithi005/config 2023-07-12T15:14:06.825 INFO:teuthology.orchestra.run.smithi005.stdout:133143986191 2023-07-12T15:14:07.562 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:07 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:14:05.692301+0000 mgr.smithi005.fgymhs (mgr.14164) 164 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-07-12T15:14:07.562 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:07 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:06.824667+0000 mon.smithi005 (mon.0) 510 : audit [DBG] from='client.? 172.21.15.5:0/2506707982' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-07-12T15:14:07.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:07 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:14:05.692301+0000 mgr.smithi005.fgymhs (mgr.14164) 164 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-07-12T15:14:07.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:07 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:06.824667+0000 mon.smithi005 (mon.0) 510 : audit [DBG] from='client.? 172.21.15.5:0/2506707982' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-07-12T15:14:08.966 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986189 got 133143986191 for osd.4 2023-07-12T15:14:08.966 DEBUG:teuthology.parallel:result is None 2023-07-12T15:14:09.628 INFO:teuthology.orchestra.run.smithi005.stdout:38654705689 2023-07-12T15:14:09.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:09 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:14:07.692710+0000 mgr.smithi005.fgymhs (mgr.14164) 165 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-07-12T15:14:09.667 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:09 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:14:07.692710+0000 mgr.smithi005.fgymhs (mgr.14164) 165 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-07-12T15:14:09.768 INFO:teuthology.orchestra.run.smithi005.stdout:176093659146 2023-07-12T15:14:10.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:10 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:09.472490+0000 mon.smithi005 (mon.0) 511 : audit [DBG] from='client.? 172.21.15.5:0/3583708741' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-07-12T15:14:10.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:10 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:09.627097+0000 mon.smithi005 (mon.0) 512 : audit [DBG] from='client.? 172.21.15.5:0/1238319851' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-07-12T15:14:10.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:10 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:09.472490+0000 mon.smithi005 (mon.0) 511 : audit [DBG] from='client.? 172.21.15.5:0/3583708741' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-07-12T15:14:10.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:10 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:09.627097+0000 mon.smithi005 (mon.0) 512 : audit [DBG] from='client.? 172.21.15.5:0/1238319851' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-07-12T15:14:10.696 INFO:teuthology.orchestra.run.smithi005.stdout:60129542169 2023-07-12T15:14:10.706 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705689 got 38654705689 for osd.0 2023-07-12T15:14:10.707 DEBUG:teuthology.parallel:result is None 2023-07-12T15:14:10.708 INFO:tasks.cephadm.ceph_manager.ceph:need seq 176093659145 got 176093659146 for osd.6 2023-07-12T15:14:10.708 DEBUG:teuthology.parallel:result is None 2023-07-12T15:14:10.724 INFO:teuthology.orchestra.run.smithi005.stdout:81604378646 2023-07-12T15:14:11.024 INFO:teuthology.orchestra.run.smithi005.stdout:154618822669 2023-07-12T15:14:11.207 INFO:teuthology.orchestra.run.smithi005.stdout:115964117010 2023-07-12T15:14:11.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:14:09.693009+0000 mgr.smithi005.fgymhs (mgr.14164) 166 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-07-12T15:14:11.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:10.694879+0000 mon.smithi005 (mon.0) 513 : audit [DBG] from='client.? 172.21.15.5:0/2086326816' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-07-12T15:14:11.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:10.723468+0000 mon.smithi005 (mon.0) 514 : audit [DBG] from='client.? 172.21.15.5:0/1707068375' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-07-12T15:14:11.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:11.023935+0000 mon.smithi005 (mon.0) 515 : audit [DBG] from='client.? 172.21.15.5:0/771163891' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-07-12T15:14:11.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:11.206085+0000 mon.smithi005 (mon.0) 516 : audit [DBG] from='client.? 172.21.15.5:0/186591141' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-07-12T15:14:11.641 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542167 got 60129542169 for osd.1 2023-07-12T15:14:11.641 DEBUG:teuthology.parallel:result is None 2023-07-12T15:14:11.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:14:09.693009+0000 mgr.smithi005.fgymhs (mgr.14164) 166 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-07-12T15:14:11.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:10.694879+0000 mon.smithi005 (mon.0) 513 : audit [DBG] from='client.? 172.21.15.5:0/2086326816' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-07-12T15:14:11.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:10.723468+0000 mon.smithi005 (mon.0) 514 : audit [DBG] from='client.? 172.21.15.5:0/1707068375' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-07-12T15:14:11.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:11.023935+0000 mon.smithi005 (mon.0) 515 : audit [DBG] from='client.? 172.21.15.5:0/771163891' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-07-12T15:14:11.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:11.206085+0000 mon.smithi005 (mon.0) 516 : audit [DBG] from='client.? 172.21.15.5:0/186591141' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-07-12T15:14:11.681 INFO:teuthology.orchestra.run.smithi005.stdout:197568495624 2023-07-12T15:14:11.815 INFO:tasks.cephadm.ceph_manager.ceph:need seq 154618822667 got 154618822669 for osd.5 2023-07-12T15:14:11.816 DEBUG:teuthology.parallel:result is None 2023-07-12T15:14:12.174 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378644 got 81604378646 for osd.2 2023-07-12T15:14:12.174 DEBUG:teuthology.parallel:result is None 2023-07-12T15:14:12.250 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117008 got 115964117010 for osd.3 2023-07-12T15:14:12.251 DEBUG:teuthology.parallel:result is None 2023-07-12T15:14:12.497 INFO:tasks.cephadm.ceph_manager.ceph:need seq 197568495623 got 197568495624 for osd.7 2023-07-12T15:14:12.498 DEBUG:teuthology.parallel:result is None 2023-07-12T15:14:12.498 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-07-12T15:14:12.498 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph pg dump --format=json 2023-07-12T15:14:12.527 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:12 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:11.681012+0000 mon.smithi005 (mon.0) 517 : audit [DBG] from='client.? 172.21.15.5:0/2058752591' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-07-12T15:14:12.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:12 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:11.681012+0000 mon.smithi005 (mon.0) 517 : audit [DBG] from='client.? 172.21.15.5:0/2058752591' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-07-12T15:14:12.737 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c/mon.smithi005/config 2023-07-12T15:14:13.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:13 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:14:11.693326+0000 mgr.smithi005.fgymhs (mgr.14164) 167 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-07-12T15:14:13.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:13 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:14:11.693326+0000 mgr.smithi005.fgymhs (mgr.14164) 167 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-07-12T15:14:13.893 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-07-12T15:14:13.895 INFO:teuthology.orchestra.run.smithi005.stderr:dumped all 2023-07-12T15:14:14.273 INFO:teuthology.orchestra.run.smithi005.stdout:{"pg_ready":true,"pg_map":{"version":140,"stamp":"2023-07-12T15:14:13.693456+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":42868,"kb_used_data":3700,"kb_used_omap":0,"kb_used_meta":39104,"kb_avail":749918348,"statfs":{"total":767960285184,"available":767916388352,"internally_reserved":0,"allocated":3788800,"data_stored":1475709,"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":"48","state":"active+clean","last_fresh":"2023-07-12T15:13:46.343071+0000","last_change":"2023-07-12T15:13:46.343071+0000","last_active":"2023-07-12T15:13:46.343071+0000","last_peered":"2023-07-12T15:13:46.343071+0000","last_clean":"2023-07-12T15:13:46.343071+0000","last_became_active":"2023-07-12T15:13:46.342703+0000","last_became_peered":"2023-07-12T15:13:46.342703+0000","last_unstale":"2023-07-12T15:13:46.343071+0000","last_undegraded":"2023-07-12T15:13:46.343071+0000","last_fullsized":"2023-07-12T15:13:46.343071+0000","mapping_epoch":47,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":48,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-07-12T15:12:48.195412+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-07-12T15:12:48.195412+0000","last_clean_scrub_stamp":"2023-07-12T15:12:48.195412+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":46,"seq":197568495625,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5204,"kb_used_data":460,"kb_used_omap":0,"kb_used_meta":4736,"kb_avail":93739948,"statfs":{"total":95995035648,"available":95989706752,"internally_reserved":0,"allocated":471040,"data_stored":184265,"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.52400000000000002}]},{"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.53500000000000003}]},{"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.504}]},{"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.48999999999999999}]},{"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.55900000000000005}]},{"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.38}]},{"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.41699999999999998}]}]},{"osd":6,"up_from":41,"seq":176093659147,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5272,"kb_used_data":464,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93739880,"statfs":{"total":95995035648,"available":95989637120,"internally_reserved":0,"allocated":475136,"data_stored":184580,"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.42199999999999999}]},{"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.58799999999999997}]},{"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.47499999999999998}]},{"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.49099999999999999}]},{"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.36599999999999999}]},{"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.45600000000000002}]},{"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.55100000000000005}]}]},{"osd":1,"up_from":14,"seq":60129542170,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5460,"kb_used_data":460,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739692,"statfs":{"total":95995035648,"available":95989444608,"internally_reserved":0,"allocated":471040,"data_stored":184265,"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":"Wed Jul 12 15:13:27 2023","interfaces":[{"interface":"back","average":{"1min":0.37,"5min":0.37,"15min":0.37},"min":{"1min":0.219,"5min":0.219,"15min":0.219},"max":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"last":0.41399999999999998},{"interface":"front","average":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"min":{"1min":0.20499999999999999,"5min":0.20499999999999999,"15min":0.20499999999999999},"max":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"last":0.33400000000000002}]},{"osd":2,"last update":"Wed Jul 12 15:13:40 2023","interfaces":[{"interface":"back","average":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"min":{"1min":0.249,"5min":0.249,"15min":0.249},"max":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"last":0.34899999999999998},{"interface":"front","average":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"last":0.39100000000000001}]},{"osd":3,"last update":"Wed Jul 12 15:13:56 2023","interfaces":[{"interface":"back","average":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.63,"5min":0.63,"15min":0.63},"last":0.377},{"interface":"front","average":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.44900000000000001}]},{"osd":4,"last update":"Wed Jul 12 15:14:05 2023","interfaces":[{"interface":"back","average":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.95299999999999996,"5min":0.95299999999999996,"15min":0.95299999999999996},"last":0.64900000000000002},{"interface":"front","average":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":1.036,"5min":1.036,"15min":1.036},"last":0.70399999999999996}]},{"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.68600000000000005}]},{"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.66700000000000004}]},{"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.76500000000000001}]}]},{"osd":0,"up_from":9,"seq":38654705690,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5528,"kb_used_data":464,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739624,"statfs":{"total":95995035648,"available":95989374976,"internally_reserved":0,"allocated":475136,"data_stored":184580,"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":"Wed Jul 12 15:13:25 2023","interfaces":[{"interface":"back","average":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.379},{"interface":"front","average":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"min":{"1min":0.25,"5min":0.25,"15min":0.25},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.27600000000000002}]},{"osd":2,"last update":"Wed Jul 12 15:13:41 2023","interfaces":[{"interface":"back","average":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"min":{"1min":0.246,"5min":0.246,"15min":0.246},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.42499999999999999},{"interface":"front","average":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.73399999999999999,"5min":0.73399999999999999,"15min":0.73399999999999999},"last":0.32000000000000001}]},{"osd":3,"last update":"Wed Jul 12 15:13:53 2023","interfaces":[{"interface":"back","average":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.36599999999999999},{"interface":"front","average":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"last":0.39600000000000002}]},{"osd":4,"last update":"Wed Jul 12 15:14:07 2023","interfaces":[{"interface":"back","average":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":2.335,"5min":2.335,"15min":2.335},"last":0.498},{"interface":"front","average":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"min":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":2.3559999999999999,"5min":2.3559999999999999,"15min":2.3559999999999999},"last":0.51700000000000002}]},{"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.48999999999999999}]},{"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.41799999999999998}]},{"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.50800000000000001}]}]},{"osd":2,"up_from":19,"seq":81604378647,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5400,"kb_used_data":464,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739752,"statfs":{"total":95995035648,"available":95989506048,"internally_reserved":0,"allocated":475136,"data_stored":184580,"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":"Wed Jul 12 15:13:39 2023","interfaces":[{"interface":"back","average":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"last":0.439},{"interface":"front","average":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"min":{"1min":0.25600000000000001,"5min":0.25600000000000001,"15min":0.25600000000000001},"max":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"last":0.41699999999999998}]},{"osd":1,"last update":"Wed Jul 12 15:13:39 2023","interfaces":[{"interface":"back","average":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"min":{"1min":0.25700000000000001,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"last":0.38500000000000001},{"interface":"front","average":{"1min":0.378,"5min":0.378,"15min":0.378},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"last":0.40200000000000002}]},{"osd":3,"last update":"Wed Jul 12 15:13:55 2023","interfaces":[{"interface":"back","average":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"last":0.45700000000000002},{"interface":"front","average":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"last":0.44900000000000001}]},{"osd":4,"last update":"Wed Jul 12 15:14:10 2023","interfaces":[{"interface":"back","average":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":1.1519999999999999,"5min":1.1519999999999999,"15min":1.1519999999999999},"last":0.51500000000000001},{"interface":"front","average":{"1min":0.622,"5min":0.622,"15min":0.622},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":1.1619999999999999,"5min":1.1619999999999999,"15min":1.1619999999999999},"last":0.59499999999999997}]},{"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.628}]},{"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.54100000000000004}]},{"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.58699999999999997}]}]},{"osd":3,"up_from":27,"seq":115964117011,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5336,"kb_used_data":464,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739816,"statfs":{"total":95995035648,"available":95989571584,"internally_reserved":0,"allocated":475136,"data_stored":184580,"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":"Wed Jul 12 15:13:56 2023","interfaces":[{"interface":"back","average":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"min":{"1min":0.22,"5min":0.22,"15min":0.22},"max":{"1min":0.88800000000000001,"5min":0.88800000000000001,"15min":0.88800000000000001},"last":0.35199999999999998},{"interface":"front","average":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":1.2350000000000001,"5min":1.2350000000000001,"15min":1.2350000000000001},"last":0.54100000000000004}]},{"osd":1,"last update":"Wed Jul 12 15:13:56 2023","interfaces":[{"interface":"back","average":{"1min":0.432,"5min":0.432,"15min":0.432},"min":{"1min":0.24399999999999999,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.86299999999999999,"5min":0.86299999999999999,"15min":0.86299999999999999},"last":0.29399999999999998},{"interface":"front","average":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.36299999999999999}]},{"osd":2,"last update":"Wed Jul 12 15:13:56 2023","interfaces":[{"interface":"back","average":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.78500000000000003,"5min":0.78500000000000003,"15min":0.78500000000000003},"last":0.33500000000000002},{"interface":"front","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":1.0680000000000001,"5min":1.0680000000000001,"15min":1.0680000000000001},"last":0.38900000000000001}]},{"osd":4,"last update":"Wed Jul 12 15:14:06 2023","interfaces":[{"interface":"back","average":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.83299999999999996,"5min":0.83299999999999996,"15min":0.83299999999999996},"last":0.57599999999999996},{"interface":"front","average":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"min":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":0.82199999999999995,"5min":0.82199999999999995,"15min":0.82199999999999995},"last":0.55800000000000005}]},{"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.45600000000000002}]},{"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.48999999999999999}]},{"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.61199999999999999}]}]},{"osd":4,"up_from":31,"seq":133143986192,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5336,"kb_used_data":464,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739816,"statfs":{"total":95995035648,"available":95989571584,"internally_reserved":0,"allocated":475136,"data_stored":184580,"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":"Wed Jul 12 15:14:05 2023","interfaces":[{"interface":"back","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":1.143,"5min":1.143,"15min":1.143},"last":0.46899999999999997},{"interface":"front","average":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":1.2270000000000001,"5min":1.2270000000000001,"15min":1.2270000000000001},"last":0.47599999999999998}]},{"osd":1,"last update":"Wed Jul 12 15:14:05 2023","interfaces":[{"interface":"back","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.97699999999999998,"5min":0.97699999999999998,"15min":0.97699999999999998},"last":2.149},{"interface":"front","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":1.071,"5min":1.071,"15min":1.071},"last":0.38100000000000001}]},{"osd":2,"last update":"Wed Jul 12 15:14:05 2023","interfaces":[{"interface":"back","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":1.212,"5min":1.212,"15min":1.212},"last":2.3610000000000002},{"interface":"front","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":1.103,"5min":1.103,"15min":1.103},"last":0.45200000000000001}]},{"osd":3,"last update":"Wed Jul 12 15:14:05 2023","interfaces":[{"interface":"back","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":1.1799999999999999,"5min":1.1799999999999999,"15min":1.1799999999999999},"last":2.492},{"interface":"front","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.89400000000000002,"5min":0.89400000000000002,"15min":0.89400000000000002},"last":0.59399999999999997}]},{"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.41099999999999998}]},{"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.43099999999999999}]},{"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.55300000000000005}]}]},{"osd":5,"up_from":36,"seq":154618822670,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5332,"kb_used_data":460,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739820,"statfs":{"total":95995035648,"available":95989575680,"internally_reserved":0,"allocated":471040,"data_stored":184279,"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.54700000000000004}]},{"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.48099999999999998}]},{"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.52900000000000003}]},{"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.57399999999999995}]},{"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.70199999999999996}]},{"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.73199999999999998}]},{"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.65200000000000002}]}]}],"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-07-12T15:14:14.320 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph pg dump --format=json 2023-07-12T15:14:14.560 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c/mon.smithi005/config 2023-07-12T15:14:15.667 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:15 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:14:13.693587+0000 mgr.smithi005.fgymhs (mgr.14164) 168 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-07-12T15:14:15.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:15 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:13.890828+0000 mgr.smithi005.fgymhs (mgr.14164) 169 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-07-12T15:14:15.706 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-07-12T15:14:15.707 INFO:teuthology.orchestra.run.smithi005.stderr:dumped all 2023-07-12T15:14:15.730 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:15 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:14:13.693587+0000 mgr.smithi005.fgymhs (mgr.14164) 168 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-07-12T15:14:15.730 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:15 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:13.890828+0000 mgr.smithi005.fgymhs (mgr.14164) 169 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-07-12T15:14:16.098 INFO:teuthology.orchestra.run.smithi005.stdout:{"pg_ready":true,"pg_map":{"version":141,"stamp":"2023-07-12T15:14:15.693749+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":42868,"kb_used_data":3700,"kb_used_omap":0,"kb_used_meta":39104,"kb_avail":749918348,"statfs":{"total":767960285184,"available":767916388352,"internally_reserved":0,"allocated":3788800,"data_stored":1475709,"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":"48","state":"active+clean","last_fresh":"2023-07-12T15:13:46.343071+0000","last_change":"2023-07-12T15:13:46.343071+0000","last_active":"2023-07-12T15:13:46.343071+0000","last_peered":"2023-07-12T15:13:46.343071+0000","last_clean":"2023-07-12T15:13:46.343071+0000","last_became_active":"2023-07-12T15:13:46.342703+0000","last_became_peered":"2023-07-12T15:13:46.342703+0000","last_unstale":"2023-07-12T15:13:46.343071+0000","last_undegraded":"2023-07-12T15:13:46.343071+0000","last_fullsized":"2023-07-12T15:13:46.343071+0000","mapping_epoch":47,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":48,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-07-12T15:12:48.195412+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-07-12T15:12:48.195412+0000","last_clean_scrub_stamp":"2023-07-12T15:12:48.195412+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":46,"seq":197568495626,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5204,"kb_used_data":460,"kb_used_omap":0,"kb_used_meta":4736,"kb_avail":93739948,"statfs":{"total":95995035648,"available":95989706752,"internally_reserved":0,"allocated":471040,"data_stored":184265,"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.42899999999999999}]},{"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.48499999999999999}]},{"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.41599999999999998}]},{"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.54800000000000004}]},{"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.56299999999999994}]},{"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.57799999999999996}]},{"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.61899999999999999}]}]},{"osd":6,"up_from":41,"seq":176093659147,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5272,"kb_used_data":464,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93739880,"statfs":{"total":95995035648,"available":95989637120,"internally_reserved":0,"allocated":475136,"data_stored":184580,"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.42199999999999999}]},{"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.58799999999999997}]},{"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.47499999999999998}]},{"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.49099999999999999}]},{"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.36599999999999999}]},{"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.45600000000000002}]},{"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.55100000000000005}]}]},{"osd":1,"up_from":14,"seq":60129542170,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5460,"kb_used_data":460,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739692,"statfs":{"total":95995035648,"available":95989444608,"internally_reserved":0,"allocated":471040,"data_stored":184265,"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":"Wed Jul 12 15:13:27 2023","interfaces":[{"interface":"back","average":{"1min":0.37,"5min":0.37,"15min":0.37},"min":{"1min":0.219,"5min":0.219,"15min":0.219},"max":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"last":0.41399999999999998},{"interface":"front","average":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"min":{"1min":0.20499999999999999,"5min":0.20499999999999999,"15min":0.20499999999999999},"max":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"last":0.33400000000000002}]},{"osd":2,"last update":"Wed Jul 12 15:13:40 2023","interfaces":[{"interface":"back","average":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"min":{"1min":0.249,"5min":0.249,"15min":0.249},"max":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"last":0.34899999999999998},{"interface":"front","average":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"last":0.39100000000000001}]},{"osd":3,"last update":"Wed Jul 12 15:13:56 2023","interfaces":[{"interface":"back","average":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.63,"5min":0.63,"15min":0.63},"last":0.377},{"interface":"front","average":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.44900000000000001}]},{"osd":4,"last update":"Wed Jul 12 15:14:05 2023","interfaces":[{"interface":"back","average":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.95299999999999996,"5min":0.95299999999999996,"15min":0.95299999999999996},"last":0.64900000000000002},{"interface":"front","average":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":1.036,"5min":1.036,"15min":1.036},"last":0.70399999999999996}]},{"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.68600000000000005}]},{"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.66700000000000004}]},{"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.76500000000000001}]}]},{"osd":0,"up_from":9,"seq":38654705691,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5528,"kb_used_data":464,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739624,"statfs":{"total":95995035648,"available":95989374976,"internally_reserved":0,"allocated":475136,"data_stored":184580,"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":"Wed Jul 12 15:13:25 2023","interfaces":[{"interface":"back","average":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.374},{"interface":"front","average":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"min":{"1min":0.25,"5min":0.25,"15min":0.25},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.40600000000000003}]},{"osd":2,"last update":"Wed Jul 12 15:13:41 2023","interfaces":[{"interface":"back","average":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"min":{"1min":0.246,"5min":0.246,"15min":0.246},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.42899999999999999},{"interface":"front","average":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.73399999999999999,"5min":0.73399999999999999,"15min":0.73399999999999999},"last":0.45800000000000002}]},{"osd":3,"last update":"Wed Jul 12 15:13:53 2023","interfaces":[{"interface":"back","average":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.50900000000000001},{"interface":"front","average":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"last":0.39300000000000002}]},{"osd":4,"last update":"Wed Jul 12 15:14:07 2023","interfaces":[{"interface":"back","average":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":2.335,"5min":2.335,"15min":2.335},"last":0.54000000000000004},{"interface":"front","average":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"min":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":2.3559999999999999,"5min":2.3559999999999999,"15min":2.3559999999999999},"last":0.52700000000000002}]},{"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.47899999999999998}]},{"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.65700000000000003}]},{"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.69799999999999995}]}]},{"osd":2,"up_from":19,"seq":81604378647,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5400,"kb_used_data":464,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739752,"statfs":{"total":95995035648,"available":95989506048,"internally_reserved":0,"allocated":475136,"data_stored":184580,"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":"Wed Jul 12 15:13:39 2023","interfaces":[{"interface":"back","average":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"last":0.439},{"interface":"front","average":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"min":{"1min":0.25600000000000001,"5min":0.25600000000000001,"15min":0.25600000000000001},"max":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"last":0.41699999999999998}]},{"osd":1,"last update":"Wed Jul 12 15:13:39 2023","interfaces":[{"interface":"back","average":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"min":{"1min":0.25700000000000001,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"last":0.38500000000000001},{"interface":"front","average":{"1min":0.378,"5min":0.378,"15min":0.378},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"last":0.40200000000000002}]},{"osd":3,"last update":"Wed Jul 12 15:13:55 2023","interfaces":[{"interface":"back","average":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"last":0.45700000000000002},{"interface":"front","average":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"last":0.44900000000000001}]},{"osd":4,"last update":"Wed Jul 12 15:14:10 2023","interfaces":[{"interface":"back","average":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":1.1519999999999999,"5min":1.1519999999999999,"15min":1.1519999999999999},"last":0.51500000000000001},{"interface":"front","average":{"1min":0.622,"5min":0.622,"15min":0.622},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":1.1619999999999999,"5min":1.1619999999999999,"15min":1.1619999999999999},"last":0.59499999999999997}]},{"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.628}]},{"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.54100000000000004}]},{"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.58699999999999997}]}]},{"osd":3,"up_from":27,"seq":115964117011,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5336,"kb_used_data":464,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739816,"statfs":{"total":95995035648,"available":95989571584,"internally_reserved":0,"allocated":475136,"data_stored":184580,"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":"Wed Jul 12 15:13:56 2023","interfaces":[{"interface":"back","average":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"min":{"1min":0.22,"5min":0.22,"15min":0.22},"max":{"1min":0.88800000000000001,"5min":0.88800000000000001,"15min":0.88800000000000001},"last":0.35199999999999998},{"interface":"front","average":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":1.2350000000000001,"5min":1.2350000000000001,"15min":1.2350000000000001},"last":0.54100000000000004}]},{"osd":1,"last update":"Wed Jul 12 15:13:56 2023","interfaces":[{"interface":"back","average":{"1min":0.432,"5min":0.432,"15min":0.432},"min":{"1min":0.24399999999999999,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.86299999999999999,"5min":0.86299999999999999,"15min":0.86299999999999999},"last":0.29399999999999998},{"interface":"front","average":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.36299999999999999}]},{"osd":2,"last update":"Wed Jul 12 15:13:56 2023","interfaces":[{"interface":"back","average":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.78500000000000003,"5min":0.78500000000000003,"15min":0.78500000000000003},"last":0.33500000000000002},{"interface":"front","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":1.0680000000000001,"5min":1.0680000000000001,"15min":1.0680000000000001},"last":0.38900000000000001}]},{"osd":4,"last update":"Wed Jul 12 15:14:06 2023","interfaces":[{"interface":"back","average":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.83299999999999996,"5min":0.83299999999999996,"15min":0.83299999999999996},"last":0.57599999999999996},{"interface":"front","average":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"min":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":0.82199999999999995,"5min":0.82199999999999995,"15min":0.82199999999999995},"last":0.55800000000000005}]},{"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.45600000000000002}]},{"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.48999999999999999}]},{"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.61199999999999999}]}]},{"osd":4,"up_from":31,"seq":133143986193,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5336,"kb_used_data":464,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739816,"statfs":{"total":95995035648,"available":95989571584,"internally_reserved":0,"allocated":475136,"data_stored":184580,"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":"Wed Jul 12 15:14:05 2023","interfaces":[{"interface":"back","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":1.143,"5min":1.143,"15min":1.143},"last":0.45300000000000001},{"interface":"front","average":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":1.2270000000000001,"5min":1.2270000000000001,"15min":1.2270000000000001},"last":0.47299999999999998}]},{"osd":1,"last update":"Wed Jul 12 15:14:05 2023","interfaces":[{"interface":"back","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.97699999999999998,"5min":0.97699999999999998,"15min":0.97699999999999998},"last":0.49299999999999999},{"interface":"front","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":1.071,"5min":1.071,"15min":1.071},"last":0.56799999999999995}]},{"osd":2,"last update":"Wed Jul 12 15:14:05 2023","interfaces":[{"interface":"back","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":1.212,"5min":1.212,"15min":1.212},"last":0.63900000000000001},{"interface":"front","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":1.103,"5min":1.103,"15min":1.103},"last":0.54400000000000004}]},{"osd":3,"last update":"Wed Jul 12 15:14:05 2023","interfaces":[{"interface":"back","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":1.1799999999999999,"5min":1.1799999999999999,"15min":1.1799999999999999},"last":0.70699999999999996},{"interface":"front","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.89400000000000002,"5min":0.89400000000000002,"15min":0.89400000000000002},"last":0.622}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.59599999999999997}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.72499999999999998}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.84599999999999997}]}]},{"osd":5,"up_from":36,"seq":154618822670,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5332,"kb_used_data":460,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739820,"statfs":{"total":95995035648,"available":95989575680,"internally_reserved":0,"allocated":471040,"data_stored":184279,"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.54700000000000004}]},{"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.48099999999999998}]},{"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.52900000000000003}]},{"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.57399999999999995}]},{"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.70199999999999996}]},{"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.73199999999999998}]},{"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.65200000000000002}]}]}],"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-07-12T15:14:16.099 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-07-12T15:14:16.100 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-07-12T15:14:16.100 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-07-12T15:14:16.100 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph health --format=json 2023-07-12T15:14:16.338 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c/mon.smithi005/config 2023-07-12T15:14:17.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:17 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:14:15.693891+0000 mgr.smithi005.fgymhs (mgr.14164) 170 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-07-12T15:14:17.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:17 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:15.702953+0000 mgr.smithi005.fgymhs (mgr.14164) 171 : audit [DBG] from='client.14446 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-07-12T15:14:17.566 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-07-12T15:14:17.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:17 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:14:15.693891+0000 mgr.smithi005.fgymhs (mgr.14164) 170 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-07-12T15:14:17.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:17 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:15.702953+0000 mgr.smithi005.fgymhs (mgr.14164) 171 : audit [DBG] from='client.14446 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-07-12T15:14:17.972 INFO:teuthology.orchestra.run.smithi005.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-07-12T15:14:17.972 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-07-12T15:14:17.973 INFO:tasks.cephadm:Setup complete, yielding 2023-07-12T15:14:17.973 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-07-12T15:14:17.983 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi005.front.sepia.ceph.com 2023-07-12T15:14:17.984 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- bash -c 'ceph orch status' 2023-07-12T15:14:18.627 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:17.566024+0000 mon.smithi005 (mon.0) 518 : audit [DBG] from='client.? 172.21.15.5:0/1033386833' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-07-12T15:14:18.667 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:17.566024+0000 mon.smithi005 (mon.0) 518 : audit [DBG] from='client.? 172.21.15.5:0/1033386833' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-07-12T15:14:19.327 INFO:teuthology.orchestra.run.smithi005.stdout:Backend: cephadm 2023-07-12T15:14:19.328 INFO:teuthology.orchestra.run.smithi005.stdout:Available: Yes 2023-07-12T15:14:19.328 INFO:teuthology.orchestra.run.smithi005.stdout:Paused: No 2023-07-12T15:14:19.613 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:19 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:14:17.694250+0000 mgr.smithi005.fgymhs (mgr.14164) 172 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-07-12T15:14:19.667 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:19 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:14:17.694250+0000 mgr.smithi005.fgymhs (mgr.14164) 172 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-07-12T15:14:19.722 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- bash -c 'ceph orch ps' 2023-07-12T15:14:20.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:20 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:19.326464+0000 mgr.smithi005.fgymhs (mgr.14164) 173 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:14:20.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:20 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:19.326464+0000 mgr.smithi005.fgymhs (mgr.14164) 173 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:14:21.082 INFO:teuthology.orchestra.run.smithi005.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2023-07-12T15:14:21.083 INFO:teuthology.orchestra.run.smithi005.stdout:alertmanager.smithi005 smithi005 *:9093,9094 running (2m) 52s ago 3m 0.20.0 0881eb8f169f 02924d9fd4fd 2023-07-12T15:14:21.083 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi005 smithi005 running (3m) 52s ago 3m 16.2.4 8d91d370c2b8 d66dbf6fdb25 2023-07-12T15:14:21.083 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi107 smithi107 running (2m) 40s ago 2m 16.2.4 8d91d370c2b8 b2a554924ee7 2023-07-12T15:14:21.083 INFO:teuthology.orchestra.run.smithi005.stdout:grafana.smithi005 smithi005 *:3000 running (2m) 52s ago 3m 6.7.4 557c83e11646 e05ce52e5309 2023-07-12T15:14:21.084 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi005.fgymhs smithi005 *:9283 running (4m) 52s ago 4m 16.2.4 8d91d370c2b8 773b2b36c231 2023-07-12T15:14:21.084 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi107.erfdst smithi107 *:8443,9283 running (2m) 40s ago 2m 16.2.4 8d91d370c2b8 190060accffa 2023-07-12T15:14:21.084 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi005 smithi005 running (4m) 52s ago 4m 16.2.4 8d91d370c2b8 d77bb5c14fd6 2023-07-12T15:14:21.084 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi107 smithi107 running (2m) 40s ago 2m 16.2.4 8d91d370c2b8 eb5e5c1f8ca8 2023-07-12T15:14:21.085 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi005 smithi005 *:9100 running (3m) 52s ago 3m 0.18.1 e5a616e4b9cf 07304e88f4ad 2023-07-12T15:14:21.085 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi107 smithi107 *:9100 running (2m) 40s ago 2m 0.18.1 e5a616e4b9cf 0f858f5dbd77 2023-07-12T15:14:21.085 INFO:teuthology.orchestra.run.smithi005.stdout:osd.0 smithi005 running (2m) 52s ago 2m 16.2.4 8d91d370c2b8 b76fd1d0c8e6 2023-07-12T15:14:21.085 INFO:teuthology.orchestra.run.smithi005.stdout:osd.1 smithi005 running (2m) 52s ago 2m 16.2.4 8d91d370c2b8 0c931b3abdbc 2023-07-12T15:14:21.085 INFO:teuthology.orchestra.run.smithi005.stdout:osd.2 smithi005 running (108s) 52s ago 108s 16.2.4 8d91d370c2b8 2712a85e1556 2023-07-12T15:14:21.086 INFO:teuthology.orchestra.run.smithi005.stdout:osd.3 smithi005 running (94s) 52s ago 93s 16.2.4 8d91d370c2b8 91a5ecefbf60 2023-07-12T15:14:21.086 INFO:teuthology.orchestra.run.smithi005.stdout:osd.4 smithi107 running (81s) 40s ago 81s 16.2.4 8d91d370c2b8 27cd7acb5a1c 2023-07-12T15:14:21.086 INFO:teuthology.orchestra.run.smithi005.stdout:osd.5 smithi107 running (68s) 40s ago 68s 16.2.4 8d91d370c2b8 c0ddb4bafed0 2023-07-12T15:14:21.086 INFO:teuthology.orchestra.run.smithi005.stdout:osd.6 smithi107 running (55s) 40s ago 55s 16.2.4 8d91d370c2b8 82bc037c969c 2023-07-12T15:14:21.086 INFO:teuthology.orchestra.run.smithi005.stdout:osd.7 smithi107 running (42s) 40s ago 42s 16.2.4 8d91d370c2b8 516c8ea96297 2023-07-12T15:14:21.087 INFO:teuthology.orchestra.run.smithi005.stdout:prometheus.smithi005 smithi005 *:9095 running (2m) 52s ago 2m 2.18.1 de242295e225 724aca1453e2 2023-07-12T15:14:21.363 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:21 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:14:19.694594+0000 mgr.smithi005.fgymhs (mgr.14164) 174 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-07-12T15:14:21.463 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- bash -c 'ceph orch ls' 2023-07-12T15:14:21.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:21 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:14:19.694594+0000 mgr.smithi005.fgymhs (mgr.14164) 174 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-07-12T15:14:22.451 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:22 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:21.074955+0000 mgr.smithi005.fgymhs (mgr.14164) 175 : audit [DBG] from='client.14458 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:14:22.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:22 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:21.074955+0000 mgr.smithi005.fgymhs (mgr.14164) 175 : audit [DBG] from='client.14458 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:14:22.846 INFO:teuthology.orchestra.run.smithi005.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-07-12T15:14:22.846 INFO:teuthology.orchestra.run.smithi005.stdout:alertmanager 1/1 54s ago 3m count:1 2023-07-12T15:14:22.846 INFO:teuthology.orchestra.run.smithi005.stdout:crash 2/2 54s ago 3m * 2023-07-12T15:14:22.846 INFO:teuthology.orchestra.run.smithi005.stdout:grafana 1/1 54s ago 3m count:1 2023-07-12T15:14:22.846 INFO:teuthology.orchestra.run.smithi005.stdout:mgr 2/2 54s ago 3m count:2 2023-07-12T15:14:22.847 INFO:teuthology.orchestra.run.smithi005.stdout:mon 2/2 54s ago 3m smithi005:172.21.15.5=smithi005;smithi107:172.21.15.107=smithi107;count:2 2023-07-12T15:14:22.847 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter 2/2 54s ago 3m * 2023-07-12T15:14:22.847 INFO:teuthology.orchestra.run.smithi005.stdout:osd.unmanaged 8/8 54s ago - 2023-07-12T15:14:22.847 INFO:teuthology.orchestra.run.smithi005.stdout:prometheus 1/1 54s ago 3m count:1 2023-07-12T15:14:23.223 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- bash -c 'ceph orch host ls' 2023-07-12T15:14:23.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:23 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:14:21.694903+0000 mgr.smithi005.fgymhs (mgr.14164) 176 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-07-12T15:14:23.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:23 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:14:21.694903+0000 mgr.smithi005.fgymhs (mgr.14164) 176 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-07-12T15:14:24.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:24 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:22.841302+0000 mgr.smithi005.fgymhs (mgr.14164) 177 : audit [DBG] from='client.14462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:14:24.612 INFO:teuthology.orchestra.run.smithi005.stdout:HOST ADDR LABELS STATUS 2023-07-12T15:14:24.613 INFO:teuthology.orchestra.run.smithi005.stdout:smithi005 172.21.15.5 2023-07-12T15:14:24.613 INFO:teuthology.orchestra.run.smithi005.stdout:smithi107 smithi107 2023-07-12T15:14:24.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:24 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:22.841302+0000 mgr.smithi005.fgymhs (mgr.14164) 177 : audit [DBG] from='client.14462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:14:25.004 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- bash -c 'ceph orch device ls' 2023-07-12T15:14:25.667 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:25 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:14:23.695192+0000 mgr.smithi005.fgymhs (mgr.14164) 178 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-07-12T15:14:25.709 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:25 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:14:23.695192+0000 mgr.smithi005.fgymhs (mgr.14164) 178 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-07-12T15:14:26.362 INFO:teuthology.orchestra.run.smithi005.stdout:Hostname Path Type Serial Size Health Ident Fault Available 2023-07-12T15:14:26.363 INFO:teuthology.orchestra.run.smithi005.stdout:smithi005 /dev/nvme0n1 ssd PHMB751300EW480DGN 480G Unknown N/A N/A No 2023-07-12T15:14:26.363 INFO:teuthology.orchestra.run.smithi005.stdout:smithi107 /dev/nvme0n1 ssd PHFT620400NK400BGN 400G Unknown N/A N/A No 2023-07-12T15:14:26.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:26 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:24.611498+0000 mgr.smithi005.fgymhs (mgr.14164) 179 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:14:26.670 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:26 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:24.611498+0000 mgr.smithi005.fgymhs (mgr.14164) 179 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:14:26.747 INFO:teuthology.run_tasks:Running task vip.exec... 2023-07-12T15:14:26.762 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi005.front.sepia.ceph.com 2023-07-12T15:14:26.763 DEBUG:teuthology.orchestra.run.smithi005:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-07-12T15:14:26.792 INFO:teuthology.orchestra.run.smithi005.stderr:+ systemctl stop nfs-server 2023-07-12T15:14:26.800 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi107.front.sepia.ceph.com 2023-07-12T15:14:26.801 DEBUG:teuthology.orchestra.run.smithi107:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-07-12T15:14:26.839 INFO:teuthology.orchestra.run.smithi107.stderr:+ systemctl stop nfs-server 2023-07-12T15:14:26.847 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-07-12T15:14:26.857 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi005.front.sepia.ceph.com 2023-07-12T15:14:26.857 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- bash -c 'ceph fs volume create foofs' 2023-07-12T15:14:27.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:27 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:14:25.695537+0000 mgr.smithi005.fgymhs (mgr.14164) 180 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-07-12T15:14:27.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:27 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:26.360932+0000 mgr.smithi005.fgymhs (mgr.14164) 181 : audit [DBG] from='client.14470 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:14:27.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:27 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:14:25.695537+0000 mgr.smithi005.fgymhs (mgr.14164) 180 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-07-12T15:14:27.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:27 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:26.360932+0000 mgr.smithi005.fgymhs (mgr.14164) 181 : audit [DBG] from='client.14470 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:14:29.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:29 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:14:27.695834+0000 mgr.smithi005.fgymhs (mgr.14164) 182 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-07-12T15:14:29.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:29 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:28.213913+0000 mgr.smithi005.fgymhs (mgr.14164) 183 : audit [DBG] from='client.14474 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:14:29.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:29 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:28.214431+0000 mon.smithi005 (mon.0) 519 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-07-12T15:14:29.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:29 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:14:27.695834+0000 mgr.smithi005.fgymhs (mgr.14164) 182 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-07-12T15:14:29.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:29 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:28.213913+0000 mgr.smithi005.fgymhs (mgr.14164) 183 : audit [DBG] from='client.14474 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:14:29.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:29 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:28.214431+0000 mon.smithi005 (mon.0) 519 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-07-12T15:14:30.412 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:30 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:29.023565+0000 mon.smithi005 (mon.0) 520 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-07-12T15:14:30.412 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:30 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:14:29.023613+0000 mon.smithi005 (mon.0) 521 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-07-12T15:14:30.413 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:30 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:29.024924+0000 mon.smithi005 (mon.0) 522 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-07-12T15:14:30.413 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:30 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:14:30.034+0000 7f8584cdd700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-07-12T15:14:30.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:30 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:29.023565+0000 mon.smithi005 (mon.0) 520 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-07-12T15:14:30.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:30 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:14:29.023613+0000 mon.smithi005 (mon.0) 521 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-07-12T15:14:30.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:30 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:29.024924+0000 mon.smithi005 (mon.0) 522 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-07-12T15:14:30.438 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-07-12T15:14:30.449 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2023-07-12T15:14:30.449 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph orch ls -f json 2023-07-12T15:14:31.117 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:31 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:14:29.696339+0000 mgr.smithi005.fgymhs (mgr.14164) 184 : cluster [DBG] pgmap v149: 33 pgs: 2 creating+peering, 1 active+clean, 30 unknown; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-07-12T15:14:31.118 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:31 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:30.030764+0000 mon.smithi005 (mon.0) 523 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-07-12T15:14:31.118 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:31 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:14:30.031060+0000 mon.smithi005 (mon.0) 524 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-07-12T15:14:31.118 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:31 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:30.034107+0000 mon.smithi005 (mon.0) 525 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-07-12T15:14:31.118 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:31 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:14:30.035101+0000 mon.smithi005 (mon.0) 526 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-07-12T15:14:31.118 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:31 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:14:30.035142+0000 mon.smithi005 (mon.0) 527 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-07-12T15:14:31.118 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:31 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:14:30.046105+0000 mon.smithi005 (mon.0) 528 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2023-07-12T15:14:31.119 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:31 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:30.046894+0000 mon.smithi005 (mon.0) 529 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-07-12T15:14:31.119 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:31 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:14:30.046989+0000 mon.smithi005 (mon.0) 530 : cluster [DBG] fsmap foofs:0 2023-07-12T15:14:31.119 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:31 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:14:30.051526+0000 mgr.smithi005.fgymhs (mgr.14164) 185 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2023-07-12T15:14:31.119 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:31 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:30.057705+0000 mon.smithi005 (mon.0) 531 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:14:31.119 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:31 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:30.058555+0000 mon.smithi005 (mon.0) 532 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:14:31.119 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:31 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:30.500038+0000 mon.smithi005 (mon.0) 533 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:14:31.119 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:31 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:30.505299+0000 mon.smithi005 (mon.0) 534 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:14:31.120 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:31 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:30.506041+0000 mon.smithi005 (mon.0) 535 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi005.llyakb", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-07-12T15:14:31.120 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:31 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:30.509959+0000 mon.smithi005 (mon.0) 536 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi005.llyakb", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-07-12T15:14:31.120 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:31 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:30.510664+0000 mon.smithi005 (mon.0) 537 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:14:31.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:31 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:14:29.696339+0000 mgr.smithi005.fgymhs (mgr.14164) 184 : cluster [DBG] pgmap v149: 33 pgs: 2 creating+peering, 1 active+clean, 30 unknown; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-07-12T15:14:31.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:31 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:30.030764+0000 mon.smithi005 (mon.0) 523 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-07-12T15:14:31.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:31 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:14:30.031060+0000 mon.smithi005 (mon.0) 524 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-07-12T15:14:31.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:31 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:30.034107+0000 mon.smithi005 (mon.0) 525 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-07-12T15:14:31.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:31 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:14:30.035101+0000 mon.smithi005 (mon.0) 526 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-07-12T15:14:31.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:31 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:14:30.035142+0000 mon.smithi005 (mon.0) 527 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-07-12T15:14:31.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:31 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:14:30.046105+0000 mon.smithi005 (mon.0) 528 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2023-07-12T15:14:31.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:31 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:30.046894+0000 mon.smithi005 (mon.0) 529 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-07-12T15:14:31.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:31 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:14:30.046989+0000 mon.smithi005 (mon.0) 530 : cluster [DBG] fsmap foofs:0 2023-07-12T15:14:31.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:31 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:14:30.051526+0000 mgr.smithi005.fgymhs (mgr.14164) 185 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2023-07-12T15:14:31.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:31 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:30.057705+0000 mon.smithi005 (mon.0) 531 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:14:31.420 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:31 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:30.058555+0000 mon.smithi005 (mon.0) 532 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:14:31.420 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:31 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:30.500038+0000 mon.smithi005 (mon.0) 533 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:14:31.420 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:31 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:30.505299+0000 mon.smithi005 (mon.0) 534 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:14:31.420 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:31 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:30.506041+0000 mon.smithi005 (mon.0) 535 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi005.llyakb", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-07-12T15:14:31.420 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:31 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:30.509959+0000 mon.smithi005 (mon.0) 536 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi005.llyakb", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-07-12T15:14:31.420 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:31 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:30.510664+0000 mon.smithi005 (mon.0) 537 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:14:31.978 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-07-12T15:14:31.979 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-07-12T15:10:39.576704Z", "last_refresh": "2023-07-12T15:13:28.255075Z", "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-07-12T15:10:28.593005Z", "last_refresh": "2023-07-12T15:13:28.255136Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-07-12T15:10:37.779876Z", "last_refresh": "2023-07-12T15:13:28.255196Z", "running": 1, "size": 1}}, {"events": ["2023-07-12T15:14:30.057920Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-07-12T15:14:30.051553Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-07-12T15:10:27.681195Z", "last_refresh": "2023-07-12T15:13:28.255006Z", "running": 2, "size": 2}}, {"events": ["2023-07-12T15:11:05.467096Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi107:172.21.15.107=smithi107"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-07-12T15:11:05.464706Z", "last_refresh": "2023-07-12T15:13:28.254870Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-07-12T15:10:38.687247Z", "last_refresh": "2023-07-12T15:13:28.255254Z", "running": 2, "size": 2}}, {"placement": {}, "service_id": "unmanaged", "service_name": "osd.unmanaged", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29", "container_image_name": "quay.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949", "last_refresh": "2023-07-12T15:13:28.255369Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-07-12T15:10:36.855170Z", "last_refresh": "2023-07-12T15:13:28.255312Z", "running": 1, "size": 1}}] 2023-07-12T15:14:32.364 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:32 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:14:30.511314+0000 mgr.smithi005.fgymhs (mgr.14164) 186 : cephadm [INF] Deploying daemon mds.foofs.smithi005.llyakb on smithi005 2023-07-12T15:14:32.364 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:32 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:14:31.044543+0000 mon.smithi005 (mon.0) 538 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2023-07-12T15:14:32.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:32 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:14:30.511314+0000 mgr.smithi005.fgymhs (mgr.14164) 186 : cephadm [INF] Deploying daemon mds.foofs.smithi005.llyakb on smithi005 2023-07-12T15:14:32.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:32 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:14:31.044543+0000 mon.smithi005 (mon.0) 538 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2023-07-12T15:14:32.547 INFO:tasks.cephadm:mds.foofs has 0/2 2023-07-12T15:14:33.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:33 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:14:31.696701+0000 mgr.smithi005.fgymhs (mgr.14164) 187 : cluster [DBG] pgmap v153: 65 pgs: 21 active+clean, 6 creating+peering, 38 unknown; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-07-12T15:14:33.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:33 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:31.974229+0000 mgr.smithi005.fgymhs (mgr.14164) 188 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-07-12T15:14:33.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:33 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:14:32.051231+0000 mon.smithi005 (mon.0) 539 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2023-07-12T15:14:33.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:33 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:32.933149+0000 mon.smithi005 (mon.0) 540 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:14:33.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:33 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:32.933987+0000 mon.smithi005 (mon.0) 541 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi107.umdxex", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-07-12T15:14:33.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:33 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:32.936424+0000 mon.smithi005 (mon.0) 542 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi107.umdxex", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-07-12T15:14:33.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:33 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:32.937026+0000 mon.smithi005 (mon.0) 543 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:14:33.307 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:14:31.696701+0000 mgr.smithi005.fgymhs (mgr.14164) 187 : cluster [DBG] pgmap v153: 65 pgs: 21 active+clean, 6 creating+peering, 38 unknown; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-07-12T15:14:33.307 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:31.974229+0000 mgr.smithi005.fgymhs (mgr.14164) 188 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-07-12T15:14:33.307 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:14:32.051231+0000 mon.smithi005 (mon.0) 539 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2023-07-12T15:14:33.307 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:32.933149+0000 mon.smithi005 (mon.0) 540 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:14:33.308 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:32.933987+0000 mon.smithi005 (mon.0) 541 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi107.umdxex", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-07-12T15:14:33.308 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:32.936424+0000 mon.smithi005 (mon.0) 542 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi107.umdxex", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-07-12T15:14:33.308 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:32.937026+0000 mon.smithi005 (mon.0) 543 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:14:33.548 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph orch ls -f json 2023-07-12T15:14:34.225 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:34 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:14:32.937529+0000 mgr.smithi005.fgymhs (mgr.14164) 189 : cephadm [INF] Deploying daemon mds.foofs.smithi107.umdxex on smithi107 2023-07-12T15:14:34.241 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:34 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:14:32.937529+0000 mgr.smithi005.fgymhs (mgr.14164) 189 : cephadm [INF] Deploying daemon mds.foofs.smithi107.umdxex on smithi107 2023-07-12T15:14:34.980 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-07-12T15:14:34.981 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-07-12T15:10:39.576704Z", "last_refresh": "2023-07-12T15:13:28.255075Z", "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-07-12T15:10:28.593005Z", "last_refresh": "2023-07-12T15:13:28.255136Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-07-12T15:10:37.779876Z", "last_refresh": "2023-07-12T15:13:28.255196Z", "running": 1, "size": 1}}, {"events": ["2023-07-12T15:14:30.057920Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-07-12T15:14:30.051553Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-07-12T15:10:27.681195Z", "last_refresh": "2023-07-12T15:13:28.255006Z", "running": 2, "size": 2}}, {"events": ["2023-07-12T15:11:05.467096Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi107:172.21.15.107=smithi107"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-07-12T15:11:05.464706Z", "last_refresh": "2023-07-12T15:13:28.254870Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-07-12T15:10:38.687247Z", "last_refresh": "2023-07-12T15:13:28.255254Z", "running": 2, "size": 2}}, {"placement": {}, "service_id": "unmanaged", "service_name": "osd.unmanaged", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29", "container_image_name": "quay.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949", "last_refresh": "2023-07-12T15:13:28.255369Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-07-12T15:10:36.855170Z", "last_refresh": "2023-07-12T15:13:28.255312Z", "running": 1, "size": 1}}] 2023-07-12T15:14:35.473 INFO:tasks.cephadm:mds.foofs has 2/2 2023-07-12T15:14:35.473 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-07-12T15:14:35.482 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi005.front.sepia.ceph.com 2023-07-12T15:14:35.483 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2023-07-12T15:14:35.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:14:33.697069+0000 mgr.smithi005.fgymhs (mgr.14164) 190 : cluster [DBG] pgmap v155: 65 pgs: 53 active+clean, 6 creating+peering, 6 unknown; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2023-07-12T15:14:35.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:34.475697+0000 mon.smithi005 (mon.0) 544 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:14:35.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:34.476398+0000 mon.smithi005 (mon.0) 545 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:14:35.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:14:35.057734+0000 mon.smithi005 (mon.0) 546 : cluster [DBG] mds.? [v2:172.21.15.107:6832/1789887462,v1:172.21.15.107:6833/1789887462] up:boot 2023-07-12T15:14:35.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:14:35.057791+0000 mon.smithi005 (mon.0) 547 : cluster [INF] daemon mds.foofs.smithi107.umdxex assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-07-12T15:14:35.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:14:35.057843+0000 mon.smithi005 (mon.0) 548 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-07-12T15:14:35.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:14:35.057868+0000 mon.smithi005 (mon.0) 549 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-07-12T15:14:35.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:14:35.057888+0000 mon.smithi005 (mon.0) 550 : cluster [INF] Cluster is now healthy 2023-07-12T15:14:35.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:14:35.058059+0000 mon.smithi005 (mon.0) 551 : cluster [DBG] fsmap foofs:0 1 up:standby 2023-07-12T15:14:35.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:35.058190+0000 mon.smithi005 (mon.0) 552 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi107.umdxex"}]: dispatch 2023-07-12T15:14:35.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:14:35.061097+0000 mon.smithi005 (mon.0) 553 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi107.umdxex=up:creating} 2023-07-12T15:14:35.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:14:35.072730+0000 mon.smithi005 (mon.0) 554 : cluster [INF] daemon mds.foofs.smithi107.umdxex is now active in filesystem foofs as rank 0 2023-07-12T15:14:35.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:14:33.697069+0000 mgr.smithi005.fgymhs (mgr.14164) 190 : cluster [DBG] pgmap v155: 65 pgs: 53 active+clean, 6 creating+peering, 6 unknown; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2023-07-12T15:14:35.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:34.475697+0000 mon.smithi005 (mon.0) 544 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:14:35.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:34.476398+0000 mon.smithi005 (mon.0) 545 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:14:35.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:14:35.057734+0000 mon.smithi005 (mon.0) 546 : cluster [DBG] mds.? [v2:172.21.15.107:6832/1789887462,v1:172.21.15.107:6833/1789887462] up:boot 2023-07-12T15:14:35.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:14:35.057791+0000 mon.smithi005 (mon.0) 547 : cluster [INF] daemon mds.foofs.smithi107.umdxex assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-07-12T15:14:35.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:14:35.057843+0000 mon.smithi005 (mon.0) 548 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-07-12T15:14:35.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:14:35.057868+0000 mon.smithi005 (mon.0) 549 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-07-12T15:14:35.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:14:35.057888+0000 mon.smithi005 (mon.0) 550 : cluster [INF] Cluster is now healthy 2023-07-12T15:14:35.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:14:35.058059+0000 mon.smithi005 (mon.0) 551 : cluster [DBG] fsmap foofs:0 1 up:standby 2023-07-12T15:14:35.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:35.058190+0000 mon.smithi005 (mon.0) 552 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi107.umdxex"}]: dispatch 2023-07-12T15:14:35.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:14:35.061097+0000 mon.smithi005 (mon.0) 553 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi107.umdxex=up:creating} 2023-07-12T15:14:35.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:14:35.072730+0000 mon.smithi005 (mon.0) 554 : cluster [INF] daemon mds.foofs.smithi107.umdxex is now active in filesystem foofs as rank 0 2023-07-12T15:14:36.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:36 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:34.976602+0000 mgr.smithi005.fgymhs (mgr.14164) 191 : audit [DBG] from='client.24309 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-07-12T15:14:36.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:36 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:35.911354+0000 mon.smithi005 (mon.0) 555 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:14:36.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:36 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:14:36.061891+0000 mon.smithi005 (mon.0) 556 : cluster [DBG] mds.? [v2:172.21.15.107:6832/1789887462,v1:172.21.15.107:6833/1789887462] up:active 2023-07-12T15:14:36.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:36 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:14:36.061951+0000 mon.smithi005 (mon.0) 557 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi107.umdxex=up:active} 2023-07-12T15:14:36.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:36 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:34.976602+0000 mgr.smithi005.fgymhs (mgr.14164) 191 : audit [DBG] from='client.24309 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-07-12T15:14:36.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:36 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:35.911354+0000 mon.smithi005 (mon.0) 555 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:14:36.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:36 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:14:36.061891+0000 mon.smithi005 (mon.0) 556 : cluster [DBG] mds.? [v2:172.21.15.107:6832/1789887462,v1:172.21.15.107:6833/1789887462] up:active 2023-07-12T15:14:36.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:36 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:14:36.061951+0000 mon.smithi005 (mon.0) 557 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi107.umdxex=up:active} 2023-07-12T15:14:37.187 INFO:teuthology.orchestra.run.smithi005.stderr:Invalid command: missing required parameter clusterid() 2023-07-12T15:14:37.188 INFO:teuthology.orchestra.run.smithi005.stderr:nfs cluster create [] : Create an NFS Cluster 2023-07-12T15:14:37.188 INFO:teuthology.orchestra.run.smithi005.stderr:Error EINVAL: invalid command 2023-07-12T15:14:37.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:37 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:14:35.697475+0000 mgr.smithi005.fgymhs (mgr.14164) 192 : cluster [DBG] pgmap v156: 65 pgs: 65 active+clean; 22 B data, 43 MiB used, 715 GiB / 715 GiB avail 2023-07-12T15:14:37.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:37 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:14:35.697475+0000 mgr.smithi005.fgymhs (mgr.14164) 192 : cluster [DBG] pgmap v156: 65 pgs: 65 active+clean; 22 B data, 43 MiB used, 715 GiB / 715 GiB avail 2023-07-12T15:14:38.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:14:37.485702+0000 mon.smithi005 (mon.0) 558 : cluster [DBG] mds.? [v2:172.21.15.5:6834/160661419,v1:172.21.15.5:6835/160661419] up:boot 2023-07-12T15:14:38.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:14:37.485933+0000 mon.smithi005 (mon.0) 559 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi107.umdxex=up:active} 1 up:standby 2023-07-12T15:14:38.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:37.486020+0000 mon.smithi005 (mon.0) 560 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi005.llyakb"}]: dispatch 2023-07-12T15:14:38.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:14:37.491343+0000 mon.smithi005 (mon.0) 561 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi107.umdxex=up:active} 1 up:standby 2023-07-12T15:14:38.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:37.531772+0000 mgr.smithi005.fgymhs (mgr.14164) 193 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "type": "cephfs", "clusterid": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:14:38.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:37.532743+0000 mon.smithi005 (mon.0) 562 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]: dispatch 2023-07-12T15:14:38.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:14:37.698053+0000 mgr.smithi005.fgymhs (mgr.14164) 194 : cluster [DBG] pgmap v157: 65 pgs: 65 active+clean; 1.5 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 4 op/s 2023-07-12T15:14:38.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:38.195943+0000 mon.smithi005 (mon.0) 563 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:14:38.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:38.199461+0000 mon.smithi005 (mon.0) 564 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:14:38.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:38.202963+0000 mon.smithi005 (mon.0) 565 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:14:38.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:38.206577+0000 mon.smithi005 (mon.0) 566 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:14:38.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:14:37.485702+0000 mon.smithi005 (mon.0) 558 : cluster [DBG] mds.? [v2:172.21.15.5:6834/160661419,v1:172.21.15.5:6835/160661419] up:boot 2023-07-12T15:14:38.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:14:37.485933+0000 mon.smithi005 (mon.0) 559 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi107.umdxex=up:active} 1 up:standby 2023-07-12T15:14:38.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:37.486020+0000 mon.smithi005 (mon.0) 560 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi005.llyakb"}]: dispatch 2023-07-12T15:14:38.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:14:37.491343+0000 mon.smithi005 (mon.0) 561 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi107.umdxex=up:active} 1 up:standby 2023-07-12T15:14:38.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:37.531772+0000 mgr.smithi005.fgymhs (mgr.14164) 193 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "type": "cephfs", "clusterid": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:14:38.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:37.532743+0000 mon.smithi005 (mon.0) 562 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]: dispatch 2023-07-12T15:14:38.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:14:37.698053+0000 mgr.smithi005.fgymhs (mgr.14164) 194 : cluster [DBG] pgmap v157: 65 pgs: 65 active+clean; 1.5 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 4 op/s 2023-07-12T15:14:38.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:38.195943+0000 mon.smithi005 (mon.0) 563 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:14:38.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:38.199461+0000 mon.smithi005 (mon.0) 564 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:14:38.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:38.202963+0000 mon.smithi005 (mon.0) 565 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:14:38.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:38.206577+0000 mon.smithi005 (mon.0) 566 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:14:39.526 INFO:teuthology.orchestra.run.smithi005.stdout:NFS Cluster Created Successfully 2023-07-12T15:14:39.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:39 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:38.494278+0000 mon.smithi005 (mon.0) 567 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]': finished 2023-07-12T15:14:39.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:39 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:14:38.494323+0000 mon.smithi005 (mon.0) 568 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2023-07-12T15:14:39.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:39 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:38.495535+0000 mon.smithi005 (mon.0) 569 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]: dispatch 2023-07-12T15:14:39.890 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:39 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:38.494278+0000 mon.smithi005 (mon.0) 567 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]': finished 2023-07-12T15:14:39.890 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:39 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:14:38.494323+0000 mon.smithi005 (mon.0) 568 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2023-07-12T15:14:39.890 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:39 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:38.495535+0000 mon.smithi005 (mon.0) 569 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]: dispatch 2023-07-12T15:14:39.948 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- 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-07-12T15:14:40.632 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:40 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:39.500286+0000 mon.smithi005 (mon.0) 570 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]': finished 2023-07-12T15:14:40.632 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:40 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:14:39.500547+0000 mon.smithi005 (mon.0) 571 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2023-07-12T15:14:40.632 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:40 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:14:39.521855+0000 mgr.smithi005.fgymhs (mgr.14164) 195 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2023-07-12T15:14:40.632 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:40 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:39.525284+0000 mon.smithi005 (mon.0) 572 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:14:40.633 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:40 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:39.526059+0000 mon.smithi005 (mon.0) 573 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:14:40.633 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:40 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:39.534048+0000 mon.smithi005 (mon.0) 574 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:14:40.633 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:40 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:14:39.538221+0000 mgr.smithi005.fgymhs (mgr.14164) 196 : cephadm [INF] Checking pool "nfs-ganesha" exists for service nfs.foo 2023-07-12T15:14:40.633 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:40 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:14:39.545049+0000 mgr.smithi005.fgymhs (mgr.14164) 197 : cephadm [INF] Creating key for client.nfs.foo.smithi107 2023-07-12T15:14:40.633 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:40 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:39.545314+0000 mon.smithi005 (mon.0) 575 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi107", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2023-07-12T15:14:40.633 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:40 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:39.548815+0000 mon.smithi005 (mon.0) 576 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi107", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2023-07-12T15:14:40.633 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:40 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:14:39.550365+0000 mgr.smithi005.fgymhs (mgr.14164) 198 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-07-12T15:14:40.634 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:40 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:14:39.550486+0000 mgr.smithi005.fgymhs (mgr.14164) 199 : cephadm [INF] Creating key for client.nfs.foo.smithi107-rgw 2023-07-12T15:14:40.634 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:40 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:39.550765+0000 mon.smithi005 (mon.0) 577 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi107-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-07-12T15:14:40.634 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:40 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:39.555112+0000 mon.smithi005 (mon.0) 578 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi107-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-07-12T15:14:40.634 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:40 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:39.557844+0000 mon.smithi005 (mon.0) 579 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:14:40.634 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:40 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:14:39.558569+0000 mgr.smithi005.fgymhs (mgr.14164) 200 : cephadm [INF] Deploying daemon nfs.foo.smithi107 on smithi107 2023-07-12T15:14:40.634 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:40 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:14:39.698505+0000 mgr.smithi005.fgymhs (mgr.14164) 201 : cluster [DBG] pgmap v160: 97 pgs: 6 creating+peering, 26 unknown, 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s wr, 8 op/s 2023-07-12T15:14:40.832 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:40 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:39.500286+0000 mon.smithi005 (mon.0) 570 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]': finished 2023-07-12T15:14:40.833 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:40 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:14:39.500547+0000 mon.smithi005 (mon.0) 571 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2023-07-12T15:14:40.833 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:40 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:14:39.521855+0000 mgr.smithi005.fgymhs (mgr.14164) 195 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2023-07-12T15:14:40.833 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:40 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:39.525284+0000 mon.smithi005 (mon.0) 572 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:14:40.833 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:40 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:39.526059+0000 mon.smithi005 (mon.0) 573 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:14:40.833 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:40 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:39.534048+0000 mon.smithi005 (mon.0) 574 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:14:40.833 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:40 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:14:39.538221+0000 mgr.smithi005.fgymhs (mgr.14164) 196 : cephadm [INF] Checking pool "nfs-ganesha" exists for service nfs.foo 2023-07-12T15:14:40.834 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:40 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:14:39.545049+0000 mgr.smithi005.fgymhs (mgr.14164) 197 : cephadm [INF] Creating key for client.nfs.foo.smithi107 2023-07-12T15:14:40.834 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:40 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:39.545314+0000 mon.smithi005 (mon.0) 575 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi107", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2023-07-12T15:14:40.834 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:40 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:39.548815+0000 mon.smithi005 (mon.0) 576 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi107", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2023-07-12T15:14:40.834 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:40 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:14:39.550365+0000 mgr.smithi005.fgymhs (mgr.14164) 198 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-07-12T15:14:40.834 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:40 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:14:39.550486+0000 mgr.smithi005.fgymhs (mgr.14164) 199 : cephadm [INF] Creating key for client.nfs.foo.smithi107-rgw 2023-07-12T15:14:40.834 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:40 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:39.550765+0000 mon.smithi005 (mon.0) 577 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi107-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-07-12T15:14:40.834 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:40 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:39.555112+0000 mon.smithi005 (mon.0) 578 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi107-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-07-12T15:14:40.835 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:40 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:39.557844+0000 mon.smithi005 (mon.0) 579 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:14:40.835 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:40 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:14:39.558569+0000 mgr.smithi005.fgymhs (mgr.14164) 200 : cephadm [INF] Deploying daemon nfs.foo.smithi107 on smithi107 2023-07-12T15:14:40.835 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:40 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:14:39.698505+0000 mgr.smithi005.fgymhs (mgr.14164) 201 : cluster [DBG] pgmap v160: 97 pgs: 6 creating+peering, 26 unknown, 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s wr, 8 op/s 2023-07-12T15:14:41.378 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:14:41.378 INFO:teuthology.orchestra.run.smithi005.stdout: "bind": "/fake", 2023-07-12T15:14:41.379 INFO:teuthology.orchestra.run.smithi005.stdout: "fs": "foofs", 2023-07-12T15:14:41.379 INFO:teuthology.orchestra.run.smithi005.stdout: "path": "/", 2023-07-12T15:14:41.379 INFO:teuthology.orchestra.run.smithi005.stdout: "cluster": "foo", 2023-07-12T15:14:41.379 INFO:teuthology.orchestra.run.smithi005.stdout: "mode": "RW" 2023-07-12T15:14:41.379 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:14:41.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:41 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:14:40.501548+0000 mon.smithi005 (mon.0) 580 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-07-12T15:14:41.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:41 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:41.345913+0000 mgr.smithi005.fgymhs (mgr.14164) 202 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "clusterid": "foo", "binding": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:14:41.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:41 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:41.369037+0000 mon.smithi005 (mon.0) 581 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 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-07-12T15:14:41.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:41 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:41.373194+0000 mon.smithi005 (mon.0) 582 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 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-07-12T15:14:41.772 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2023-07-12T15:14:41.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:41 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:14:40.501548+0000 mon.smithi005 (mon.0) 580 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-07-12T15:14:41.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:41 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:41.345913+0000 mgr.smithi005.fgymhs (mgr.14164) 202 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "clusterid": "foo", "binding": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:14:41.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:41 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:41.369037+0000 mon.smithi005 (mon.0) 581 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 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-07-12T15:14:41.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:41 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:41.373194+0000 mon.smithi005 (mon.0) 582 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 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-07-12T15:14:42.860 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:42 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:14:41.561245+0000 mon.smithi005 (mon.0) 583 : cluster [DBG] mgrmap e19: smithi005.fgymhs(active, since 3m), standbys: smithi107.erfdst 2023-07-12T15:14:42.861 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:42 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:14:41.563408+0000 mon.smithi005 (mon.0) 584 : cluster [DBG] mds.? [v2:172.21.15.5:6834/160661419,v1:172.21.15.5:6835/160661419] up:standby 2023-07-12T15:14:42.861 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:42 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:14:41.563459+0000 mon.smithi005 (mon.0) 585 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi107.umdxex=up:active} 1 up:standby 2023-07-12T15:14:42.861 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:42 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:14:41.698876+0000 mgr.smithi005.fgymhs (mgr.14164) 203 : cluster [DBG] pgmap v162: 97 pgs: 6 creating+peering, 14 unknown, 77 active+clean; 2.6 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s wr, 5 op/s 2023-07-12T15:14:42.861 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:42 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:41.723672+0000 mon.smithi005 (mon.0) 586 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:14:42.861 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:42 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:14:41.724284+0000 mgr.smithi005.fgymhs (mgr.14164) 204 : cephadm [INF] Creating key for client.nfs.foo.smithi005 2023-07-12T15:14:42.861 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:42 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:41.724503+0000 mon.smithi005 (mon.0) 587 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi005", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2023-07-12T15:14:42.862 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:42 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:41.726889+0000 mon.smithi005 (mon.0) 588 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi005", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2023-07-12T15:14:42.862 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:42 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:14:41.727964+0000 mgr.smithi005.fgymhs (mgr.14164) 205 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-07-12T15:14:42.862 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:42 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:14:41.728027+0000 mgr.smithi005.fgymhs (mgr.14164) 206 : cephadm [INF] Creating key for client.nfs.foo.smithi005-rgw 2023-07-12T15:14:42.862 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:42 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:41.728207+0000 mon.smithi005 (mon.0) 589 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi005-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-07-12T15:14:42.862 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:42 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:41.730586+0000 mon.smithi005 (mon.0) 590 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi005-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-07-12T15:14:42.862 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:42 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:41.731477+0000 mon.smithi005 (mon.0) 591 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:14:42.862 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:42 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:14:41.731999+0000 mgr.smithi005.fgymhs (mgr.14164) 207 : cephadm [INF] Deploying daemon nfs.foo.smithi005 on smithi005 2023-07-12T15:14:42.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:42 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:14:41.561245+0000 mon.smithi005 (mon.0) 583 : cluster [DBG] mgrmap e19: smithi005.fgymhs(active, since 3m), standbys: smithi107.erfdst 2023-07-12T15:14:42.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:42 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:14:41.563408+0000 mon.smithi005 (mon.0) 584 : cluster [DBG] mds.? [v2:172.21.15.5:6834/160661419,v1:172.21.15.5:6835/160661419] up:standby 2023-07-12T15:14:42.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:42 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:14:41.563459+0000 mon.smithi005 (mon.0) 585 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi107.umdxex=up:active} 1 up:standby 2023-07-12T15:14:42.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:42 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:14:41.698876+0000 mgr.smithi005.fgymhs (mgr.14164) 203 : cluster [DBG] pgmap v162: 97 pgs: 6 creating+peering, 14 unknown, 77 active+clean; 2.6 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s wr, 5 op/s 2023-07-12T15:14:42.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:42 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:41.723672+0000 mon.smithi005 (mon.0) 586 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:14:42.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:42 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:14:41.724284+0000 mgr.smithi005.fgymhs (mgr.14164) 204 : cephadm [INF] Creating key for client.nfs.foo.smithi005 2023-07-12T15:14:42.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:42 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:41.724503+0000 mon.smithi005 (mon.0) 587 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi005", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2023-07-12T15:14:42.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:42 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:41.726889+0000 mon.smithi005 (mon.0) 588 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi005", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2023-07-12T15:14:42.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:42 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:14:41.727964+0000 mgr.smithi005.fgymhs (mgr.14164) 205 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-07-12T15:14:42.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:42 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:14:41.728027+0000 mgr.smithi005.fgymhs (mgr.14164) 206 : cephadm [INF] Creating key for client.nfs.foo.smithi005-rgw 2023-07-12T15:14:42.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:42 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:41.728207+0000 mon.smithi005 (mon.0) 589 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi005-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-07-12T15:14:42.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:42 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:41.730586+0000 mon.smithi005 (mon.0) 590 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi005-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-07-12T15:14:42.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:42 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:41.731477+0000 mon.smithi005 (mon.0) 591 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:14:42.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:42 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:14:41.731999+0000 mgr.smithi005.fgymhs (mgr.14164) 207 : cephadm [INF] Deploying daemon nfs.foo.smithi005 on smithi005 2023-07-12T15:14:45.280 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:45 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:43.597959+0000 mgr.smithi005.fgymhs (mgr.14164) 208 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:14:45.281 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:45 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:14:43.699352+0000 mgr.smithi005.fgymhs (mgr.14164) 209 : cluster [DBG] pgmap v163: 97 pgs: 5 creating+peering, 92 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 3.2 KiB/s wr, 8 op/s 2023-07-12T15:14:45.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:45 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:43.597959+0000 mgr.smithi005.fgymhs (mgr.14164) 208 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:14:45.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:45 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:14:43.699352+0000 mgr.smithi005.fgymhs (mgr.14164) 209 : cluster [DBG] pgmap v163: 97 pgs: 5 creating+peering, 92 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 3.2 KiB/s wr, 8 op/s 2023-07-12T15:14:46.258 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo 2/2 - 6s count:2 2023-07-12T15:14:46.559 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:46 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:44.925402+0000 mgr.smithi005.fgymhs (mgr.14164) 210 : audit [DBG] from='client.14528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:14:46.559 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:46 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:45.475529+0000 mon.smithi005 (mon.0) 592 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:14:46.559 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:46 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:45.476202+0000 mon.smithi005 (mon.0) 593 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:14:46.620 INFO:teuthology.run_tasks:Running task vip.exec... 2023-07-12T15:14:46.631 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi005.front.sepia.ceph.com 2023-07-12T15:14:46.631 DEBUG:teuthology.orchestra.run.smithi005:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2023-07-12T15:14:46.663 INFO:teuthology.orchestra.run.smithi005.stderr:+ mkdir /mnt/foo 2023-07-12T15:14:46.670 DEBUG:teuthology.orchestra.run.smithi005:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2023-07-12T15:14:46.739 INFO:teuthology.orchestra.run.smithi005.stderr:++ hostname 2023-07-12T15:14:46.740 INFO:teuthology.orchestra.run.smithi005.stderr:+ mount -t nfs smithi005:/fake /mnt/foo -o sync 2023-07-12T15:14:46.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:46 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:44.925402+0000 mgr.smithi005.fgymhs (mgr.14164) 210 : audit [DBG] from='client.14528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:14:46.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:46 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:45.475529+0000 mon.smithi005 (mon.0) 592 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:14:46.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:46 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:45.476202+0000 mon.smithi005 (mon.0) 593 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:14:47.268 DEBUG:teuthology.orchestra.run.smithi005:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2023-07-12T15:14:47.338 INFO:teuthology.orchestra.run.smithi005.stderr:+ echo test 2023-07-12T15:14:47.350 DEBUG:teuthology.orchestra.run.smithi005:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2023-07-12T15:14:47.419 INFO:teuthology.orchestra.run.smithi005.stderr:+ sync 2023-07-12T15:14:47.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:47 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:14:45.699805+0000 mgr.smithi005.fgymhs (mgr.14164) 211 : cluster [DBG] pgmap v164: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 2.4 KiB/s wr, 6 op/s 2023-07-12T15:14:47.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:47 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:46.235453+0000 mgr.smithi005.fgymhs (mgr.14164) 212 : audit [DBG] from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:14:47.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:47 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:47.132224+0000 mon.smithi005 (mon.0) 594 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:14:47.783 INFO:teuthology.run_tasks:Running task parallel... 2023-07-12T15:14:47.793 INFO:teuthology.task.parallel:starting parallel... 2023-07-12T15:14:47.793 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-07-12T15:14:47.794 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-07-12T15:14:47.795 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi005.front.sepia.ceph.com 2023-07-12T15:14:47.795 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -e sha1=b1bd054042b7797ba5b70d145a1da31693dda494 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2023-07-12T15:14:47.795 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-07-12T15:14:47.796 INFO:teuthology.task.sequential:In sequential, running task exec... 2023-07-12T15:14:47.796 INFO:teuthology.task.exec:Executing custom commands... 2023-07-12T15:14:47.797 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi005.front.sepia.ceph.com 2023-07-12T15:14:47.797 DEBUG:teuthology.orchestra.run.smithi005:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2023-07-12T15:14:47.916 INFO:teuthology.orchestra.run.smithi005.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-07-12T15:14:47.916 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-07-12T15:14:47.916 INFO:teuthology.orchestra.run.smithi005.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2023-07-12T15:14:47.917 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:47 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:14:45.699805+0000 mgr.smithi005.fgymhs (mgr.14164) 211 : cluster [DBG] pgmap v164: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 2.4 KiB/s wr, 6 op/s 2023-07-12T15:14:47.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:47 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:46.235453+0000 mgr.smithi005.fgymhs (mgr.14164) 212 : audit [DBG] from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:14:47.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:47 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:47.132224+0000 mon.smithi005 (mon.0) 594 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:14:47.935 INFO:teuthology.orchestra.run.smithi005.stdout:4 of 5 processes prepared for launch 0 sec 2023-07-12T15:14:48.036 INFO:teuthology.orchestra.run.smithi005.stdout:5 of 5 processes prepared for launch 0 sec 2023-07-12T15:14:48.036 INFO:teuthology.orchestra.run.smithi005.stdout:releasing clients 2023-07-12T15:14:48.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:48 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:47.679273+0000 mon.smithi005 (mon.0) 595 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]: dispatch 2023-07-12T15:14:48.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:48 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:47.679537+0000 mon.smithi005 (mon.0) 596 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2023-07-12T15:14:48.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:48 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:47.679689+0000 mon.smithi005 (mon.0) 597 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 5]}]: dispatch 2023-07-12T15:14:48.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:48 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:47.679834+0000 mon.smithi005 (mon.0) 598 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2023-07-12T15:14:48.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:48 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:47.817430+0000 mon.smithi005 (mon.0) 599 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.fgymhs/mirror_snapshot_schedule"}]: dispatch 2023-07-12T15:14:48.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:48 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:47.817615+0000 mon.smithi005 (mon.0) 600 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.fgymhs/trash_purge_schedule"}]: dispatch 2023-07-12T15:14:48.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:48 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:47.679273+0000 mon.smithi005 (mon.0) 595 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]: dispatch 2023-07-12T15:14:48.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:48 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:47.679537+0000 mon.smithi005 (mon.0) 596 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2023-07-12T15:14:48.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:48 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:47.679689+0000 mon.smithi005 (mon.0) 597 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 5]}]: dispatch 2023-07-12T15:14:48.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:48 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:47.679834+0000 mon.smithi005 (mon.0) 598 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2023-07-12T15:14:48.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:48 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:47.817430+0000 mon.smithi005 (mon.0) 599 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.fgymhs/mirror_snapshot_schedule"}]: dispatch 2023-07-12T15:14:48.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:48 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:47.817615+0000 mon.smithi005 (mon.0) 600 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.fgymhs/trash_purge_schedule"}]: dispatch 2023-07-12T15:14:49.035 INFO:teuthology.orchestra.run.smithi005.stdout: 5 290 53.72 MB/sec warmup 1 sec latency 17.940 ms 2023-07-12T15:14:49.503 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:49 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:14:47.700122+0000 mgr.smithi005.fgymhs (mgr.14164) 213 : cluster [DBG] pgmap v165: 97 pgs: 97 active+clean; 4.1 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 2.0 KiB/s wr, 4 op/s 2023-07-12T15:14:49.503 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:49 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:48.488809+0000 mon.smithi005 (mon.0) 601 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]': finished 2023-07-12T15:14:49.503 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:49 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:48.488875+0000 mon.smithi005 (mon.0) 602 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]': finished 2023-07-12T15:14:49.503 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:49 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:48.488938+0000 mon.smithi005 (mon.0) 603 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 5]}]': finished 2023-07-12T15:14:49.503 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:49 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:48.488979+0000 mon.smithi005 (mon.0) 604 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]': finished 2023-07-12T15:14:49.504 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:49 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:14:48.489015+0000 mon.smithi005 (mon.0) 605 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-07-12T15:14:49.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:49 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:14:47.700122+0000 mgr.smithi005.fgymhs (mgr.14164) 213 : cluster [DBG] pgmap v165: 97 pgs: 97 active+clean; 4.1 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 2.0 KiB/s wr, 4 op/s 2023-07-12T15:14:49.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:49 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:48.488809+0000 mon.smithi005 (mon.0) 601 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]': finished 2023-07-12T15:14:49.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:49 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:48.488875+0000 mon.smithi005 (mon.0) 602 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]': finished 2023-07-12T15:14:49.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:49 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:48.488938+0000 mon.smithi005 (mon.0) 603 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 5]}]': finished 2023-07-12T15:14:49.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:49 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:48.488979+0000 mon.smithi005 (mon.0) 604 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]': finished 2023-07-12T15:14:49.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:49 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:14:48.489015+0000 mon.smithi005 (mon.0) 605 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-07-12T15:14:50.036 INFO:teuthology.orchestra.run.smithi005.stdout: 5 563 48.18 MB/sec warmup 2 sec latency 21.092 ms 2023-07-12T15:14:50.364 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -e sha1=b1bd054042b7797ba5b70d145a1da31693dda494 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2023-07-12T15:14:50.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:50 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:14:49.491223+0000 mon.smithi005 (mon.0) 606 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-07-12T15:14:50.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:50 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:14:49.700514+0000 mgr.smithi005.fgymhs (mgr.14164) 214 : cluster [DBG] pgmap v168: 97 pgs: 1 peering, 96 active+clean; 18 MiB data, 57 MiB used, 715 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.3 MiB/s wr, 50 op/s 2023-07-12T15:14:50.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:50 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:50.210345+0000 mon.smithi005 (mon.0) 607 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:14:50.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:50 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:50.215077+0000 mon.smithi005 (mon.0) 608 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:14:50.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:50 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:50.219569+0000 mon.smithi005 (mon.0) 609 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:14:50.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:50 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:50.225365+0000 mon.smithi005 (mon.0) 610 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:14:50.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:50 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:14:49.491223+0000 mon.smithi005 (mon.0) 606 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-07-12T15:14:50.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:50 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:14:49.700514+0000 mgr.smithi005.fgymhs (mgr.14164) 214 : cluster [DBG] pgmap v168: 97 pgs: 1 peering, 96 active+clean; 18 MiB data, 57 MiB used, 715 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.3 MiB/s wr, 50 op/s 2023-07-12T15:14:50.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:50 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:50.210345+0000 mon.smithi005 (mon.0) 607 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:14:50.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:50 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:50.215077+0000 mon.smithi005 (mon.0) 608 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:14:50.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:50 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:50.219569+0000 mon.smithi005 (mon.0) 609 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:14:50.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:50 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:50.225365+0000 mon.smithi005 (mon.0) 610 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:14:51.036 INFO:teuthology.orchestra.run.smithi005.stdout: 5 1521 43.46 MB/sec warmup 3 sec latency 12.976 ms 2023-07-12T15:14:52.036 INFO:teuthology.orchestra.run.smithi005.stdout: 5 2937 41.60 MB/sec warmup 4 sec latency 11.544 ms 2023-07-12T15:14:52.382 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -e sha1=b1bd054042b7797ba5b70d145a1da31693dda494 -- bash -c 'ceph config set global log_to_journald false --force' 2023-07-12T15:14:53.036 INFO:teuthology.orchestra.run.smithi005.stdout: 5 4098 40.11 MB/sec warmup 5 sec latency 9.351 ms 2023-07-12T15:14:53.164 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:52 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:14:51.701011+0000 mgr.smithi005.fgymhs (mgr.14164) 215 : cluster [DBG] pgmap v169: 97 pgs: 1 peering, 96 active+clean; 61 MiB data, 220 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 7.9 MiB/s wr, 346 op/s 2023-07-12T15:14:53.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:52 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:14:51.701011+0000 mgr.smithi005.fgymhs (mgr.14164) 215 : cluster [DBG] pgmap v169: 97 pgs: 1 peering, 96 active+clean; 61 MiB data, 220 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 7.9 MiB/s wr, 346 op/s 2023-07-12T15:14:54.036 INFO:teuthology.orchestra.run.smithi005.stdout: 5 5361 37.86 MB/sec warmup 6 sec latency 12.806 ms 2023-07-12T15:14:54.420 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -e sha1=b1bd054042b7797ba5b70d145a1da31693dda494 -- bash -c 'ceph mgr module enable nfs --force' 2023-07-12T15:14:55.036 INFO:teuthology.orchestra.run.smithi005.stdout: 5 6571 37.70 MB/sec warmup 7 sec latency 14.781 ms 2023-07-12T15:14:55.205 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:54 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:14:53.701550+0000 mgr.smithi005.fgymhs (mgr.14164) 216 : cluster [DBG] pgmap v170: 97 pgs: 97 active+clean; 104 MiB data, 449 MiB used, 715 GiB / 715 GiB avail; 5.4 KiB/s rd, 14 MiB/s wr, 698 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-07-12T15:14:55.205 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:54 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:53.965316+0000 mon.smithi005 (mon.0) 611 : audit [INF] from='client.? 172.21.15.5:0/53346297' entity='client.admin' 2023-07-12T15:14:55.206 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:54 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:53.969591+0000 mon.smithi005 (mon.0) 612 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:14:55.206 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:54 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:53.978790+0000 mon.smithi005 (mon.0) 613 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:14:55.417 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:54 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:14:53.701550+0000 mgr.smithi005.fgymhs (mgr.14164) 216 : cluster [DBG] pgmap v170: 97 pgs: 97 active+clean; 104 MiB data, 449 MiB used, 715 GiB / 715 GiB avail; 5.4 KiB/s rd, 14 MiB/s wr, 698 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-07-12T15:14:55.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:54 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:53.965316+0000 mon.smithi005 (mon.0) 611 : audit [INF] from='client.? 172.21.15.5:0/53346297' entity='client.admin' 2023-07-12T15:14:55.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:54 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:53.969591+0000 mon.smithi005 (mon.0) 612 : audit [DBG] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:14:55.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:54 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:53.978790+0000 mon.smithi005 (mon.0) 613 : audit [INF] from='mgr.14164 172.21.15.5:0/273520630' entity='mgr.smithi005.fgymhs' 2023-07-12T15:14:56.037 INFO:teuthology.orchestra.run.smithi005.stdout: 5 7628 37.03 MB/sec warmup 8 sec latency 42.010 ms 2023-07-12T15:14:57.037 INFO:teuthology.orchestra.run.smithi005.stdout: 5 8749 35.78 MB/sec warmup 9 sec latency 41.160 ms 2023-07-12T15:14:57.247 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:56 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:14:55.702150+0000 mgr.smithi005.fgymhs (mgr.14164) 217 : cluster [DBG] pgmap v171: 97 pgs: 97 active+clean; 130 MiB data, 621 MiB used, 715 GiB / 715 GiB avail; 5.1 KiB/s rd, 22 MiB/s wr, 1.19k op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-07-12T15:14:57.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:56 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:56.117797+0000 mon.smithi005 (mon.0) 614 : audit [INF] from='client.? 172.21.15.5:0/3134352306' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2023-07-12T15:14:57.392 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -e sha1=b1bd054042b7797ba5b70d145a1da31693dda494 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2023-07-12T15:14:57.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:56 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:14:55.702150+0000 mgr.smithi005.fgymhs (mgr.14164) 217 : cluster [DBG] pgmap v171: 97 pgs: 97 active+clean; 130 MiB data, 621 MiB used, 715 GiB / 715 GiB avail; 5.1 KiB/s rd, 22 MiB/s wr, 1.19k op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-07-12T15:14:57.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:56 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:56.117797+0000 mon.smithi005 (mon.0) 614 : audit [INF] from='client.? 172.21.15.5:0/3134352306' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2023-07-12T15:14:58.037 INFO:teuthology.orchestra.run.smithi005.stdout: 5 9837 34.67 MB/sec warmup 10 sec latency 18.030 ms 2023-07-12T15:14:58.171 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:14:56.977796+0000 mon.smithi005 (mon.0) 615 : audit [INF] from='client.? 172.21.15.5:0/3134352306' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]': finished 2023-07-12T15:14:58.171 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:14:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:14:56.977855+0000 mon.smithi005 (mon.0) 616 : cluster [DBG] mgrmap e20: smithi005.fgymhs(active, since 4m), standbys: smithi107.erfdst 2023-07-12T15:14:58.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:57 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:14:56.977796+0000 mon.smithi005 (mon.0) 615 : audit [INF] from='client.? 172.21.15.5:0/3134352306' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]': finished 2023-07-12T15:14:58.420 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:14:57 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:14:56.977855+0000 mon.smithi005 (mon.0) 616 : cluster [DBG] mgrmap e20: smithi005.fgymhs(active, since 4m), standbys: smithi107.erfdst 2023-07-12T15:14:59.039 INFO:teuthology.orchestra.run.smithi005.stdout: 5 10869 35.36 MB/sec warmup 11 sec latency 73.192 ms 2023-07-12T15:15:00.039 INFO:teuthology.orchestra.run.smithi005.stdout: 5 11700 33.21 MB/sec warmup 12 sec latency 21.059 ms 2023-07-12T15:15:01.039 INFO:teuthology.orchestra.run.smithi005.stdout: 5 13081 32.89 MB/sec warmup 13 sec latency 10.265 ms 2023-07-12T15:15:02.039 INFO:teuthology.orchestra.run.smithi005.stdout: 5 14287 34.34 MB/sec warmup 14 sec latency 14.643 ms 2023-07-12T15:15:03.039 INFO:teuthology.orchestra.run.smithi005.stdout: 5 15016 32.65 MB/sec warmup 15 sec latency 19.768 ms 2023-07-12T15:15:04.039 INFO:teuthology.orchestra.run.smithi005.stdout: 5 16032 32.14 MB/sec warmup 16 sec latency 13.793 ms 2023-07-12T15:15:04.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:04 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:15:03.565437+0000 mon.smithi005 (mon.0) 617 : cluster [DBG] Standby manager daemon smithi107.erfdst restarted 2023-07-12T15:15:04.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:04 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:15:03.565565+0000 mon.smithi005 (mon.0) 618 : cluster [DBG] Standby manager daemon smithi107.erfdst started 2023-07-12T15:15:04.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:04 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:15:03.566816+0000 mon.smithi107 (mon.1) 18 : audit [DBG] from='mgr.? 172.21.15.107:0/1826760070' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi107.erfdst/crt"}]: dispatch 2023-07-12T15:15:04.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:04 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:15:03.567336+0000 mon.smithi107 (mon.1) 19 : audit [DBG] from='mgr.? 172.21.15.107:0/1826760070' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-07-12T15:15:04.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:04 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:15:03.569411+0000 mon.smithi107 (mon.1) 20 : audit [DBG] from='mgr.? 172.21.15.107:0/1826760070' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi107.erfdst/key"}]: dispatch 2023-07-12T15:15:04.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:04 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:15:03.570396+0000 mon.smithi107 (mon.1) 21 : audit [DBG] from='mgr.? 172.21.15.107:0/1826760070' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-07-12T15:15:04.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:04 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:15:03.565437+0000 mon.smithi005 (mon.0) 617 : cluster [DBG] Standby manager daemon smithi107.erfdst restarted 2023-07-12T15:15:04.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:04 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:15:03.565565+0000 mon.smithi005 (mon.0) 618 : cluster [DBG] Standby manager daemon smithi107.erfdst started 2023-07-12T15:15:04.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:04 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:15:03.566816+0000 mon.smithi107 (mon.1) 18 : audit [DBG] from='mgr.? 172.21.15.107:0/1826760070' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi107.erfdst/crt"}]: dispatch 2023-07-12T15:15:04.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:04 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:15:03.567336+0000 mon.smithi107 (mon.1) 19 : audit [DBG] from='mgr.? 172.21.15.107:0/1826760070' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-07-12T15:15:04.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:04 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:15:03.569411+0000 mon.smithi107 (mon.1) 20 : audit [DBG] from='mgr.? 172.21.15.107:0/1826760070' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi107.erfdst/key"}]: dispatch 2023-07-12T15:15:04.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:04 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:15:03.570396+0000 mon.smithi107 (mon.1) 21 : audit [DBG] from='mgr.? 172.21.15.107:0/1826760070' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-07-12T15:15:05.039 INFO:teuthology.orchestra.run.smithi005.stdout: 5 17351 32.70 MB/sec warmup 17 sec latency 24.834 ms 2023-07-12T15:15:05.322 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:15:04.040155+0000 mon.smithi005 (mon.0) 619 : cluster [DBG] mgrmap e21: smithi005.fgymhs(active, since 4m), standbys: smithi107.erfdst 2023-07-12T15:15:05.323 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:15:04.693025+0000 mon.smithi005 (mon.0) 620 : cluster [INF] Active manager daemon smithi005.fgymhs restarted 2023-07-12T15:15:05.323 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:15:04.693657+0000 mon.smithi005 (mon.0) 621 : cluster [INF] Activating manager daemon smithi005.fgymhs 2023-07-12T15:15:05.323 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:15:04.696867+0000 mon.smithi005 (mon.0) 622 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-07-12T15:15:05.330 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:05 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:15:04.040155+0000 mon.smithi005 (mon.0) 619 : cluster [DBG] mgrmap e21: smithi005.fgymhs(active, since 4m), standbys: smithi107.erfdst 2023-07-12T15:15:05.330 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:05 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:15:04.693025+0000 mon.smithi005 (mon.0) 620 : cluster [INF] Active manager daemon smithi005.fgymhs restarted 2023-07-12T15:15:05.330 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:05 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:15:04.693657+0000 mon.smithi005 (mon.0) 621 : cluster [INF] Activating manager daemon smithi005.fgymhs 2023-07-12T15:15:05.330 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:05 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:15:04.696867+0000 mon.smithi005 (mon.0) 622 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-07-12T15:15:06.039 INFO:teuthology.orchestra.run.smithi005.stdout: 5 18246 32.39 MB/sec warmup 18 sec latency 18.343 ms 2023-07-12T15:15:06.071 INFO:teuthology.orchestra.run.smithi005.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:b1bd054042b7797ba5b70d145a1da31693dda494 2023-07-12T15:15:06.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:06 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:15:05.041799+0000 mon.smithi005 (mon.0) 623 : cluster [DBG] mgrmap e22: smithi005.fgymhs(active, starting, since 0.348256s), standbys: smithi107.erfdst 2023-07-12T15:15:06.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:06 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:15:05.048256+0000 mon.smithi005 (mon.0) 624 : audit [DBG] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mon metadata", "id": "smithi005"}]: dispatch 2023-07-12T15:15:06.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:06 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:15:05.048527+0000 mon.smithi005 (mon.0) 625 : audit [DBG] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mon metadata", "id": "smithi107"}]: dispatch 2023-07-12T15:15:06.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:06 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:15:05.048723+0000 mon.smithi005 (mon.0) 626 : audit [DBG] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi005.llyakb"}]: dispatch 2023-07-12T15:15:06.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:06 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:15:05.048933+0000 mon.smithi005 (mon.0) 627 : audit [DBG] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi107.umdxex"}]: dispatch 2023-07-12T15:15:06.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:06 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:15:05.049335+0000 mon.smithi005 (mon.0) 628 : audit [DBG] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mgr metadata", "who": "smithi005.fgymhs", "id": "smithi005.fgymhs"}]: dispatch 2023-07-12T15:15:06.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:06 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:15:05.049527+0000 mon.smithi005 (mon.0) 629 : audit [DBG] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mgr metadata", "who": "smithi107.erfdst", "id": "smithi107.erfdst"}]: dispatch 2023-07-12T15:15:06.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:06 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:15:05.049758+0000 mon.smithi005 (mon.0) 630 : audit [DBG] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-07-12T15:15:06.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:06 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:15:05.049970+0000 mon.smithi005 (mon.0) 631 : audit [DBG] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-07-12T15:15:06.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:06 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:15:05.050172+0000 mon.smithi005 (mon.0) 632 : audit [DBG] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-07-12T15:15:06.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:06 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:15:05.050430+0000 mon.smithi005 (mon.0) 633 : audit [DBG] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-07-12T15:15:06.420 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:06 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:15:05.050657+0000 mon.smithi005 (mon.0) 634 : audit [DBG] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-07-12T15:15:06.420 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:06 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:15:05.050888+0000 mon.smithi005 (mon.0) 635 : audit [DBG] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-07-12T15:15:06.420 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:06 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:15:05.051109+0000 mon.smithi005 (mon.0) 636 : audit [DBG] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-07-12T15:15:06.420 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:06 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:15:05.051336+0000 mon.smithi005 (mon.0) 637 : audit [DBG] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-07-12T15:15:06.420 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:06 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:15:05.051594+0000 mon.smithi005 (mon.0) 638 : audit [DBG] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-07-12T15:15:06.420 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:06 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:15:05.051819+0000 mon.smithi005 (mon.0) 639 : audit [DBG] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-07-12T15:15:06.420 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:06 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:15:05.052363+0000 mon.smithi005 (mon.0) 640 : audit [DBG] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-07-12T15:15:06.421 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:06 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:15:05.068431+0000 mon.smithi005 (mon.0) 641 : cluster [INF] Manager daemon smithi005.fgymhs is now available 2023-07-12T15:15:06.421 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:06 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:15:05.257438+0000 mon.smithi005 (mon.0) 642 : audit [DBG] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:15:06.421 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:06 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:15:05.258997+0000 mon.smithi005 (mon.0) 643 : audit [DBG] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:15:06.421 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:06 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:15:05.293426+0000 mon.smithi005 (mon.0) 644 : audit [INF] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.fgymhs/mirror_snapshot_schedule"}]: dispatch 2023-07-12T15:15:06.421 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:06 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:15:05.341016+0000 mon.smithi005 (mon.0) 645 : audit [INF] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.fgymhs/trash_purge_schedule"}]: dispatch 2023-07-12T15:15:06.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:06 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:15:05.041799+0000 mon.smithi005 (mon.0) 623 : cluster [DBG] mgrmap e22: smithi005.fgymhs(active, starting, since 0.348256s), standbys: smithi107.erfdst 2023-07-12T15:15:06.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:06 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:15:05.048256+0000 mon.smithi005 (mon.0) 624 : audit [DBG] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mon metadata", "id": "smithi005"}]: dispatch 2023-07-12T15:15:06.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:06 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:15:05.048527+0000 mon.smithi005 (mon.0) 625 : audit [DBG] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mon metadata", "id": "smithi107"}]: dispatch 2023-07-12T15:15:06.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:06 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:15:05.048723+0000 mon.smithi005 (mon.0) 626 : audit [DBG] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi005.llyakb"}]: dispatch 2023-07-12T15:15:06.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:06 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:15:05.048933+0000 mon.smithi005 (mon.0) 627 : audit [DBG] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi107.umdxex"}]: dispatch 2023-07-12T15:15:06.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:06 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:15:05.049335+0000 mon.smithi005 (mon.0) 628 : audit [DBG] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mgr metadata", "who": "smithi005.fgymhs", "id": "smithi005.fgymhs"}]: dispatch 2023-07-12T15:15:06.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:06 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:15:05.049527+0000 mon.smithi005 (mon.0) 629 : audit [DBG] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mgr metadata", "who": "smithi107.erfdst", "id": "smithi107.erfdst"}]: dispatch 2023-07-12T15:15:06.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:06 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:15:05.049758+0000 mon.smithi005 (mon.0) 630 : audit [DBG] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-07-12T15:15:06.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:06 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:15:05.049970+0000 mon.smithi005 (mon.0) 631 : audit [DBG] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-07-12T15:15:06.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:06 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:15:05.050172+0000 mon.smithi005 (mon.0) 632 : audit [DBG] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-07-12T15:15:06.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:06 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:15:05.050430+0000 mon.smithi005 (mon.0) 633 : audit [DBG] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-07-12T15:15:06.500 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:06 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:15:05.050657+0000 mon.smithi005 (mon.0) 634 : audit [DBG] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-07-12T15:15:06.500 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:06 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:15:05.050888+0000 mon.smithi005 (mon.0) 635 : audit [DBG] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-07-12T15:15:06.500 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:06 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:15:05.051109+0000 mon.smithi005 (mon.0) 636 : audit [DBG] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-07-12T15:15:06.500 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:06 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:15:05.051336+0000 mon.smithi005 (mon.0) 637 : audit [DBG] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-07-12T15:15:06.500 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:06 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:15:05.051594+0000 mon.smithi005 (mon.0) 638 : audit [DBG] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-07-12T15:15:06.500 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:06 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:15:05.051819+0000 mon.smithi005 (mon.0) 639 : audit [DBG] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-07-12T15:15:06.501 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:06 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:15:05.052363+0000 mon.smithi005 (mon.0) 640 : audit [DBG] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-07-12T15:15:06.501 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:06 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:15:05.068431+0000 mon.smithi005 (mon.0) 641 : cluster [INF] Manager daemon smithi005.fgymhs is now available 2023-07-12T15:15:06.501 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:06 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:15:05.257438+0000 mon.smithi005 (mon.0) 642 : audit [DBG] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:15:06.501 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:06 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:15:05.258997+0000 mon.smithi005 (mon.0) 643 : audit [DBG] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:15:06.501 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:06 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:15:05.293426+0000 mon.smithi005 (mon.0) 644 : audit [INF] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.fgymhs/mirror_snapshot_schedule"}]: dispatch 2023-07-12T15:15:06.501 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:06 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:15:05.341016+0000 mon.smithi005 (mon.0) 645 : audit [INF] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.fgymhs/trash_purge_schedule"}]: dispatch 2023-07-12T15:15:07.039 INFO:teuthology.orchestra.run.smithi005.stdout: 5 19252 31.86 MB/sec warmup 19 sec latency 36.597 ms 2023-07-12T15:15:07.200 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-07-12T15:15:07.200 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi005.front.sepia.ceph.com 2023-07-12T15:15:07.201 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -e sha1=b1bd054042b7797ba5b70d145a1da31693dda494 -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; ceph health detail ; sleep 30 ; done' 2023-07-12T15:15:07.417 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:07 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:15:06.057438+0000 mon.smithi005 (mon.0) 646 : cluster [DBG] mgrmap e23: smithi005.fgymhs(active, since 1.36389s), standbys: smithi107.erfdst 2023-07-12T15:15:07.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:07 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:15:06.060403+0000 mgr.smithi005.fgymhs (mgr.24387) 2 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:b1bd054042b7797ba5b70d145a1da31693dda494 2023-07-12T15:15:07.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:07 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:15:06.063861+0000 mgr.smithi005.fgymhs (mgr.24387) 3 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 176 MiB data, 953 MiB used, 714 GiB / 715 GiB avail 2023-07-12T15:15:07.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:07 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:15:06.066397+0000 mon.smithi005 (mon.0) 647 : audit [INF] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' 2023-07-12T15:15:07.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:07 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:15:06.057438+0000 mon.smithi005 (mon.0) 646 : cluster [DBG] mgrmap e23: smithi005.fgymhs(active, since 1.36389s), standbys: smithi107.erfdst 2023-07-12T15:15:07.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:07 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:15:06.060403+0000 mgr.smithi005.fgymhs (mgr.24387) 2 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:b1bd054042b7797ba5b70d145a1da31693dda494 2023-07-12T15:15:07.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:07 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:15:06.063861+0000 mgr.smithi005.fgymhs (mgr.24387) 3 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 176 MiB data, 953 MiB used, 714 GiB / 715 GiB avail 2023-07-12T15:15:07.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:07 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:15:06.066397+0000 mon.smithi005 (mon.0) 647 : audit [INF] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' 2023-07-12T15:15:08.040 INFO:teuthology.orchestra.run.smithi005.stdout: 5 20307 31.16 MB/sec warmup 20 sec latency 16.829 ms 2023-07-12T15:15:08.222 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:08 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:15:07.051075+0000 mgr.smithi005.fgymhs (mgr.24387) 4 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 176 MiB data, 953 MiB used, 714 GiB / 715 GiB avail 2023-07-12T15:15:08.222 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:08 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:15:07.075258+0000 mon.smithi005 (mon.0) 648 : cluster [DBG] mgrmap e24: smithi005.fgymhs(active, since 2s), standbys: smithi107.erfdst 2023-07-12T15:15:08.222 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:08 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:15:07.529801+0000 mon.smithi005 (mon.0) 649 : audit [INF] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' 2023-07-12T15:15:08.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:08 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:15:07.051075+0000 mgr.smithi005.fgymhs (mgr.24387) 4 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 176 MiB data, 953 MiB used, 714 GiB / 715 GiB avail 2023-07-12T15:15:08.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:08 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:15:07.075258+0000 mon.smithi005 (mon.0) 648 : cluster [DBG] mgrmap e24: smithi005.fgymhs(active, since 2s), standbys: smithi107.erfdst 2023-07-12T15:15:08.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:08 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:15:07.529801+0000 mon.smithi005 (mon.0) 649 : audit [INF] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' 2023-07-12T15:15:09.039 INFO:teuthology.orchestra.run.smithi005.stdout: 5 21427 32.01 MB/sec warmup 21 sec latency 23.320 ms 2023-07-12T15:15:09.613 INFO:teuthology.orchestra.run.smithi005.stdout:true 2023-07-12T15:15:10.040 INFO:teuthology.orchestra.run.smithi005.stdout: 5 22169 31.01 MB/sec warmup 22 sec latency 15.772 ms 2023-07-12T15:15:10.417 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:10 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:15:09.051345+0000 mgr.smithi005.fgymhs (mgr.24387) 5 : cluster [DBG] pgmap v5: 97 pgs: 97 active+clean; 176 MiB data, 953 MiB used, 714 GiB / 715 GiB avail 2023-07-12T15:15:10.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:10 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:15:09.597951+0000 mgr.smithi005.fgymhs (mgr.24387) 6 : audit [DBG] from='client.14578 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:15:10.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:10 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:15:10.025255+0000 mgr.smithi005.fgymhs (mgr.24387) 7 : audit [DBG] from='client.14582 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:15:10.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:10 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:15:09.051345+0000 mgr.smithi005.fgymhs (mgr.24387) 5 : cluster [DBG] pgmap v5: 97 pgs: 97 active+clean; 176 MiB data, 953 MiB used, 714 GiB / 715 GiB avail 2023-07-12T15:15:10.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:10 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:15:09.597951+0000 mgr.smithi005.fgymhs (mgr.24387) 6 : audit [DBG] from='client.14578 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:15:10.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:10 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:15:10.025255+0000 mgr.smithi005.fgymhs (mgr.24387) 7 : audit [DBG] from='client.14582 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:15:10.541 INFO:teuthology.orchestra.run.smithi005.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2023-07-12T15:15:10.542 INFO:teuthology.orchestra.run.smithi005.stdout:alertmanager.smithi005 smithi005 *:9093,9094 running (3m) 20s ago 4m 0.20.0 0881eb8f169f 02924d9fd4fd 2023-07-12T15:15:10.542 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi005 smithi005 running (4m) 20s ago 4m 16.2.4 8d91d370c2b8 d66dbf6fdb25 2023-07-12T15:15:10.542 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi107 smithi107 running (3m) 3s ago 3m 16.2.4 8d91d370c2b8 b2a554924ee7 2023-07-12T15:15:10.542 INFO:teuthology.orchestra.run.smithi005.stdout:grafana.smithi005 smithi005 *:3000 running (3m) 20s ago 3m 6.7.4 557c83e11646 e05ce52e5309 2023-07-12T15:15:10.542 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi005.llyakb smithi005 running (37s) 20s ago 37s 16.2.4 8d91d370c2b8 2e9588e0199b 2023-07-12T15:15:10.542 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi107.umdxex smithi107 running (36s) 3s ago 36s 16.2.4 8d91d370c2b8 401879dbc3a1 2023-07-12T15:15:10.543 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi005.fgymhs smithi005 *:9283 running (5m) 20s ago 5m 16.2.4 8d91d370c2b8 773b2b36c231 2023-07-12T15:15:10.543 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi107.erfdst smithi107 *:8443,9283 running (3m) 3s ago 3m 16.2.4 8d91d370c2b8 190060accffa 2023-07-12T15:15:10.543 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi005 smithi005 running (5m) 20s ago 5m 16.2.4 8d91d370c2b8 d77bb5c14fd6 2023-07-12T15:15:10.543 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi107 smithi107 running (3m) 3s ago 3m 16.2.4 8d91d370c2b8 eb5e5c1f8ca8 2023-07-12T15:15:10.543 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.smithi005 smithi005 *:2049 running (25s) 20s ago 25s 3.5 8d91d370c2b8 0e5541e24f8f 2023-07-12T15:15:10.543 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.smithi107 smithi107 *:2049 running (29s) 3s ago 28s 3.5 8d91d370c2b8 a279913715c1 2023-07-12T15:15:10.543 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi005 smithi005 *:9100 running (3m) 20s ago 3m 0.18.1 e5a616e4b9cf 07304e88f4ad 2023-07-12T15:15:10.544 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi107 smithi107 *:9100 running (3m) 3s ago 3m 0.18.1 e5a616e4b9cf 0f858f5dbd77 2023-07-12T15:15:10.544 INFO:teuthology.orchestra.run.smithi005.stdout:osd.0 smithi005 running (3m) 20s ago 3m 16.2.4 8d91d370c2b8 b76fd1d0c8e6 2023-07-12T15:15:10.544 INFO:teuthology.orchestra.run.smithi005.stdout:osd.1 smithi005 running (2m) 20s ago 2m 16.2.4 8d91d370c2b8 0c931b3abdbc 2023-07-12T15:15:10.544 INFO:teuthology.orchestra.run.smithi005.stdout:osd.2 smithi005 running (2m) 20s ago 2m 16.2.4 8d91d370c2b8 2712a85e1556 2023-07-12T15:15:10.544 INFO:teuthology.orchestra.run.smithi005.stdout:osd.3 smithi005 running (2m) 20s ago 2m 16.2.4 8d91d370c2b8 91a5ecefbf60 2023-07-12T15:15:10.544 INFO:teuthology.orchestra.run.smithi005.stdout:osd.4 smithi107 running (2m) 3s ago 2m 16.2.4 8d91d370c2b8 27cd7acb5a1c 2023-07-12T15:15:10.545 INFO:teuthology.orchestra.run.smithi005.stdout:osd.5 smithi107 running (118s) 3s ago 118s 16.2.4 8d91d370c2b8 c0ddb4bafed0 2023-07-12T15:15:10.545 INFO:teuthology.orchestra.run.smithi005.stdout:osd.6 smithi107 running (105s) 3s ago 104s 16.2.4 8d91d370c2b8 82bc037c969c 2023-07-12T15:15:10.545 INFO:teuthology.orchestra.run.smithi005.stdout:osd.7 smithi107 running (92s) 3s ago 91s 16.2.4 8d91d370c2b8 516c8ea96297 2023-07-12T15:15:10.545 INFO:teuthology.orchestra.run.smithi005.stdout:prometheus.smithi005 smithi005 *:9095 running (3m) 20s ago 3m 2.18.1 de242295e225 724aca1453e2 2023-07-12T15:15:11.040 INFO:teuthology.orchestra.run.smithi005.stdout: 5 23056 30.66 MB/sec warmup 23 sec latency 20.155 ms 2023-07-12T15:15:11.084 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:15:11.084 INFO:teuthology.orchestra.run.smithi005.stdout: "mon": { 2023-07-12T15:15:11.084 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2023-07-12T15:15:11.084 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:15:11.084 INFO:teuthology.orchestra.run.smithi005.stdout: "mgr": { 2023-07-12T15:15:11.084 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2023-07-12T15:15:11.085 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:15:11.085 INFO:teuthology.orchestra.run.smithi005.stdout: "osd": { 2023-07-12T15:15:11.085 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2023-07-12T15:15:11.085 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:15:11.085 INFO:teuthology.orchestra.run.smithi005.stdout: "mds": { 2023-07-12T15:15:11.085 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2023-07-12T15:15:11.085 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:15:11.086 INFO:teuthology.orchestra.run.smithi005.stdout: "overall": { 2023-07-12T15:15:11.086 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 14 2023-07-12T15:15:11.086 INFO:teuthology.orchestra.run.smithi005.stdout: } 2023-07-12T15:15:11.086 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:15:11.646 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:15:11.646 INFO:teuthology.orchestra.run.smithi005.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b1bd054042b7797ba5b70d145a1da31693dda494", 2023-07-12T15:15:11.646 INFO:teuthology.orchestra.run.smithi005.stdout: "in_progress": true, 2023-07-12T15:15:11.647 INFO:teuthology.orchestra.run.smithi005.stdout: "services_complete": [], 2023-07-12T15:15:11.647 INFO:teuthology.orchestra.run.smithi005.stdout: "progress": "", 2023-07-12T15:15:11.647 INFO:teuthology.orchestra.run.smithi005.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:b1bd054042b7797ba5b70d145a1da31693dda494 image" 2023-07-12T15:15:11.647 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:15:12.040 INFO:teuthology.orchestra.run.smithi005.stdout: 5 23988 30.12 MB/sec warmup 24 sec latency 26.379 ms 2023-07-12T15:15:12.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:15:10.526600+0000 mgr.smithi005.fgymhs (mgr.24387) 8 : audit [DBG] from='client.24413 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:15:12.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:15:10.874541+0000 mon.smithi005 (mon.0) 650 : audit [INF] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' 2023-07-12T15:15:12.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:15:11.081479+0000 mon.smithi005 (mon.0) 651 : audit [DBG] from='client.? 172.21.15.5:0/790520734' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:15:12.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:15:11.302156+0000 mon.smithi005 (mon.0) 652 : audit [INF] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' 2023-07-12T15:15:12.188 INFO:teuthology.orchestra.run.smithi005.stdout:HEALTH_OK 2023-07-12T15:15:12.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:15:10.526600+0000 mgr.smithi005.fgymhs (mgr.24387) 8 : audit [DBG] from='client.24413 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:15:12.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:15:10.874541+0000 mon.smithi005 (mon.0) 650 : audit [INF] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' 2023-07-12T15:15:12.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:15:11.081479+0000 mon.smithi005 (mon.0) 651 : audit [DBG] from='client.? 172.21.15.5:0/790520734' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:15:12.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:15:11.302156+0000 mon.smithi005 (mon.0) 652 : audit [INF] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' 2023-07-12T15:15:13.040 INFO:teuthology.orchestra.run.smithi005.stdout: 5 25060 30.76 MB/sec warmup 25 sec latency 26.811 ms 2023-07-12T15:15:13.167 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:12 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:15:11.051721+0000 mgr.smithi005.fgymhs (mgr.24387) 9 : cluster [DBG] pgmap v6: 97 pgs: 97 active+clean; 176 MiB data, 953 MiB used, 714 GiB / 715 GiB avail 2023-07-12T15:15:13.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:12 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:15:11.308133+0000 mgr.smithi005.fgymhs (mgr.24387) 10 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:b1bd054042b7797ba5b70d145a1da31693dda494 2023-07-12T15:15:13.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:12 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:15:11.645162+0000 mgr.smithi005.fgymhs (mgr.24387) 11 : audit [DBG] from='client.24419 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:15:13.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:12 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:15:12.183860+0000 mon.smithi005 (mon.0) 653 : audit [DBG] from='client.? 172.21.15.5:0/680154753' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:15:13.247 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:12 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:15:11.051721+0000 mgr.smithi005.fgymhs (mgr.24387) 9 : cluster [DBG] pgmap v6: 97 pgs: 97 active+clean; 176 MiB data, 953 MiB used, 714 GiB / 715 GiB avail 2023-07-12T15:15:13.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:12 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:15:11.308133+0000 mgr.smithi005.fgymhs (mgr.24387) 10 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:b1bd054042b7797ba5b70d145a1da31693dda494 2023-07-12T15:15:13.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:12 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:15:11.645162+0000 mgr.smithi005.fgymhs (mgr.24387) 11 : audit [DBG] from='client.24419 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:15:13.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:12 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:15:12.183860+0000 mon.smithi005 (mon.0) 653 : audit [DBG] from='client.? 172.21.15.5:0/680154753' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:15:14.040 INFO:teuthology.orchestra.run.smithi005.stdout: 5 25723 29.91 MB/sec warmup 26 sec latency 25.945 ms 2023-07-12T15:15:15.040 INFO:teuthology.orchestra.run.smithi005.stdout: 5 26676 29.71 MB/sec warmup 27 sec latency 16.291 ms 2023-07-12T15:15:15.417 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:15 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:15:13.052809+0000 mgr.smithi005.fgymhs (mgr.24387) 12 : cluster [DBG] pgmap v7: 97 pgs: 97 active+clean; 192 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 12 KiB/s rd, 9.1 MiB/s wr, 914 op/s 2023-07-12T15:15:15.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:15 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:15:13.052809+0000 mgr.smithi005.fgymhs (mgr.24387) 12 : cluster [DBG] pgmap v7: 97 pgs: 97 active+clean; 192 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 12 KiB/s rd, 9.1 MiB/s wr, 914 op/s 2023-07-12T15:15:16.040 INFO:teuthology.orchestra.run.smithi005.stdout: 5 27611 29.41 MB/sec warmup 28 sec latency 29.262 ms 2023-07-12T15:15:16.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:16 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:15:15.055491+0000 mgr.smithi005.fgymhs (mgr.24387) 13 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 192 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 7.1 MiB/s wr, 711 op/s 2023-07-12T15:15:16.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:16 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:15:15.055491+0000 mgr.smithi005.fgymhs (mgr.24387) 13 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 192 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 7.1 MiB/s wr, 711 op/s 2023-07-12T15:15:17.040 INFO:teuthology.orchestra.run.smithi005.stdout: 5 28410 29.55 MB/sec warmup 29 sec latency 40.748 ms 2023-07-12T15:15:18.040 INFO:teuthology.orchestra.run.smithi005.stdout: 5 28988 29.02 MB/sec warmup 30 sec latency 28.687 ms 2023-07-12T15:15:19.040 INFO:teuthology.orchestra.run.smithi005.stdout: 5 29955 28.72 MB/sec warmup 31 sec latency 14.668 ms 2023-07-12T15:15:19.417 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:19 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:15:17.056372+0000 mgr.smithi005.fgymhs (mgr.24387) 14 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 209 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 12 MiB/s wr, 1.14k op/s 2023-07-12T15:15:19.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:19 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:15:17.056372+0000 mgr.smithi005.fgymhs (mgr.24387) 14 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 209 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 12 MiB/s wr, 1.14k op/s 2023-07-12T15:15:20.040 INFO:teuthology.orchestra.run.smithi005.stdout: 5 31035 28.53 MB/sec warmup 32 sec latency 12.307 ms 2023-07-12T15:15:20.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:20 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:15:19.056726+0000 mgr.smithi005.fgymhs (mgr.24387) 15 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 209 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 11 MiB/s wr, 1.04k op/s 2023-07-12T15:15:20.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:20 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:15:19.056726+0000 mgr.smithi005.fgymhs (mgr.24387) 15 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 209 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 11 MiB/s wr, 1.04k op/s 2023-07-12T15:15:21.040 INFO:teuthology.orchestra.run.smithi005.stdout: 5 32076 29.07 MB/sec warmup 33 sec latency 24.100 ms 2023-07-12T15:15:22.040 INFO:teuthology.orchestra.run.smithi005.stdout: 5 32836 28.50 MB/sec warmup 34 sec latency 27.883 ms 2023-07-12T15:15:22.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:22 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:15:21.057107+0000 mgr.smithi005.fgymhs (mgr.24387) 16 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 209 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 11 MiB/s wr, 1.04k op/s 2023-07-12T15:15:22.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:22 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:15:21.057107+0000 mgr.smithi005.fgymhs (mgr.24387) 16 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 209 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 11 MiB/s wr, 1.04k op/s 2023-07-12T15:15:23.040 INFO:teuthology.orchestra.run.smithi005.stdout: 5 33756 28.38 MB/sec warmup 35 sec latency 16.412 ms 2023-07-12T15:15:24.040 INFO:teuthology.orchestra.run.smithi005.stdout: 5 35069 28.65 MB/sec warmup 36 sec latency 19.966 ms 2023-07-12T15:15:24.417 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:24 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:15:23.057751+0000 mgr.smithi005.fgymhs (mgr.24387) 17 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 217 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 16 MiB/s wr, 1.53k op/s 2023-07-12T15:15:24.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:24 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:15:23.057751+0000 mgr.smithi005.fgymhs (mgr.24387) 17 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 217 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 16 MiB/s wr, 1.53k op/s 2023-07-12T15:15:25.040 INFO:teuthology.orchestra.run.smithi005.stdout: 5 36081 28.73 MB/sec warmup 37 sec latency 17.252 ms 2023-07-12T15:15:26.040 INFO:teuthology.orchestra.run.smithi005.stdout: 5 36972 28.45 MB/sec warmup 38 sec latency 14.138 ms 2023-07-12T15:15:26.417 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:26 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:15:25.058127+0000 mgr.smithi005.fgymhs (mgr.24387) 18 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 217 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 11 MiB/s wr, 995 op/s 2023-07-12T15:15:26.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:26 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:15:25.058127+0000 mgr.smithi005.fgymhs (mgr.24387) 18 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 217 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 11 MiB/s wr, 995 op/s 2023-07-12T15:15:27.040 INFO:teuthology.orchestra.run.smithi005.stdout: 5 37886 28.18 MB/sec warmup 39 sec latency 25.664 ms 2023-07-12T15:15:28.040 INFO:teuthology.orchestra.run.smithi005.stdout: 5 38722 28.27 MB/sec warmup 40 sec latency 27.288 ms 2023-07-12T15:15:29.040 INFO:teuthology.orchestra.run.smithi005.stdout: 5 39542 28.22 MB/sec warmup 41 sec latency 17.051 ms 2023-07-12T15:15:29.417 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:29 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:15:27.058768+0000 mgr.smithi005.fgymhs (mgr.24387) 19 : cluster [DBG] pgmap v14: 97 pgs: 97 active+clean; 237 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 17 MiB/s wr, 1.56k op/s 2023-07-12T15:15:29.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:29 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:15:27.058768+0000 mgr.smithi005.fgymhs (mgr.24387) 19 : cluster [DBG] pgmap v14: 97 pgs: 97 active+clean; 237 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 17 MiB/s wr, 1.56k op/s 2023-07-12T15:15:30.040 INFO:teuthology.orchestra.run.smithi005.stdout: 5 40410 27.90 MB/sec warmup 42 sec latency 19.019 ms 2023-07-12T15:15:30.417 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:30 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:15:29.059126+0000 mgr.smithi005.fgymhs (mgr.24387) 20 : cluster [DBG] pgmap v15: 97 pgs: 97 active+clean; 237 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 11 MiB/s wr, 1.05k op/s 2023-07-12T15:15:30.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:30 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:15:29.059126+0000 mgr.smithi005.fgymhs (mgr.24387) 20 : cluster [DBG] pgmap v15: 97 pgs: 97 active+clean; 237 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 11 MiB/s wr, 1.05k op/s 2023-07-12T15:15:31.040 INFO:teuthology.orchestra.run.smithi005.stdout: 5 41473 27.79 MB/sec warmup 43 sec latency 17.560 ms 2023-07-12T15:15:32.041 INFO:teuthology.orchestra.run.smithi005.stdout: 5 42228 27.83 MB/sec warmup 44 sec latency 25.041 ms 2023-07-12T15:15:32.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:32 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:15:31.059514+0000 mgr.smithi005.fgymhs (mgr.24387) 21 : cluster [DBG] pgmap v16: 97 pgs: 97 active+clean; 237 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 11 MiB/s wr, 1.05k op/s 2023-07-12T15:15:32.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:32 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:15:31.059514+0000 mgr.smithi005.fgymhs (mgr.24387) 21 : cluster [DBG] pgmap v16: 97 pgs: 97 active+clean; 237 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 11 MiB/s wr, 1.05k op/s 2023-07-12T15:15:33.041 INFO:teuthology.orchestra.run.smithi005.stdout: 5 42887 27.75 MB/sec warmup 45 sec latency 26.056 ms 2023-07-12T15:15:34.042 INFO:teuthology.orchestra.run.smithi005.stdout: 5 43605 27.39 MB/sec warmup 46 sec latency 59.718 ms 2023-07-12T15:15:34.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:34 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:15:33.060048+0000 mgr.smithi005.fgymhs (mgr.24387) 22 : cluster [DBG] pgmap v17: 97 pgs: 97 active+clean; 252 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 21 KiB/s rd, 16 MiB/s wr, 1.54k op/s 2023-07-12T15:15:34.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:34 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:15:33.060048+0000 mgr.smithi005.fgymhs (mgr.24387) 22 : cluster [DBG] pgmap v17: 97 pgs: 97 active+clean; 252 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 21 KiB/s rd, 16 MiB/s wr, 1.54k op/s 2023-07-12T15:15:35.046 INFO:teuthology.orchestra.run.smithi005.stdout: 5 44697 27.36 MB/sec warmup 47 sec latency 29.222 ms 2023-07-12T15:15:36.046 INFO:teuthology.orchestra.run.smithi005.stdout: 5 45692 27.42 MB/sec warmup 48 sec latency 22.176 ms 2023-07-12T15:15:36.417 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:36 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:15:35.060745+0000 mgr.smithi005.fgymhs (mgr.24387) 23 : cluster [DBG] pgmap v18: 97 pgs: 97 active+clean; 252 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 11 MiB/s wr, 1.05k op/s 2023-07-12T15:15:36.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:36 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:15:35.060745+0000 mgr.smithi005.fgymhs (mgr.24387) 23 : cluster [DBG] pgmap v18: 97 pgs: 97 active+clean; 252 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 11 MiB/s wr, 1.05k op/s 2023-07-12T15:15:37.046 INFO:teuthology.orchestra.run.smithi005.stdout: 5 46540 27.46 MB/sec warmup 49 sec latency 29.310 ms 2023-07-12T15:15:38.046 INFO:teuthology.orchestra.run.smithi005.stdout: 5 47306 27.16 MB/sec warmup 50 sec latency 32.358 ms 2023-07-12T15:15:39.046 INFO:teuthology.orchestra.run.smithi005.stdout: 5 48435 27.16 MB/sec warmup 51 sec latency 15.410 ms 2023-07-12T15:15:39.293 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:39 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:15:37.061336+0000 mgr.smithi005.fgymhs (mgr.24387) 24 : cluster [DBG] pgmap v19: 97 pgs: 97 active+clean; 268 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 21 KiB/s rd, 16 MiB/s wr, 1.53k op/s 2023-07-12T15:15:39.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:39 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:15:37.061336+0000 mgr.smithi005.fgymhs (mgr.24387) 24 : cluster [DBG] pgmap v19: 97 pgs: 97 active+clean; 268 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 21 KiB/s rd, 16 MiB/s wr, 1.53k op/s 2023-07-12T15:15:40.046 INFO:teuthology.orchestra.run.smithi005.stdout: 5 49597 27.44 MB/sec warmup 52 sec latency 31.117 ms 2023-07-12T15:15:40.529 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:40 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:15:39.061704+0000 mgr.smithi005.fgymhs (mgr.24387) 25 : cluster [DBG] pgmap v20: 97 pgs: 97 active+clean; 268 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 10 MiB/s wr, 963 op/s 2023-07-12T15:15:40.530 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:40 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:15:39.527164+0000 mon.smithi005 (mon.0) 654 : audit [INF] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' 2023-07-12T15:15:40.530 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:40 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:15:39.527821+0000 mgr.smithi005.fgymhs (mgr.24387) 26 : cephadm [INF] Upgrade: Target is version 18.1.2-55-gb1bd0540 (unknown) 2023-07-12T15:15:40.530 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:40 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:15:39.527892+0000 mgr.smithi005.fgymhs (mgr.24387) 27 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:c4be3de0cb572873b18bf4d7ff19efd4676dcd86f150f2b38e50b5e2946cf6ef, digests ['quay.ceph.io/ceph-ci/ceph@sha256:c4be3de0cb572873b18bf4d7ff19efd4676dcd86f150f2b38e50b5e2946cf6ef'] 2023-07-12T15:15:40.530 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:40 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:15:39.528769+0000 mon.smithi005 (mon.0) 655 : audit [DBG] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:15:40.530 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:40 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:15:39.529852+0000 mgr.smithi005.fgymhs (mgr.24387) 28 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi005.fgymhs) 2023-07-12T15:15:40.530 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:40 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:15:39.854007+0000 mgr.smithi005.fgymhs (mgr.24387) 29 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:c4be3de0cb572873b18bf4d7ff19efd4676dcd86f150f2b38e50b5e2946cf6ef on smithi107 2023-07-12T15:15:40.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:40 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:15:39.061704+0000 mgr.smithi005.fgymhs (mgr.24387) 25 : cluster [DBG] pgmap v20: 97 pgs: 97 active+clean; 268 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 10 MiB/s wr, 963 op/s 2023-07-12T15:15:40.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:40 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:15:39.527164+0000 mon.smithi005 (mon.0) 654 : audit [INF] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' 2023-07-12T15:15:40.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:40 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:15:39.527821+0000 mgr.smithi005.fgymhs (mgr.24387) 26 : cephadm [INF] Upgrade: Target is version 18.1.2-55-gb1bd0540 (unknown) 2023-07-12T15:15:40.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:40 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:15:39.527892+0000 mgr.smithi005.fgymhs (mgr.24387) 27 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:c4be3de0cb572873b18bf4d7ff19efd4676dcd86f150f2b38e50b5e2946cf6ef, digests ['quay.ceph.io/ceph-ci/ceph@sha256:c4be3de0cb572873b18bf4d7ff19efd4676dcd86f150f2b38e50b5e2946cf6ef'] 2023-07-12T15:15:40.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:40 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:15:39.528769+0000 mon.smithi005 (mon.0) 655 : audit [DBG] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:15:40.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:40 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:15:39.529852+0000 mgr.smithi005.fgymhs (mgr.24387) 28 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi005.fgymhs) 2023-07-12T15:15:40.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:40 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:15:39.854007+0000 mgr.smithi005.fgymhs (mgr.24387) 29 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:c4be3de0cb572873b18bf4d7ff19efd4676dcd86f150f2b38e50b5e2946cf6ef on smithi107 2023-07-12T15:15:41.046 INFO:teuthology.orchestra.run.smithi005.stdout: 5 50521 27.35 MB/sec warmup 53 sec latency 19.166 ms 2023-07-12T15:15:42.046 INFO:teuthology.orchestra.run.smithi005.stdout: 5 51310 27.14 MB/sec warmup 54 sec latency 24.963 ms 2023-07-12T15:15:42.655 INFO:teuthology.orchestra.run.smithi005.stdout:true 2023-07-12T15:15:42.917 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:42 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:15:41.062058+0000 mgr.smithi005.fgymhs (mgr.24387) 30 : cluster [DBG] pgmap v21: 97 pgs: 97 active+clean; 272 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 11 MiB/s wr, 1.09k op/s 2023-07-12T15:15:42.997 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:42 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:15:41.062058+0000 mgr.smithi005.fgymhs (mgr.24387) 30 : cluster [DBG] pgmap v21: 97 pgs: 97 active+clean; 272 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 11 MiB/s wr, 1.09k op/s 2023-07-12T15:15:43.046 INFO:teuthology.orchestra.run.smithi005.stdout: 5 52129 26.97 MB/sec warmup 55 sec latency 29.559 ms 2023-07-12T15:15:43.425 INFO:teuthology.orchestra.run.smithi005.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2023-07-12T15:15:43.426 INFO:teuthology.orchestra.run.smithi005.stdout:alertmanager.smithi005 smithi005 *:9093,9094 running (3m) 32s ago 4m 0.20.0 0881eb8f169f 02924d9fd4fd 2023-07-12T15:15:43.426 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi005 smithi005 running (4m) 32s ago 4m 16.2.4 8d91d370c2b8 d66dbf6fdb25 2023-07-12T15:15:43.426 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi107 smithi107 running (4m) 35s ago 4m 16.2.4 8d91d370c2b8 b2a554924ee7 2023-07-12T15:15:43.426 INFO:teuthology.orchestra.run.smithi005.stdout:grafana.smithi005 smithi005 *:3000 running (3m) 32s ago 4m 6.7.4 557c83e11646 e05ce52e5309 2023-07-12T15:15:43.426 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi005.llyakb smithi005 running (70s) 32s ago 70s 16.2.4 8d91d370c2b8 2e9588e0199b 2023-07-12T15:15:43.426 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi107.umdxex smithi107 running (69s) 35s ago 68s 16.2.4 8d91d370c2b8 401879dbc3a1 2023-07-12T15:15:43.426 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi005.fgymhs smithi005 *:9283 running (5m) 32s ago 5m 16.2.4 8d91d370c2b8 773b2b36c231 2023-07-12T15:15:43.427 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi107.erfdst smithi107 *:8443,9283 running (4m) 35s ago 4m 16.2.4 8d91d370c2b8 190060accffa 2023-07-12T15:15:43.427 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi005 smithi005 running (5m) 32s ago 5m 16.2.4 8d91d370c2b8 d77bb5c14fd6 2023-07-12T15:15:43.427 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi107 smithi107 running (4m) 35s ago 4m 16.2.4 8d91d370c2b8 eb5e5c1f8ca8 2023-07-12T15:15:43.427 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.smithi005 smithi005 *:2049 running (58s) 32s ago 58s 3.5 8d91d370c2b8 0e5541e24f8f 2023-07-12T15:15:43.427 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.smithi107 smithi107 *:2049 running (61s) 35s ago 61s 3.5 8d91d370c2b8 a279913715c1 2023-07-12T15:15:43.427 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi005 smithi005 *:9100 running (4m) 32s ago 4m 0.18.1 e5a616e4b9cf 07304e88f4ad 2023-07-12T15:15:43.427 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi107 smithi107 *:9100 running (4m) 35s ago 4m 0.18.1 e5a616e4b9cf 0f858f5dbd77 2023-07-12T15:15:43.427 INFO:teuthology.orchestra.run.smithi005.stdout:osd.0 smithi005 running (3m) 32s ago 3m 16.2.4 8d91d370c2b8 b76fd1d0c8e6 2023-07-12T15:15:43.428 INFO:teuthology.orchestra.run.smithi005.stdout:osd.1 smithi005 running (3m) 32s ago 3m 16.2.4 8d91d370c2b8 0c931b3abdbc 2023-07-12T15:15:43.428 INFO:teuthology.orchestra.run.smithi005.stdout:osd.2 smithi005 running (3m) 32s ago 3m 16.2.4 8d91d370c2b8 2712a85e1556 2023-07-12T15:15:43.428 INFO:teuthology.orchestra.run.smithi005.stdout:osd.3 smithi005 running (2m) 32s ago 2m 16.2.4 8d91d370c2b8 91a5ecefbf60 2023-07-12T15:15:43.428 INFO:teuthology.orchestra.run.smithi005.stdout:osd.4 smithi107 running (2m) 35s ago 2m 16.2.4 8d91d370c2b8 27cd7acb5a1c 2023-07-12T15:15:43.428 INFO:teuthology.orchestra.run.smithi005.stdout:osd.5 smithi107 running (2m) 35s ago 2m 16.2.4 8d91d370c2b8 c0ddb4bafed0 2023-07-12T15:15:43.428 INFO:teuthology.orchestra.run.smithi005.stdout:osd.6 smithi107 running (2m) 35s ago 2m 16.2.4 8d91d370c2b8 82bc037c969c 2023-07-12T15:15:43.428 INFO:teuthology.orchestra.run.smithi005.stdout:osd.7 smithi107 running (2m) 35s ago 2m 16.2.4 8d91d370c2b8 516c8ea96297 2023-07-12T15:15:43.429 INFO:teuthology.orchestra.run.smithi005.stdout:prometheus.smithi005 smithi005 *:9095 running (3m) 32s ago 4m 2.18.1 de242295e225 724aca1453e2 2023-07-12T15:15:43.811 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:15:43.811 INFO:teuthology.orchestra.run.smithi005.stdout: "mon": { 2023-07-12T15:15:43.812 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2023-07-12T15:15:43.812 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:15:43.812 INFO:teuthology.orchestra.run.smithi005.stdout: "mgr": { 2023-07-12T15:15:43.812 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2023-07-12T15:15:43.812 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:15:43.812 INFO:teuthology.orchestra.run.smithi005.stdout: "osd": { 2023-07-12T15:15:43.813 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2023-07-12T15:15:43.813 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:15:43.813 INFO:teuthology.orchestra.run.smithi005.stdout: "mds": { 2023-07-12T15:15:43.813 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2023-07-12T15:15:43.813 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:15:43.813 INFO:teuthology.orchestra.run.smithi005.stdout: "overall": { 2023-07-12T15:15:43.813 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 14 2023-07-12T15:15:43.813 INFO:teuthology.orchestra.run.smithi005.stdout: } 2023-07-12T15:15:43.814 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:15:44.046 INFO:teuthology.orchestra.run.smithi005.stdout: 5 52656 26.84 MB/sec warmup 56 sec latency 32.360 ms 2023-07-12T15:15:44.179 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:15:44.179 INFO:teuthology.orchestra.run.smithi005.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:c4be3de0cb572873b18bf4d7ff19efd4676dcd86f150f2b38e50b5e2946cf6ef", 2023-07-12T15:15:44.179 INFO:teuthology.orchestra.run.smithi005.stdout: "in_progress": true, 2023-07-12T15:15:44.179 INFO:teuthology.orchestra.run.smithi005.stdout: "services_complete": [], 2023-07-12T15:15:44.179 INFO:teuthology.orchestra.run.smithi005.stdout: "progress": "0/23 ceph daemons upgraded", 2023-07-12T15:15:44.180 INFO:teuthology.orchestra.run.smithi005.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:c4be3de0cb572873b18bf4d7ff19efd4676dcd86f150f2b38e50b5e2946cf6ef image on host smithi107" 2023-07-12T15:15:44.180 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:15:44.421 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:44 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:15:42.640071+0000 mgr.smithi005.fgymhs (mgr.24387) 31 : audit [DBG] from='client.24427 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:15:44.421 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:44 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:15:43.025634+0000 mgr.smithi005.fgymhs (mgr.24387) 32 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:15:44.421 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:44 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:15:43.810514+0000 mon.smithi005 (mon.0) 656 : audit [DBG] from='client.? 172.21.15.5:0/2782202071' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:15:44.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:44 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:15:42.640071+0000 mgr.smithi005.fgymhs (mgr.24387) 31 : audit [DBG] from='client.24427 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:15:44.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:44 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:15:43.025634+0000 mgr.smithi005.fgymhs (mgr.24387) 32 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:15:44.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:44 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:15:43.810514+0000 mon.smithi005 (mon.0) 656 : audit [DBG] from='client.? 172.21.15.5:0/2782202071' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:15:44.549 INFO:teuthology.orchestra.run.smithi005.stdout:HEALTH_OK 2023-07-12T15:15:45.046 INFO:teuthology.orchestra.run.smithi005.stdout: 5 53190 26.72 MB/sec warmup 57 sec latency 35.286 ms 2023-07-12T15:15:45.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:45 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:15:43.062561+0000 mgr.smithi005.fgymhs (mgr.24387) 33 : cluster [DBG] pgmap v22: 97 pgs: 97 active+clean; 278 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 16 MiB/s wr, 1.51k op/s 2023-07-12T15:15:45.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:45 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:15:43.415228+0000 mgr.smithi005.fgymhs (mgr.24387) 34 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:15:45.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:45 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:15:44.177829+0000 mgr.smithi005.fgymhs (mgr.24387) 35 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:15:45.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:45 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:15:44.548636+0000 mon.smithi005 (mon.0) 657 : audit [DBG] from='client.? 172.21.15.5:0/2463083012' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:15:45.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:45 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:15:43.062561+0000 mgr.smithi005.fgymhs (mgr.24387) 33 : cluster [DBG] pgmap v22: 97 pgs: 97 active+clean; 278 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 16 MiB/s wr, 1.51k op/s 2023-07-12T15:15:45.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:45 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:15:43.415228+0000 mgr.smithi005.fgymhs (mgr.24387) 34 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:15:45.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:45 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:15:44.177829+0000 mgr.smithi005.fgymhs (mgr.24387) 35 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:15:45.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:45 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:15:44.548636+0000 mon.smithi005 (mon.0) 657 : audit [DBG] from='client.? 172.21.15.5:0/2463083012' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:15:46.046 INFO:teuthology.orchestra.run.smithi005.stdout: 5 53929 26.62 MB/sec warmup 58 sec latency 35.776 ms 2023-07-12T15:15:46.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:46 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:15:45.062844+0000 mgr.smithi005.fgymhs (mgr.24387) 36 : cluster [DBG] pgmap v23: 97 pgs: 97 active+clean; 278 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 11 MiB/s wr, 1.02k op/s 2023-07-12T15:15:46.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:46 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:15:45.062844+0000 mgr.smithi005.fgymhs (mgr.24387) 36 : cluster [DBG] pgmap v23: 97 pgs: 97 active+clean; 278 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 11 MiB/s wr, 1.02k op/s 2023-07-12T15:15:47.047 INFO:teuthology.orchestra.run.smithi005.stdout: 5 54631 26.35 MB/sec warmup 59 sec latency 34.479 ms 2023-07-12T15:15:48.047 INFO:teuthology.orchestra.run.smithi005.stdout: 5 55299 26.23 MB/sec warmup 60 sec latency 34.621 ms 2023-07-12T15:15:49.046 INFO:teuthology.orchestra.run.smithi005.stdout: 5 56102 26.15 MB/sec warmup 61 sec latency 24.009 ms 2023-07-12T15:15:49.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:49 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:15:47.063347+0000 mgr.smithi005.fgymhs (mgr.24387) 37 : cluster [DBG] pgmap v24: 97 pgs: 97 active+clean; 287 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 15 MiB/s wr, 1.41k op/s 2023-07-12T15:15:49.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:49 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:15:47.063347+0000 mgr.smithi005.fgymhs (mgr.24387) 37 : cluster [DBG] pgmap v24: 97 pgs: 97 active+clean; 287 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 15 MiB/s wr, 1.41k op/s 2023-07-12T15:15:50.047 INFO:teuthology.orchestra.run.smithi005.stdout: 5 57047 26.26 MB/sec warmup 62 sec latency 25.823 ms 2023-07-12T15:15:50.417 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:50 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:15:49.063744+0000 mgr.smithi005.fgymhs (mgr.24387) 38 : cluster [DBG] pgmap v25: 97 pgs: 97 active+clean; 287 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 10 MiB/s wr, 935 op/s 2023-07-12T15:15:50.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:50 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:15:49.063744+0000 mgr.smithi005.fgymhs (mgr.24387) 38 : cluster [DBG] pgmap v25: 97 pgs: 97 active+clean; 287 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 10 MiB/s wr, 935 op/s 2023-07-12T15:15:51.047 INFO:teuthology.orchestra.run.smithi005.stdout: 5 57911 26.10 MB/sec warmup 63 sec latency 27.234 ms 2023-07-12T15:15:52.047 INFO:teuthology.orchestra.run.smithi005.stdout: 5 58500 25.90 MB/sec warmup 64 sec latency 26.347 ms 2023-07-12T15:15:52.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:52 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:15:51.064212+0000 mgr.smithi005.fgymhs (mgr.24387) 39 : cluster [DBG] pgmap v26: 97 pgs: 97 active+clean; 290 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 12 MiB/s wr, 1.12k op/s 2023-07-12T15:15:52.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:52 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:15:51.064212+0000 mgr.smithi005.fgymhs (mgr.24387) 39 : cluster [DBG] pgmap v26: 97 pgs: 97 active+clean; 290 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 12 MiB/s wr, 1.12k op/s 2023-07-12T15:15:53.047 INFO:teuthology.orchestra.run.smithi005.stdout: 5 59100 25.74 MB/sec warmup 65 sec latency 32.475 ms 2023-07-12T15:15:54.047 INFO:teuthology.orchestra.run.smithi005.stdout: 5 59644 25.63 MB/sec warmup 66 sec latency 32.143 ms 2023-07-12T15:15:55.047 INFO:teuthology.orchestra.run.smithi005.stdout: 5 60446 25.65 MB/sec warmup 67 sec latency 90.933 ms 2023-07-12T15:15:55.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:55 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:15:53.064668+0000 mgr.smithi005.fgymhs (mgr.24387) 40 : cluster [DBG] pgmap v27: 97 pgs: 97 active+clean; 301 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 14 MiB/s wr, 1.25k op/s 2023-07-12T15:15:55.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:55 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:15:53.064668+0000 mgr.smithi005.fgymhs (mgr.24387) 40 : cluster [DBG] pgmap v27: 97 pgs: 97 active+clean; 301 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 14 MiB/s wr, 1.25k op/s 2023-07-12T15:15:56.047 INFO:teuthology.orchestra.run.smithi005.stdout: 5 61104 25.53 MB/sec warmup 68 sec latency 22.594 ms 2023-07-12T15:15:56.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:56 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:15:55.065024+0000 mgr.smithi005.fgymhs (mgr.24387) 41 : cluster [DBG] pgmap v28: 97 pgs: 97 active+clean; 301 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 8.8 MiB/s wr, 838 op/s 2023-07-12T15:15:56.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:56 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:15:55.065024+0000 mgr.smithi005.fgymhs (mgr.24387) 41 : cluster [DBG] pgmap v28: 97 pgs: 97 active+clean; 301 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 8.8 MiB/s wr, 838 op/s 2023-07-12T15:15:57.047 INFO:teuthology.orchestra.run.smithi005.stdout: 5 61693 25.30 MB/sec warmup 69 sec latency 38.204 ms 2023-07-12T15:15:58.047 INFO:teuthology.orchestra.run.smithi005.stdout: 5 62581 25.26 MB/sec warmup 70 sec latency 37.305 ms 2023-07-12T15:15:59.047 INFO:teuthology.orchestra.run.smithi005.stdout: 5 63432 25.25 MB/sec warmup 71 sec latency 17.042 ms 2023-07-12T15:15:59.422 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:15:59 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:15:57.065647+0000 mgr.smithi005.fgymhs (mgr.24387) 42 : cluster [DBG] pgmap v29: 97 pgs: 97 active+clean; 310 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 13 MiB/s wr, 1.21k op/s 2023-07-12T15:15:59.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:15:59 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:15:57.065647+0000 mgr.smithi005.fgymhs (mgr.24387) 42 : cluster [DBG] pgmap v29: 97 pgs: 97 active+clean; 310 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 13 MiB/s wr, 1.21k op/s 2023-07-12T15:16:00.047 INFO:teuthology.orchestra.run.smithi005.stdout: 5 64074 25.23 MB/sec warmup 72 sec latency 113.934 ms 2023-07-12T15:16:00.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:00 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:15:59.065960+0000 mgr.smithi005.fgymhs (mgr.24387) 43 : cluster [DBG] pgmap v30: 97 pgs: 97 active+clean; 310 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.6 MiB/s wr, 815 op/s 2023-07-12T15:16:00.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:00 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:15:59.065960+0000 mgr.smithi005.fgymhs (mgr.24387) 43 : cluster [DBG] pgmap v30: 97 pgs: 97 active+clean; 310 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.6 MiB/s wr, 815 op/s 2023-07-12T15:16:01.047 INFO:teuthology.orchestra.run.smithi005.stdout: 5 64709 25.09 MB/sec warmup 73 sec latency 23.061 ms 2023-07-12T15:16:02.047 INFO:teuthology.orchestra.run.smithi005.stdout: 5 65262 24.89 MB/sec warmup 74 sec latency 25.387 ms 2023-07-12T15:16:02.420 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:02 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:16:01.066318+0000 mgr.smithi005.fgymhs (mgr.24387) 44 : cluster [DBG] pgmap v31: 97 pgs: 97 active+clean; 319 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 11 MiB/s wr, 1.08k op/s 2023-07-12T15:16:02.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:02 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:16:01.066318+0000 mgr.smithi005.fgymhs (mgr.24387) 44 : cluster [DBG] pgmap v31: 97 pgs: 97 active+clean; 319 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 11 MiB/s wr, 1.08k op/s 2023-07-12T15:16:03.047 INFO:teuthology.orchestra.run.smithi005.stdout: 5 65801 24.73 MB/sec warmup 75 sec latency 82.138 ms 2023-07-12T15:16:04.047 INFO:teuthology.orchestra.run.smithi005.stdout: 5 66731 24.77 MB/sec warmup 76 sec latency 17.744 ms 2023-07-12T15:16:04.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:04 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:16:03.066844+0000 mgr.smithi005.fgymhs (mgr.24387) 45 : cluster [DBG] pgmap v32: 97 pgs: 97 active+clean; 322 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 11 MiB/s wr, 1.11k op/s 2023-07-12T15:16:04.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:04 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:16:03.066844+0000 mgr.smithi005.fgymhs (mgr.24387) 45 : cluster [DBG] pgmap v32: 97 pgs: 97 active+clean; 322 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 11 MiB/s wr, 1.11k op/s 2023-07-12T15:16:05.047 INFO:teuthology.orchestra.run.smithi005.stdout: 5 67427 24.76 MB/sec warmup 77 sec latency 26.907 ms 2023-07-12T15:16:06.047 INFO:teuthology.orchestra.run.smithi005.stdout: 5 67922 24.64 MB/sec warmup 78 sec latency 30.113 ms 2023-07-12T15:16:06.101 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:06 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:16:05.067194+0000 mgr.smithi005.fgymhs (mgr.24387) 46 : cluster [DBG] pgmap v33: 97 pgs: 97 active+clean; 322 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 8.2 MiB/s wr, 844 op/s 2023-07-12T15:16:06.102 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:06 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:05.331823+0000 mon.smithi005 (mon.0) 658 : audit [INF] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.fgymhs/mirror_snapshot_schedule"}]: dispatch 2023-07-12T15:16:06.102 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:06 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:05.343491+0000 mon.smithi005 (mon.0) 659 : audit [INF] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.fgymhs/trash_purge_schedule"}]: dispatch 2023-07-12T15:16:06.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:06 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:16:05.067194+0000 mgr.smithi005.fgymhs (mgr.24387) 46 : cluster [DBG] pgmap v33: 97 pgs: 97 active+clean; 322 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 8.2 MiB/s wr, 844 op/s 2023-07-12T15:16:06.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:06 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:05.331823+0000 mon.smithi005 (mon.0) 658 : audit [INF] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.fgymhs/mirror_snapshot_schedule"}]: dispatch 2023-07-12T15:16:06.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:06 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:05.343491+0000 mon.smithi005 (mon.0) 659 : audit [INF] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.fgymhs/trash_purge_schedule"}]: dispatch 2023-07-12T15:16:07.047 INFO:teuthology.orchestra.run.smithi005.stdout: 5 68524 24.44 MB/sec warmup 79 sec latency 47.314 ms 2023-07-12T15:16:07.358 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:07 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:16:06.146418+0000 mgr.smithi005.fgymhs (mgr.24387) 47 : cephadm [INF] Upgrade: Updating mgr.smithi107.erfdst 2023-07-12T15:16:07.358 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:07 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:06.150945+0000 mon.smithi005 (mon.0) 660 : audit [INF] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' 2023-07-12T15:16:07.358 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:07 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:06.151760+0000 mon.smithi005 (mon.0) 661 : audit [INF] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi107.erfdst", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-07-12T15:16:07.359 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:07 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:06.152549+0000 mon.smithi005 (mon.0) 662 : audit [DBG] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mgr services"}]: dispatch 2023-07-12T15:16:07.359 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:07 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:06.153356+0000 mon.smithi005 (mon.0) 663 : audit [DBG] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:16:07.359 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:07 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:16:06.153997+0000 mgr.smithi005.fgymhs (mgr.24387) 48 : cephadm [INF] Deploying daemon mgr.smithi107.erfdst on smithi107 2023-07-12T15:16:07.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:07 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:16:06.146418+0000 mgr.smithi005.fgymhs (mgr.24387) 47 : cephadm [INF] Upgrade: Updating mgr.smithi107.erfdst 2023-07-12T15:16:07.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:07 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:06.150945+0000 mon.smithi005 (mon.0) 660 : audit [INF] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' 2023-07-12T15:16:07.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:07 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:06.151760+0000 mon.smithi005 (mon.0) 661 : audit [INF] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi107.erfdst", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-07-12T15:16:07.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:07 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:06.152549+0000 mon.smithi005 (mon.0) 662 : audit [DBG] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mgr services"}]: dispatch 2023-07-12T15:16:07.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:07 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:06.153356+0000 mon.smithi005 (mon.0) 663 : audit [DBG] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:16:07.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:07 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:16:06.153997+0000 mgr.smithi005.fgymhs (mgr.24387) 48 : cephadm [INF] Deploying daemon mgr.smithi107.erfdst on smithi107 2023-07-12T15:16:08.047 INFO:teuthology.orchestra.run.smithi005.stdout: 5 69246 24.36 MB/sec warmup 80 sec latency 26.125 ms 2023-07-12T15:16:09.048 INFO:teuthology.orchestra.run.smithi005.stdout: 5 70043 24.28 MB/sec warmup 81 sec latency 39.240 ms 2023-07-12T15:16:09.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:09 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:16:07.067935+0000 mgr.smithi005.fgymhs (mgr.24387) 49 : cluster [DBG] pgmap v34: 97 pgs: 97 active+clean; 319 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 12 MiB/s wr, 1.22k op/s 2023-07-12T15:16:09.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:09 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:08.372644+0000 mon.smithi005 (mon.0) 664 : audit [INF] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' 2023-07-12T15:16:09.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:09 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:08.373615+0000 mon.smithi005 (mon.0) 665 : audit [DBG] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:16:09.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:09 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:16:07.067935+0000 mgr.smithi005.fgymhs (mgr.24387) 49 : cluster [DBG] pgmap v34: 97 pgs: 97 active+clean; 319 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 12 MiB/s wr, 1.22k op/s 2023-07-12T15:16:09.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:09 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:08.372644+0000 mon.smithi005 (mon.0) 664 : audit [INF] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' 2023-07-12T15:16:09.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:09 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:08.373615+0000 mon.smithi005 (mon.0) 665 : audit [DBG] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:16:10.048 INFO:teuthology.orchestra.run.smithi005.stdout: 5 70771 24.33 MB/sec warmup 82 sec latency 20.828 ms 2023-07-12T15:16:10.111 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:10 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:16:09.068241+0000 mgr.smithi005.fgymhs (mgr.24387) 50 : cluster [DBG] pgmap v35: 97 pgs: 97 active+clean; 319 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.2 MiB/s wr, 854 op/s 2023-07-12T15:16:10.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:10 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:16:09.068241+0000 mgr.smithi005.fgymhs (mgr.24387) 50 : cluster [DBG] pgmap v35: 97 pgs: 97 active+clean; 319 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.2 MiB/s wr, 854 op/s 2023-07-12T15:16:11.048 INFO:teuthology.orchestra.run.smithi005.stdout: 5 71162 24.19 MB/sec warmup 83 sec latency 30.699 ms 2023-07-12T15:16:12.048 INFO:teuthology.orchestra.run.smithi005.stdout: 5 71475 24.02 MB/sec warmup 84 sec latency 52.031 ms 2023-07-12T15:16:12.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:10.944068+0000 mon.smithi005 (mon.0) 666 : audit [INF] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' 2023-07-12T15:16:12.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:11.338661+0000 mon.smithi005 (mon.0) 667 : audit [INF] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' 2023-07-12T15:16:12.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:11.342941+0000 mon.smithi005 (mon.0) 668 : audit [DBG] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:16:12.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:11.346735+0000 mon.smithi005 (mon.0) 669 : audit [INF] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mgr fail", "who": "smithi005.fgymhs"}]: dispatch 2023-07-12T15:16:12.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:16:11.350040+0000 mon.smithi005 (mon.0) 670 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2023-07-12T15:16:12.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:11.350310+0000 mon.smithi005 (mon.0) 671 : audit [INF] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2023-07-12T15:16:12.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:11.351089+0000 mon.smithi005 (mon.0) 672 : audit [INF] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-07-12T15:16:12.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:10.944068+0000 mon.smithi005 (mon.0) 666 : audit [INF] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' 2023-07-12T15:16:12.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:11.338661+0000 mon.smithi005 (mon.0) 667 : audit [INF] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' 2023-07-12T15:16:12.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:11.342941+0000 mon.smithi005 (mon.0) 668 : audit [DBG] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:16:12.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:11.346735+0000 mon.smithi005 (mon.0) 669 : audit [INF] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mgr fail", "who": "smithi005.fgymhs"}]: dispatch 2023-07-12T15:16:12.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:16:11.350040+0000 mon.smithi005 (mon.0) 670 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2023-07-12T15:16:12.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:11.350310+0000 mon.smithi005 (mon.0) 671 : audit [INF] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2023-07-12T15:16:12.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:11.351089+0000 mon.smithi005 (mon.0) 672 : audit [INF] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-07-12T15:16:13.048 INFO:teuthology.orchestra.run.smithi005.stdout: 5 71842 23.81 MB/sec warmup 85 sec latency 44.756 ms 2023-07-12T15:16:13.107 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:12 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:16:11.068645+0000 mgr.smithi005.fgymhs (mgr.24387) 51 : cluster [DBG] pgmap v36: 97 pgs: 97 active+clean; 320 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 9.8 MiB/s wr, 939 op/s 2023-07-12T15:16:13.108 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:12 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:16:11.344014+0000 mgr.smithi005.fgymhs (mgr.24387) 52 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi005.fgymhs) 2023-07-12T15:16:13.108 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:12 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:16:11.346459+0000 mgr.smithi005.fgymhs (mgr.24387) 53 : cephadm [INF] Failing over to other MGR 2023-07-12T15:16:13.108 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:12 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:12.341308+0000 mon.smithi005 (mon.0) 673 : audit [INF] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "mgr fail", "who": "smithi005.fgymhs"}]': finished 2023-07-12T15:16:13.109 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:12 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:16:12.341351+0000 mon.smithi005 (mon.0) 674 : cluster [DBG] mgrmap e25: smithi107.erfdst(active, starting, since 0.994079s) 2023-07-12T15:16:13.109 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:12 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:12.351482+0000 mon.smithi005 (mon.0) 675 : audit [INF] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-07-12T15:16:13.109 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:12 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:16:12.351549+0000 mon.smithi005 (mon.0) 676 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-07-12T15:16:13.247 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:12 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:16:11.068645+0000 mgr.smithi005.fgymhs (mgr.24387) 51 : cluster [DBG] pgmap v36: 97 pgs: 97 active+clean; 320 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 9.8 MiB/s wr, 939 op/s 2023-07-12T15:16:13.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:12 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:16:11.344014+0000 mgr.smithi005.fgymhs (mgr.24387) 52 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi005.fgymhs) 2023-07-12T15:16:13.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:12 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:16:11.346459+0000 mgr.smithi005.fgymhs (mgr.24387) 53 : cephadm [INF] Failing over to other MGR 2023-07-12T15:16:13.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:12 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:12.341308+0000 mon.smithi005 (mon.0) 673 : audit [INF] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "mgr fail", "who": "smithi005.fgymhs"}]': finished 2023-07-12T15:16:13.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:12 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:16:12.341351+0000 mon.smithi005 (mon.0) 674 : cluster [DBG] mgrmap e25: smithi107.erfdst(active, starting, since 0.994079s) 2023-07-12T15:16:13.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:12 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:12.351482+0000 mon.smithi005 (mon.0) 675 : audit [INF] from='mgr.24387 172.21.15.5:0/819789628' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-07-12T15:16:13.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:12 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:16:12.351549+0000 mon.smithi005 (mon.0) 676 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-07-12T15:16:14.048 INFO:teuthology.orchestra.run.smithi005.stdout: 5 72317 23.63 MB/sec warmup 86 sec latency 32.224 ms 2023-07-12T15:16:15.048 INFO:teuthology.orchestra.run.smithi005.stdout: 5 72813 23.50 MB/sec warmup 87 sec latency 38.046 ms 2023-07-12T15:16:16.048 INFO:teuthology.orchestra.run.smithi005.stdout: 5 73694 23.52 MB/sec warmup 88 sec latency 24.986 ms 2023-07-12T15:16:17.048 INFO:teuthology.orchestra.run.smithi005.stdout: 5 74500 23.55 MB/sec warmup 89 sec latency 20.071 ms 2023-07-12T15:16:17.376 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:17 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:16:17.267569+0000 mon.smithi005 (mon.0) 677 : cluster [INF] Active manager daemon smithi107.erfdst restarted 2023-07-12T15:16:17.376 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:17 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:16:17.268275+0000 mon.smithi005 (mon.0) 678 : cluster [INF] Activating manager daemon smithi107.erfdst 2023-07-12T15:16:17.376 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:17 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:16:17.271298+0000 mon.smithi005 (mon.0) 679 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2023-07-12T15:16:17.376 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:17 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:17.271671+0000 mon.smithi107 (mon.1) 22 : audit [DBG] from='mgr.? 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi107.erfdst/crt"}]: dispatch 2023-07-12T15:16:17.376 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:17 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:17.272158+0000 mon.smithi107 (mon.1) 23 : audit [DBG] from='mgr.? 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-07-12T15:16:17.377 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:17 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:17.274663+0000 mon.smithi107 (mon.1) 24 : audit [DBG] from='mgr.? 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi107.erfdst/key"}]: dispatch 2023-07-12T15:16:17.377 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:17 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:17.275087+0000 mon.smithi107 (mon.1) 25 : audit [DBG] from='mgr.? 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-07-12T15:16:17.629 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:17 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:16:17.267569+0000 mon.smithi005 (mon.0) 677 : cluster [INF] Active manager daemon smithi107.erfdst restarted 2023-07-12T15:16:17.630 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:17 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:16:17.268275+0000 mon.smithi005 (mon.0) 678 : cluster [INF] Activating manager daemon smithi107.erfdst 2023-07-12T15:16:17.630 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:17 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:16:17.271298+0000 mon.smithi005 (mon.0) 679 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2023-07-12T15:16:17.630 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:17 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:17.271671+0000 mon.smithi107 (mon.1) 22 : audit [DBG] from='mgr.? 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi107.erfdst/crt"}]: dispatch 2023-07-12T15:16:17.630 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:17 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:17.272158+0000 mon.smithi107 (mon.1) 23 : audit [DBG] from='mgr.? 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-07-12T15:16:17.630 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:17 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:17.274663+0000 mon.smithi107 (mon.1) 24 : audit [DBG] from='mgr.? 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi107.erfdst/key"}]: dispatch 2023-07-12T15:16:17.631 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:17 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:17.275087+0000 mon.smithi107 (mon.1) 25 : audit [DBG] from='mgr.? 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-07-12T15:16:18.048 INFO:teuthology.orchestra.run.smithi005.stdout: 5 75163 23.51 MB/sec warmup 90 sec latency 23.855 ms 2023-07-12T15:16:18.385 INFO:teuthology.orchestra.run.smithi005.stdout:true 2023-07-12T15:16:18.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:16:17.326902+0000 mon.smithi005 (mon.0) 680 : cluster [DBG] mgrmap e26: smithi107.erfdst(active, starting, since 0.0588346s) 2023-07-12T15:16:18.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:17.327117+0000 mon.smithi107 (mon.1) 26 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "mon metadata", "id": "smithi005"}]: dispatch 2023-07-12T15:16:18.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:17.327212+0000 mon.smithi107 (mon.1) 27 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "mon metadata", "id": "smithi107"}]: dispatch 2023-07-12T15:16:18.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:17.334247+0000 mon.smithi107 (mon.1) 28 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi005.llyakb"}]: dispatch 2023-07-12T15:16:18.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:17.334380+0000 mon.smithi107 (mon.1) 29 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi107.umdxex"}]: dispatch 2023-07-12T15:16:18.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:17.334577+0000 mon.smithi107 (mon.1) 30 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "mgr metadata", "who": "smithi107.erfdst", "id": "smithi107.erfdst"}]: dispatch 2023-07-12T15:16:18.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:17.334689+0000 mon.smithi107 (mon.1) 31 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-07-12T15:16:18.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:17.334901+0000 mon.smithi107 (mon.1) 32 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-07-12T15:16:18.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:17.339796+0000 mon.smithi107 (mon.1) 33 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-07-12T15:16:18.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:17.340158+0000 mon.smithi107 (mon.1) 34 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-07-12T15:16:18.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:17.340448+0000 mon.smithi107 (mon.1) 35 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-07-12T15:16:18.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:17.340755+0000 mon.smithi107 (mon.1) 36 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-07-12T15:16:18.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:17.341076+0000 mon.smithi107 (mon.1) 37 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-07-12T15:16:18.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:17.341380+0000 mon.smithi107 (mon.1) 38 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-07-12T15:16:18.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:17.341730+0000 mon.smithi107 (mon.1) 39 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-07-12T15:16:18.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:17.342065+0000 mon.smithi107 (mon.1) 40 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-07-12T15:16:18.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:17.342676+0000 mon.smithi107 (mon.1) 41 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-07-12T15:16:18.671 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:16:17.428287+0000 mon.smithi005 (mon.0) 681 : cluster [INF] Manager daemon smithi107.erfdst is now available 2023-07-12T15:16:18.671 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:17.451280+0000 mon.smithi005 (mon.0) 682 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:18.671 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:16:17.454149+0000 mgr.smithi107.erfdst (mgr.24445) 1 : cephadm [INF] Queued nfs.foo for migration 2023-07-12T15:16:18.671 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:17.458448+0000 mon.smithi107 (mon.1) 42 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:16:18.671 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:17.461117+0000 mon.smithi107 (mon.1) 43 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:16:18.671 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:17.472918+0000 mon.smithi107 (mon.1) 44 : audit [INF] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]: dispatch 2023-07-12T15:16:18.671 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:17.473638+0000 mon.smithi005 (mon.0) 683 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]: dispatch 2023-07-12T15:16:18.672 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:17.496127+0000 mon.smithi005 (mon.0) 684 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:18.672 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:17.505331+0000 mon.smithi107 (mon.1) 45 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:16:18.672 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:17.514042+0000 mon.smithi107 (mon.1) 46 : audit [INF] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi107.erfdst/mirror_snapshot_schedule"}]: dispatch 2023-07-12T15:16:18.672 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:17.514363+0000 mon.smithi005 (mon.0) 685 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi107.erfdst/mirror_snapshot_schedule"}]: dispatch 2023-07-12T15:16:18.672 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:17.534334+0000 mon.smithi107 (mon.1) 47 : audit [INF] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi107.erfdst/trash_purge_schedule"}]: dispatch 2023-07-12T15:16:18.672 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:17.534790+0000 mon.smithi005 (mon.0) 686 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi107.erfdst/trash_purge_schedule"}]: dispatch 2023-07-12T15:16:18.672 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:17.551924+0000 mon.smithi005 (mon.0) 687 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:18.673 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:17.779633+0000 mon.smithi005 (mon.0) 688 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:18.673 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:17.784523+0000 mon.smithi005 (mon.0) 689 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:18.673 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:16:17.910347+0000 mgr.smithi107.erfdst (mgr.24445) 2 : cephadm [INF] Deploying cephadm binary to smithi107 2023-07-12T15:16:18.673 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:16:17.958325+0000 mgr.smithi107.erfdst (mgr.24445) 3 : cephadm [INF] Deploying cephadm binary to smithi005 2023-07-12T15:16:18.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:16:17.326902+0000 mon.smithi005 (mon.0) 680 : cluster [DBG] mgrmap e26: smithi107.erfdst(active, starting, since 0.0588346s) 2023-07-12T15:16:18.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:17.327117+0000 mon.smithi107 (mon.1) 26 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "mon metadata", "id": "smithi005"}]: dispatch 2023-07-12T15:16:18.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:17.327212+0000 mon.smithi107 (mon.1) 27 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "mon metadata", "id": "smithi107"}]: dispatch 2023-07-12T15:16:18.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:17.334247+0000 mon.smithi107 (mon.1) 28 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi005.llyakb"}]: dispatch 2023-07-12T15:16:18.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:17.334380+0000 mon.smithi107 (mon.1) 29 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi107.umdxex"}]: dispatch 2023-07-12T15:16:18.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:17.334577+0000 mon.smithi107 (mon.1) 30 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "mgr metadata", "who": "smithi107.erfdst", "id": "smithi107.erfdst"}]: dispatch 2023-07-12T15:16:18.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:17.334689+0000 mon.smithi107 (mon.1) 31 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-07-12T15:16:18.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:17.334901+0000 mon.smithi107 (mon.1) 32 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-07-12T15:16:18.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:17.339796+0000 mon.smithi107 (mon.1) 33 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-07-12T15:16:18.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:17.340158+0000 mon.smithi107 (mon.1) 34 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-07-12T15:16:18.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:17.340448+0000 mon.smithi107 (mon.1) 35 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-07-12T15:16:18.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:17.340755+0000 mon.smithi107 (mon.1) 36 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-07-12T15:16:18.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:17.341076+0000 mon.smithi107 (mon.1) 37 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-07-12T15:16:18.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:17.341380+0000 mon.smithi107 (mon.1) 38 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-07-12T15:16:18.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:17.341730+0000 mon.smithi107 (mon.1) 39 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-07-12T15:16:18.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:17.342065+0000 mon.smithi107 (mon.1) 40 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-07-12T15:16:18.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:17.342676+0000 mon.smithi107 (mon.1) 41 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-07-12T15:16:18.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:16:17.428287+0000 mon.smithi005 (mon.0) 681 : cluster [INF] Manager daemon smithi107.erfdst is now available 2023-07-12T15:16:18.751 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:17.451280+0000 mon.smithi005 (mon.0) 682 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:18.751 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:16:17.454149+0000 mgr.smithi107.erfdst (mgr.24445) 1 : cephadm [INF] Queued nfs.foo for migration 2023-07-12T15:16:18.751 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:17.458448+0000 mon.smithi107 (mon.1) 42 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:16:18.751 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:17.461117+0000 mon.smithi107 (mon.1) 43 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:16:18.751 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:17.472918+0000 mon.smithi107 (mon.1) 44 : audit [INF] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]: dispatch 2023-07-12T15:16:18.751 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:17.473638+0000 mon.smithi005 (mon.0) 683 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]: dispatch 2023-07-12T15:16:18.751 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:17.496127+0000 mon.smithi005 (mon.0) 684 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:18.751 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:17.505331+0000 mon.smithi107 (mon.1) 45 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:16:18.752 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:17.514042+0000 mon.smithi107 (mon.1) 46 : audit [INF] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi107.erfdst/mirror_snapshot_schedule"}]: dispatch 2023-07-12T15:16:18.752 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:17.514363+0000 mon.smithi005 (mon.0) 685 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi107.erfdst/mirror_snapshot_schedule"}]: dispatch 2023-07-12T15:16:18.752 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:17.534334+0000 mon.smithi107 (mon.1) 47 : audit [INF] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi107.erfdst/trash_purge_schedule"}]: dispatch 2023-07-12T15:16:18.752 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:17.534790+0000 mon.smithi005 (mon.0) 686 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi107.erfdst/trash_purge_schedule"}]: dispatch 2023-07-12T15:16:18.752 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:17.551924+0000 mon.smithi005 (mon.0) 687 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:18.752 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:17.779633+0000 mon.smithi005 (mon.0) 688 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:18.753 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:17.784523+0000 mon.smithi005 (mon.0) 689 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:18.753 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:16:17.910347+0000 mgr.smithi107.erfdst (mgr.24445) 2 : cephadm [INF] Deploying cephadm binary to smithi107 2023-07-12T15:16:18.753 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:16:17.958325+0000 mgr.smithi107.erfdst (mgr.24445) 3 : cephadm [INF] Deploying cephadm binary to smithi005 2023-07-12T15:16:19.048 INFO:teuthology.orchestra.run.smithi005.stdout: 5 75568 23.32 MB/sec warmup 91 sec latency 75.805 ms 2023-07-12T15:16:19.166 INFO:teuthology.orchestra.run.smithi005.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-07-12T15:16:19.166 INFO:teuthology.orchestra.run.smithi005.stdout:alertmanager.smithi005 smithi005 *:9093,9094 running (4m) 68s ago 5m 20.1M - 0.20.0 0881eb8f169f 02924d9fd4fd 2023-07-12T15:16:19.166 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi005 smithi005 running (5m) 68s ago 5m 7004k - 16.2.4 8d91d370c2b8 d66dbf6fdb25 2023-07-12T15:16:19.166 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi107 smithi107 running (4m) 8s ago 4m 7189k - 16.2.4 8d91d370c2b8 b2a554924ee7 2023-07-12T15:16:19.166 INFO:teuthology.orchestra.run.smithi005.stdout:grafana.smithi005 smithi005 *:3000 running (4m) 68s ago 5m 30.4M - 6.7.4 557c83e11646 e05ce52e5309 2023-07-12T15:16:19.167 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi005.llyakb smithi005 running (106s) 68s ago 106s 16.0M - 16.2.4 8d91d370c2b8 2e9588e0199b 2023-07-12T15:16:19.167 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi107.umdxex smithi107 running (105s) 8s ago 104s 39.1M - 16.2.4 8d91d370c2b8 401879dbc3a1 2023-07-12T15:16:19.167 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi005.fgymhs smithi005 *:9283 running (6m) 68s ago 6m 401M - 16.2.4 8d91d370c2b8 773b2b36c231 2023-07-12T15:16:19.167 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi107.erfdst smithi107 *:8443,9283 running (11s) 8s ago 4m 46.7M - 18.1.2-55-gb1bd0540 45bffa74f7bc aa123e0fe635 2023-07-12T15:16:19.167 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi005 smithi005 running (6m) 68s ago 6m 103M 2048M 16.2.4 8d91d370c2b8 d77bb5c14fd6 2023-07-12T15:16:19.167 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi107 smithi107 running (4m) 8s ago 4m 107M 2048M 16.2.4 8d91d370c2b8 eb5e5c1f8ca8 2023-07-12T15:16:19.167 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.smithi005 smithi005 *:2049 running (94s) 68s ago 93s 219M - 3.5 8d91d370c2b8 0e5541e24f8f 2023-07-12T15:16:19.168 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.smithi107 smithi107 *:2049 running (97s) 8s ago 97s 55.6M - 3.5 8d91d370c2b8 a279913715c1 2023-07-12T15:16:19.168 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi005 smithi005 *:9100 running (5m) 68s ago 5m 18.2M - 0.18.1 e5a616e4b9cf 07304e88f4ad 2023-07-12T15:16:19.168 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi107 smithi107 *:9100 running (4m) 8s ago 4m 18.2M - 0.18.1 e5a616e4b9cf 0f858f5dbd77 2023-07-12T15:16:19.168 INFO:teuthology.orchestra.run.smithi005.stdout:osd.0 smithi005 running (4m) 68s ago 4m 385M 4096M 16.2.4 8d91d370c2b8 b76fd1d0c8e6 2023-07-12T15:16:19.168 INFO:teuthology.orchestra.run.smithi005.stdout:osd.1 smithi005 running (4m) 68s ago 4m 210M 4096M 16.2.4 8d91d370c2b8 0c931b3abdbc 2023-07-12T15:16:19.168 INFO:teuthology.orchestra.run.smithi005.stdout:osd.2 smithi005 running (3m) 68s ago 3m 95.0M 4096M 16.2.4 8d91d370c2b8 2712a85e1556 2023-07-12T15:16:19.169 INFO:teuthology.orchestra.run.smithi005.stdout:osd.3 smithi005 running (3m) 68s ago 3m 337M 4096M 16.2.4 8d91d370c2b8 91a5ecefbf60 2023-07-12T15:16:19.169 INFO:teuthology.orchestra.run.smithi005.stdout:osd.4 smithi107 running (3m) 8s ago 3m 847M 4096M 16.2.4 8d91d370c2b8 27cd7acb5a1c 2023-07-12T15:16:19.169 INFO:teuthology.orchestra.run.smithi005.stdout:osd.5 smithi107 running (3m) 8s ago 3m 1130M 4096M 16.2.4 8d91d370c2b8 c0ddb4bafed0 2023-07-12T15:16:19.169 INFO:teuthology.orchestra.run.smithi005.stdout:osd.6 smithi107 running (2m) 8s ago 2m 887M 4096M 16.2.4 8d91d370c2b8 82bc037c969c 2023-07-12T15:16:19.169 INFO:teuthology.orchestra.run.smithi005.stdout:osd.7 smithi107 running (2m) 8s ago 2m 1441M 4096M 16.2.4 8d91d370c2b8 516c8ea96297 2023-07-12T15:16:19.169 INFO:teuthology.orchestra.run.smithi005.stdout:prometheus.smithi005 smithi005 *:9095 running (4m) 68s ago 4m 31.7M - 2.18.1 de242295e225 724aca1453e2 2023-07-12T15:16:19.642 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:16:19.642 INFO:teuthology.orchestra.run.smithi005.stdout: "mon": { 2023-07-12T15:16:19.642 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2023-07-12T15:16:19.642 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:16:19.643 INFO:teuthology.orchestra.run.smithi005.stdout: "mgr": { 2023-07-12T15:16:19.643 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2023-07-12T15:16:19.643 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 1 2023-07-12T15:16:19.643 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:16:19.643 INFO:teuthology.orchestra.run.smithi005.stdout: "osd": { 2023-07-12T15:16:19.643 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2023-07-12T15:16:19.643 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:16:19.643 INFO:teuthology.orchestra.run.smithi005.stdout: "mds": { 2023-07-12T15:16:19.644 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2023-07-12T15:16:19.644 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:16:19.644 INFO:teuthology.orchestra.run.smithi005.stdout: "overall": { 2023-07-12T15:16:19.644 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 13, 2023-07-12T15:16:19.644 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 1 2023-07-12T15:16:19.644 INFO:teuthology.orchestra.run.smithi005.stdout: } 2023-07-12T15:16:19.644 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:16:19.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:19 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:16:18.350606+0000 mon.smithi005 (mon.0) 690 : cluster [DBG] mgrmap e27: smithi107.erfdst(active, since 1.08254s) 2023-07-12T15:16:19.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:19 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:18.361129+0000 mgr.smithi107.erfdst (mgr.24445) 4 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:16:19.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:19 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:16:18.366777+0000 mgr.smithi107.erfdst (mgr.24445) 5 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 321 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-07-12T15:16:19.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:19 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:16:18.432778+0000 mgr.smithi107.erfdst (mgr.24445) 6 : cephadm [INF] [12/Jul/2023:15:16:18] ENGINE Bus STARTING 2023-07-12T15:16:19.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:19 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:18.453317+0000 mon.smithi005 (mon.0) 691 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd='[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]': finished 2023-07-12T15:16:19.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:19 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:16:18.453722+0000 mon.smithi005 (mon.0) 692 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2023-07-12T15:16:19.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:19 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:18.473972+0000 mon.smithi107 (mon.1) 48 : audit [INF] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-07-12T15:16:19.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:19 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:18.474468+0000 mon.smithi005 (mon.0) 693 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-07-12T15:16:19.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:19 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:16:18.611656+0000 mgr.smithi107.erfdst (mgr.24445) 7 : cephadm [INF] [12/Jul/2023:15:16:18] ENGINE Serving on https://172.21.15.107:7150 2023-07-12T15:16:19.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:19 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:16:18.730891+0000 mgr.smithi107.erfdst (mgr.24445) 8 : cephadm [INF] [12/Jul/2023:15:16:18] ENGINE Serving on http://172.21.15.107:8765 2023-07-12T15:16:19.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:19 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:16:18.731081+0000 mgr.smithi107.erfdst (mgr.24445) 9 : cephadm [INF] [12/Jul/2023:15:16:18] ENGINE Bus STARTED 2023-07-12T15:16:19.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:19 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:18.743399+0000 mgr.smithi107.erfdst (mgr.24445) 10 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:16:19.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:19 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:19.129927+0000 mgr.smithi107.erfdst (mgr.24445) 11 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:16:19.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:19 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:16:19.292524+0000 mon.smithi005 (mon.0) 694 : cluster [DBG] Standby manager daemon smithi005.fgymhs started 2023-07-12T15:16:19.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:19 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:19.296087+0000 mon.smithi005 (mon.0) 695 : audit [DBG] from='mgr.? 172.21.15.5:0/2929152328' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi005.fgymhs/crt"}]: dispatch 2023-07-12T15:16:19.671 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:19 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:19.296492+0000 mon.smithi005 (mon.0) 696 : audit [DBG] from='mgr.? 172.21.15.5:0/2929152328' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-07-12T15:16:19.671 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:19 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:19.298829+0000 mon.smithi005 (mon.0) 697 : audit [DBG] from='mgr.? 172.21.15.5:0/2929152328' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi005.fgymhs/key"}]: dispatch 2023-07-12T15:16:19.671 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:19 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:19.299816+0000 mon.smithi005 (mon.0) 698 : audit [DBG] from='mgr.? 172.21.15.5:0/2929152328' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-07-12T15:16:19.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:19 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:16:18.350606+0000 mon.smithi005 (mon.0) 690 : cluster [DBG] mgrmap e27: smithi107.erfdst(active, since 1.08254s) 2023-07-12T15:16:19.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:19 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:18.361129+0000 mgr.smithi107.erfdst (mgr.24445) 4 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:16:19.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:19 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:16:18.366777+0000 mgr.smithi107.erfdst (mgr.24445) 5 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 321 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-07-12T15:16:19.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:19 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:16:18.432778+0000 mgr.smithi107.erfdst (mgr.24445) 6 : cephadm [INF] [12/Jul/2023:15:16:18] ENGINE Bus STARTING 2023-07-12T15:16:19.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:19 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:18.453317+0000 mon.smithi005 (mon.0) 691 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd='[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]': finished 2023-07-12T15:16:19.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:19 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:16:18.453722+0000 mon.smithi005 (mon.0) 692 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2023-07-12T15:16:19.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:19 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:18.473972+0000 mon.smithi107 (mon.1) 48 : audit [INF] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-07-12T15:16:19.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:19 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:18.474468+0000 mon.smithi005 (mon.0) 693 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-07-12T15:16:19.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:19 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:16:18.611656+0000 mgr.smithi107.erfdst (mgr.24445) 7 : cephadm [INF] [12/Jul/2023:15:16:18] ENGINE Serving on https://172.21.15.107:7150 2023-07-12T15:16:19.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:19 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:16:18.730891+0000 mgr.smithi107.erfdst (mgr.24445) 8 : cephadm [INF] [12/Jul/2023:15:16:18] ENGINE Serving on http://172.21.15.107:8765 2023-07-12T15:16:19.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:19 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:16:18.731081+0000 mgr.smithi107.erfdst (mgr.24445) 9 : cephadm [INF] [12/Jul/2023:15:16:18] ENGINE Bus STARTED 2023-07-12T15:16:19.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:19 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:18.743399+0000 mgr.smithi107.erfdst (mgr.24445) 10 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:16:19.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:19 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:19.129927+0000 mgr.smithi107.erfdst (mgr.24445) 11 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:16:19.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:19 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:16:19.292524+0000 mon.smithi005 (mon.0) 694 : cluster [DBG] Standby manager daemon smithi005.fgymhs started 2023-07-12T15:16:19.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:19 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:19.296087+0000 mon.smithi005 (mon.0) 695 : audit [DBG] from='mgr.? 172.21.15.5:0/2929152328' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi005.fgymhs/crt"}]: dispatch 2023-07-12T15:16:19.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:19 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:19.296492+0000 mon.smithi005 (mon.0) 696 : audit [DBG] from='mgr.? 172.21.15.5:0/2929152328' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-07-12T15:16:19.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:19 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:19.298829+0000 mon.smithi005 (mon.0) 697 : audit [DBG] from='mgr.? 172.21.15.5:0/2929152328' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi005.fgymhs/key"}]: dispatch 2023-07-12T15:16:19.751 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:19 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:19.299816+0000 mon.smithi005 (mon.0) 698 : audit [DBG] from='mgr.? 172.21.15.5:0/2929152328' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-07-12T15:16:20.038 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:16:20.038 INFO:teuthology.orchestra.run.smithi005.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:c4be3de0cb572873b18bf4d7ff19efd4676dcd86f150f2b38e50b5e2946cf6ef", 2023-07-12T15:16:20.039 INFO:teuthology.orchestra.run.smithi005.stdout: "in_progress": true, 2023-07-12T15:16:20.039 INFO:teuthology.orchestra.run.smithi005.stdout: "which": "Upgrading all daemon types on all hosts", 2023-07-12T15:16:20.039 INFO:teuthology.orchestra.run.smithi005.stdout: "services_complete": [], 2023-07-12T15:16:20.039 INFO:teuthology.orchestra.run.smithi005.stdout: "progress": "1/23 daemons upgraded", 2023-07-12T15:16:20.039 INFO:teuthology.orchestra.run.smithi005.stdout: "message": "", 2023-07-12T15:16:20.039 INFO:teuthology.orchestra.run.smithi005.stdout: "is_paused": false 2023-07-12T15:16:20.039 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:16:20.048 INFO:teuthology.orchestra.run.smithi005.stdout: 5 75994 23.17 MB/sec warmup 92 sec latency 35.072 ms 2023-07-12T15:16:20.550 INFO:teuthology.orchestra.run.smithi005.stdout:HEALTH_OK 2023-07-12T15:16:20.674 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:20 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:16:19.331012+0000 mgr.smithi107.erfdst (mgr.24445) 12 : cluster [DBG] pgmap v5: 97 pgs: 97 active+clean; 321 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-07-12T15:16:20.675 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:20 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:19.457229+0000 mon.smithi005 (mon.0) 699 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-07-12T15:16:20.675 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:20 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:16:19.457328+0000 mon.smithi005 (mon.0) 700 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2023-07-12T15:16:20.675 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:20 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:16:19.468189+0000 mon.smithi005 (mon.0) 701 : cluster [DBG] mgrmap e28: smithi107.erfdst(active, since 2s), standbys: smithi005.fgymhs 2023-07-12T15:16:20.675 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:20 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:19.470116+0000 mon.smithi107 (mon.1) 49 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "mgr metadata", "who": "smithi005.fgymhs", "id": "smithi005.fgymhs"}]: dispatch 2023-07-12T15:16:20.675 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:20 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:19.641044+0000 mon.smithi005 (mon.0) 702 : audit [DBG] from='client.? 172.21.15.5:0/3523627327' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:16:20.676 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:20 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:20.030709+0000 mgr.smithi107.erfdst (mgr.24445) 13 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:16:20.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:20 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:16:19.331012+0000 mgr.smithi107.erfdst (mgr.24445) 12 : cluster [DBG] pgmap v5: 97 pgs: 97 active+clean; 321 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-07-12T15:16:20.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:20 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:19.457229+0000 mon.smithi005 (mon.0) 699 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-07-12T15:16:20.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:20 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:16:19.457328+0000 mon.smithi005 (mon.0) 700 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2023-07-12T15:16:20.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:20 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:16:19.468189+0000 mon.smithi005 (mon.0) 701 : cluster [DBG] mgrmap e28: smithi107.erfdst(active, since 2s), standbys: smithi005.fgymhs 2023-07-12T15:16:20.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:20 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:19.470116+0000 mon.smithi107 (mon.1) 49 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "mgr metadata", "who": "smithi005.fgymhs", "id": "smithi005.fgymhs"}]: dispatch 2023-07-12T15:16:20.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:20 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:19.641044+0000 mon.smithi005 (mon.0) 702 : audit [DBG] from='client.? 172.21.15.5:0/3523627327' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:16:20.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:20 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:20.030709+0000 mgr.smithi107.erfdst (mgr.24445) 13 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:16:21.048 INFO:teuthology.orchestra.run.smithi005.stdout: 5 76505 23.03 MB/sec warmup 93 sec latency 53.962 ms 2023-07-12T15:16:21.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:21 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:20.548577+0000 mon.smithi005 (mon.0) 703 : audit [DBG] from='client.? 172.21.15.5:0/1455249477' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:16:21.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:21 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:20.817742+0000 mon.smithi005 (mon.0) 704 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:21.832 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:21 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:20.548577+0000 mon.smithi005 (mon.0) 703 : audit [DBG] from='client.? 172.21.15.5:0/1455249477' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:16:21.832 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:21 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:20.817742+0000 mon.smithi005 (mon.0) 704 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:22.048 INFO:teuthology.orchestra.run.smithi005.stdout: 5 76969 22.95 MB/sec warmup 94 sec latency 39.606 ms 2023-07-12T15:16:23.048 INFO:teuthology.orchestra.run.smithi005.stdout: 5 77559 22.87 MB/sec warmup 95 sec latency 35.122 ms 2023-07-12T15:16:23.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:22 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:16:21.331338+0000 mgr.smithi107.erfdst (mgr.24445) 14 : cluster [DBG] pgmap v7: 97 pgs: 97 active+clean; 321 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-07-12T15:16:23.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:22 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:16:21.828764+0000 mon.smithi005 (mon.0) 705 : cluster [DBG] mgrmap e29: smithi107.erfdst(active, since 4s), standbys: smithi005.fgymhs 2023-07-12T15:16:23.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:22 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:16:21.331338+0000 mgr.smithi107.erfdst (mgr.24445) 14 : cluster [DBG] pgmap v7: 97 pgs: 97 active+clean; 321 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-07-12T15:16:23.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:22 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:16:21.828764+0000 mon.smithi005 (mon.0) 705 : cluster [DBG] mgrmap e29: smithi107.erfdst(active, since 4s), standbys: smithi005.fgymhs 2023-07-12T15:16:24.048 INFO:teuthology.orchestra.run.smithi005.stdout: 5 78102 22.87 MB/sec warmup 96 sec latency 35.024 ms 2023-07-12T15:16:25.048 INFO:teuthology.orchestra.run.smithi005.stdout: 5 78792 22.82 MB/sec warmup 97 sec latency 23.416 ms 2023-07-12T15:16:25.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:25 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:16:23.331704+0000 mgr.smithi107.erfdst (mgr.24445) 15 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 321 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-07-12T15:16:25.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:25 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:24.502756+0000 mon.smithi005 (mon.0) 706 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:25.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:25 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:16:23.331704+0000 mgr.smithi107.erfdst (mgr.24445) 15 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 321 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-07-12T15:16:25.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:25 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:24.502756+0000 mon.smithi005 (mon.0) 706 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:26.048 INFO:teuthology.orchestra.run.smithi005.stdout: 5 79198 22.65 MB/sec warmup 98 sec latency 41.000 ms 2023-07-12T15:16:27.048 INFO:teuthology.orchestra.run.smithi005.stdout: 5 79352 22.43 MB/sec warmup 99 sec latency 689.179 ms 2023-07-12T15:16:27.491 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:27 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:16:25.332289+0000 mgr.smithi107.erfdst (mgr.24445) 16 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 5.0 MiB/s wr, 519 op/s 2023-07-12T15:16:27.492 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:27 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:25.421255+0000 mon.smithi005 (mon.0) 707 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:27.492 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:27 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:25.429374+0000 mon.smithi005 (mon.0) 708 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:27.492 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:27 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:26.321999+0000 mon.smithi005 (mon.0) 709 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:27.492 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:27 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:26.329063+0000 mon.smithi005 (mon.0) 710 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:27.492 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:27 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:26.355671+0000 mon.smithi005 (mon.0) 711 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-07-12T15:16:28.049 INFO:teuthology.orchestra.run.smithi005.stdout: 5 79719 22.32 MB/sec warmup 100 sec latency 934.400 ms 2023-07-12T15:16:28.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:27 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:16:25.332289+0000 mgr.smithi107.erfdst (mgr.24445) 16 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 5.0 MiB/s wr, 519 op/s 2023-07-12T15:16:28.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:27 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:25.421255+0000 mon.smithi005 (mon.0) 707 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:28.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:27 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:25.429374+0000 mon.smithi005 (mon.0) 708 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:28.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:27 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:26.321999+0000 mon.smithi005 (mon.0) 709 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:28.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:27 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:26.329063+0000 mon.smithi005 (mon.0) 710 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:28.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:27 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:26.355671+0000 mon.smithi005 (mon.0) 711 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-07-12T15:16:28.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:28 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:26.355917+0000 mon.smithi107 (mon.1) 50 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "mon metadata", "id": "smithi005"}]: dispatch 2023-07-12T15:16:28.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:28 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:26.356079+0000 mon.smithi107 (mon.1) 51 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "mon metadata", "id": "smithi107"}]: dispatch 2023-07-12T15:16:28.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:28 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:27.292340+0000 mon.smithi005 (mon.0) 712 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-07-12T15:16:28.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:28 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:27.294198+0000 mon.smithi107 (mon.1) 52 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-07-12T15:16:28.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:28 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:16:27.332666+0000 mgr.smithi107.erfdst (mgr.24445) 17 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 3.9 MiB/s wr, 407 op/s 2023-07-12T15:16:28.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:28 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:27.833959+0000 mon.smithi107 (mon.1) 53 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-07-12T15:16:28.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:28 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:27.838231+0000 mon.smithi107 (mon.1) 54 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "mon metadata", "id": "smithi005"}]: dispatch 2023-07-12T15:16:28.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:28 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:27.838359+0000 mon.smithi107 (mon.1) 55 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "mon metadata", "id": "smithi107"}]: dispatch 2023-07-12T15:16:28.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:28 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:27.840344+0000 mon.smithi005 (mon.0) 713 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:28.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:28 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:27.847753+0000 mon.smithi005 (mon.0) 714 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:28.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:28 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:26.355917+0000 mon.smithi107 (mon.1) 50 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "mon metadata", "id": "smithi005"}]: dispatch 2023-07-12T15:16:28.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:28 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:26.356079+0000 mon.smithi107 (mon.1) 51 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "mon metadata", "id": "smithi107"}]: dispatch 2023-07-12T15:16:28.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:28 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:27.292340+0000 mon.smithi005 (mon.0) 712 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-07-12T15:16:28.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:28 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:27.294198+0000 mon.smithi107 (mon.1) 52 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-07-12T15:16:28.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:28 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:16:27.332666+0000 mgr.smithi107.erfdst (mgr.24445) 17 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 3.9 MiB/s wr, 407 op/s 2023-07-12T15:16:28.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:28 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:27.833959+0000 mon.smithi107 (mon.1) 53 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-07-12T15:16:28.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:28 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:27.838231+0000 mon.smithi107 (mon.1) 54 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "mon metadata", "id": "smithi005"}]: dispatch 2023-07-12T15:16:28.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:28 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:27.838359+0000 mon.smithi107 (mon.1) 55 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "mon metadata", "id": "smithi107"}]: dispatch 2023-07-12T15:16:28.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:28 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:27.840344+0000 mon.smithi005 (mon.0) 713 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:28.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:28 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:27.847753+0000 mon.smithi005 (mon.0) 714 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:29.049 INFO:teuthology.orchestra.run.smithi005.stdout: 5 80461 22.30 MB/sec warmup 101 sec latency 27.362 ms 2023-07-12T15:16:29.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:29 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:28.689103+0000 mon.smithi005 (mon.0) 715 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:29.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:29 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:28.695482+0000 mon.smithi005 (mon.0) 716 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:29.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:29 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:29.008433+0000 mon.smithi005 (mon.0) 717 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:29.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:29 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:29.017343+0000 mon.smithi005 (mon.0) 718 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:29.997 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:29 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:28.689103+0000 mon.smithi005 (mon.0) 715 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:29.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:29 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:28.695482+0000 mon.smithi005 (mon.0) 716 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:29.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:29 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:29.008433+0000 mon.smithi005 (mon.0) 717 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:29.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:29 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:29.017343+0000 mon.smithi005 (mon.0) 718 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:30.049 INFO:teuthology.orchestra.run.smithi005.stdout: 5 81291 22.30 MB/sec warmup 102 sec latency 19.400 ms 2023-07-12T15:16:31.049 INFO:teuthology.orchestra.run.smithi005.stdout: 5 82158 22.39 MB/sec warmup 103 sec latency 22.323 ms 2023-07-12T15:16:31.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:31 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:16:29.333270+0000 mgr.smithi107.erfdst (mgr.24445) 18 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 306 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 7.0 MiB/s wr, 718 op/s 2023-07-12T15:16:31.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:31 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:16:29.333270+0000 mgr.smithi107.erfdst (mgr.24445) 18 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 306 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 7.0 MiB/s wr, 718 op/s 2023-07-12T15:16:32.049 INFO:teuthology.orchestra.run.smithi005.stdout: 5 82621 22.23 MB/sec warmup 104 sec latency 458.363 ms 2023-07-12T15:16:32.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:32 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:31.322530+0000 mon.smithi005 (mon.0) 719 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:32.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:32 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:31.330145+0000 mon.smithi005 (mon.0) 720 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:32.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:32 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:16:31.333561+0000 mgr.smithi107.erfdst (mgr.24445) 19 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 306 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 5.9 MiB/s wr, 605 op/s 2023-07-12T15:16:32.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:32 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:31.337518+0000 mon.smithi005 (mon.0) 721 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:32.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:32 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:31.363909+0000 mon.smithi107 (mon.1) 56 : audit [INF] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2023-07-12T15:16:32.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:32 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:31.365166+0000 mon.smithi005 (mon.0) 722 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2023-07-12T15:16:32.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:32 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:31.322530+0000 mon.smithi005 (mon.0) 719 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:32.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:32 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:31.330145+0000 mon.smithi005 (mon.0) 720 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:32.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:32 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:16:31.333561+0000 mgr.smithi107.erfdst (mgr.24445) 19 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 306 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 5.9 MiB/s wr, 605 op/s 2023-07-12T15:16:32.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:32 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:31.337518+0000 mon.smithi005 (mon.0) 721 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:32.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:32 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:31.363909+0000 mon.smithi107 (mon.1) 56 : audit [INF] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2023-07-12T15:16:32.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:32 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:31.365166+0000 mon.smithi005 (mon.0) 722 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2023-07-12T15:16:33.049 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83294 22.18 MB/sec warmup 105 sec latency 33.963 ms 2023-07-12T15:16:33.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:32.339028+0000 mon.smithi005 (mon.0) 723 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2023-07-12T15:16:33.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:16:32.339083+0000 mon.smithi005 (mon.0) 724 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2023-07-12T15:16:33.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:32.340271+0000 mon.smithi107 (mon.1) 57 : audit [INF] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-07-12T15:16:33.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:32.341650+0000 mon.smithi005 (mon.0) 725 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-07-12T15:16:33.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:32.505520+0000 mon.smithi107 (mon.1) 58 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:16:33.719 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:33 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:32.339028+0000 mon.smithi005 (mon.0) 723 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2023-07-12T15:16:33.719 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:33 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:16:32.339083+0000 mon.smithi005 (mon.0) 724 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2023-07-12T15:16:33.719 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:33 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:32.340271+0000 mon.smithi107 (mon.1) 57 : audit [INF] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-07-12T15:16:33.720 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:33 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:32.341650+0000 mon.smithi005 (mon.0) 725 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-07-12T15:16:33.720 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:33 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:32.505520+0000 mon.smithi107 (mon.1) 58 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:16:34.049 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 22.05 MB/sec warmup 106 sec latency 242.722 ms 2023-07-12T15:16:34.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:34 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:16:33.333887+0000 mgr.smithi107.erfdst (mgr.24445) 20 : cluster [DBG] pgmap v14: 129 pgs: 32 unknown, 97 active+clean; 306 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 7.0 MiB/s wr, 718 op/s 2023-07-12T15:16:34.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:34 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:33.344001+0000 mon.smithi005 (mon.0) 726 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-07-12T15:16:34.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:34 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:16:33.344170+0000 mon.smithi005 (mon.0) 727 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2023-07-12T15:16:34.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:34 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:16:33.346866+0000 mgr.smithi107.erfdst (mgr.24445) 21 : cephadm [INF] Migrating nfs.foo from legacy pool nfs-ganesha namespace foo 2023-07-12T15:16:34.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:34 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:16:33.387194+0000 mgr.smithi107.erfdst (mgr.24445) 22 : cephadm [INF] Found 1 exports for legacy nfs.foo 2023-07-12T15:16:34.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:34 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:16:33.387303+0000 mgr.smithi107.erfdst (mgr.24445) 23 : cephadm [INF] Removing old nfs.foo daemons ['nfs.foo.smithi005', 'nfs.foo.smithi107'] 2023-07-12T15:16:34.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:34 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:16:33.387365+0000 mgr.smithi107.erfdst (mgr.24445) 24 : cephadm [INF] Remove daemons nfs.foo.smithi005 nfs.foo.smithi107 2023-07-12T15:16:34.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:34 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:16:33.387764+0000 mgr.smithi107.erfdst (mgr.24445) 25 : cephadm [INF] Removing daemon nfs.foo.smithi005 from smithi005 -- ports [2049] 2023-07-12T15:16:34.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:34 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:16:33.388066+0000 mgr.smithi107.erfdst (mgr.24445) 26 : cephadm [INF] Removing daemon nfs.foo.smithi107 from smithi107 -- ports [2049] 2023-07-12T15:16:34.713 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:34 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:16:33.333887+0000 mgr.smithi107.erfdst (mgr.24445) 20 : cluster [DBG] pgmap v14: 129 pgs: 32 unknown, 97 active+clean; 306 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 7.0 MiB/s wr, 718 op/s 2023-07-12T15:16:34.713 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:34 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:33.344001+0000 mon.smithi005 (mon.0) 726 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-07-12T15:16:34.713 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:34 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:16:33.344170+0000 mon.smithi005 (mon.0) 727 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2023-07-12T15:16:34.713 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:34 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:16:33.346866+0000 mgr.smithi107.erfdst (mgr.24445) 21 : cephadm [INF] Migrating nfs.foo from legacy pool nfs-ganesha namespace foo 2023-07-12T15:16:34.714 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:34 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:16:33.387194+0000 mgr.smithi107.erfdst (mgr.24445) 22 : cephadm [INF] Found 1 exports for legacy nfs.foo 2023-07-12T15:16:34.714 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:34 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:16:33.387303+0000 mgr.smithi107.erfdst (mgr.24445) 23 : cephadm [INF] Removing old nfs.foo daemons ['nfs.foo.smithi005', 'nfs.foo.smithi107'] 2023-07-12T15:16:34.714 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:34 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:16:33.387365+0000 mgr.smithi107.erfdst (mgr.24445) 24 : cephadm [INF] Remove daemons nfs.foo.smithi005 nfs.foo.smithi107 2023-07-12T15:16:34.714 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:34 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:16:33.387764+0000 mgr.smithi107.erfdst (mgr.24445) 25 : cephadm [INF] Removing daemon nfs.foo.smithi005 from smithi005 -- ports [2049] 2023-07-12T15:16:34.714 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:34 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:16:33.388066+0000 mgr.smithi107.erfdst (mgr.24445) 26 : cephadm [INF] Removing daemon nfs.foo.smithi107 from smithi107 -- ports [2049] 2023-07-12T15:16:35.049 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 21.84 MB/sec warmup 107 sec latency 1243.112 ms 2023-07-12T15:16:35.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:16:34.347240+0000 mon.smithi005 (mon.0) 728 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2023-07-12T15:16:35.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:16:35.008837+0000 mgr.smithi107.erfdst (mgr.24445) 27 : cephadm [INF] Removing key for client.nfs.foo.smithi107 2023-07-12T15:16:35.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:35.009141+0000 mon.smithi107 (mon.1) 59 : audit [INF] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi107"}]: dispatch 2023-07-12T15:16:35.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:35.009728+0000 mon.smithi005 (mon.0) 729 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi107"}]: dispatch 2023-07-12T15:16:35.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:35.012817+0000 mon.smithi005 (mon.0) 730 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi107"}]': finished 2023-07-12T15:16:35.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:16:35.013424+0000 mgr.smithi107.erfdst (mgr.24445) 28 : cephadm [INF] Removing key for client.nfs.foo.smithi107-rgw 2023-07-12T15:16:35.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:35.013599+0000 mon.smithi107 (mon.1) 60 : audit [INF] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi107-rgw"}]: dispatch 2023-07-12T15:16:35.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:35.013813+0000 mon.smithi005 (mon.0) 731 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi107-rgw"}]: dispatch 2023-07-12T15:16:35.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:35.016069+0000 mon.smithi005 (mon.0) 732 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi107-rgw"}]': finished 2023-07-12T15:16:35.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:16:35.260623+0000 mgr.smithi107.erfdst (mgr.24445) 29 : cephadm [INF] Removing key for client.nfs.foo.smithi005 2023-07-12T15:16:35.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:35.260844+0000 mon.smithi107 (mon.1) 61 : audit [INF] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi005"}]: dispatch 2023-07-12T15:16:35.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:35.261545+0000 mon.smithi005 (mon.0) 733 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi005"}]: dispatch 2023-07-12T15:16:35.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:35.265035+0000 mon.smithi005 (mon.0) 734 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi005"}]': finished 2023-07-12T15:16:35.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:16:35.267729+0000 mgr.smithi107.erfdst (mgr.24445) 30 : cephadm [INF] Removing key for client.nfs.foo.smithi005-rgw 2023-07-12T15:16:35.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:35.267918+0000 mon.smithi107 (mon.1) 62 : audit [INF] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi005-rgw"}]: dispatch 2023-07-12T15:16:35.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:35.268417+0000 mon.smithi005 (mon.0) 735 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi005-rgw"}]: dispatch 2023-07-12T15:16:35.671 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:35.270659+0000 mon.smithi005 (mon.0) 736 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi005-rgw"}]': finished 2023-07-12T15:16:35.671 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:35.276512+0000 mon.smithi005 (mon.0) 737 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:35.671 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:35.279207+0000 mon.smithi107 (mon.1) 63 : audit [INF] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2023-07-12T15:16:35.671 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:35.279724+0000 mgr.smithi107.erfdst (mgr.24445) 31 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2023-07-12T15:16:35.671 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:35.302601+0000 mon.smithi107 (mon.1) 64 : audit [INF] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' 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-07-12T15:16:35.671 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:35.302903+0000 mon.smithi005 (mon.0) 738 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 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-07-12T15:16:35.671 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:35.305680+0000 mon.smithi005 (mon.0) 739 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 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-07-12T15:16:35.672 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:35.315291+0000 mon.smithi005 (mon.0) 740 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:35.672 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:35.321352+0000 mon.smithi005 (mon.0) 741 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:35.672 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:35.326007+0000 mon.smithi005 (mon.0) 742 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:35.672 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:35.332467+0000 mon.smithi005 (mon.0) 743 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:35.672 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:35.339282+0000 mon.smithi005 (mon.0) 744 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:35.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:16:34.347240+0000 mon.smithi005 (mon.0) 728 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2023-07-12T15:16:35.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:16:35.008837+0000 mgr.smithi107.erfdst (mgr.24445) 27 : cephadm [INF] Removing key for client.nfs.foo.smithi107 2023-07-12T15:16:35.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:35.009141+0000 mon.smithi107 (mon.1) 59 : audit [INF] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi107"}]: dispatch 2023-07-12T15:16:35.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:35.009728+0000 mon.smithi005 (mon.0) 729 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi107"}]: dispatch 2023-07-12T15:16:35.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:35.012817+0000 mon.smithi005 (mon.0) 730 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi107"}]': finished 2023-07-12T15:16:35.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:16:35.013424+0000 mgr.smithi107.erfdst (mgr.24445) 28 : cephadm [INF] Removing key for client.nfs.foo.smithi107-rgw 2023-07-12T15:16:35.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:35.013599+0000 mon.smithi107 (mon.1) 60 : audit [INF] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi107-rgw"}]: dispatch 2023-07-12T15:16:35.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:35.013813+0000 mon.smithi005 (mon.0) 731 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi107-rgw"}]: dispatch 2023-07-12T15:16:35.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:35.016069+0000 mon.smithi005 (mon.0) 732 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi107-rgw"}]': finished 2023-07-12T15:16:35.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:16:35.260623+0000 mgr.smithi107.erfdst (mgr.24445) 29 : cephadm [INF] Removing key for client.nfs.foo.smithi005 2023-07-12T15:16:35.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:35.260844+0000 mon.smithi107 (mon.1) 61 : audit [INF] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi005"}]: dispatch 2023-07-12T15:16:35.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:35.261545+0000 mon.smithi005 (mon.0) 733 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi005"}]: dispatch 2023-07-12T15:16:35.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:35.265035+0000 mon.smithi005 (mon.0) 734 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi005"}]': finished 2023-07-12T15:16:35.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:16:35.267729+0000 mgr.smithi107.erfdst (mgr.24445) 30 : cephadm [INF] Removing key for client.nfs.foo.smithi005-rgw 2023-07-12T15:16:35.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:35.267918+0000 mon.smithi107 (mon.1) 62 : audit [INF] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi005-rgw"}]: dispatch 2023-07-12T15:16:35.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:35.268417+0000 mon.smithi005 (mon.0) 735 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi005-rgw"}]: dispatch 2023-07-12T15:16:35.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:35.270659+0000 mon.smithi005 (mon.0) 736 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi005-rgw"}]': finished 2023-07-12T15:16:35.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:35.276512+0000 mon.smithi005 (mon.0) 737 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:35.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:35.279207+0000 mon.smithi107 (mon.1) 63 : audit [INF] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2023-07-12T15:16:35.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:35.279724+0000 mgr.smithi107.erfdst (mgr.24445) 31 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2023-07-12T15:16:35.751 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:35.302601+0000 mon.smithi107 (mon.1) 64 : audit [INF] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' 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-07-12T15:16:35.751 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:35.302903+0000 mon.smithi005 (mon.0) 738 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 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-07-12T15:16:35.751 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:35.305680+0000 mon.smithi005 (mon.0) 739 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 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-07-12T15:16:35.751 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:35.315291+0000 mon.smithi005 (mon.0) 740 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:35.751 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:35.321352+0000 mon.smithi005 (mon.0) 741 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:35.751 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:35.326007+0000 mon.smithi005 (mon.0) 742 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:35.751 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:35.332467+0000 mon.smithi005 (mon.0) 743 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:35.752 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:35.339282+0000 mon.smithi005 (mon.0) 744 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:36.049 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 21.64 MB/sec warmup 108 sec latency 2243.173 ms 2023-07-12T15:16:36.631 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:36 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:16:35.311363+0000 mgr.smithi107.erfdst (mgr.24445) 32 : cephadm [INF] Done migrating nfs.foo 2023-07-12T15:16:36.631 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:36 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:16:35.311433+0000 mgr.smithi107.erfdst (mgr.24445) 33 : cephadm [INF] Done migrating all NFS services 2023-07-12T15:16:36.631 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:36 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:16:35.335982+0000 mgr.smithi107.erfdst (mgr.24445) 34 : cluster [DBG] pgmap v17: 129 pgs: 2 active, 9 creating+activating, 118 active+clean; 317 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 8.6 MiB/s wr, 818 op/s 2023-07-12T15:16:36.632 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:36 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:35.360758+0000 mon.smithi005 (mon.0) 745 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:36.632 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:36 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:16:35.361599+0000 mgr.smithi107.erfdst (mgr.24445) 35 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi005.raeamr 2023-07-12T15:16:36.632 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:36 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:35.361822+0000 mon.smithi107 (mon.1) 65 : audit [INF] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi005.raeamr", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-07-12T15:16:36.632 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:36 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:35.362118+0000 mon.smithi005 (mon.0) 746 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi005.raeamr", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-07-12T15:16:36.632 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:36 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:35.364600+0000 mon.smithi005 (mon.0) 747 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi005.raeamr", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-07-12T15:16:36.633 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:36 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:16:35.365288+0000 mgr.smithi107.erfdst (mgr.24445) 36 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-07-12T15:16:36.633 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:36 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:35.365482+0000 mon.smithi107 (mon.1) 66 : audit [INF] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-07-12T15:16:36.633 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:36 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:35.365741+0000 mon.smithi005 (mon.0) 748 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-07-12T15:16:36.633 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:36 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:35.368175+0000 mon.smithi005 (mon.0) 749 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-07-12T15:16:36.633 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:36 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:35.369332+0000 mon.smithi107 (mon.1) 67 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:16:36.633 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:36 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:35.415012+0000 mon.smithi107 (mon.1) 68 : audit [INF] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-07-12T15:16:36.633 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:36 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:35.415316+0000 mon.smithi005 (mon.0) 750 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-07-12T15:16:36.634 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:36 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:35.418407+0000 mon.smithi005 (mon.0) 751 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-07-12T15:16:36.634 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:36 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:16:35.468917+0000 mgr.smithi107.erfdst (mgr.24445) 37 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-07-12T15:16:36.634 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:36 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:16:35.469000+0000 mgr.smithi107.erfdst (mgr.24445) 38 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi005.raeamr-rgw 2023-07-12T15:16:36.634 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:36 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:35.469335+0000 mon.smithi107 (mon.1) 69 : audit [INF] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi005.raeamr-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-07-12T15:16:36.634 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:36 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:35.469636+0000 mon.smithi005 (mon.0) 752 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi005.raeamr-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-07-12T15:16:36.634 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:36 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:35.472366+0000 mon.smithi005 (mon.0) 753 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi005.raeamr-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-07-12T15:16:36.634 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:36 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:16:35.473491+0000 mgr.smithi107.erfdst (mgr.24445) 39 : cephadm [WRN] Bind address in nfs.foo.0.0.smithi005.raeamr's ganesha conf is defaulting to empty 2023-07-12T15:16:36.635 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:36 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:35.478745+0000 mon.smithi107 (mon.1) 70 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:16:36.635 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:36 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:16:35.479993+0000 mgr.smithi107.erfdst (mgr.24445) 40 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi005.raeamr on smithi005 2023-07-12T15:16:36.635 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:36 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:16:36.354671+0000 mon.smithi005 (mon.0) 754 : cluster [DBG] mgrmap e30: smithi107.erfdst(active, since 19s), standbys: smithi005.fgymhs 2023-07-12T15:16:36.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:36 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:16:35.311363+0000 mgr.smithi107.erfdst (mgr.24445) 32 : cephadm [INF] Done migrating nfs.foo 2023-07-12T15:16:36.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:36 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:16:35.311433+0000 mgr.smithi107.erfdst (mgr.24445) 33 : cephadm [INF] Done migrating all NFS services 2023-07-12T15:16:36.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:36 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:16:35.335982+0000 mgr.smithi107.erfdst (mgr.24445) 34 : cluster [DBG] pgmap v17: 129 pgs: 2 active, 9 creating+activating, 118 active+clean; 317 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 8.6 MiB/s wr, 818 op/s 2023-07-12T15:16:36.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:36 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:35.360758+0000 mon.smithi005 (mon.0) 745 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:36.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:36 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:16:35.361599+0000 mgr.smithi107.erfdst (mgr.24445) 35 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi005.raeamr 2023-07-12T15:16:36.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:36 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:35.361822+0000 mon.smithi107 (mon.1) 65 : audit [INF] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi005.raeamr", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-07-12T15:16:36.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:36 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:35.362118+0000 mon.smithi005 (mon.0) 746 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi005.raeamr", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-07-12T15:16:36.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:36 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:35.364600+0000 mon.smithi005 (mon.0) 747 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi005.raeamr", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-07-12T15:16:36.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:36 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:16:35.365288+0000 mgr.smithi107.erfdst (mgr.24445) 36 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-07-12T15:16:36.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:36 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:35.365482+0000 mon.smithi107 (mon.1) 66 : audit [INF] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-07-12T15:16:36.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:36 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:35.365741+0000 mon.smithi005 (mon.0) 748 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-07-12T15:16:36.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:36 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:35.368175+0000 mon.smithi005 (mon.0) 749 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-07-12T15:16:36.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:36 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:35.369332+0000 mon.smithi107 (mon.1) 67 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:16:36.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:36 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:35.415012+0000 mon.smithi107 (mon.1) 68 : audit [INF] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-07-12T15:16:36.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:36 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:35.415316+0000 mon.smithi005 (mon.0) 750 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-07-12T15:16:36.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:36 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:35.418407+0000 mon.smithi005 (mon.0) 751 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-07-12T15:16:36.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:36 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:16:35.468917+0000 mgr.smithi107.erfdst (mgr.24445) 37 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-07-12T15:16:36.671 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:36 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:16:35.469000+0000 mgr.smithi107.erfdst (mgr.24445) 38 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi005.raeamr-rgw 2023-07-12T15:16:36.671 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:36 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:35.469335+0000 mon.smithi107 (mon.1) 69 : audit [INF] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi005.raeamr-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-07-12T15:16:36.671 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:36 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:35.469636+0000 mon.smithi005 (mon.0) 752 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi005.raeamr-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-07-12T15:16:36.671 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:36 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:35.472366+0000 mon.smithi005 (mon.0) 753 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi005.raeamr-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-07-12T15:16:36.671 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:36 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:16:35.473491+0000 mgr.smithi107.erfdst (mgr.24445) 39 : cephadm [WRN] Bind address in nfs.foo.0.0.smithi005.raeamr's ganesha conf is defaulting to empty 2023-07-12T15:16:36.671 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:36 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:35.478745+0000 mon.smithi107 (mon.1) 70 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:16:36.671 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:36 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:16:35.479993+0000 mgr.smithi107.erfdst (mgr.24445) 40 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi005.raeamr on smithi005 2023-07-12T15:16:36.672 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:36 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:16:36.354671+0000 mon.smithi005 (mon.0) 754 : cluster [DBG] mgrmap e30: smithi107.erfdst(active, since 19s), standbys: smithi005.fgymhs 2023-07-12T15:16:37.050 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 21.44 MB/sec warmup 109 sec latency 3243.219 ms 2023-07-12T15:16:38.050 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 21.25 MB/sec warmup 110 sec latency 4243.664 ms 2023-07-12T15:16:38.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:37.285245+0000 mon.smithi005 (mon.0) 755 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:38.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:37.291824+0000 mon.smithi005 (mon.0) 756 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:38.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:37.301262+0000 mon.smithi005 (mon.0) 757 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:38.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:37.302823+0000 mon.smithi107 (mon.1) 71 : audit [INF] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi107.ppslpa", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-07-12T15:16:38.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:37.303270+0000 mon.smithi005 (mon.0) 758 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi107.ppslpa", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-07-12T15:16:38.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:37.307771+0000 mon.smithi005 (mon.0) 759 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi107.ppslpa", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-07-12T15:16:38.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:37.308725+0000 mon.smithi107 (mon.1) 72 : audit [INF] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-07-12T15:16:38.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:37.308986+0000 mon.smithi005 (mon.0) 760 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-07-12T15:16:38.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:37.311435+0000 mon.smithi005 (mon.0) 761 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-07-12T15:16:38.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:37.313534+0000 mon.smithi107 (mon.1) 73 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:16:38.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:37.285245+0000 mon.smithi005 (mon.0) 755 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:38.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:37.291824+0000 mon.smithi005 (mon.0) 756 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:38.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:37.301262+0000 mon.smithi005 (mon.0) 757 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:38.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:37.302823+0000 mon.smithi107 (mon.1) 71 : audit [INF] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi107.ppslpa", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-07-12T15:16:38.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:37.303270+0000 mon.smithi005 (mon.0) 758 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi107.ppslpa", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-07-12T15:16:38.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:37.307771+0000 mon.smithi005 (mon.0) 759 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi107.ppslpa", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-07-12T15:16:38.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:37.308725+0000 mon.smithi107 (mon.1) 72 : audit [INF] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-07-12T15:16:38.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:37.308986+0000 mon.smithi005 (mon.0) 760 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-07-12T15:16:38.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:37.311435+0000 mon.smithi005 (mon.0) 761 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-07-12T15:16:38.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:37.313534+0000 mon.smithi107 (mon.1) 73 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:16:39.050 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 21.06 MB/sec warmup 111 sec latency 5243.761 ms 2023-07-12T15:16:39.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:39 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:16:37.302572+0000 mgr.smithi107.erfdst (mgr.24445) 41 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi107.ppslpa 2023-07-12T15:16:39.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:39 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:16:37.308461+0000 mgr.smithi107.erfdst (mgr.24445) 42 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2023-07-12T15:16:39.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:39 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:16:37.336534+0000 mgr.smithi107.erfdst (mgr.24445) 43 : cluster [DBG] pgmap v18: 129 pgs: 2 active, 9 creating+activating, 118 active+clean; 317 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 8.6 MiB/s wr, 817 op/s 2023-07-12T15:16:39.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:39 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:16:37.302572+0000 mgr.smithi107.erfdst (mgr.24445) 41 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi107.ppslpa 2023-07-12T15:16:39.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:39 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:16:37.308461+0000 mgr.smithi107.erfdst (mgr.24445) 42 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2023-07-12T15:16:39.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:39 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:16:37.336534+0000 mgr.smithi107.erfdst (mgr.24445) 43 : cluster [DBG] pgmap v18: 129 pgs: 2 active, 9 creating+activating, 118 active+clean; 317 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 8.6 MiB/s wr, 817 op/s 2023-07-12T15:16:40.050 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 20.87 MB/sec warmup 112 sec latency 6243.872 ms 2023-07-12T15:16:40.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:40 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:40.238015+0000 mon.smithi107 (mon.1) 74 : audit [INF] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-07-12T15:16:40.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:40 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:40.238543+0000 mon.smithi005 (mon.0) 762 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-07-12T15:16:40.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:40 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:40.242602+0000 mon.smithi005 (mon.0) 763 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-07-12T15:16:40.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:40 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:40.238015+0000 mon.smithi107 (mon.1) 74 : audit [INF] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-07-12T15:16:40.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:40 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:40.238543+0000 mon.smithi005 (mon.0) 762 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-07-12T15:16:40.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:40 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:40.242602+0000 mon.smithi005 (mon.0) 763 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-07-12T15:16:41.050 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 20.68 MB/sec warmup 113 sec latency 7243.982 ms 2023-07-12T15:16:41.407 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:41 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:16:39.337473+0000 mgr.smithi107.erfdst (mgr.24445) 44 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 7.8 MiB/s wr, 764 op/s 2023-07-12T15:16:41.408 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:41 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:16:40.305791+0000 mgr.smithi107.erfdst (mgr.24445) 45 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-07-12T15:16:41.408 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:41 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:16:40.305898+0000 mgr.smithi107.erfdst (mgr.24445) 46 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi107.ppslpa-rgw 2023-07-12T15:16:41.408 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:41 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:40.306244+0000 mon.smithi107 (mon.1) 75 : audit [INF] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi107.ppslpa-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-07-12T15:16:41.408 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:41 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:40.306643+0000 mon.smithi005 (mon.0) 764 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi107.ppslpa-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-07-12T15:16:41.408 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:41 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:40.309507+0000 mon.smithi005 (mon.0) 765 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi107.ppslpa-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-07-12T15:16:41.409 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:41 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:16:40.313220+0000 mgr.smithi107.erfdst (mgr.24445) 47 : cephadm [WRN] Bind address in nfs.foo.1.0.smithi107.ppslpa's ganesha conf is defaulting to empty 2023-07-12T15:16:41.409 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:41 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:40.313716+0000 mon.smithi107 (mon.1) 76 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:16:41.409 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:41 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:16:40.314832+0000 mgr.smithi107.erfdst (mgr.24445) 48 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi107.ppslpa on smithi107 2023-07-12T15:16:41.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:41 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:16:39.337473+0000 mgr.smithi107.erfdst (mgr.24445) 44 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 7.8 MiB/s wr, 764 op/s 2023-07-12T15:16:41.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:41 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:16:40.305791+0000 mgr.smithi107.erfdst (mgr.24445) 45 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-07-12T15:16:41.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:41 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:16:40.305898+0000 mgr.smithi107.erfdst (mgr.24445) 46 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi107.ppslpa-rgw 2023-07-12T15:16:41.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:41 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:40.306244+0000 mon.smithi107 (mon.1) 75 : audit [INF] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi107.ppslpa-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-07-12T15:16:41.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:41 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:40.306643+0000 mon.smithi005 (mon.0) 764 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi107.ppslpa-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-07-12T15:16:41.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:41 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:40.309507+0000 mon.smithi005 (mon.0) 765 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi107.ppslpa-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-07-12T15:16:41.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:41 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:16:40.313220+0000 mgr.smithi107.erfdst (mgr.24445) 47 : cephadm [WRN] Bind address in nfs.foo.1.0.smithi107.ppslpa's ganesha conf is defaulting to empty 2023-07-12T15:16:41.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:41 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:40.313716+0000 mon.smithi107 (mon.1) 76 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:16:41.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:41 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:16:40.314832+0000 mgr.smithi107.erfdst (mgr.24445) 48 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi107.ppslpa on smithi107 2023-07-12T15:16:42.050 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 20.50 MB/sec warmup 114 sec latency 8244.046 ms 2023-07-12T15:16:43.050 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 20.32 MB/sec warmup 115 sec latency 9244.087 ms 2023-07-12T15:16:43.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:43 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:16:41.337922+0000 mgr.smithi107.erfdst (mgr.24445) 49 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 6.8 MiB/s wr, 668 op/s 2023-07-12T15:16:43.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:43 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:42.050929+0000 mon.smithi005 (mon.0) 766 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:43.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:43 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:42.055992+0000 mon.smithi005 (mon.0) 767 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:43.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:43 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:42.085520+0000 mon.smithi005 (mon.0) 768 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:43.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:43 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:42.090465+0000 mon.smithi005 (mon.0) 769 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:43.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:43 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:42.219829+0000 mon.smithi107 (mon.1) 77 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:16:43.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:43 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:42.499344+0000 mon.smithi005 (mon.0) 770 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:43.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:43 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:16:41.337922+0000 mgr.smithi107.erfdst (mgr.24445) 49 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 6.8 MiB/s wr, 668 op/s 2023-07-12T15:16:43.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:43 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:42.050929+0000 mon.smithi005 (mon.0) 766 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:43.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:43 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:42.055992+0000 mon.smithi005 (mon.0) 767 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:43.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:43 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:42.085520+0000 mon.smithi005 (mon.0) 768 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:43.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:43 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:42.090465+0000 mon.smithi005 (mon.0) 769 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:43.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:43 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:42.219829+0000 mon.smithi107 (mon.1) 77 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:16:43.500 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:43 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:42.499344+0000 mon.smithi005 (mon.0) 770 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:44.050 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 20.15 MB/sec warmup 116 sec latency 10244.137 ms 2023-07-12T15:16:45.050 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 19.98 MB/sec warmup 117 sec latency 11244.165 ms 2023-07-12T15:16:45.417 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:45 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:16:43.338270+0000 mgr.smithi107.erfdst (mgr.24445) 50 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 5.4 MiB/s wr, 535 op/s 2023-07-12T15:16:45.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:45 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:16:43.338270+0000 mgr.smithi107.erfdst (mgr.24445) 50 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 5.4 MiB/s wr, 535 op/s 2023-07-12T15:16:46.050 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 19.81 MB/sec warmup 118 sec latency 12244.199 ms 2023-07-12T15:16:46.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:46 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:45.145154+0000 mon.smithi005 (mon.0) 771 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:46.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:46 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:45.150460+0000 mon.smithi005 (mon.0) 772 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:46.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:46 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:45.145154+0000 mon.smithi005 (mon.0) 771 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:46.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:46 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:45.150460+0000 mon.smithi005 (mon.0) 772 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:47.050 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 19.64 MB/sec warmup 119 sec latency 13244.277 ms 2023-07-12T15:16:47.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:47 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:16:45.338956+0000 mgr.smithi107.erfdst (mgr.24445) 51 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 244 KiB/s wr, 43 op/s 2023-07-12T15:16:47.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:47 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:46.407222+0000 mon.smithi005 (mon.0) 773 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:47.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:47 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:46.413094+0000 mon.smithi005 (mon.0) 774 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:47.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:47 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:46.415001+0000 mon.smithi107 (mon.1) 78 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:16:47.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:47 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:46.415833+0000 mon.smithi107 (mon.1) 79 : audit [INF] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-07-12T15:16:47.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:47 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:46.420113+0000 mon.smithi005 (mon.0) 775 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:47.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:47 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:46.430096+0000 mon.smithi005 (mon.0) 776 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:47.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:47 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:16:45.338956+0000 mgr.smithi107.erfdst (mgr.24445) 51 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 244 KiB/s wr, 43 op/s 2023-07-12T15:16:47.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:47 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:46.407222+0000 mon.smithi005 (mon.0) 773 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:47.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:47 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:46.413094+0000 mon.smithi005 (mon.0) 774 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:47.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:47 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:46.415001+0000 mon.smithi107 (mon.1) 78 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:16:47.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:47 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:46.415833+0000 mon.smithi107 (mon.1) 79 : audit [INF] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-07-12T15:16:47.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:47 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:46.420113+0000 mon.smithi005 (mon.0) 775 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:47.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:47 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:46.430096+0000 mon.smithi005 (mon.0) 776 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:48.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:48 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:16:46.416489+0000 mgr.smithi107.erfdst (mgr.24445) 52 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-07-12T15:16:48.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:48 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:16:46.562425+0000 mgr.smithi107.erfdst (mgr.24445) 53 : cephadm [INF] Reconfiguring alertmanager.smithi005 (dependencies changed)... 2023-07-12T15:16:48.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:48 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:16:46.572328+0000 mgr.smithi107.erfdst (mgr.24445) 54 : cephadm [INF] Reconfiguring daemon alertmanager.smithi005 on smithi005 2023-07-12T15:16:48.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:48 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:47.507861+0000 mon.smithi005 (mon.0) 777 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:48.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:48 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:47.508356+0000 mon.smithi107 (mon.1) 80 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:16:48.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:48 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:16:46.416489+0000 mgr.smithi107.erfdst (mgr.24445) 52 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-07-12T15:16:48.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:48 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:16:46.562425+0000 mgr.smithi107.erfdst (mgr.24445) 53 : cephadm [INF] Reconfiguring alertmanager.smithi005 (dependencies changed)... 2023-07-12T15:16:48.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:48 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:16:46.572328+0000 mgr.smithi107.erfdst (mgr.24445) 54 : cephadm [INF] Reconfiguring daemon alertmanager.smithi005 on smithi005 2023-07-12T15:16:48.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:48 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:47.507861+0000 mon.smithi005 (mon.0) 777 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:16:48.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:48 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:47.508356+0000 mon.smithi107 (mon.1) 80 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:16:49.050 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 1 sec latency 15244.337 ms 2023-07-12T15:16:49.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:49 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:16:47.339394+0000 mgr.smithi107.erfdst (mgr.24445) 55 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 223 KiB/s wr, 39 op/s 2023-07-12T15:16:49.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:49 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:16:47.339394+0000 mgr.smithi107.erfdst (mgr.24445) 55 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 223 KiB/s wr, 39 op/s 2023-07-12T15:16:50.050 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 2 sec latency 16244.424 ms 2023-07-12T15:16:50.909 INFO:teuthology.orchestra.run.smithi005.stdout:true 2023-07-12T15:16:51.051 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 3 sec latency 17244.470 ms 2023-07-12T15:16:51.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:51 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:16:49.340228+0000 mgr.smithi107.erfdst (mgr.24445) 56 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 224 KiB/s wr, 40 op/s 2023-07-12T15:16:51.429 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:51 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:16:49.340228+0000 mgr.smithi107.erfdst (mgr.24445) 56 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 224 KiB/s wr, 40 op/s 2023-07-12T15:16:51.553 INFO:teuthology.orchestra.run.smithi005.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-07-12T15:16:51.554 INFO:teuthology.orchestra.run.smithi005.stdout:alertmanager.smithi005 smithi005 *:9093,9094 running (4m) 5s ago 5m 20.1M - 0.20.0 0881eb8f169f 02924d9fd4fd 2023-07-12T15:16:51.554 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi005 smithi005 running (5m) 5s ago 5m 7004k - 16.2.4 8d91d370c2b8 d66dbf6fdb25 2023-07-12T15:16:51.554 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi107 smithi107 running (5m) 6s ago 5m 7184k - 16.2.4 8d91d370c2b8 b2a554924ee7 2023-07-12T15:16:51.554 INFO:teuthology.orchestra.run.smithi005.stdout:grafana.smithi005 smithi005 *:3000 running (4m) 5s ago 5m 38.5M - 6.7.4 557c83e11646 e05ce52e5309 2023-07-12T15:16:51.554 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi005.llyakb smithi005 running (2m) 5s ago 2m 16.8M - 16.2.4 8d91d370c2b8 2e9588e0199b 2023-07-12T15:16:51.554 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi107.umdxex smithi107 running (2m) 6s ago 2m 39.5M - 16.2.4 8d91d370c2b8 401879dbc3a1 2023-07-12T15:16:51.554 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi005.fgymhs smithi005 *:9283 running (6m) 5s ago 6m 379M - 16.2.4 8d91d370c2b8 773b2b36c231 2023-07-12T15:16:51.555 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi107.erfdst smithi107 *:8443,9283 running (43s) 6s ago 5m 501M - 18.1.2-55-gb1bd0540 45bffa74f7bc aa123e0fe635 2023-07-12T15:16:51.555 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi005 smithi005 running (6m) 5s ago 6m 117M 2048M 16.2.4 8d91d370c2b8 d77bb5c14fd6 2023-07-12T15:16:51.555 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi107 smithi107 running (5m) 6s ago 5m 78.2M 2048M 16.2.4 8d91d370c2b8 eb5e5c1f8ca8 2023-07-12T15:16:51.555 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.0.0.smithi005.raeamr smithi005 *:2049 running (14s) 5s ago 14s 59.0M - 3.5 8d91d370c2b8 cf45a3af5fd8 2023-07-12T15:16:51.555 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.1.0.smithi107.ppslpa smithi107 *:2049 running (9s) 6s ago 9s 16.7M - 3.5 8d91d370c2b8 1d4a977d4dad 2023-07-12T15:16:51.555 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi005 smithi005 *:9100 running (5m) 5s ago 5m 18.3M - 0.18.1 e5a616e4b9cf 07304e88f4ad 2023-07-12T15:16:51.555 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi107 smithi107 *:9100 running (5m) 6s ago 5m 18.3M - 0.18.1 e5a616e4b9cf 0f858f5dbd77 2023-07-12T15:16:51.555 INFO:teuthology.orchestra.run.smithi005.stdout:osd.0 smithi005 running (4m) 5s ago 4m 1169M 4096M 16.2.4 8d91d370c2b8 b76fd1d0c8e6 2023-07-12T15:16:51.556 INFO:teuthology.orchestra.run.smithi005.stdout:osd.1 smithi005 running (4m) 5s ago 4m 1044M 4096M 16.2.4 8d91d370c2b8 0c931b3abdbc 2023-07-12T15:16:51.556 INFO:teuthology.orchestra.run.smithi005.stdout:osd.2 smithi005 running (4m) 5s ago 4m 618M 4096M 16.2.4 8d91d370c2b8 2712a85e1556 2023-07-12T15:16:51.556 INFO:teuthology.orchestra.run.smithi005.stdout:osd.3 smithi005 running (4m) 5s ago 4m 1083M 4096M 16.2.4 8d91d370c2b8 91a5ecefbf60 2023-07-12T15:16:51.556 INFO:teuthology.orchestra.run.smithi005.stdout:osd.4 smithi107 running (3m) 6s ago 3m 1112M 4096M 16.2.4 8d91d370c2b8 27cd7acb5a1c 2023-07-12T15:16:51.556 INFO:teuthology.orchestra.run.smithi005.stdout:osd.5 smithi107 running (3m) 6s ago 3m 1325M 4096M 16.2.4 8d91d370c2b8 c0ddb4bafed0 2023-07-12T15:16:51.556 INFO:teuthology.orchestra.run.smithi005.stdout:osd.6 smithi107 running (3m) 6s ago 3m 1033M 4096M 16.2.4 8d91d370c2b8 82bc037c969c 2023-07-12T15:16:51.556 INFO:teuthology.orchestra.run.smithi005.stdout:osd.7 smithi107 running (3m) 6s ago 3m 1709M 4096M 16.2.4 8d91d370c2b8 516c8ea96297 2023-07-12T15:16:51.557 INFO:teuthology.orchestra.run.smithi005.stdout:prometheus.smithi005 smithi005 *:9095 running (4m) 5s ago 5m 38.2M - 2.18.1 de242295e225 724aca1453e2 2023-07-12T15:16:51.936 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:16:51.936 INFO:teuthology.orchestra.run.smithi005.stdout: "mon": { 2023-07-12T15:16:51.936 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2023-07-12T15:16:51.936 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:16:51.937 INFO:teuthology.orchestra.run.smithi005.stdout: "mgr": { 2023-07-12T15:16:51.937 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2023-07-12T15:16:51.937 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 1 2023-07-12T15:16:51.937 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:16:51.937 INFO:teuthology.orchestra.run.smithi005.stdout: "osd": { 2023-07-12T15:16:51.937 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2023-07-12T15:16:51.938 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:16:51.938 INFO:teuthology.orchestra.run.smithi005.stdout: "mds": { 2023-07-12T15:16:51.938 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2023-07-12T15:16:51.938 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:16:51.938 INFO:teuthology.orchestra.run.smithi005.stdout: "overall": { 2023-07-12T15:16:51.938 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 13, 2023-07-12T15:16:51.938 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 1 2023-07-12T15:16:51.938 INFO:teuthology.orchestra.run.smithi005.stdout: } 2023-07-12T15:16:51.939 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:16:52.051 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 4 sec latency 18244.516 ms 2023-07-12T15:16:52.261 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:16:52.261 INFO:teuthology.orchestra.run.smithi005.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:c4be3de0cb572873b18bf4d7ff19efd4676dcd86f150f2b38e50b5e2946cf6ef", 2023-07-12T15:16:52.261 INFO:teuthology.orchestra.run.smithi005.stdout: "in_progress": true, 2023-07-12T15:16:52.261 INFO:teuthology.orchestra.run.smithi005.stdout: "which": "Upgrading all daemon types on all hosts", 2023-07-12T15:16:52.262 INFO:teuthology.orchestra.run.smithi005.stdout: "services_complete": [], 2023-07-12T15:16:52.262 INFO:teuthology.orchestra.run.smithi005.stdout: "progress": "1/23 daemons upgraded", 2023-07-12T15:16:52.262 INFO:teuthology.orchestra.run.smithi005.stdout: "message": "", 2023-07-12T15:16:52.262 INFO:teuthology.orchestra.run.smithi005.stdout: "is_paused": false 2023-07-12T15:16:52.263 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:16:52.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:52 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:50.893561+0000 mgr.smithi107.erfdst (mgr.24445) 57 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:16:52.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:52 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:51.223481+0000 mgr.smithi107.erfdst (mgr.24445) 58 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:16:52.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:52 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:51.935091+0000 mon.smithi005 (mon.0) 778 : audit [DBG] from='client.? 172.21.15.5:0/2374973597' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:16:52.648 INFO:teuthology.orchestra.run.smithi005.stdout:HEALTH_OK 2023-07-12T15:16:52.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:52 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:50.893561+0000 mgr.smithi107.erfdst (mgr.24445) 57 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:16:52.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:52 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:51.223481+0000 mgr.smithi107.erfdst (mgr.24445) 58 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:16:52.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:52 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:51.935091+0000 mon.smithi005 (mon.0) 778 : audit [DBG] from='client.? 172.21.15.5:0/2374973597' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:16:53.051 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 5 sec latency 19244.552 ms 2023-07-12T15:16:53.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:53 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:16:51.340612+0000 mgr.smithi107.erfdst (mgr.24445) 59 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 1.8 KiB/s rd, 2.2 KiB/s wr, 3 op/s 2023-07-12T15:16:53.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:53 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:51.542126+0000 mgr.smithi107.erfdst (mgr.24445) 60 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:16:53.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:53 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:52.259429+0000 mgr.smithi107.erfdst (mgr.24445) 61 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:16:53.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:53 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:16:52.647934+0000 mon.smithi005 (mon.0) 779 : audit [DBG] from='client.? 172.21.15.5:0/1142979801' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:16:53.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:53 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:16:51.340612+0000 mgr.smithi107.erfdst (mgr.24445) 59 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 1.8 KiB/s rd, 2.2 KiB/s wr, 3 op/s 2023-07-12T15:16:53.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:53 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:51.542126+0000 mgr.smithi107.erfdst (mgr.24445) 60 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:16:53.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:53 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:52.259429+0000 mgr.smithi107.erfdst (mgr.24445) 61 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:16:53.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:53 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:16:52.647934+0000 mon.smithi005 (mon.0) 779 : audit [DBG] from='client.? 172.21.15.5:0/1142979801' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:16:54.051 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 6 sec latency 20244.616 ms 2023-07-12T15:16:55.051 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 7 sec latency 21244.672 ms 2023-07-12T15:16:55.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:55 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:16:53.341068+0000 mgr.smithi107.erfdst (mgr.24445) 62 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 1.8 KiB/s rd, 2.2 KiB/s wr, 3 op/s 2023-07-12T15:16:55.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:55 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:16:53.341068+0000 mgr.smithi107.erfdst (mgr.24445) 62 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 1.8 KiB/s rd, 2.2 KiB/s wr, 3 op/s 2023-07-12T15:16:56.051 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 8 sec latency 22244.736 ms 2023-07-12T15:16:57.051 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 9 sec latency 23244.769 ms 2023-07-12T15:16:57.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:16:55.341762+0000 mgr.smithi107.erfdst (mgr.24445) 63 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 1.8 KiB/s rd, 2.2 KiB/s wr, 3 op/s 2023-07-12T15:16:57.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:57 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:16:55.341762+0000 mgr.smithi107.erfdst (mgr.24445) 63 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 1.8 KiB/s rd, 2.2 KiB/s wr, 3 op/s 2023-07-12T15:16:58.051 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 10 sec latency 24244.803 ms 2023-07-12T15:16:59.051 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 11 sec latency 25244.895 ms 2023-07-12T15:16:59.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:16:59 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:16:57.342288+0000 mgr.smithi107.erfdst (mgr.24445) 64 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 1.1 KiB/s wr, 0 op/s 2023-07-12T15:16:59.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:16:59 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:16:57.342288+0000 mgr.smithi107.erfdst (mgr.24445) 64 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 1.1 KiB/s wr, 0 op/s 2023-07-12T15:17:00.051 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 12 sec latency 26244.992 ms 2023-07-12T15:17:01.051 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 13 sec latency 27245.110 ms 2023-07-12T15:17:01.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:01 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:16:59.342919+0000 mgr.smithi107.erfdst (mgr.24445) 65 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 1.1 KiB/s wr, 1 op/s 2023-07-12T15:17:01.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:01 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:16:59.342919+0000 mgr.smithi107.erfdst (mgr.24445) 65 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 1.1 KiB/s wr, 1 op/s 2023-07-12T15:17:02.051 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 14 sec latency 28245.163 ms 2023-07-12T15:17:03.052 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 15 sec latency 29245.283 ms 2023-07-12T15:17:03.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:03 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:17:01.343335+0000 mgr.smithi107.erfdst (mgr.24445) 66 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:17:03.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:03 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:17:02.506421+0000 mon.smithi107 (mon.1) 81 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:17:03.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:03 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:17:01.343335+0000 mgr.smithi107.erfdst (mgr.24445) 66 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:17:03.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:03 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:17:02.506421+0000 mon.smithi107 (mon.1) 81 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:17:04.051 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 16 sec latency 30245.389 ms 2023-07-12T15:17:05.052 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 17 sec latency 31245.495 ms 2023-07-12T15:17:05.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:17:03.343949+0000 mgr.smithi107.erfdst (mgr.24445) 67 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:17:05.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:05 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:17:03.343949+0000 mgr.smithi107.erfdst (mgr.24445) 67 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:17:06.052 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 18 sec latency 32245.606 ms 2023-07-12T15:17:07.052 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 19 sec latency 33245.689 ms 2023-07-12T15:17:07.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:07 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:17:05.344613+0000 mgr.smithi107.erfdst (mgr.24445) 68 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:17:07.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:07 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:17:05.344613+0000 mgr.smithi107.erfdst (mgr.24445) 68 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:17:08.052 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 20 sec latency 34245.785 ms 2023-07-12T15:17:09.052 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 21 sec latency 35245.880 ms 2023-07-12T15:17:09.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:09 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:17:07.345168+0000 mgr.smithi107.erfdst (mgr.24445) 69 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:17:09.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:09 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:17:07.345168+0000 mgr.smithi107.erfdst (mgr.24445) 69 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:17:10.052 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 22 sec latency 36245.931 ms 2023-07-12T15:17:11.052 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 23 sec latency 37246.034 ms 2023-07-12T15:17:11.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:17:09.345997+0000 mgr.smithi107.erfdst (mgr.24445) 70 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:17:11.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:17:09.345997+0000 mgr.smithi107.erfdst (mgr.24445) 70 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:17:12.052 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 24 sec latency 38246.094 ms 2023-07-12T15:17:13.052 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 25 sec latency 39246.205 ms 2023-07-12T15:17:13.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:13 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:17:11.346383+0000 mgr.smithi107.erfdst (mgr.24445) 71 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:17:13.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:13 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:17:11.346383+0000 mgr.smithi107.erfdst (mgr.24445) 71 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:17:14.052 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 26 sec latency 40246.318 ms 2023-07-12T15:17:15.052 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 27 sec latency 41246.439 ms 2023-07-12T15:17:15.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:15 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:17:13.346765+0000 mgr.smithi107.erfdst (mgr.24445) 72 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:17:15.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:15 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:17:13.346765+0000 mgr.smithi107.erfdst (mgr.24445) 72 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:17:16.053 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 28 sec latency 42246.557 ms 2023-07-12T15:17:17.053 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 29 sec latency 43246.675 ms 2023-07-12T15:17:17.500 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:17 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:17:15.347439+0000 mgr.smithi107.erfdst (mgr.24445) 73 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:17:17.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:17 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:17:15.347439+0000 mgr.smithi107.erfdst (mgr.24445) 73 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:17:18.053 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 30 sec latency 44246.735 ms 2023-07-12T15:17:18.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:17:17.506785+0000 mon.smithi107 (mon.1) 82 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:17:18.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:17:17.506785+0000 mon.smithi107 (mon.1) 82 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:17:19.053 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 31 sec latency 45246.849 ms 2023-07-12T15:17:19.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:19 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:17:17.347917+0000 mgr.smithi107.erfdst (mgr.24445) 74 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:17:19.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:19 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:17:17.347917+0000 mgr.smithi107.erfdst (mgr.24445) 74 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:17:20.053 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 32 sec latency 46246.945 ms 2023-07-12T15:17:20.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:20 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:17:19.412545+0000 mds.foofs.smithi107.umdxex (mds.0) 1 : cluster [WRN] 1 slow requests, 1 included below; oldest blocked for > 34.390132 secs 2023-07-12T15:17:20.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:20 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:17:19.412573+0000 mds.foofs.smithi107.umdxex (mds.0) 2 : cluster [WRN] slow request 34.390131 seconds old, received at 2023-07-12T15:16:45.022340+0000: client_request(client.14712:4 getattr pAsLsXsFs #0x1000000021e 2023-07-12T15:16:45.022269+0000 caller_uid=0, caller_gid=0{0,}) currently failed to rdlock, waiting 2023-07-12T15:17:20.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:20 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:17:19.412545+0000 mds.foofs.smithi107.umdxex (mds.0) 1 : cluster [WRN] 1 slow requests, 1 included below; oldest blocked for > 34.390132 secs 2023-07-12T15:17:20.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:20 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:17:19.412573+0000 mds.foofs.smithi107.umdxex (mds.0) 2 : cluster [WRN] slow request 34.390131 seconds old, received at 2023-07-12T15:16:45.022340+0000: client_request(client.14712:4 getattr pAsLsXsFs #0x1000000021e 2023-07-12T15:16:45.022269+0000 caller_uid=0, caller_gid=0{0,}) currently failed to rdlock, waiting 2023-07-12T15:17:21.053 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 33 sec latency 47247.054 ms 2023-07-12T15:17:21.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:21 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:17:19.348619+0000 mgr.smithi107.erfdst (mgr.24445) 75 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:17:21.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:21 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:17:19.348619+0000 mgr.smithi107.erfdst (mgr.24445) 75 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:17:22.053 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 34 sec latency 48247.169 ms 2023-07-12T15:17:22.998 INFO:teuthology.orchestra.run.smithi005.stdout:true 2023-07-12T15:17:23.053 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 35 sec latency 49247.217 ms 2023-07-12T15:17:23.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:23 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:17:21.349115+0000 mgr.smithi107.erfdst (mgr.24445) 76 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:17:23.636 INFO:teuthology.orchestra.run.smithi005.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-07-12T15:17:23.636 INFO:teuthology.orchestra.run.smithi005.stdout:alertmanager.smithi005 smithi005 *:9093,9094 running (5m) 37s ago 6m 20.1M - 0.20.0 0881eb8f169f 02924d9fd4fd 2023-07-12T15:17:23.636 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi005 smithi005 running (6m) 37s ago 6m 7004k - 16.2.4 8d91d370c2b8 d66dbf6fdb25 2023-07-12T15:17:23.637 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi107 smithi107 running (5m) 38s ago 5m 7184k - 16.2.4 8d91d370c2b8 b2a554924ee7 2023-07-12T15:17:23.637 INFO:teuthology.orchestra.run.smithi005.stdout:grafana.smithi005 smithi005 *:3000 running (5m) 37s ago 6m 38.5M - 6.7.4 557c83e11646 e05ce52e5309 2023-07-12T15:17:23.637 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi005.llyakb smithi005 running (2m) 37s ago 2m 16.8M - 16.2.4 8d91d370c2b8 2e9588e0199b 2023-07-12T15:17:23.637 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi107.umdxex smithi107 running (2m) 38s ago 2m 39.5M - 16.2.4 8d91d370c2b8 401879dbc3a1 2023-07-12T15:17:23.637 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi005.fgymhs smithi005 *:9283 running (7m) 37s ago 7m 379M - 16.2.4 8d91d370c2b8 773b2b36c231 2023-07-12T15:17:23.637 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi107.erfdst smithi107 *:8443,9283 running (75s) 38s ago 5m 501M - 18.1.2-55-gb1bd0540 45bffa74f7bc aa123e0fe635 2023-07-12T15:17:23.637 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi005 smithi005 running (7m) 37s ago 7m 117M 2048M 16.2.4 8d91d370c2b8 d77bb5c14fd6 2023-07-12T15:17:23.638 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi107 smithi107 running (5m) 38s ago 5m 78.2M 2048M 16.2.4 8d91d370c2b8 eb5e5c1f8ca8 2023-07-12T15:17:23.638 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.0.0.smithi005.raeamr smithi005 *:2049 running (46s) 37s ago 46s 59.0M - 3.5 8d91d370c2b8 cf45a3af5fd8 2023-07-12T15:17:23.638 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.1.0.smithi107.ppslpa smithi107 *:2049 running (41s) 38s ago 41s 16.7M - 3.5 8d91d370c2b8 1d4a977d4dad 2023-07-12T15:17:23.638 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi005 smithi005 *:9100 running (6m) 37s ago 6m 18.3M - 0.18.1 e5a616e4b9cf 07304e88f4ad 2023-07-12T15:17:23.638 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi107 smithi107 *:9100 running (5m) 38s ago 5m 18.3M - 0.18.1 e5a616e4b9cf 0f858f5dbd77 2023-07-12T15:17:23.638 INFO:teuthology.orchestra.run.smithi005.stdout:osd.0 smithi005 running (5m) 37s ago 5m 1169M 4096M 16.2.4 8d91d370c2b8 b76fd1d0c8e6 2023-07-12T15:17:23.638 INFO:teuthology.orchestra.run.smithi005.stdout:osd.1 smithi005 running (5m) 37s ago 5m 1044M 4096M 16.2.4 8d91d370c2b8 0c931b3abdbc 2023-07-12T15:17:23.639 INFO:teuthology.orchestra.run.smithi005.stdout:osd.2 smithi005 running (4m) 37s ago 4m 618M 4096M 16.2.4 8d91d370c2b8 2712a85e1556 2023-07-12T15:17:23.639 INFO:teuthology.orchestra.run.smithi005.stdout:osd.3 smithi005 running (4m) 37s ago 4m 1083M 4096M 16.2.4 8d91d370c2b8 91a5ecefbf60 2023-07-12T15:17:23.639 INFO:teuthology.orchestra.run.smithi005.stdout:osd.4 smithi107 running (4m) 38s ago 4m 1112M 4096M 16.2.4 8d91d370c2b8 27cd7acb5a1c 2023-07-12T15:17:23.639 INFO:teuthology.orchestra.run.smithi005.stdout:osd.5 smithi107 running (4m) 38s ago 4m 1325M 4096M 16.2.4 8d91d370c2b8 c0ddb4bafed0 2023-07-12T15:17:23.639 INFO:teuthology.orchestra.run.smithi005.stdout:osd.6 smithi107 running (3m) 38s ago 3m 1033M 4096M 16.2.4 8d91d370c2b8 82bc037c969c 2023-07-12T15:17:23.639 INFO:teuthology.orchestra.run.smithi005.stdout:osd.7 smithi107 running (3m) 38s ago 3m 1709M 4096M 16.2.4 8d91d370c2b8 516c8ea96297 2023-07-12T15:17:23.639 INFO:teuthology.orchestra.run.smithi005.stdout:prometheus.smithi005 smithi005 *:9095 running (5m) 37s ago 6m 38.2M - 2.18.1 de242295e225 724aca1453e2 2023-07-12T15:17:23.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:23 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:17:21.349115+0000 mgr.smithi107.erfdst (mgr.24445) 76 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:17:24.020 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:17:24.020 INFO:teuthology.orchestra.run.smithi005.stdout: "mon": { 2023-07-12T15:17:24.021 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2023-07-12T15:17:24.021 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:17:24.021 INFO:teuthology.orchestra.run.smithi005.stdout: "mgr": { 2023-07-12T15:17:24.021 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2023-07-12T15:17:24.021 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 1 2023-07-12T15:17:24.021 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:17:24.021 INFO:teuthology.orchestra.run.smithi005.stdout: "osd": { 2023-07-12T15:17:24.022 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2023-07-12T15:17:24.022 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:17:24.022 INFO:teuthology.orchestra.run.smithi005.stdout: "mds": { 2023-07-12T15:17:24.022 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2023-07-12T15:17:24.022 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:17:24.022 INFO:teuthology.orchestra.run.smithi005.stdout: "overall": { 2023-07-12T15:17:24.023 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 13, 2023-07-12T15:17:24.023 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 1 2023-07-12T15:17:24.023 INFO:teuthology.orchestra.run.smithi005.stdout: } 2023-07-12T15:17:24.023 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:17:24.053 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 36 sec latency 50247.268 ms 2023-07-12T15:17:24.346 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:17:24.346 INFO:teuthology.orchestra.run.smithi005.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:c4be3de0cb572873b18bf4d7ff19efd4676dcd86f150f2b38e50b5e2946cf6ef", 2023-07-12T15:17:24.346 INFO:teuthology.orchestra.run.smithi005.stdout: "in_progress": true, 2023-07-12T15:17:24.347 INFO:teuthology.orchestra.run.smithi005.stdout: "which": "Upgrading all daemon types on all hosts", 2023-07-12T15:17:24.347 INFO:teuthology.orchestra.run.smithi005.stdout: "services_complete": [], 2023-07-12T15:17:24.347 INFO:teuthology.orchestra.run.smithi005.stdout: "progress": "1/23 daemons upgraded", 2023-07-12T15:17:24.347 INFO:teuthology.orchestra.run.smithi005.stdout: "message": "", 2023-07-12T15:17:24.347 INFO:teuthology.orchestra.run.smithi005.stdout: "is_paused": false 2023-07-12T15:17:24.347 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:17:24.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:24 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:17:22.984613+0000 mgr.smithi107.erfdst (mgr.24445) 77 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:17:24.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:24 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:17:24.019186+0000 mon.smithi005 (mon.0) 780 : audit [DBG] from='client.? 172.21.15.5:0/2617723488' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:17:24.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:24 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:17:24.058764+0000 mon.smithi005 (mon.0) 781 : cluster [WRN] Health check failed: 1 MDSs report slow requests (MDS_SLOW_REQUEST) 2023-07-12T15:17:24.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:24 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:17:24.061598+0000 mon.smithi005 (mon.0) 782 : cluster [DBG] mds.? [v2:172.21.15.107:6832/1789887462,v1:172.21.15.107:6833/1789887462] up:active 2023-07-12T15:17:24.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:24 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:17:24.061650+0000 mon.smithi005 (mon.0) 783 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi107.umdxex=up:active} 1 up:standby 2023-07-12T15:17:24.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:24 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:17:22.984613+0000 mgr.smithi107.erfdst (mgr.24445) 77 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:17:24.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:24 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:17:24.019186+0000 mon.smithi005 (mon.0) 780 : audit [DBG] from='client.? 172.21.15.5:0/2617723488' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:17:24.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:24 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:17:24.058764+0000 mon.smithi005 (mon.0) 781 : cluster [WRN] Health check failed: 1 MDSs report slow requests (MDS_SLOW_REQUEST) 2023-07-12T15:17:24.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:24 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:17:24.061598+0000 mon.smithi005 (mon.0) 782 : cluster [DBG] mds.? [v2:172.21.15.107:6832/1789887462,v1:172.21.15.107:6833/1789887462] up:active 2023-07-12T15:17:24.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:24 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:17:24.061650+0000 mon.smithi005 (mon.0) 783 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi107.umdxex=up:active} 1 up:standby 2023-07-12T15:17:24.728 INFO:teuthology.orchestra.run.smithi005.stdout:HEALTH_WARN 1 MDSs report slow requests 2023-07-12T15:17:24.728 INFO:teuthology.orchestra.run.smithi005.stdout:[WRN] MDS_SLOW_REQUEST: 1 MDSs report slow requests 2023-07-12T15:17:24.728 INFO:teuthology.orchestra.run.smithi005.stdout: mds.foofs.smithi107.umdxex(mds.0): 1 slow requests are blocked > 30 secs 2023-07-12T15:17:25.053 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 37 sec latency 51247.370 ms 2023-07-12T15:17:25.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:25 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:17:23.308743+0000 mgr.smithi107.erfdst (mgr.24445) 78 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:17:25.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:25 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:17:23.349514+0000 mgr.smithi107.erfdst (mgr.24445) 79 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:17:25.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:25 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:17:23.624940+0000 mgr.smithi107.erfdst (mgr.24445) 80 : audit [DBG] from='client.24585 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:17:25.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:25 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:17:24.412624+0000 mds.foofs.smithi107.umdxex (mds.0) 3 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 39.390246 secs 2023-07-12T15:17:25.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:25 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:17:24.727288+0000 mon.smithi005 (mon.0) 784 : audit [DBG] from='client.? 172.21.15.5:0/176201647' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:17:25.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:25 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:17:23.308743+0000 mgr.smithi107.erfdst (mgr.24445) 78 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:17:25.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:25 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:17:23.349514+0000 mgr.smithi107.erfdst (mgr.24445) 79 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:17:25.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:25 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:17:23.624940+0000 mgr.smithi107.erfdst (mgr.24445) 80 : audit [DBG] from='client.24585 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:17:25.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:25 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:17:24.412624+0000 mds.foofs.smithi107.umdxex (mds.0) 3 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 39.390246 secs 2023-07-12T15:17:25.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:25 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:17:24.727288+0000 mon.smithi005 (mon.0) 784 : audit [DBG] from='client.? 172.21.15.5:0/176201647' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:17:26.053 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 38 sec latency 52247.403 ms 2023-07-12T15:17:26.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:26 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:17:24.344652+0000 mgr.smithi107.erfdst (mgr.24445) 81 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:17:26.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:26 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:17:24.344652+0000 mgr.smithi107.erfdst (mgr.24445) 81 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:17:27.054 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 39 sec latency 53247.515 ms 2023-07-12T15:17:27.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:27 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:17:25.350230+0000 mgr.smithi107.erfdst (mgr.24445) 82 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:17:27.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:27 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:17:25.350230+0000 mgr.smithi107.erfdst (mgr.24445) 82 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:17:28.054 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 40 sec latency 54247.620 ms 2023-07-12T15:17:29.054 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 41 sec latency 55247.737 ms 2023-07-12T15:17:29.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:29 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:17:27.350665+0000 mgr.smithi107.erfdst (mgr.24445) 83 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:17:29.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:29 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:17:27.350665+0000 mgr.smithi107.erfdst (mgr.24445) 83 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:17:30.054 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 42 sec latency 56247.850 ms 2023-07-12T15:17:30.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:30 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:17:29.412722+0000 mds.foofs.smithi107.umdxex (mds.0) 4 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 44.390358 secs 2023-07-12T15:17:30.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:30 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:17:29.412722+0000 mds.foofs.smithi107.umdxex (mds.0) 4 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 44.390358 secs 2023-07-12T15:17:31.054 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 43 sec latency 57247.979 ms 2023-07-12T15:17:31.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:31 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:17:29.351618+0000 mgr.smithi107.erfdst (mgr.24445) 84 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:17:31.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:31 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:17:29.351618+0000 mgr.smithi107.erfdst (mgr.24445) 84 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:17:32.054 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 44 sec latency 58248.067 ms 2023-07-12T15:17:33.054 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 45 sec latency 59248.190 ms 2023-07-12T15:17:33.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:17:31.352093+0000 mgr.smithi107.erfdst (mgr.24445) 85 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:17:33.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:17:32.510659+0000 mon.smithi005 (mon.0) 785 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:17:33.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:17:32.513951+0000 mon.smithi107 (mon.1) 83 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:17:33.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:33 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:17:31.352093+0000 mgr.smithi107.erfdst (mgr.24445) 85 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:17:33.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:33 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:17:32.510659+0000 mon.smithi005 (mon.0) 785 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:17:33.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:33 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:17:32.513951+0000 mon.smithi107 (mon.1) 83 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:17:34.054 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 46 sec latency 60248.240 ms 2023-07-12T15:17:35.054 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 47 sec latency 61248.352 ms 2023-07-12T15:17:35.560 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:17:33.352490+0000 mgr.smithi107.erfdst (mgr.24445) 86 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:17:35.560 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:17:34.412837+0000 mds.foofs.smithi107.umdxex (mds.0) 5 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 49.390475 secs 2023-07-12T15:17:35.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:17:33.352490+0000 mgr.smithi107.erfdst (mgr.24445) 86 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:17:35.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:17:34.412837+0000 mds.foofs.smithi107.umdxex (mds.0) 5 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 49.390475 secs 2023-07-12T15:17:36.054 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 48 sec latency 62248.466 ms 2023-07-12T15:17:37.055 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 49 sec latency 63248.566 ms 2023-07-12T15:17:37.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:37 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:17:35.353229+0000 mgr.smithi107.erfdst (mgr.24445) 87 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:17:37.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:37 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:17:35.353229+0000 mgr.smithi107.erfdst (mgr.24445) 87 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:17:38.055 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 50 sec latency 64248.662 ms 2023-07-12T15:17:39.055 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 51 sec latency 65248.782 ms 2023-07-12T15:17:39.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:39 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:17:37.353754+0000 mgr.smithi107.erfdst (mgr.24445) 88 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:17:39.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:39 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:17:37.353754+0000 mgr.smithi107.erfdst (mgr.24445) 88 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:17:40.055 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 52 sec latency 66248.907 ms 2023-07-12T15:17:40.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:40 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:17:39.412902+0000 mds.foofs.smithi107.umdxex (mds.0) 6 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 54.390540 secs 2023-07-12T15:17:40.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:40 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:17:39.412902+0000 mds.foofs.smithi107.umdxex (mds.0) 6 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 54.390540 secs 2023-07-12T15:17:41.055 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 53 sec latency 67249.007 ms 2023-07-12T15:17:41.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:41 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:17:39.354437+0000 mgr.smithi107.erfdst (mgr.24445) 89 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:17:41.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:41 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:17:39.354437+0000 mgr.smithi107.erfdst (mgr.24445) 89 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:17:42.055 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 54 sec latency 68249.055 ms 2023-07-12T15:17:43.055 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 55 sec latency 69249.101 ms 2023-07-12T15:17:43.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:43 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:17:41.355039+0000 mgr.smithi107.erfdst (mgr.24445) 90 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:17:43.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:43 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:17:41.355039+0000 mgr.smithi107.erfdst (mgr.24445) 90 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:17:44.055 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 56 sec latency 70249.191 ms 2023-07-12T15:17:45.055 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 57 sec latency 71249.293 ms 2023-07-12T15:17:45.559 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:45 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:17:43.355594+0000 mgr.smithi107.erfdst (mgr.24445) 91 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:17:45.560 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:45 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:17:44.412999+0000 mds.foofs.smithi107.umdxex (mds.0) 7 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 59.390619 secs 2023-07-12T15:17:45.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:45 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:17:43.355594+0000 mgr.smithi107.erfdst (mgr.24445) 91 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:17:45.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:45 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:17:44.412999+0000 mds.foofs.smithi107.umdxex (mds.0) 7 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 59.390619 secs 2023-07-12T15:17:46.055 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 58 sec latency 72249.357 ms 2023-07-12T15:17:47.056 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 59 sec latency 73249.479 ms 2023-07-12T15:17:47.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:47 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:17:45.356235+0000 mgr.smithi107.erfdst (mgr.24445) 92 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:17:47.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:47 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:17:45.356235+0000 mgr.smithi107.erfdst (mgr.24445) 92 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:17:48.056 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 60 sec latency 74249.587 ms 2023-07-12T15:17:48.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:48 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:17:47.507347+0000 mon.smithi107 (mon.1) 84 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:17:48.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:48 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:17:47.507347+0000 mon.smithi107 (mon.1) 84 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:17:49.056 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 61 sec latency 75249.710 ms 2023-07-12T15:17:49.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:49 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:17:47.356789+0000 mgr.smithi107.erfdst (mgr.24445) 93 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:17:49.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:49 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:17:48.290664+0000 mon.smithi005 (mon.0) 786 : cluster [DBG] mgrmap e31: smithi107.erfdst(active, since 91s), standbys: smithi005.fgymhs 2023-07-12T15:17:49.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:49 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:17:47.356789+0000 mgr.smithi107.erfdst (mgr.24445) 93 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:17:49.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:49 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:17:48.290664+0000 mon.smithi005 (mon.0) 786 : cluster [DBG] mgrmap e31: smithi107.erfdst(active, since 91s), standbys: smithi005.fgymhs 2023-07-12T15:17:50.056 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 62 sec latency 76249.746 ms 2023-07-12T15:17:50.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:50 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:17:49.413058+0000 mds.foofs.smithi107.umdxex (mds.0) 8 : cluster [WRN] 1 slow requests, 1 included below; oldest blocked for > 64.390684 secs 2023-07-12T15:17:50.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:50 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:17:49.413078+0000 mds.foofs.smithi107.umdxex (mds.0) 9 : cluster [WRN] slow request 64.390684 seconds old, received at 2023-07-12T15:16:45.022340+0000: client_request(client.14712:4 getattr pAsLsXsFs #0x1000000021e 2023-07-12T15:16:45.022269+0000 caller_uid=0, caller_gid=0{0,}) currently failed to rdlock, waiting 2023-07-12T15:17:50.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:50 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:17:49.413107+0000 mds.foofs.smithi107.umdxex (mds.0) 10 : cluster [WRN] client.14540 isn't responding to mclientcaps(revoke), ino 0x1000000021e pending pAsxLsXsxFcb issued pAsxLsXsxFsxcrwb, sent 64.390725 seconds ago 2023-07-12T15:17:50.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:50 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:17:49.413058+0000 mds.foofs.smithi107.umdxex (mds.0) 8 : cluster [WRN] 1 slow requests, 1 included below; oldest blocked for > 64.390684 secs 2023-07-12T15:17:50.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:50 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:17:49.413078+0000 mds.foofs.smithi107.umdxex (mds.0) 9 : cluster [WRN] slow request 64.390684 seconds old, received at 2023-07-12T15:16:45.022340+0000: client_request(client.14712:4 getattr pAsLsXsFs #0x1000000021e 2023-07-12T15:16:45.022269+0000 caller_uid=0, caller_gid=0{0,}) currently failed to rdlock, waiting 2023-07-12T15:17:50.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:50 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:17:49.413107+0000 mds.foofs.smithi107.umdxex (mds.0) 10 : cluster [WRN] client.14540 isn't responding to mclientcaps(revoke), ino 0x1000000021e pending pAsxLsXsxFcb issued pAsxLsXsxFsxcrwb, sent 64.390725 seconds ago 2023-07-12T15:17:51.056 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 63 sec latency 77249.805 ms 2023-07-12T15:17:51.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:51 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:17:49.357475+0000 mgr.smithi107.erfdst (mgr.24445) 94 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-07-12T15:17:51.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:51 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:17:49.357475+0000 mgr.smithi107.erfdst (mgr.24445) 94 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-07-12T15:17:52.056 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 64 sec latency 78249.939 ms 2023-07-12T15:17:52.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:52 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:17:51.290279+0000 mon.smithi005 (mon.0) 787 : cluster [WRN] Health check failed: 1 clients failing to respond to capability release (MDS_CLIENT_LATE_RELEASE) 2023-07-12T15:17:52.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:52 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:17:51.296246+0000 mon.smithi005 (mon.0) 788 : cluster [DBG] mds.? [v2:172.21.15.107:6832/1789887462,v1:172.21.15.107:6833/1789887462] up:active 2023-07-12T15:17:52.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:52 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:17:51.296290+0000 mon.smithi005 (mon.0) 789 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi107.umdxex=up:active} 1 up:standby 2023-07-12T15:17:52.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:52 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:17:51.290279+0000 mon.smithi005 (mon.0) 787 : cluster [WRN] Health check failed: 1 clients failing to respond to capability release (MDS_CLIENT_LATE_RELEASE) 2023-07-12T15:17:52.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:52 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:17:51.296246+0000 mon.smithi005 (mon.0) 788 : cluster [DBG] mds.? [v2:172.21.15.107:6832/1789887462,v1:172.21.15.107:6833/1789887462] up:active 2023-07-12T15:17:52.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:52 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:17:51.296290+0000 mon.smithi005 (mon.0) 789 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi107.umdxex=up:active} 1 up:standby 2023-07-12T15:17:53.056 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 65 sec latency 79250.047 ms 2023-07-12T15:17:53.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:53 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:17:51.357951+0000 mgr.smithi107.erfdst (mgr.24445) 95 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-07-12T15:17:53.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:53 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:17:51.357951+0000 mgr.smithi107.erfdst (mgr.24445) 95 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-07-12T15:17:54.056 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 66 sec latency 80250.151 ms 2023-07-12T15:17:55.056 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 67 sec latency 81250.215 ms 2023-07-12T15:17:55.074 INFO:teuthology.orchestra.run.smithi005.stdout:true 2023-07-12T15:17:55.559 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:55 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:17:53.358368+0000 mgr.smithi107.erfdst (mgr.24445) 96 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-07-12T15:17:55.559 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:55 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:17:54.413160+0000 mds.foofs.smithi107.umdxex (mds.0) 11 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 69.390798 secs 2023-07-12T15:17:55.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:55 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:17:53.358368+0000 mgr.smithi107.erfdst (mgr.24445) 96 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-07-12T15:17:55.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:55 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:17:54.413160+0000 mds.foofs.smithi107.umdxex (mds.0) 11 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 69.390798 secs 2023-07-12T15:17:55.706 INFO:teuthology.orchestra.run.smithi005.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-07-12T15:17:55.706 INFO:teuthology.orchestra.run.smithi005.stdout:alertmanager.smithi005 smithi005 *:9093,9094 running (6m) 69s ago 6m 20.1M - 0.20.0 0881eb8f169f 02924d9fd4fd 2023-07-12T15:17:55.706 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi005 smithi005 running (6m) 69s ago 6m 7004k - 16.2.4 8d91d370c2b8 d66dbf6fdb25 2023-07-12T15:17:55.706 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi107 smithi107 running (6m) 70s ago 6m 7184k - 16.2.4 8d91d370c2b8 b2a554924ee7 2023-07-12T15:17:55.706 INFO:teuthology.orchestra.run.smithi005.stdout:grafana.smithi005 smithi005 *:3000 running (5m) 69s ago 6m 38.5M - 6.7.4 557c83e11646 e05ce52e5309 2023-07-12T15:17:55.707 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi005.llyakb smithi005 running (3m) 69s ago 3m 16.8M - 16.2.4 8d91d370c2b8 2e9588e0199b 2023-07-12T15:17:55.707 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi107.umdxex smithi107 running (3m) 70s ago 3m 39.5M - 16.2.4 8d91d370c2b8 401879dbc3a1 2023-07-12T15:17:55.707 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi005.fgymhs smithi005 *:9283 running (7m) 69s ago 7m 379M - 16.2.4 8d91d370c2b8 773b2b36c231 2023-07-12T15:17:55.707 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi107.erfdst smithi107 *:8443,9283 running (107s) 70s ago 6m 501M - 18.1.2-55-gb1bd0540 45bffa74f7bc aa123e0fe635 2023-07-12T15:17:55.707 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi005 smithi005 running (7m) 69s ago 8m 117M 2048M 16.2.4 8d91d370c2b8 d77bb5c14fd6 2023-07-12T15:17:55.707 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi107 smithi107 running (6m) 70s ago 6m 78.2M 2048M 16.2.4 8d91d370c2b8 eb5e5c1f8ca8 2023-07-12T15:17:55.707 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.0.0.smithi005.raeamr smithi005 *:2049 running (78s) 69s ago 78s 59.0M - 3.5 8d91d370c2b8 cf45a3af5fd8 2023-07-12T15:17:55.707 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.1.0.smithi107.ppslpa smithi107 *:2049 running (74s) 70s ago 73s 16.7M - 3.5 8d91d370c2b8 1d4a977d4dad 2023-07-12T15:17:55.708 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi005 smithi005 *:9100 running (6m) 69s ago 6m 18.3M - 0.18.1 e5a616e4b9cf 07304e88f4ad 2023-07-12T15:17:55.708 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi107 smithi107 *:9100 running (6m) 70s ago 6m 18.3M - 0.18.1 e5a616e4b9cf 0f858f5dbd77 2023-07-12T15:17:55.708 INFO:teuthology.orchestra.run.smithi005.stdout:osd.0 smithi005 running (5m) 69s ago 5m 1169M 4096M 16.2.4 8d91d370c2b8 b76fd1d0c8e6 2023-07-12T15:17:55.708 INFO:teuthology.orchestra.run.smithi005.stdout:osd.1 smithi005 running (5m) 69s ago 5m 1044M 4096M 16.2.4 8d91d370c2b8 0c931b3abdbc 2023-07-12T15:17:55.708 INFO:teuthology.orchestra.run.smithi005.stdout:osd.2 smithi005 running (5m) 69s ago 5m 618M 4096M 16.2.4 8d91d370c2b8 2712a85e1556 2023-07-12T15:17:55.708 INFO:teuthology.orchestra.run.smithi005.stdout:osd.3 smithi005 running (5m) 69s ago 5m 1083M 4096M 16.2.4 8d91d370c2b8 91a5ecefbf60 2023-07-12T15:17:55.708 INFO:teuthology.orchestra.run.smithi005.stdout:osd.4 smithi107 running (4m) 70s ago 4m 1112M 4096M 16.2.4 8d91d370c2b8 27cd7acb5a1c 2023-07-12T15:17:55.709 INFO:teuthology.orchestra.run.smithi005.stdout:osd.5 smithi107 running (4m) 70s ago 4m 1325M 4096M 16.2.4 8d91d370c2b8 c0ddb4bafed0 2023-07-12T15:17:55.709 INFO:teuthology.orchestra.run.smithi005.stdout:osd.6 smithi107 running (4m) 70s ago 4m 1033M 4096M 16.2.4 8d91d370c2b8 82bc037c969c 2023-07-12T15:17:55.709 INFO:teuthology.orchestra.run.smithi005.stdout:osd.7 smithi107 running (4m) 70s ago 4m 1709M 4096M 16.2.4 8d91d370c2b8 516c8ea96297 2023-07-12T15:17:55.709 INFO:teuthology.orchestra.run.smithi005.stdout:prometheus.smithi005 smithi005 *:9095 running (5m) 69s ago 6m 38.2M - 2.18.1 de242295e225 724aca1453e2 2023-07-12T15:17:56.056 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 68 sec latency 82250.268 ms 2023-07-12T15:17:56.087 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:17:56.088 INFO:teuthology.orchestra.run.smithi005.stdout: "mon": { 2023-07-12T15:17:56.088 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2023-07-12T15:17:56.088 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:17:56.088 INFO:teuthology.orchestra.run.smithi005.stdout: "mgr": { 2023-07-12T15:17:56.088 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2023-07-12T15:17:56.088 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 1 2023-07-12T15:17:56.088 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:17:56.089 INFO:teuthology.orchestra.run.smithi005.stdout: "osd": { 2023-07-12T15:17:56.089 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2023-07-12T15:17:56.089 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:17:56.089 INFO:teuthology.orchestra.run.smithi005.stdout: "mds": { 2023-07-12T15:17:56.089 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2023-07-12T15:17:56.089 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:17:56.089 INFO:teuthology.orchestra.run.smithi005.stdout: "overall": { 2023-07-12T15:17:56.090 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 13, 2023-07-12T15:17:56.090 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 1 2023-07-12T15:17:56.090 INFO:teuthology.orchestra.run.smithi005.stdout: } 2023-07-12T15:17:56.090 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:17:56.408 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:17:56.408 INFO:teuthology.orchestra.run.smithi005.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:c4be3de0cb572873b18bf4d7ff19efd4676dcd86f150f2b38e50b5e2946cf6ef", 2023-07-12T15:17:56.409 INFO:teuthology.orchestra.run.smithi005.stdout: "in_progress": true, 2023-07-12T15:17:56.409 INFO:teuthology.orchestra.run.smithi005.stdout: "which": "Upgrading all daemon types on all hosts", 2023-07-12T15:17:56.409 INFO:teuthology.orchestra.run.smithi005.stdout: "services_complete": [], 2023-07-12T15:17:56.409 INFO:teuthology.orchestra.run.smithi005.stdout: "progress": "1/23 daemons upgraded", 2023-07-12T15:17:56.409 INFO:teuthology.orchestra.run.smithi005.stdout: "message": "", 2023-07-12T15:17:56.409 INFO:teuthology.orchestra.run.smithi005.stdout: "is_paused": false 2023-07-12T15:17:56.409 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:17:56.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:56 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:17:55.060813+0000 mgr.smithi107.erfdst (mgr.24445) 97 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:17:56.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:56 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:17:55.359109+0000 mgr.smithi107.erfdst (mgr.24445) 98 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-07-12T15:17:56.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:56 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:17:55.382390+0000 mgr.smithi107.erfdst (mgr.24445) 99 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:17:56.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:56 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:17:55.694872+0000 mgr.smithi107.erfdst (mgr.24445) 100 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:17:56.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:56 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:17:56.086616+0000 mon.smithi005 (mon.0) 790 : audit [DBG] from='client.? 172.21.15.5:0/836322446' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:17:56.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:56 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:17:55.060813+0000 mgr.smithi107.erfdst (mgr.24445) 97 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:17:56.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:56 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:17:55.359109+0000 mgr.smithi107.erfdst (mgr.24445) 98 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-07-12T15:17:56.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:56 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:17:55.382390+0000 mgr.smithi107.erfdst (mgr.24445) 99 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:17:56.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:56 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:17:55.694872+0000 mgr.smithi107.erfdst (mgr.24445) 100 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:17:56.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:56 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:17:56.086616+0000 mon.smithi005 (mon.0) 790 : audit [DBG] from='client.? 172.21.15.5:0/836322446' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:17:56.788 INFO:teuthology.orchestra.run.smithi005.stdout:HEALTH_WARN 1 clients failing to respond to capability release; 1 MDSs report slow requests 2023-07-12T15:17:56.789 INFO:teuthology.orchestra.run.smithi005.stdout:[WRN] MDS_CLIENT_LATE_RELEASE: 1 clients failing to respond to capability release 2023-07-12T15:17:56.789 INFO:teuthology.orchestra.run.smithi005.stdout: mds.foofs.smithi107.umdxex(mds.0): Client smithi005:foo1 failing to respond to capability release client_id: 14540 2023-07-12T15:17:56.789 INFO:teuthology.orchestra.run.smithi005.stdout:[WRN] MDS_SLOW_REQUEST: 1 MDSs report slow requests 2023-07-12T15:17:56.789 INFO:teuthology.orchestra.run.smithi005.stdout: mds.foofs.smithi107.umdxex(mds.0): 1 slow requests are blocked > 30 secs 2023-07-12T15:17:57.056 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 69 sec latency 83250.352 ms 2023-07-12T15:17:57.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:57 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:17:56.407042+0000 mgr.smithi107.erfdst (mgr.24445) 101 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:17:57.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:57 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:17:56.787847+0000 mon.smithi005 (mon.0) 791 : audit [DBG] from='client.? 172.21.15.5:0/465086837' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:17:57.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:17:56.407042+0000 mgr.smithi107.erfdst (mgr.24445) 101 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:17:57.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:17:56.787847+0000 mon.smithi005 (mon.0) 791 : audit [DBG] from='client.? 172.21.15.5:0/465086837' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:17:58.056 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 70 sec latency 84250.399 ms 2023-07-12T15:17:59.056 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 71 sec latency 85250.438 ms 2023-07-12T15:17:59.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:17:59 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:17:57.359647+0000 mgr.smithi107.erfdst (mgr.24445) 102 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-07-12T15:17:59.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:17:59 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:17:57.359647+0000 mgr.smithi107.erfdst (mgr.24445) 102 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-07-12T15:18:00.057 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 72 sec latency 86250.535 ms 2023-07-12T15:18:00.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:00 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:17:59.413298+0000 mds.foofs.smithi107.umdxex (mds.0) 12 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 74.390923 secs 2023-07-12T15:18:00.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:00 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:17:59.413298+0000 mds.foofs.smithi107.umdxex (mds.0) 12 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 74.390923 secs 2023-07-12T15:18:01.057 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 73 sec latency 87250.627 ms 2023-07-12T15:18:01.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:01 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:17:59.360439+0000 mgr.smithi107.erfdst (mgr.24445) 103 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-07-12T15:18:01.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:01 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:17:59.360439+0000 mgr.smithi107.erfdst (mgr.24445) 103 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-07-12T15:18:02.057 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 74 sec latency 88250.735 ms 2023-07-12T15:18:03.057 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 75 sec latency 89250.845 ms 2023-07-12T15:18:03.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:03 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:18:01.360822+0000 mgr.smithi107.erfdst (mgr.24445) 104 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:18:03.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:03 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:18:02.511596+0000 mon.smithi005 (mon.0) 792 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:18:03.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:03 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:18:02.512838+0000 mon.smithi107 (mon.1) 85 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:18:03.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:03 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:18:01.360822+0000 mgr.smithi107.erfdst (mgr.24445) 104 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:18:03.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:03 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:18:02.511596+0000 mon.smithi005 (mon.0) 792 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:18:03.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:03 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:18:02.512838+0000 mon.smithi107 (mon.1) 85 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:18:04.057 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 76 sec latency 90250.900 ms 2023-07-12T15:18:05.059 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 77 sec latency 91250.977 ms 2023-07-12T15:18:05.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:05 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:18:03.361285+0000 mgr.smithi107.erfdst (mgr.24445) 105 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:18:05.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:05 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:18:04.413365+0000 mds.foofs.smithi107.umdxex (mds.0) 13 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 79.390993 secs 2023-07-12T15:18:05.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:18:03.361285+0000 mgr.smithi107.erfdst (mgr.24445) 105 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:18:05.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:18:04.413365+0000 mds.foofs.smithi107.umdxex (mds.0) 13 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 79.390993 secs 2023-07-12T15:18:06.057 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 78 sec latency 92251.064 ms 2023-07-12T15:18:07.057 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 79 sec latency 93251.113 ms 2023-07-12T15:18:07.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:07 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:18:05.362163+0000 mgr.smithi107.erfdst (mgr.24445) 106 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:18:07.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:07 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:18:05.362163+0000 mgr.smithi107.erfdst (mgr.24445) 106 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:18:08.057 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 80 sec latency 94251.207 ms 2023-07-12T15:18:09.057 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 81 sec latency 95251.313 ms 2023-07-12T15:18:09.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:09 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:18:07.362623+0000 mgr.smithi107.erfdst (mgr.24445) 107 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:18:09.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:09 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:18:07.362623+0000 mgr.smithi107.erfdst (mgr.24445) 107 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:18:10.058 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 82 sec latency 96251.405 ms 2023-07-12T15:18:10.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:10 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:18:09.413459+0000 mds.foofs.smithi107.umdxex (mds.0) 14 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 84.391097 secs 2023-07-12T15:18:10.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:10 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:18:09.413459+0000 mds.foofs.smithi107.umdxex (mds.0) 14 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 84.391097 secs 2023-07-12T15:18:11.058 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 83 sec latency 97251.512 ms 2023-07-12T15:18:11.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:18:09.363271+0000 mgr.smithi107.erfdst (mgr.24445) 108 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:18:11.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:18:09.363271+0000 mgr.smithi107.erfdst (mgr.24445) 108 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:18:12.058 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 84 sec latency 98251.578 ms 2023-07-12T15:18:13.058 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 85 sec latency 99251.644 ms 2023-07-12T15:18:13.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:13 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:18:11.363710+0000 mgr.smithi107.erfdst (mgr.24445) 109 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:18:13.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:13 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:18:11.363710+0000 mgr.smithi107.erfdst (mgr.24445) 109 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:18:14.058 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 86 sec latency 100251.678 ms 2023-07-12T15:18:15.058 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 87 sec latency 101251.716 ms 2023-07-12T15:18:15.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:15 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:18:13.364302+0000 mgr.smithi107.erfdst (mgr.24445) 110 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:18:15.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:15 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:18:14.413585+0000 mds.foofs.smithi107.umdxex (mds.0) 15 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 89.391211 secs 2023-07-12T15:18:15.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:15 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:18:13.364302+0000 mgr.smithi107.erfdst (mgr.24445) 110 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:18:15.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:15 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:18:14.413585+0000 mds.foofs.smithi107.umdxex (mds.0) 15 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 89.391211 secs 2023-07-12T15:18:16.058 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 88 sec latency 102251.777 ms 2023-07-12T15:18:17.058 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 89 sec latency 103251.861 ms 2023-07-12T15:18:17.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:17 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:18:15.365156+0000 mgr.smithi107.erfdst (mgr.24445) 111 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:18:17.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:17 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:18:15.365156+0000 mgr.smithi107.erfdst (mgr.24445) 111 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:18:18.058 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 90 sec latency 104251.897 ms 2023-07-12T15:18:18.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:18:17.508085+0000 mon.smithi107 (mon.1) 86 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:18:18.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:18:17.508085+0000 mon.smithi107 (mon.1) 86 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:18:19.058 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 91 sec latency 105251.958 ms 2023-07-12T15:18:19.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:19 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:18:17.365578+0000 mgr.smithi107.erfdst (mgr.24445) 112 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:18:19.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:19 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:18:17.365578+0000 mgr.smithi107.erfdst (mgr.24445) 112 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:18:20.058 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 92 sec latency 106251.992 ms 2023-07-12T15:18:20.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:20 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:18:19.413718+0000 mds.foofs.smithi107.umdxex (mds.0) 16 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 94.391344 secs 2023-07-12T15:18:20.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:20 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:18:19.413718+0000 mds.foofs.smithi107.umdxex (mds.0) 16 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 94.391344 secs 2023-07-12T15:18:21.058 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 93 sec latency 107252.069 ms 2023-07-12T15:18:21.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:21 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:18:19.366323+0000 mgr.smithi107.erfdst (mgr.24445) 113 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:18:21.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:21 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:18:19.366323+0000 mgr.smithi107.erfdst (mgr.24445) 113 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:18:22.058 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 94 sec latency 108252.132 ms 2023-07-12T15:18:23.059 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 95 sec latency 109252.166 ms 2023-07-12T15:18:23.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:23 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:18:21.366697+0000 mgr.smithi107.erfdst (mgr.24445) 114 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:18:23.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:23 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:18:21.366697+0000 mgr.smithi107.erfdst (mgr.24445) 114 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:18:24.058 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 96 sec latency 110252.264 ms 2023-07-12T15:18:25.058 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 97 sec latency 111252.370 ms 2023-07-12T15:18:25.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:25 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:18:23.367196+0000 mgr.smithi107.erfdst (mgr.24445) 115 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:18:25.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:25 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:18:24.413867+0000 mds.foofs.smithi107.umdxex (mds.0) 17 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 99.391490 secs 2023-07-12T15:18:25.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:25 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:18:23.367196+0000 mgr.smithi107.erfdst (mgr.24445) 115 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:18:25.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:25 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:18:24.413867+0000 mds.foofs.smithi107.umdxex (mds.0) 17 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 99.391490 secs 2023-07-12T15:18:26.059 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 98 sec latency 112252.474 ms 2023-07-12T15:18:27.059 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 99 sec latency 113252.540 ms 2023-07-12T15:18:27.138 INFO:teuthology.orchestra.run.smithi005.stdout:true 2023-07-12T15:18:27.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:27 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:18:25.367845+0000 mgr.smithi107.erfdst (mgr.24445) 116 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:18:27.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:27 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:18:25.367845+0000 mgr.smithi107.erfdst (mgr.24445) 116 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:18:27.775 INFO:teuthology.orchestra.run.smithi005.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-07-12T15:18:27.776 INFO:teuthology.orchestra.run.smithi005.stdout:alertmanager.smithi005 smithi005 *:9093,9094 running (6m) 101s ago 7m 20.1M - 0.20.0 0881eb8f169f 02924d9fd4fd 2023-07-12T15:18:27.776 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi005 smithi005 running (7m) 101s ago 7m 7004k - 16.2.4 8d91d370c2b8 d66dbf6fdb25 2023-07-12T15:18:27.776 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi107 smithi107 running (6m) 102s ago 6m 7184k - 16.2.4 8d91d370c2b8 b2a554924ee7 2023-07-12T15:18:27.777 INFO:teuthology.orchestra.run.smithi005.stdout:grafana.smithi005 smithi005 *:3000 running (6m) 101s ago 7m 38.5M - 6.7.4 557c83e11646 e05ce52e5309 2023-07-12T15:18:27.777 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi005.llyakb smithi005 running (3m) 101s ago 3m 16.8M - 16.2.4 8d91d370c2b8 2e9588e0199b 2023-07-12T15:18:27.777 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi107.umdxex smithi107 running (3m) 102s ago 3m 39.5M - 16.2.4 8d91d370c2b8 401879dbc3a1 2023-07-12T15:18:27.777 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi005.fgymhs smithi005 *:9283 running (8m) 101s ago 8m 379M - 16.2.4 8d91d370c2b8 773b2b36c231 2023-07-12T15:18:27.777 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi107.erfdst smithi107 *:8443,9283 running (2m) 102s ago 6m 501M - 18.1.2-55-gb1bd0540 45bffa74f7bc aa123e0fe635 2023-07-12T15:18:27.778 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi005 smithi005 running (8m) 101s ago 8m 117M 2048M 16.2.4 8d91d370c2b8 d77bb5c14fd6 2023-07-12T15:18:27.778 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi107 smithi107 running (6m) 102s ago 6m 78.2M 2048M 16.2.4 8d91d370c2b8 eb5e5c1f8ca8 2023-07-12T15:18:27.778 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.0.0.smithi005.raeamr smithi005 *:2049 running (110s) 101s ago 110s 59.0M - 3.5 8d91d370c2b8 cf45a3af5fd8 2023-07-12T15:18:27.778 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.1.0.smithi107.ppslpa smithi107 *:2049 running (106s) 102s ago 105s 16.7M - 3.5 8d91d370c2b8 1d4a977d4dad 2023-07-12T15:18:27.779 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi005 smithi005 *:9100 running (7m) 101s ago 7m 18.3M - 0.18.1 e5a616e4b9cf 07304e88f4ad 2023-07-12T15:18:27.779 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi107 smithi107 *:9100 running (6m) 102s ago 6m 18.3M - 0.18.1 e5a616e4b9cf 0f858f5dbd77 2023-07-12T15:18:27.779 INFO:teuthology.orchestra.run.smithi005.stdout:osd.0 smithi005 running (6m) 101s ago 6m 1169M 4096M 16.2.4 8d91d370c2b8 b76fd1d0c8e6 2023-07-12T15:18:27.780 INFO:teuthology.orchestra.run.smithi005.stdout:osd.1 smithi005 running (6m) 101s ago 6m 1044M 4096M 16.2.4 8d91d370c2b8 0c931b3abdbc 2023-07-12T15:18:27.780 INFO:teuthology.orchestra.run.smithi005.stdout:osd.2 smithi005 running (5m) 101s ago 5m 618M 4096M 16.2.4 8d91d370c2b8 2712a85e1556 2023-07-12T15:18:27.780 INFO:teuthology.orchestra.run.smithi005.stdout:osd.3 smithi005 running (5m) 101s ago 5m 1083M 4096M 16.2.4 8d91d370c2b8 91a5ecefbf60 2023-07-12T15:18:27.780 INFO:teuthology.orchestra.run.smithi005.stdout:osd.4 smithi107 running (5m) 102s ago 5m 1112M 4096M 16.2.4 8d91d370c2b8 27cd7acb5a1c 2023-07-12T15:18:27.781 INFO:teuthology.orchestra.run.smithi005.stdout:osd.5 smithi107 running (5m) 102s ago 5m 1325M 4096M 16.2.4 8d91d370c2b8 c0ddb4bafed0 2023-07-12T15:18:27.781 INFO:teuthology.orchestra.run.smithi005.stdout:osd.6 smithi107 running (5m) 102s ago 5m 1033M 4096M 16.2.4 8d91d370c2b8 82bc037c969c 2023-07-12T15:18:27.781 INFO:teuthology.orchestra.run.smithi005.stdout:osd.7 smithi107 running (4m) 102s ago 4m 1709M 4096M 16.2.4 8d91d370c2b8 516c8ea96297 2023-07-12T15:18:27.781 INFO:teuthology.orchestra.run.smithi005.stdout:prometheus.smithi005 smithi005 *:9095 running (6m) 101s ago 7m 38.2M - 2.18.1 de242295e225 724aca1453e2 2023-07-12T15:18:28.059 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 100 sec latency 114252.588 ms 2023-07-12T15:18:28.158 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:18:28.158 INFO:teuthology.orchestra.run.smithi005.stdout: "mon": { 2023-07-12T15:18:28.159 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2023-07-12T15:18:28.159 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:18:28.159 INFO:teuthology.orchestra.run.smithi005.stdout: "mgr": { 2023-07-12T15:18:28.159 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2023-07-12T15:18:28.160 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 1 2023-07-12T15:18:28.160 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:18:28.160 INFO:teuthology.orchestra.run.smithi005.stdout: "osd": { 2023-07-12T15:18:28.160 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2023-07-12T15:18:28.161 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:18:28.161 INFO:teuthology.orchestra.run.smithi005.stdout: "mds": { 2023-07-12T15:18:28.161 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2023-07-12T15:18:28.162 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:18:28.162 INFO:teuthology.orchestra.run.smithi005.stdout: "overall": { 2023-07-12T15:18:28.162 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 13, 2023-07-12T15:18:28.162 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 1 2023-07-12T15:18:28.162 INFO:teuthology.orchestra.run.smithi005.stdout: } 2023-07-12T15:18:28.163 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:18:28.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:28 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:18:27.123822+0000 mgr.smithi107.erfdst (mgr.24445) 117 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:18:28.481 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:18:28.481 INFO:teuthology.orchestra.run.smithi005.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:c4be3de0cb572873b18bf4d7ff19efd4676dcd86f150f2b38e50b5e2946cf6ef", 2023-07-12T15:18:28.482 INFO:teuthology.orchestra.run.smithi005.stdout: "in_progress": true, 2023-07-12T15:18:28.482 INFO:teuthology.orchestra.run.smithi005.stdout: "which": "Upgrading all daemon types on all hosts", 2023-07-12T15:18:28.482 INFO:teuthology.orchestra.run.smithi005.stdout: "services_complete": [], 2023-07-12T15:18:28.482 INFO:teuthology.orchestra.run.smithi005.stdout: "progress": "1/23 daemons upgraded", 2023-07-12T15:18:28.482 INFO:teuthology.orchestra.run.smithi005.stdout: "message": "", 2023-07-12T15:18:28.483 INFO:teuthology.orchestra.run.smithi005.stdout: "is_paused": false 2023-07-12T15:18:28.483 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:18:28.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:28 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:18:27.123822+0000 mgr.smithi107.erfdst (mgr.24445) 117 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:18:28.862 INFO:teuthology.orchestra.run.smithi005.stdout:HEALTH_WARN 1 clients failing to respond to capability release; 1 MDSs report slow requests 2023-07-12T15:18:28.862 INFO:teuthology.orchestra.run.smithi005.stdout:[WRN] MDS_CLIENT_LATE_RELEASE: 1 clients failing to respond to capability release 2023-07-12T15:18:28.862 INFO:teuthology.orchestra.run.smithi005.stdout: mds.foofs.smithi107.umdxex(mds.0): Client smithi005:foo1 failing to respond to capability release client_id: 14540 2023-07-12T15:18:28.862 INFO:teuthology.orchestra.run.smithi005.stdout:[WRN] MDS_SLOW_REQUEST: 1 MDSs report slow requests 2023-07-12T15:18:28.862 INFO:teuthology.orchestra.run.smithi005.stdout: mds.foofs.smithi107.umdxex(mds.0): 1 slow requests are blocked > 30 secs 2023-07-12T15:18:29.059 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 101 sec latency 115252.694 ms 2023-07-12T15:18:29.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:29 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:18:27.368289+0000 mgr.smithi107.erfdst (mgr.24445) 118 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:18:29.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:29 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:18:27.449693+0000 mgr.smithi107.erfdst (mgr.24445) 119 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:18:29.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:29 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:18:27.764346+0000 mgr.smithi107.erfdst (mgr.24445) 120 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:18:29.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:29 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:18:28.156991+0000 mon.smithi005 (mon.0) 793 : audit [DBG] from='client.? 172.21.15.5:0/2920356356' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:18:29.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:29 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:18:28.861204+0000 mon.smithi005 (mon.0) 794 : audit [DBG] from='client.? 172.21.15.5:0/2548130993' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:18:29.500 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:29 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:18:27.368289+0000 mgr.smithi107.erfdst (mgr.24445) 118 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:18:29.500 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:29 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:18:27.449693+0000 mgr.smithi107.erfdst (mgr.24445) 119 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:18:29.500 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:29 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:18:27.764346+0000 mgr.smithi107.erfdst (mgr.24445) 120 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:18:29.501 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:29 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:18:28.156991+0000 mon.smithi005 (mon.0) 793 : audit [DBG] from='client.? 172.21.15.5:0/2920356356' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:18:29.501 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:29 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:18:28.861204+0000 mon.smithi005 (mon.0) 794 : audit [DBG] from='client.? 172.21.15.5:0/2548130993' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:18:30.059 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 102 sec latency 116252.739 ms 2023-07-12T15:18:30.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:30 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:18:28.480007+0000 mgr.smithi107.erfdst (mgr.24445) 121 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:18:30.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:30 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:18:29.413901+0000 mds.foofs.smithi107.umdxex (mds.0) 18 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 104.391538 secs 2023-07-12T15:18:30.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:30 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:18:28.480007+0000 mgr.smithi107.erfdst (mgr.24445) 121 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:18:30.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:30 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:18:29.413901+0000 mds.foofs.smithi107.umdxex (mds.0) 18 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 104.391538 secs 2023-07-12T15:18:31.059 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 103 sec latency 117252.774 ms 2023-07-12T15:18:31.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:31 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:18:29.369280+0000 mgr.smithi107.erfdst (mgr.24445) 122 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:18:31.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:31 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:18:29.369280+0000 mgr.smithi107.erfdst (mgr.24445) 122 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:18:32.059 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 104 sec latency 118252.853 ms 2023-07-12T15:18:33.059 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 105 sec latency 119252.956 ms 2023-07-12T15:18:33.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:18:31.369659+0000 mgr.smithi107.erfdst (mgr.24445) 123 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:18:33.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:18:32.508378+0000 mon.smithi107 (mon.1) 87 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:18:33.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:33 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:18:31.369659+0000 mgr.smithi107.erfdst (mgr.24445) 123 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:18:33.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:33 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:18:32.508378+0000 mon.smithi107 (mon.1) 87 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:18:34.059 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 106 sec latency 120253.083 ms 2023-07-12T15:18:35.059 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 107 sec latency 121253.175 ms 2023-07-12T15:18:35.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:18:33.370238+0000 mgr.smithi107.erfdst (mgr.24445) 124 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:18:35.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:18:34.413963+0000 mds.foofs.smithi107.umdxex (mds.0) 19 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 109.391602 secs 2023-07-12T15:18:35.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:18:33.370238+0000 mgr.smithi107.erfdst (mgr.24445) 124 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:18:35.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:18:34.413963+0000 mds.foofs.smithi107.umdxex (mds.0) 19 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 109.391602 secs 2023-07-12T15:18:36.059 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 108 sec latency 122253.287 ms 2023-07-12T15:18:37.060 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 109 sec latency 123253.367 ms 2023-07-12T15:18:37.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:37 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:18:35.370840+0000 mgr.smithi107.erfdst (mgr.24445) 125 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:18:37.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:37 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:18:35.370840+0000 mgr.smithi107.erfdst (mgr.24445) 125 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:18:38.059 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 110 sec latency 124253.436 ms 2023-07-12T15:18:39.060 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 111 sec latency 125253.497 ms 2023-07-12T15:18:39.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:39 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:18:37.371248+0000 mgr.smithi107.erfdst (mgr.24445) 126 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:18:39.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:39 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:18:37.371248+0000 mgr.smithi107.erfdst (mgr.24445) 126 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:18:40.060 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 112 sec latency 126253.611 ms 2023-07-12T15:18:40.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:40 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:18:39.414088+0000 mds.foofs.smithi107.umdxex (mds.0) 20 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 114.391710 secs 2023-07-12T15:18:40.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:40 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:18:39.414088+0000 mds.foofs.smithi107.umdxex (mds.0) 20 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 114.391710 secs 2023-07-12T15:18:41.060 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 113 sec latency 127253.714 ms 2023-07-12T15:18:41.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:41 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:18:39.371981+0000 mgr.smithi107.erfdst (mgr.24445) 127 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:18:41.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:41 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:18:39.371981+0000 mgr.smithi107.erfdst (mgr.24445) 127 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:18:42.060 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 114 sec latency 128253.809 ms 2023-07-12T15:18:43.060 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 115 sec latency 129253.854 ms 2023-07-12T15:18:43.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:43 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:18:41.372350+0000 mgr.smithi107.erfdst (mgr.24445) 128 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:18:43.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:43 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:18:41.372350+0000 mgr.smithi107.erfdst (mgr.24445) 128 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:18:44.060 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 116 sec latency 130253.942 ms 2023-07-12T15:18:45.061 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 117 sec latency 131254.046 ms 2023-07-12T15:18:45.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:45 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:18:43.373074+0000 mgr.smithi107.erfdst (mgr.24445) 129 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:18:45.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:45 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:18:44.414184+0000 mds.foofs.smithi107.umdxex (mds.0) 21 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 119.391824 secs 2023-07-12T15:18:45.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:45 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:18:43.373074+0000 mgr.smithi107.erfdst (mgr.24445) 129 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:18:45.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:45 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:18:44.414184+0000 mds.foofs.smithi107.umdxex (mds.0) 21 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 119.391824 secs 2023-07-12T15:18:46.060 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 118 sec latency 132254.095 ms 2023-07-12T15:18:47.060 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 119 sec latency 133254.145 ms 2023-07-12T15:18:47.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:47 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:18:45.373551+0000 mgr.smithi107.erfdst (mgr.24445) 130 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:18:47.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:47 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:18:45.373551+0000 mgr.smithi107.erfdst (mgr.24445) 130 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:18:48.061 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 120 sec latency 134254.246 ms 2023-07-12T15:18:48.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:48 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:18:47.508829+0000 mon.smithi107 (mon.1) 88 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:18:48.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:48 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:18:47.508829+0000 mon.smithi107 (mon.1) 88 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:18:49.061 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 121 sec latency 135254.348 ms 2023-07-12T15:18:49.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:49 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:18:47.374036+0000 mgr.smithi107.erfdst (mgr.24445) 131 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:18:49.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:49 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:18:47.374036+0000 mgr.smithi107.erfdst (mgr.24445) 131 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:18:50.061 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 122 sec latency 136254.448 ms 2023-07-12T15:18:50.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:50 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:18:49.414326+0000 mds.foofs.smithi107.umdxex (mds.0) 22 : cluster [WRN] 1 slow requests, 1 included below; oldest blocked for > 124.391932 secs 2023-07-12T15:18:50.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:50 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:18:49.414333+0000 mds.foofs.smithi107.umdxex (mds.0) 23 : cluster [WRN] slow request 124.391931 seconds old, received at 2023-07-12T15:16:45.022340+0000: client_request(client.14712:4 getattr pAsLsXsFs #0x1000000021e 2023-07-12T15:16:45.022269+0000 caller_uid=0, caller_gid=0{0,}) currently failed to rdlock, waiting 2023-07-12T15:18:50.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:50 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:18:49.414379+0000 mds.foofs.smithi107.umdxex (mds.0) 24 : cluster [WRN] client.14540 isn't responding to mclientcaps(revoke), ino 0x1000000021e pending pAsxLsXsxFcb issued pAsxLsXsxFsxcrwb, sent 124.391992 seconds ago 2023-07-12T15:18:50.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:50 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:18:49.414326+0000 mds.foofs.smithi107.umdxex (mds.0) 22 : cluster [WRN] 1 slow requests, 1 included below; oldest blocked for > 124.391932 secs 2023-07-12T15:18:50.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:50 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:18:49.414333+0000 mds.foofs.smithi107.umdxex (mds.0) 23 : cluster [WRN] slow request 124.391931 seconds old, received at 2023-07-12T15:16:45.022340+0000: client_request(client.14712:4 getattr pAsLsXsFs #0x1000000021e 2023-07-12T15:16:45.022269+0000 caller_uid=0, caller_gid=0{0,}) currently failed to rdlock, waiting 2023-07-12T15:18:50.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:50 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:18:49.414379+0000 mds.foofs.smithi107.umdxex (mds.0) 24 : cluster [WRN] client.14540 isn't responding to mclientcaps(revoke), ino 0x1000000021e pending pAsxLsXsxFcb issued pAsxLsXsxFsxcrwb, sent 124.391992 seconds ago 2023-07-12T15:18:51.061 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 123 sec latency 137254.550 ms 2023-07-12T15:18:51.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:51 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:18:49.374688+0000 mgr.smithi107.erfdst (mgr.24445) 132 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:18:51.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:51 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:18:49.374688+0000 mgr.smithi107.erfdst (mgr.24445) 132 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:18:52.061 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 124 sec latency 138254.674 ms 2023-07-12T15:18:53.062 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 125 sec latency 139255.181 ms 2023-07-12T15:18:53.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:53 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:18:51.375239+0000 mgr.smithi107.erfdst (mgr.24445) 133 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:18:53.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:53 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:18:52.346044+0000 mon.smithi005 (mon.0) 795 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:18:53.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:53 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:18:52.354011+0000 mon.smithi005 (mon.0) 796 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:18:53.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:53 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:18:52.427260+0000 mon.smithi005 (mon.0) 797 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:18:53.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:53 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:18:52.430527+0000 mon.smithi005 (mon.0) 798 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:18:53.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:53 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:18:52.433334+0000 mon.smithi107 (mon.1) 89 : audit [INF] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-07-12T15:18:53.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:53 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:18:51.375239+0000 mgr.smithi107.erfdst (mgr.24445) 133 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:18:53.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:53 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:18:52.346044+0000 mon.smithi005 (mon.0) 795 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:18:53.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:53 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:18:52.354011+0000 mon.smithi005 (mon.0) 796 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:18:53.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:53 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:18:52.427260+0000 mon.smithi005 (mon.0) 797 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:18:53.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:53 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:18:52.430527+0000 mon.smithi005 (mon.0) 798 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:18:53.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:53 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:18:52.433334+0000 mon.smithi107 (mon.1) 89 : audit [INF] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-07-12T15:18:54.062 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 126 sec latency 140255.214 ms 2023-07-12T15:18:54.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:54 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:18:52.362044+0000 mgr.smithi107.erfdst (mgr.24445) 134 : cephadm [INF] Reconfiguring grafana.smithi005 (dependencies changed)... 2023-07-12T15:18:54.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:54 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:18:52.370847+0000 mgr.smithi107.erfdst (mgr.24445) 135 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2023-07-12T15:18:54.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:54 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:18:52.433771+0000 mgr.smithi107.erfdst (mgr.24445) 136 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-07-12T15:18:54.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:54 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:18:52.436268+0000 mgr.smithi107.erfdst (mgr.24445) 137 : cephadm [INF] Reconfiguring daemon grafana.smithi005 on smithi005 2023-07-12T15:18:54.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:54 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:18:52.362044+0000 mgr.smithi107.erfdst (mgr.24445) 134 : cephadm [INF] Reconfiguring grafana.smithi005 (dependencies changed)... 2023-07-12T15:18:54.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:54 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:18:52.370847+0000 mgr.smithi107.erfdst (mgr.24445) 135 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2023-07-12T15:18:54.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:54 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:18:52.433771+0000 mgr.smithi107.erfdst (mgr.24445) 136 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-07-12T15:18:54.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:54 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:18:52.436268+0000 mgr.smithi107.erfdst (mgr.24445) 137 : cephadm [INF] Reconfiguring daemon grafana.smithi005 on smithi005 2023-07-12T15:18:55.061 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 127 sec latency 141255.249 ms 2023-07-12T15:18:55.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:55 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:18:53.376018+0000 mgr.smithi107.erfdst (mgr.24445) 138 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:18:55.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:55 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:18:54.414410+0000 mds.foofs.smithi107.umdxex (mds.0) 25 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 129.392034 secs 2023-07-12T15:18:55.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:55 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:18:53.376018+0000 mgr.smithi107.erfdst (mgr.24445) 138 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:18:55.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:55 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:18:54.414410+0000 mds.foofs.smithi107.umdxex (mds.0) 25 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 129.392034 secs 2023-07-12T15:18:56.061 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 128 sec latency 142255.326 ms 2023-07-12T15:18:57.061 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 129 sec latency 143255.413 ms 2023-07-12T15:18:57.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:18:55.376712+0000 mgr.smithi107.erfdst (mgr.24445) 139 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:18:57.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:57 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:18:55.376712+0000 mgr.smithi107.erfdst (mgr.24445) 139 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:18:58.063 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 130 sec latency 144255.455 ms 2023-07-12T15:18:59.062 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 131 sec latency 145255.511 ms 2023-07-12T15:18:59.202 INFO:teuthology.orchestra.run.smithi005.stdout:true 2023-07-12T15:18:59.205 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:18:59 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:18:57.377280+0000 mgr.smithi107.erfdst (mgr.24445) 140 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:18:59.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:18:59 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:18:57.377280+0000 mgr.smithi107.erfdst (mgr.24445) 140 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:18:59.847 INFO:teuthology.orchestra.run.smithi005.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-07-12T15:18:59.848 INFO:teuthology.orchestra.run.smithi005.stdout:alertmanager.smithi005 smithi005 *:9093,9094 starting - - - - 2023-07-12T15:18:59.848 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi005 smithi005 running (7m) 2m ago 7m 7004k - 16.2.4 8d91d370c2b8 d66dbf6fdb25 2023-07-12T15:18:59.848 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi107 smithi107 running (7m) 2m ago 7m 7184k - 16.2.4 8d91d370c2b8 b2a554924ee7 2023-07-12T15:18:59.848 INFO:teuthology.orchestra.run.smithi005.stdout:grafana.smithi005 smithi005 *:3000 running (6m) 2m ago 7m 38.5M - 6.7.4 557c83e11646 e05ce52e5309 2023-07-12T15:18:59.848 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi005.llyakb smithi005 running (4m) 2m ago 4m 16.8M - 16.2.4 8d91d370c2b8 2e9588e0199b 2023-07-12T15:18:59.848 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi107.umdxex smithi107 running (4m) 2m ago 4m 39.5M - 16.2.4 8d91d370c2b8 401879dbc3a1 2023-07-12T15:18:59.849 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi005.fgymhs smithi005 *:9283 running (9m) 2m ago 9m 379M - 16.2.4 8d91d370c2b8 773b2b36c231 2023-07-12T15:18:59.849 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi107.erfdst smithi107 *:8443,9283 running (2m) 2m ago 7m 501M - 18.1.2-55-gb1bd0540 45bffa74f7bc aa123e0fe635 2023-07-12T15:18:59.849 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi005 smithi005 running (9m) 2m ago 9m 117M 2048M 16.2.4 8d91d370c2b8 d77bb5c14fd6 2023-07-12T15:18:59.849 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi107 smithi107 running (7m) 2m ago 7m 78.2M 2048M 16.2.4 8d91d370c2b8 eb5e5c1f8ca8 2023-07-12T15:18:59.849 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.0.0.smithi005.raeamr smithi005 *:2049 running (2m) 2m ago 2m 59.0M - 3.5 8d91d370c2b8 cf45a3af5fd8 2023-07-12T15:18:59.849 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.1.0.smithi107.ppslpa smithi107 *:2049 running (2m) 2m ago 2m 16.7M - 3.5 8d91d370c2b8 1d4a977d4dad 2023-07-12T15:18:59.849 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi005 smithi005 *:9100 running (7m) 2m ago 7m 18.3M - 0.18.1 e5a616e4b9cf 07304e88f4ad 2023-07-12T15:18:59.849 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi107 smithi107 *:9100 running (7m) 2m ago 7m 18.3M - 0.18.1 e5a616e4b9cf 0f858f5dbd77 2023-07-12T15:18:59.850 INFO:teuthology.orchestra.run.smithi005.stdout:osd.0 smithi005 running (6m) 2m ago 6m 1169M 4096M 16.2.4 8d91d370c2b8 b76fd1d0c8e6 2023-07-12T15:18:59.850 INFO:teuthology.orchestra.run.smithi005.stdout:osd.1 smithi005 running (6m) 2m ago 6m 1044M 4096M 16.2.4 8d91d370c2b8 0c931b3abdbc 2023-07-12T15:18:59.850 INFO:teuthology.orchestra.run.smithi005.stdout:osd.2 smithi005 running (6m) 2m ago 6m 618M 4096M 16.2.4 8d91d370c2b8 2712a85e1556 2023-07-12T15:18:59.850 INFO:teuthology.orchestra.run.smithi005.stdout:osd.3 smithi005 running (6m) 2m ago 6m 1083M 4096M 16.2.4 8d91d370c2b8 91a5ecefbf60 2023-07-12T15:18:59.850 INFO:teuthology.orchestra.run.smithi005.stdout:osd.4 smithi107 running (6m) 2m ago 6m 1112M 4096M 16.2.4 8d91d370c2b8 27cd7acb5a1c 2023-07-12T15:18:59.850 INFO:teuthology.orchestra.run.smithi005.stdout:osd.5 smithi107 running (5m) 2m ago 5m 1325M 4096M 16.2.4 8d91d370c2b8 c0ddb4bafed0 2023-07-12T15:18:59.850 INFO:teuthology.orchestra.run.smithi005.stdout:osd.6 smithi107 running (5m) 2m ago 5m 1033M 4096M 16.2.4 8d91d370c2b8 82bc037c969c 2023-07-12T15:18:59.851 INFO:teuthology.orchestra.run.smithi005.stdout:osd.7 smithi107 running (5m) 2m ago 5m 1709M 4096M 16.2.4 8d91d370c2b8 516c8ea96297 2023-07-12T15:18:59.851 INFO:teuthology.orchestra.run.smithi005.stdout:prometheus.smithi005 smithi005 *:9095 running (6m) 2m ago 7m 38.2M - 2.18.1 de242295e225 724aca1453e2 2023-07-12T15:19:00.062 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 132 sec latency 146255.555 ms 2023-07-12T15:19:00.237 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:19:00.238 INFO:teuthology.orchestra.run.smithi005.stdout: "mon": { 2023-07-12T15:19:00.238 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2023-07-12T15:19:00.238 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:19:00.238 INFO:teuthology.orchestra.run.smithi005.stdout: "mgr": { 2023-07-12T15:19:00.238 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2023-07-12T15:19:00.238 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 1 2023-07-12T15:19:00.239 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:19:00.239 INFO:teuthology.orchestra.run.smithi005.stdout: "osd": { 2023-07-12T15:19:00.239 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2023-07-12T15:19:00.239 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:19:00.239 INFO:teuthology.orchestra.run.smithi005.stdout: "mds": { 2023-07-12T15:19:00.239 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2023-07-12T15:19:00.239 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:19:00.240 INFO:teuthology.orchestra.run.smithi005.stdout: "overall": { 2023-07-12T15:19:00.240 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 13, 2023-07-12T15:19:00.240 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 1 2023-07-12T15:19:00.240 INFO:teuthology.orchestra.run.smithi005.stdout: } 2023-07-12T15:19:00.240 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:19:00.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:19:00 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:18:59.188926+0000 mgr.smithi107.erfdst (mgr.24445) 141 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:19:00.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:19:00 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:18:59.414538+0000 mds.foofs.smithi107.umdxex (mds.0) 26 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 134.392163 secs 2023-07-12T15:19:00.563 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:19:00.563 INFO:teuthology.orchestra.run.smithi005.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:c4be3de0cb572873b18bf4d7ff19efd4676dcd86f150f2b38e50b5e2946cf6ef", 2023-07-12T15:19:00.563 INFO:teuthology.orchestra.run.smithi005.stdout: "in_progress": true, 2023-07-12T15:19:00.564 INFO:teuthology.orchestra.run.smithi005.stdout: "which": "Upgrading all daemon types on all hosts", 2023-07-12T15:19:00.564 INFO:teuthology.orchestra.run.smithi005.stdout: "services_complete": [], 2023-07-12T15:19:00.564 INFO:teuthology.orchestra.run.smithi005.stdout: "progress": "1/23 daemons upgraded", 2023-07-12T15:19:00.565 INFO:teuthology.orchestra.run.smithi005.stdout: "message": "", 2023-07-12T15:19:00.565 INFO:teuthology.orchestra.run.smithi005.stdout: "is_paused": false 2023-07-12T15:19:00.565 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:19:00.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:19:00 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:18:59.188926+0000 mgr.smithi107.erfdst (mgr.24445) 141 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:19:00.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:19:00 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:18:59.414538+0000 mds.foofs.smithi107.umdxex (mds.0) 26 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 134.392163 secs 2023-07-12T15:19:00.958 INFO:teuthology.orchestra.run.smithi005.stdout:HEALTH_WARN 1 clients failing to respond to capability release; 1 MDSs report slow requests 2023-07-12T15:19:00.958 INFO:teuthology.orchestra.run.smithi005.stdout:[WRN] MDS_CLIENT_LATE_RELEASE: 1 clients failing to respond to capability release 2023-07-12T15:19:00.959 INFO:teuthology.orchestra.run.smithi005.stdout: mds.foofs.smithi107.umdxex(mds.0): Client smithi005:foo1 failing to respond to capability release client_id: 14540 2023-07-12T15:19:00.959 INFO:teuthology.orchestra.run.smithi005.stdout:[WRN] MDS_SLOW_REQUEST: 1 MDSs report slow requests 2023-07-12T15:19:00.959 INFO:teuthology.orchestra.run.smithi005.stdout: mds.foofs.smithi107.umdxex(mds.0): 1 slow requests are blocked > 30 secs 2023-07-12T15:19:01.062 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 133 sec latency 147255.582 ms 2023-07-12T15:19:01.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:19:01 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:18:59.378182+0000 mgr.smithi107.erfdst (mgr.24445) 142 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:19:01.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:19:01 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:18:59.517317+0000 mgr.smithi107.erfdst (mgr.24445) 143 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:19:01.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:19:01 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:18:59.836742+0000 mgr.smithi107.erfdst (mgr.24445) 144 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:19:01.500 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:19:01 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:19:00.236315+0000 mon.smithi005 (mon.0) 799 : audit [DBG] from='client.? 172.21.15.5:0/2357199949' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:19:01.501 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:19:01 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:19:00.957272+0000 mon.smithi005 (mon.0) 800 : audit [DBG] from='client.? 172.21.15.5:0/3776530144' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:19:01.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:19:01 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:18:59.378182+0000 mgr.smithi107.erfdst (mgr.24445) 142 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:19:01.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:19:01 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:18:59.517317+0000 mgr.smithi107.erfdst (mgr.24445) 143 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:19:01.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:19:01 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:18:59.836742+0000 mgr.smithi107.erfdst (mgr.24445) 144 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:19:01.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:19:01 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:19:00.236315+0000 mon.smithi005 (mon.0) 799 : audit [DBG] from='client.? 172.21.15.5:0/2357199949' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:19:01.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:19:01 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:19:00.957272+0000 mon.smithi005 (mon.0) 800 : audit [DBG] from='client.? 172.21.15.5:0/3776530144' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:19:02.062 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 134 sec latency 148255.620 ms 2023-07-12T15:19:02.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:19:02 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:19:00.560705+0000 mgr.smithi107.erfdst (mgr.24445) 145 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:19:02.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:19:02 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:19:00.560705+0000 mgr.smithi107.erfdst (mgr.24445) 145 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:19:03.062 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 135 sec latency 149255.649 ms 2023-07-12T15:19:03.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:19:03 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:19:01.378692+0000 mgr.smithi107.erfdst (mgr.24445) 146 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:19:03.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:19:03 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:19:02.509040+0000 mon.smithi107 (mon.1) 90 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:19:03.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:19:03 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:19:01.378692+0000 mgr.smithi107.erfdst (mgr.24445) 146 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:19:03.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:19:03 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:19:02.509040+0000 mon.smithi107 (mon.1) 90 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:19:04.062 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 136 sec latency 150255.678 ms 2023-07-12T15:19:05.062 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 137 sec latency 151255.718 ms 2023-07-12T15:19:05.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:19:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:19:03.379234+0000 mgr.smithi107.erfdst (mgr.24445) 147 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:19:05.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:19:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:19:04.414645+0000 mds.foofs.smithi107.umdxex (mds.0) 27 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 139.392269 secs 2023-07-12T15:19:05.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:19:05 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:19:03.379234+0000 mgr.smithi107.erfdst (mgr.24445) 147 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:19:05.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:19:05 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:19:04.414645+0000 mds.foofs.smithi107.umdxex (mds.0) 27 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 139.392269 secs 2023-07-12T15:19:06.062 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 138 sec latency 152255.776 ms 2023-07-12T15:19:07.062 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 139 sec latency 153255.827 ms 2023-07-12T15:19:07.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:19:07 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:19:05.379949+0000 mgr.smithi107.erfdst (mgr.24445) 148 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:19:07.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:19:07 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:19:05.379949+0000 mgr.smithi107.erfdst (mgr.24445) 148 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:19:08.062 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 140 sec latency 154255.869 ms 2023-07-12T15:19:09.062 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 141 sec latency 155255.903 ms 2023-07-12T15:19:09.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:19:09 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:19:07.380494+0000 mgr.smithi107.erfdst (mgr.24445) 149 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:19:09.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:19:09 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:19:07.380494+0000 mgr.smithi107.erfdst (mgr.24445) 149 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:19:10.062 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 142 sec latency 156255.936 ms 2023-07-12T15:19:10.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:19:10 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:19:09.414772+0000 mds.foofs.smithi107.umdxex (mds.0) 28 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 144.392398 secs 2023-07-12T15:19:10.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:19:10 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:19:09.414772+0000 mds.foofs.smithi107.umdxex (mds.0) 28 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 144.392398 secs 2023-07-12T15:19:11.062 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 143 sec latency 157255.964 ms 2023-07-12T15:19:11.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:19:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:19:09.381476+0000 mgr.smithi107.erfdst (mgr.24445) 150 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:19:11.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:19:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:19:09.381476+0000 mgr.smithi107.erfdst (mgr.24445) 150 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:19:12.062 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 144 sec latency 158256.037 ms 2023-07-12T15:19:13.062 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 145 sec latency 159256.100 ms 2023-07-12T15:19:13.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:19:13 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:19:11.381981+0000 mgr.smithi107.erfdst (mgr.24445) 151 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:19:13.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:19:13 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:19:11.381981+0000 mgr.smithi107.erfdst (mgr.24445) 151 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:19:14.062 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 146 sec latency 160256.152 ms 2023-07-12T15:19:15.062 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 147 sec latency 161256.225 ms 2023-07-12T15:19:15.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:19:15 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:19:13.382753+0000 mgr.smithi107.erfdst (mgr.24445) 152 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:19:15.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:19:15 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:19:14.414914+0000 mds.foofs.smithi107.umdxex (mds.0) 29 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 149.392537 secs 2023-07-12T15:19:15.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:19:15 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:19:13.382753+0000 mgr.smithi107.erfdst (mgr.24445) 152 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:19:15.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:19:15 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:19:14.414914+0000 mds.foofs.smithi107.umdxex (mds.0) 29 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 149.392537 secs 2023-07-12T15:19:16.063 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 148 sec latency 162256.327 ms 2023-07-12T15:19:17.062 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 149 sec latency 163256.367 ms 2023-07-12T15:19:17.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:19:17 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:19:15.383405+0000 mgr.smithi107.erfdst (mgr.24445) 153 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:19:17.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:19:17 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:19:15.383405+0000 mgr.smithi107.erfdst (mgr.24445) 153 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:19:18.062 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 150 sec latency 164256.398 ms 2023-07-12T15:19:18.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:19:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:19:17.511532+0000 mon.smithi107 (mon.1) 91 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:19:18.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:19:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:19:17.511532+0000 mon.smithi107 (mon.1) 91 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:19:19.063 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 151 sec latency 165256.429 ms 2023-07-12T15:19:19.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:19:19 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:19:17.383954+0000 mgr.smithi107.erfdst (mgr.24445) 154 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:19:19.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:19:19 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:19:17.383954+0000 mgr.smithi107.erfdst (mgr.24445) 154 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:19:20.063 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 152 sec latency 166256.457 ms 2023-07-12T15:19:20.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:19:20 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:19:19.414997+0000 mds.foofs.smithi107.umdxex (mds.0) 30 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 154.392636 secs 2023-07-12T15:19:20.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:19:20 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:19:19.414997+0000 mds.foofs.smithi107.umdxex (mds.0) 30 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 154.392636 secs 2023-07-12T15:19:21.063 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 153 sec latency 167256.487 ms 2023-07-12T15:19:21.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:19:21 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:19:19.384862+0000 mgr.smithi107.erfdst (mgr.24445) 155 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:19:21.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:19:21 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:19:19.384862+0000 mgr.smithi107.erfdst (mgr.24445) 155 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:19:22.062 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 154 sec latency 168256.517 ms 2023-07-12T15:19:23.063 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 155 sec latency 169256.551 ms 2023-07-12T15:19:23.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:19:23 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:19:21.385342+0000 mgr.smithi107.erfdst (mgr.24445) 156 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:19:23.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:19:23 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:19:21.385342+0000 mgr.smithi107.erfdst (mgr.24445) 156 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:19:24.063 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 156 sec latency 170256.635 ms 2023-07-12T15:19:25.063 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 157 sec latency 171256.680 ms 2023-07-12T15:19:25.490 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:19:25 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:19:23.385958+0000 mgr.smithi107.erfdst (mgr.24445) 157 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:19:25.491 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:19:25 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:19:24.415123+0000 mds.foofs.smithi107.umdxex (mds.0) 31 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 159.392746 secs 2023-07-12T15:19:25.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:19:25 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:19:23.385958+0000 mgr.smithi107.erfdst (mgr.24445) 157 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:19:25.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:19:25 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:19:24.415123+0000 mds.foofs.smithi107.umdxex (mds.0) 31 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 159.392746 secs 2023-07-12T15:19:26.063 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 158 sec latency 172256.712 ms 2023-07-12T15:19:27.063 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 159 sec latency 173256.746 ms 2023-07-12T15:19:27.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:19:27 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:19:25.386576+0000 mgr.smithi107.erfdst (mgr.24445) 158 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:19:27.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:19:27 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:19:25.386576+0000 mgr.smithi107.erfdst (mgr.24445) 158 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:19:28.063 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 160 sec latency 174256.847 ms 2023-07-12T15:19:29.063 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 161 sec latency 175256.945 ms 2023-07-12T15:19:29.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:19:29 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:19:27.386955+0000 mgr.smithi107.erfdst (mgr.24445) 159 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:19:29.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:19:29 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:19:27.386955+0000 mgr.smithi107.erfdst (mgr.24445) 159 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:19:30.063 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 162 sec latency 176257.043 ms 2023-07-12T15:19:30.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:19:30 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:19:29.415240+0000 mds.foofs.smithi107.umdxex (mds.0) 32 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 164.392862 secs 2023-07-12T15:19:30.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:19:30 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:19:29.415240+0000 mds.foofs.smithi107.umdxex (mds.0) 32 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 164.392862 secs 2023-07-12T15:19:31.063 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 163 sec latency 177257.089 ms 2023-07-12T15:19:31.310 INFO:teuthology.orchestra.run.smithi005.stdout:true 2023-07-12T15:19:31.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:19:31 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:19:29.387769+0000 mgr.smithi107.erfdst (mgr.24445) 160 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:19:31.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:19:31 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:19:29.387769+0000 mgr.smithi107.erfdst (mgr.24445) 160 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:19:31.945 INFO:teuthology.orchestra.run.smithi005.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-07-12T15:19:31.946 INFO:teuthology.orchestra.run.smithi005.stdout:alertmanager.smithi005 smithi005 *:9093,9094 starting - - - - 2023-07-12T15:19:31.946 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi005 smithi005 running (8m) 2m ago 8m 7004k - 16.2.4 8d91d370c2b8 d66dbf6fdb25 2023-07-12T15:19:31.946 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi107 smithi107 running (8m) 2m ago 8m 7184k - 16.2.4 8d91d370c2b8 b2a554924ee7 2023-07-12T15:19:31.946 INFO:teuthology.orchestra.run.smithi005.stdout:grafana.smithi005 smithi005 *:3000 running (7m) 2m ago 8m 38.5M - 6.7.4 557c83e11646 e05ce52e5309 2023-07-12T15:19:31.946 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi005.llyakb smithi005 running (4m) 2m ago 4m 16.8M - 16.2.4 8d91d370c2b8 2e9588e0199b 2023-07-12T15:19:31.946 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi107.umdxex smithi107 running (4m) 2m ago 4m 39.5M - 16.2.4 8d91d370c2b8 401879dbc3a1 2023-07-12T15:19:31.946 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi005.fgymhs smithi005 *:9283 running (9m) 2m ago 9m 379M - 16.2.4 8d91d370c2b8 773b2b36c231 2023-07-12T15:19:31.947 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi107.erfdst smithi107 *:8443,9283 running (3m) 2m ago 8m 501M - 18.1.2-55-gb1bd0540 45bffa74f7bc aa123e0fe635 2023-07-12T15:19:31.947 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi005 smithi005 running (9m) 2m ago 9m 117M 2048M 16.2.4 8d91d370c2b8 d77bb5c14fd6 2023-07-12T15:19:31.947 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi107 smithi107 running (7m) 2m ago 7m 78.2M 2048M 16.2.4 8d91d370c2b8 eb5e5c1f8ca8 2023-07-12T15:19:31.947 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.0.0.smithi005.raeamr smithi005 *:2049 running (2m) 2m ago 2m 59.0M - 3.5 8d91d370c2b8 cf45a3af5fd8 2023-07-12T15:19:31.947 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.1.0.smithi107.ppslpa smithi107 *:2049 running (2m) 2m ago 2m 16.7M - 3.5 8d91d370c2b8 1d4a977d4dad 2023-07-12T15:19:31.947 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi005 smithi005 *:9100 running (8m) 2m ago 8m 18.3M - 0.18.1 e5a616e4b9cf 07304e88f4ad 2023-07-12T15:19:31.947 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi107 smithi107 *:9100 running (7m) 2m ago 7m 18.3M - 0.18.1 e5a616e4b9cf 0f858f5dbd77 2023-07-12T15:19:31.948 INFO:teuthology.orchestra.run.smithi005.stdout:osd.0 smithi005 running (7m) 2m ago 7m 1169M 4096M 16.2.4 8d91d370c2b8 b76fd1d0c8e6 2023-07-12T15:19:31.948 INFO:teuthology.orchestra.run.smithi005.stdout:osd.1 smithi005 running (7m) 2m ago 7m 1044M 4096M 16.2.4 8d91d370c2b8 0c931b3abdbc 2023-07-12T15:19:31.948 INFO:teuthology.orchestra.run.smithi005.stdout:osd.2 smithi005 running (6m) 2m ago 6m 618M 4096M 16.2.4 8d91d370c2b8 2712a85e1556 2023-07-12T15:19:31.948 INFO:teuthology.orchestra.run.smithi005.stdout:osd.3 smithi005 running (6m) 2m ago 6m 1083M 4096M 16.2.4 8d91d370c2b8 91a5ecefbf60 2023-07-12T15:19:31.948 INFO:teuthology.orchestra.run.smithi005.stdout:osd.4 smithi107 running (6m) 2m ago 6m 1112M 4096M 16.2.4 8d91d370c2b8 27cd7acb5a1c 2023-07-12T15:19:31.948 INFO:teuthology.orchestra.run.smithi005.stdout:osd.5 smithi107 running (6m) 2m ago 6m 1325M 4096M 16.2.4 8d91d370c2b8 c0ddb4bafed0 2023-07-12T15:19:31.948 INFO:teuthology.orchestra.run.smithi005.stdout:osd.6 smithi107 running (6m) 2m ago 6m 1033M 4096M 16.2.4 8d91d370c2b8 82bc037c969c 2023-07-12T15:19:31.948 INFO:teuthology.orchestra.run.smithi005.stdout:osd.7 smithi107 running (5m) 2m ago 5m 1709M 4096M 16.2.4 8d91d370c2b8 516c8ea96297 2023-07-12T15:19:31.949 INFO:teuthology.orchestra.run.smithi005.stdout:prometheus.smithi005 smithi005 *:9095 running (7m) 2m ago 8m 38.2M - 2.18.1 de242295e225 724aca1453e2 2023-07-12T15:19:32.063 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 164 sec latency 178257.139 ms 2023-07-12T15:19:32.327 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:19:32.328 INFO:teuthology.orchestra.run.smithi005.stdout: "mon": { 2023-07-12T15:19:32.328 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2023-07-12T15:19:32.328 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:19:32.328 INFO:teuthology.orchestra.run.smithi005.stdout: "mgr": { 2023-07-12T15:19:32.328 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2023-07-12T15:19:32.329 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 1 2023-07-12T15:19:32.329 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:19:32.329 INFO:teuthology.orchestra.run.smithi005.stdout: "osd": { 2023-07-12T15:19:32.329 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2023-07-12T15:19:32.329 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:19:32.329 INFO:teuthology.orchestra.run.smithi005.stdout: "mds": { 2023-07-12T15:19:32.329 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2023-07-12T15:19:32.329 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:19:32.330 INFO:teuthology.orchestra.run.smithi005.stdout: "overall": { 2023-07-12T15:19:32.330 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 13, 2023-07-12T15:19:32.330 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 1 2023-07-12T15:19:32.330 INFO:teuthology.orchestra.run.smithi005.stdout: } 2023-07-12T15:19:32.330 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:19:32.650 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:19:32.651 INFO:teuthology.orchestra.run.smithi005.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:c4be3de0cb572873b18bf4d7ff19efd4676dcd86f150f2b38e50b5e2946cf6ef", 2023-07-12T15:19:32.651 INFO:teuthology.orchestra.run.smithi005.stdout: "in_progress": true, 2023-07-12T15:19:32.651 INFO:teuthology.orchestra.run.smithi005.stdout: "which": "Upgrading all daemon types on all hosts", 2023-07-12T15:19:32.651 INFO:teuthology.orchestra.run.smithi005.stdout: "services_complete": [], 2023-07-12T15:19:32.651 INFO:teuthology.orchestra.run.smithi005.stdout: "progress": "1/23 daemons upgraded", 2023-07-12T15:19:32.652 INFO:teuthology.orchestra.run.smithi005.stdout: "message": "", 2023-07-12T15:19:32.652 INFO:teuthology.orchestra.run.smithi005.stdout: "is_paused": false 2023-07-12T15:19:32.652 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:19:32.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:19:32 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:19:31.295320+0000 mgr.smithi107.erfdst (mgr.24445) 161 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:19:32.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:19:32 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:19:31.295320+0000 mgr.smithi107.erfdst (mgr.24445) 161 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:19:33.033 INFO:teuthology.orchestra.run.smithi005.stdout:HEALTH_WARN 1 clients failing to respond to capability release; 1 MDSs report slow requests 2023-07-12T15:19:33.033 INFO:teuthology.orchestra.run.smithi005.stdout:[WRN] MDS_CLIENT_LATE_RELEASE: 1 clients failing to respond to capability release 2023-07-12T15:19:33.034 INFO:teuthology.orchestra.run.smithi005.stdout: mds.foofs.smithi107.umdxex(mds.0): Client smithi005:foo1 failing to respond to capability release client_id: 14540 2023-07-12T15:19:33.034 INFO:teuthology.orchestra.run.smithi005.stdout:[WRN] MDS_SLOW_REQUEST: 1 MDSs report slow requests 2023-07-12T15:19:33.034 INFO:teuthology.orchestra.run.smithi005.stdout: mds.foofs.smithi107.umdxex(mds.0): 1 slow requests are blocked > 30 secs 2023-07-12T15:19:33.063 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 165 sec latency 179257.210 ms 2023-07-12T15:19:33.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:19:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:19:31.388366+0000 mgr.smithi107.erfdst (mgr.24445) 162 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:19:33.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:19:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:19:31.619774+0000 mgr.smithi107.erfdst (mgr.24445) 163 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:19:33.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:19:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:19:31.934362+0000 mgr.smithi107.erfdst (mgr.24445) 164 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:19:33.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:19:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:19:32.326855+0000 mon.smithi005 (mon.0) 801 : audit [DBG] from='client.? 172.21.15.5:0/759429883' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:19:33.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:19:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:19:32.511941+0000 mon.smithi107 (mon.1) 92 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:19:33.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:19:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:19:33.032623+0000 mon.smithi005 (mon.0) 802 : audit [DBG] from='client.? 172.21.15.5:0/3573814783' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:19:33.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:19:33 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:19:31.388366+0000 mgr.smithi107.erfdst (mgr.24445) 162 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:19:33.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:19:33 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:19:31.619774+0000 mgr.smithi107.erfdst (mgr.24445) 163 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:19:33.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:19:33 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:19:31.934362+0000 mgr.smithi107.erfdst (mgr.24445) 164 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:19:33.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:19:33 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:19:32.326855+0000 mon.smithi005 (mon.0) 801 : audit [DBG] from='client.? 172.21.15.5:0/759429883' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:19:33.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:19:33 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:19:32.511941+0000 mon.smithi107 (mon.1) 92 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:19:33.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:19:33 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:19:33.032623+0000 mon.smithi005 (mon.0) 802 : audit [DBG] from='client.? 172.21.15.5:0/3573814783' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:19:34.063 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 166 sec latency 180257.258 ms 2023-07-12T15:19:34.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:19:34 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:19:32.649227+0000 mgr.smithi107.erfdst (mgr.24445) 165 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:19:34.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:19:34 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:19:32.649227+0000 mgr.smithi107.erfdst (mgr.24445) 165 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:19:35.063 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 167 sec latency 181257.293 ms 2023-07-12T15:19:35.560 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:19:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:19:33.388938+0000 mgr.smithi107.erfdst (mgr.24445) 166 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:19:35.560 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:19:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:19:34.415371+0000 mds.foofs.smithi107.umdxex (mds.0) 33 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 169.392991 secs 2023-07-12T15:19:35.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:19:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:19:33.388938+0000 mgr.smithi107.erfdst (mgr.24445) 166 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:19:35.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:19:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:19:34.415371+0000 mds.foofs.smithi107.umdxex (mds.0) 33 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 169.392991 secs 2023-07-12T15:19:36.064 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 168 sec latency 182257.408 ms 2023-07-12T15:19:37.066 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 169 sec latency 183257.508 ms 2023-07-12T15:19:37.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:19:37 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:19:35.389466+0000 mgr.smithi107.erfdst (mgr.24445) 167 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:19:37.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:19:37 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:19:35.389466+0000 mgr.smithi107.erfdst (mgr.24445) 167 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:19:38.064 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 170 sec latency 184257.557 ms 2023-07-12T15:19:39.068 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 171 sec latency 185257.728 ms 2023-07-12T15:19:39.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:19:39 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:19:37.390048+0000 mgr.smithi107.erfdst (mgr.24445) 168 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:19:39.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:19:39 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:19:37.390048+0000 mgr.smithi107.erfdst (mgr.24445) 168 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:19:40.064 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 172 sec latency 186257.814 ms 2023-07-12T15:19:40.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:19:40 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:19:39.415480+0000 mds.foofs.smithi107.umdxex (mds.0) 34 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 174.393118 secs 2023-07-12T15:19:40.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:19:40 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:19:39.415480+0000 mds.foofs.smithi107.umdxex (mds.0) 34 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 174.393118 secs 2023-07-12T15:19:41.064 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 173 sec latency 187257.938 ms 2023-07-12T15:19:41.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:19:41 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:19:39.390990+0000 mgr.smithi107.erfdst (mgr.24445) 169 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:19:41.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:19:41 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:19:39.390990+0000 mgr.smithi107.erfdst (mgr.24445) 169 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:19:42.064 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 174 sec latency 188258.018 ms 2023-07-12T15:19:43.064 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 175 sec latency 189258.055 ms 2023-07-12T15:19:43.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:19:43 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:19:41.391565+0000 mgr.smithi107.erfdst (mgr.24445) 170 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:19:43.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:19:43 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:19:41.391565+0000 mgr.smithi107.erfdst (mgr.24445) 170 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:19:44.064 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 176 sec latency 190258.181 ms 2023-07-12T15:19:45.065 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 177 sec latency 191258.269 ms 2023-07-12T15:19:45.560 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:19:45 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:19:43.392172+0000 mgr.smithi107.erfdst (mgr.24445) 171 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:19:45.560 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:19:45 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:19:44.415650+0000 mds.foofs.smithi107.umdxex (mds.0) 35 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 179.393266 secs 2023-07-12T15:19:45.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:19:45 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:19:43.392172+0000 mgr.smithi107.erfdst (mgr.24445) 171 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:19:45.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:19:45 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:19:44.415650+0000 mds.foofs.smithi107.umdxex (mds.0) 35 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 179.393266 secs 2023-07-12T15:19:46.065 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 178 sec latency 192258.384 ms 2023-07-12T15:19:47.065 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 179 sec latency 193258.454 ms 2023-07-12T15:19:47.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:19:47 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:19:45.392644+0000 mgr.smithi107.erfdst (mgr.24445) 172 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:19:47.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:19:47 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:19:45.392644+0000 mgr.smithi107.erfdst (mgr.24445) 172 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:19:48.065 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 180 sec latency 194258.562 ms 2023-07-12T15:19:48.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:19:48 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:19:47.512443+0000 mon.smithi107 (mon.1) 93 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:19:48.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:19:48 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:19:47.512443+0000 mon.smithi107 (mon.1) 93 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:19:49.065 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 181 sec latency 195258.674 ms 2023-07-12T15:19:49.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:19:49 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:19:47.393010+0000 mgr.smithi107.erfdst (mgr.24445) 173 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:19:49.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:19:49 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:19:47.393010+0000 mgr.smithi107.erfdst (mgr.24445) 173 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:19:50.065 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 182 sec latency 196258.722 ms 2023-07-12T15:19:50.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:19:50 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:19:49.415752+0000 mds.foofs.smithi107.umdxex (mds.0) 36 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 184.393375 secs 2023-07-12T15:19:50.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:19:50 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:19:49.415752+0000 mds.foofs.smithi107.umdxex (mds.0) 36 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 184.393375 secs 2023-07-12T15:19:51.065 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 183 sec latency 197258.760 ms 2023-07-12T15:19:51.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:19:51 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:19:49.393906+0000 mgr.smithi107.erfdst (mgr.24445) 174 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:19:51.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:19:51 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:19:49.393906+0000 mgr.smithi107.erfdst (mgr.24445) 174 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:19:52.065 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 184 sec latency 198258.794 ms 2023-07-12T15:19:53.065 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 185 sec latency 199258.875 ms 2023-07-12T15:19:53.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:19:53 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:19:51.394316+0000 mgr.smithi107.erfdst (mgr.24445) 175 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:19:53.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:19:53 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:19:51.394316+0000 mgr.smithi107.erfdst (mgr.24445) 175 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:19:54.065 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 186 sec latency 200258.958 ms 2023-07-12T15:19:54.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:19:54 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:19:53.394945+0000 mgr.smithi107.erfdst (mgr.24445) 176 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:19:54.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:19:54 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:19:53.394945+0000 mgr.smithi107.erfdst (mgr.24445) 176 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:19:55.065 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 187 sec latency 201259.046 ms 2023-07-12T15:19:55.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:19:55 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:19:54.415881+0000 mds.foofs.smithi107.umdxex (mds.0) 37 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 189.393495 secs 2023-07-12T15:19:55.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:19:55 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:19:54.415881+0000 mds.foofs.smithi107.umdxex (mds.0) 37 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 189.393495 secs 2023-07-12T15:19:56.065 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 188 sec latency 202259.170 ms 2023-07-12T15:19:56.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:19:56 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:19:55.395362+0000 mgr.smithi107.erfdst (mgr.24445) 177 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:19:56.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:19:56 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:19:55.395362+0000 mgr.smithi107.erfdst (mgr.24445) 177 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:19:57.065 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 189 sec latency 203259.263 ms 2023-07-12T15:19:58.065 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 190 sec latency 204259.331 ms 2023-07-12T15:19:59.066 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 191 sec latency 205259.418 ms 2023-07-12T15:19:59.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:19:59 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:19:57.395841+0000 mgr.smithi107.erfdst (mgr.24445) 178 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:19:59.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:19:59 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:19:57.395841+0000 mgr.smithi107.erfdst (mgr.24445) 178 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:20:00.066 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 192 sec latency 206259.541 ms 2023-07-12T15:20:00.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:00 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:19:59.415982+0000 mds.foofs.smithi107.umdxex (mds.0) 38 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 194.393607 secs 2023-07-12T15:20:00.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:00 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:20:00.000172+0000 mon.smithi005 (mon.0) 803 : cluster [WRN] Health detail: HEALTH_WARN 1 clients failing to respond to capability release; 1 MDSs report slow requests 2023-07-12T15:20:00.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:00 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:20:00.000211+0000 mon.smithi005 (mon.0) 804 : cluster [WRN] [WRN] MDS_CLIENT_LATE_RELEASE: 1 clients failing to respond to capability release 2023-07-12T15:20:00.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:00 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:20:00.000245+0000 mon.smithi005 (mon.0) 805 : cluster [WRN] mds.foofs.smithi107.umdxex(mds.0): Client smithi005:foo1 failing to respond to capability release client_id: 14540 2023-07-12T15:20:00.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:00 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:20:00.000262+0000 mon.smithi005 (mon.0) 806 : cluster [WRN] [WRN] MDS_SLOW_REQUEST: 1 MDSs report slow requests 2023-07-12T15:20:00.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:00 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:20:00.000276+0000 mon.smithi005 (mon.0) 807 : cluster [WRN] mds.foofs.smithi107.umdxex(mds.0): 1 slow requests are blocked > 30 secs 2023-07-12T15:20:00.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:00 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:19:59.415982+0000 mds.foofs.smithi107.umdxex (mds.0) 38 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 194.393607 secs 2023-07-12T15:20:00.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:00 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:20:00.000172+0000 mon.smithi005 (mon.0) 803 : cluster [WRN] Health detail: HEALTH_WARN 1 clients failing to respond to capability release; 1 MDSs report slow requests 2023-07-12T15:20:00.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:00 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:20:00.000211+0000 mon.smithi005 (mon.0) 804 : cluster [WRN] [WRN] MDS_CLIENT_LATE_RELEASE: 1 clients failing to respond to capability release 2023-07-12T15:20:00.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:00 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:20:00.000245+0000 mon.smithi005 (mon.0) 805 : cluster [WRN] mds.foofs.smithi107.umdxex(mds.0): Client smithi005:foo1 failing to respond to capability release client_id: 14540 2023-07-12T15:20:00.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:00 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:20:00.000262+0000 mon.smithi005 (mon.0) 806 : cluster [WRN] [WRN] MDS_SLOW_REQUEST: 1 MDSs report slow requests 2023-07-12T15:20:00.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:00 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:20:00.000276+0000 mon.smithi005 (mon.0) 807 : cluster [WRN] mds.foofs.smithi107.umdxex(mds.0): 1 slow requests are blocked > 30 secs 2023-07-12T15:20:01.066 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 193 sec latency 207259.662 ms 2023-07-12T15:20:01.420 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:01 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:19:59.396641+0000 mgr.smithi107.erfdst (mgr.24445) 179 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:20:01.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:01 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:19:59.396641+0000 mgr.smithi107.erfdst (mgr.24445) 179 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:20:02.066 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 194 sec latency 208259.732 ms 2023-07-12T15:20:03.066 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 195 sec latency 209259.800 ms 2023-07-12T15:20:03.383 INFO:teuthology.orchestra.run.smithi005.stdout:true 2023-07-12T15:20:03.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:03 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:20:01.397083+0000 mgr.smithi107.erfdst (mgr.24445) 180 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:20:03.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:03 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:20:02.512718+0000 mon.smithi107 (mon.1) 94 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:20:03.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:03 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:20:01.397083+0000 mgr.smithi107.erfdst (mgr.24445) 180 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:20:03.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:03 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:20:02.512718+0000 mon.smithi107 (mon.1) 94 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:20:04.015 INFO:teuthology.orchestra.run.smithi005.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-07-12T15:20:04.016 INFO:teuthology.orchestra.run.smithi005.stdout:alertmanager.smithi005 smithi005 *:9093,9094 starting - - - - 2023-07-12T15:20:04.016 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi005 smithi005 running (8m) 3m ago 8m 7004k - 16.2.4 8d91d370c2b8 d66dbf6fdb25 2023-07-12T15:20:04.016 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi107 smithi107 running (8m) 3m ago 8m 7184k - 16.2.4 8d91d370c2b8 b2a554924ee7 2023-07-12T15:20:04.016 INFO:teuthology.orchestra.run.smithi005.stdout:grafana.smithi005 smithi005 *:3000 running (8m) 3m ago 8m 38.5M - 6.7.4 557c83e11646 e05ce52e5309 2023-07-12T15:20:04.016 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi005.llyakb smithi005 running (5m) 3m ago 5m 16.8M - 16.2.4 8d91d370c2b8 2e9588e0199b 2023-07-12T15:20:04.016 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi107.umdxex smithi107 running (5m) 3m ago 5m 39.5M - 16.2.4 8d91d370c2b8 401879dbc3a1 2023-07-12T15:20:04.016 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi005.fgymhs smithi005 *:9283 running (10m) 3m ago 10m 379M - 16.2.4 8d91d370c2b8 773b2b36c231 2023-07-12T15:20:04.017 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi107.erfdst smithi107 *:8443,9283 running (3m) 3m ago 8m 501M - 18.1.2-55-gb1bd0540 45bffa74f7bc aa123e0fe635 2023-07-12T15:20:04.017 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi005 smithi005 running (10m) 3m ago 10m 117M 2048M 16.2.4 8d91d370c2b8 d77bb5c14fd6 2023-07-12T15:20:04.017 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi107 smithi107 running (8m) 3m ago 8m 78.2M 2048M 16.2.4 8d91d370c2b8 eb5e5c1f8ca8 2023-07-12T15:20:04.017 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.0.0.smithi005.raeamr smithi005 *:2049 running (3m) 3m ago 3m 59.0M - 3.5 8d91d370c2b8 cf45a3af5fd8 2023-07-12T15:20:04.017 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.1.0.smithi107.ppslpa smithi107 *:2049 running (3m) 3m ago 3m 16.7M - 3.5 8d91d370c2b8 1d4a977d4dad 2023-07-12T15:20:04.017 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi005 smithi005 *:9100 running (8m) 3m ago 8m 18.3M - 0.18.1 e5a616e4b9cf 07304e88f4ad 2023-07-12T15:20:04.017 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi107 smithi107 *:9100 running (8m) 3m ago 8m 18.3M - 0.18.1 e5a616e4b9cf 0f858f5dbd77 2023-07-12T15:20:04.017 INFO:teuthology.orchestra.run.smithi005.stdout:osd.0 smithi005 running (8m) 3m ago 8m 1169M 4096M 16.2.4 8d91d370c2b8 b76fd1d0c8e6 2023-07-12T15:20:04.018 INFO:teuthology.orchestra.run.smithi005.stdout:osd.1 smithi005 running (7m) 3m ago 7m 1044M 4096M 16.2.4 8d91d370c2b8 0c931b3abdbc 2023-07-12T15:20:04.018 INFO:teuthology.orchestra.run.smithi005.stdout:osd.2 smithi005 running (7m) 3m ago 7m 618M 4096M 16.2.4 8d91d370c2b8 2712a85e1556 2023-07-12T15:20:04.018 INFO:teuthology.orchestra.run.smithi005.stdout:osd.3 smithi005 running (7m) 3m ago 7m 1083M 4096M 16.2.4 8d91d370c2b8 91a5ecefbf60 2023-07-12T15:20:04.018 INFO:teuthology.orchestra.run.smithi005.stdout:osd.4 smithi107 running (7m) 3m ago 7m 1112M 4096M 16.2.4 8d91d370c2b8 27cd7acb5a1c 2023-07-12T15:20:04.018 INFO:teuthology.orchestra.run.smithi005.stdout:osd.5 smithi107 running (6m) 3m ago 6m 1325M 4096M 16.2.4 8d91d370c2b8 c0ddb4bafed0 2023-07-12T15:20:04.018 INFO:teuthology.orchestra.run.smithi005.stdout:osd.6 smithi107 running (6m) 3m ago 6m 1033M 4096M 16.2.4 8d91d370c2b8 82bc037c969c 2023-07-12T15:20:04.018 INFO:teuthology.orchestra.run.smithi005.stdout:osd.7 smithi107 running (6m) 3m ago 6m 1709M 4096M 16.2.4 8d91d370c2b8 516c8ea96297 2023-07-12T15:20:04.018 INFO:teuthology.orchestra.run.smithi005.stdout:prometheus.smithi005 smithi005 *:9095 running (7m) 3m ago 8m 38.2M - 2.18.1 de242295e225 724aca1453e2 2023-07-12T15:20:04.066 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 196 sec latency 210259.850 ms 2023-07-12T15:20:04.398 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:20:04.398 INFO:teuthology.orchestra.run.smithi005.stdout: "mon": { 2023-07-12T15:20:04.399 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2023-07-12T15:20:04.399 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:20:04.399 INFO:teuthology.orchestra.run.smithi005.stdout: "mgr": { 2023-07-12T15:20:04.400 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2023-07-12T15:20:04.400 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 1 2023-07-12T15:20:04.400 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:20:04.401 INFO:teuthology.orchestra.run.smithi005.stdout: "osd": { 2023-07-12T15:20:04.401 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2023-07-12T15:20:04.401 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:20:04.401 INFO:teuthology.orchestra.run.smithi005.stdout: "mds": { 2023-07-12T15:20:04.404 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2023-07-12T15:20:04.404 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:20:04.404 INFO:teuthology.orchestra.run.smithi005.stdout: "overall": { 2023-07-12T15:20:04.404 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 13, 2023-07-12T15:20:04.405 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 1 2023-07-12T15:20:04.405 INFO:teuthology.orchestra.run.smithi005.stdout: } 2023-07-12T15:20:04.405 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:20:04.717 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:20:04.718 INFO:teuthology.orchestra.run.smithi005.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:c4be3de0cb572873b18bf4d7ff19efd4676dcd86f150f2b38e50b5e2946cf6ef", 2023-07-12T15:20:04.718 INFO:teuthology.orchestra.run.smithi005.stdout: "in_progress": true, 2023-07-12T15:20:04.718 INFO:teuthology.orchestra.run.smithi005.stdout: "which": "Upgrading all daemon types on all hosts", 2023-07-12T15:20:04.718 INFO:teuthology.orchestra.run.smithi005.stdout: "services_complete": [], 2023-07-12T15:20:04.718 INFO:teuthology.orchestra.run.smithi005.stdout: "progress": "1/23 daemons upgraded", 2023-07-12T15:20:04.719 INFO:teuthology.orchestra.run.smithi005.stdout: "message": "", 2023-07-12T15:20:04.719 INFO:teuthology.orchestra.run.smithi005.stdout: "is_paused": false 2023-07-12T15:20:04.719 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:20:05.066 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 197 sec latency 211259.886 ms 2023-07-12T15:20:05.100 INFO:teuthology.orchestra.run.smithi005.stdout:HEALTH_WARN 1 clients failing to respond to capability release; 1 MDSs report slow requests 2023-07-12T15:20:05.101 INFO:teuthology.orchestra.run.smithi005.stdout:[WRN] MDS_CLIENT_LATE_RELEASE: 1 clients failing to respond to capability release 2023-07-12T15:20:05.101 INFO:teuthology.orchestra.run.smithi005.stdout: mds.foofs.smithi107.umdxex(mds.0): Client smithi005:foo1 failing to respond to capability release client_id: 14540 2023-07-12T15:20:05.101 INFO:teuthology.orchestra.run.smithi005.stdout:[WRN] MDS_SLOW_REQUEST: 1 MDSs report slow requests 2023-07-12T15:20:05.101 INFO:teuthology.orchestra.run.smithi005.stdout: mds.foofs.smithi107.umdxex(mds.0): 1 slow requests are blocked > 30 secs 2023-07-12T15:20:05.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:05 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:20:03.368851+0000 mgr.smithi107.erfdst (mgr.24445) 181 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:20:05.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:05 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:20:03.397764+0000 mgr.smithi107.erfdst (mgr.24445) 182 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:20:05.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:05 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:20:03.691762+0000 mgr.smithi107.erfdst (mgr.24445) 183 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:20:05.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:05 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:20:04.004427+0000 mgr.smithi107.erfdst (mgr.24445) 184 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:20:05.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:05 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:20:04.397061+0000 mon.smithi005 (mon.0) 808 : audit [DBG] from='client.? 172.21.15.5:0/4240834151' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:20:05.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:05 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:20:04.416117+0000 mds.foofs.smithi107.umdxex (mds.0) 39 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 199.393743 secs 2023-07-12T15:20:05.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:05 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:20:05.099526+0000 mon.smithi005 (mon.0) 809 : audit [DBG] from='client.? 172.21.15.5:0/2904261017' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:20:05.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:20:03.368851+0000 mgr.smithi107.erfdst (mgr.24445) 181 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:20:05.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:20:03.397764+0000 mgr.smithi107.erfdst (mgr.24445) 182 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:20:05.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:20:03.691762+0000 mgr.smithi107.erfdst (mgr.24445) 183 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:20:05.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:20:04.004427+0000 mgr.smithi107.erfdst (mgr.24445) 184 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:20:05.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:20:04.397061+0000 mon.smithi005 (mon.0) 808 : audit [DBG] from='client.? 172.21.15.5:0/4240834151' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:20:05.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:20:04.416117+0000 mds.foofs.smithi107.umdxex (mds.0) 39 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 199.393743 secs 2023-07-12T15:20:05.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:20:05.099526+0000 mon.smithi005 (mon.0) 809 : audit [DBG] from='client.? 172.21.15.5:0/2904261017' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:20:06.066 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 198 sec latency 212259.981 ms 2023-07-12T15:20:06.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:06 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:20:04.716385+0000 mgr.smithi107.erfdst (mgr.24445) 185 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:20:06.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:06 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:20:04.716385+0000 mgr.smithi107.erfdst (mgr.24445) 185 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:20:07.066 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 199 sec latency 213260.075 ms 2023-07-12T15:20:07.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:07 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:20:05.398182+0000 mgr.smithi107.erfdst (mgr.24445) 186 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:20:07.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:07 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:20:05.398182+0000 mgr.smithi107.erfdst (mgr.24445) 186 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:20:08.066 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 200 sec latency 214260.184 ms 2023-07-12T15:20:09.066 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 201 sec latency 215260.301 ms 2023-07-12T15:20:09.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:09 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:20:07.398716+0000 mgr.smithi107.erfdst (mgr.24445) 187 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:20:09.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:09 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:20:07.398716+0000 mgr.smithi107.erfdst (mgr.24445) 187 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:20:10.067 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 202 sec latency 216260.357 ms 2023-07-12T15:20:10.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:10 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:20:09.416236+0000 mds.foofs.smithi107.umdxex (mds.0) 40 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 204.393859 secs 2023-07-12T15:20:10.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:10 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:20:09.416236+0000 mds.foofs.smithi107.umdxex (mds.0) 40 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 204.393859 secs 2023-07-12T15:20:11.066 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 203 sec latency 217260.481 ms 2023-07-12T15:20:11.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:20:09.399492+0000 mgr.smithi107.erfdst (mgr.24445) 188 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:20:11.501 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:20:09.399492+0000 mgr.smithi107.erfdst (mgr.24445) 188 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:20:12.067 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 204 sec latency 218260.611 ms 2023-07-12T15:20:13.067 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 205 sec latency 219260.729 ms 2023-07-12T15:20:13.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:13 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:20:11.400003+0000 mgr.smithi107.erfdst (mgr.24445) 189 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:20:13.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:13 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:20:11.400003+0000 mgr.smithi107.erfdst (mgr.24445) 189 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:20:14.067 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 206 sec latency 220260.788 ms 2023-07-12T15:20:15.067 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 207 sec latency 221260.856 ms 2023-07-12T15:20:15.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:15 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:20:13.400651+0000 mgr.smithi107.erfdst (mgr.24445) 190 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:20:15.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:15 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:20:14.416352+0000 mds.foofs.smithi107.umdxex (mds.0) 41 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 209.393992 secs 2023-07-12T15:20:15.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:15 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:20:13.400651+0000 mgr.smithi107.erfdst (mgr.24445) 190 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:20:15.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:15 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:20:14.416352+0000 mds.foofs.smithi107.umdxex (mds.0) 41 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 209.393992 secs 2023-07-12T15:20:16.067 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 208 sec latency 222260.939 ms 2023-07-12T15:20:17.067 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 209 sec latency 223261.034 ms 2023-07-12T15:20:17.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:17 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:20:15.401165+0000 mgr.smithi107.erfdst (mgr.24445) 191 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:20:17.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:17 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:20:15.401165+0000 mgr.smithi107.erfdst (mgr.24445) 191 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:20:18.067 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 210 sec latency 224261.087 ms 2023-07-12T15:20:18.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:20:17.512952+0000 mon.smithi107 (mon.1) 95 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:20:18.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:20:17.512952+0000 mon.smithi107 (mon.1) 95 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:20:19.067 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 211 sec latency 225261.157 ms 2023-07-12T15:20:19.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:19 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:20:17.401784+0000 mgr.smithi107.erfdst (mgr.24445) 192 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:20:19.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:19 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:20:17.401784+0000 mgr.smithi107.erfdst (mgr.24445) 192 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:20:20.067 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 212 sec latency 226261.247 ms 2023-07-12T15:20:20.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:20 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:20:19.416480+0000 mds.foofs.smithi107.umdxex (mds.0) 42 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 214.394106 secs 2023-07-12T15:20:20.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:20 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:20:19.416480+0000 mds.foofs.smithi107.umdxex (mds.0) 42 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 214.394106 secs 2023-07-12T15:20:21.067 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 213 sec latency 227261.346 ms 2023-07-12T15:20:21.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:21 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:20:19.402685+0000 mgr.smithi107.erfdst (mgr.24445) 193 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:20:21.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:21 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:20:19.402685+0000 mgr.smithi107.erfdst (mgr.24445) 193 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:20:22.068 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 214 sec latency 228261.452 ms 2023-07-12T15:20:23.068 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 215 sec latency 229261.543 ms 2023-07-12T15:20:23.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:23 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:20:21.403214+0000 mgr.smithi107.erfdst (mgr.24445) 194 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:20:23.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:23 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:20:21.403214+0000 mgr.smithi107.erfdst (mgr.24445) 194 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:20:24.068 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 216 sec latency 230261.662 ms 2023-07-12T15:20:25.068 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 217 sec latency 231261.782 ms 2023-07-12T15:20:25.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:25 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:20:23.404007+0000 mgr.smithi107.erfdst (mgr.24445) 195 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:20:25.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:25 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:20:24.416592+0000 mds.foofs.smithi107.umdxex (mds.0) 43 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 219.394218 secs 2023-07-12T15:20:25.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:25 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:20:23.404007+0000 mgr.smithi107.erfdst (mgr.24445) 195 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:20:25.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:25 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:20:24.416592+0000 mds.foofs.smithi107.umdxex (mds.0) 43 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 219.394218 secs 2023-07-12T15:20:26.068 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 218 sec latency 232261.872 ms 2023-07-12T15:20:27.068 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 219 sec latency 233261.991 ms 2023-07-12T15:20:27.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:27 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:20:25.404395+0000 mgr.smithi107.erfdst (mgr.24445) 196 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:20:27.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:27 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:20:25.404395+0000 mgr.smithi107.erfdst (mgr.24445) 196 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:20:28.068 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 220 sec latency 234262.114 ms 2023-07-12T15:20:29.071 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 221 sec latency 235262.239 ms 2023-07-12T15:20:29.420 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:29 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:20:27.404788+0000 mgr.smithi107.erfdst (mgr.24445) 197 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:20:29.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:29 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:20:27.404788+0000 mgr.smithi107.erfdst (mgr.24445) 197 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:20:30.070 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 222 sec latency 236262.352 ms 2023-07-12T15:20:30.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:30 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:20:29.416722+0000 mds.foofs.smithi107.umdxex (mds.0) 44 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 224.394347 secs 2023-07-12T15:20:30.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:30 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:20:29.416722+0000 mds.foofs.smithi107.umdxex (mds.0) 44 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 224.394347 secs 2023-07-12T15:20:31.069 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 223 sec latency 237262.459 ms 2023-07-12T15:20:31.500 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:31 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:20:29.405666+0000 mgr.smithi107.erfdst (mgr.24445) 198 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:20:31.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:31 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:20:29.405666+0000 mgr.smithi107.erfdst (mgr.24445) 198 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:20:32.069 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 224 sec latency 238262.587 ms 2023-07-12T15:20:33.069 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 225 sec latency 239262.683 ms 2023-07-12T15:20:33.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:33 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:20:31.406045+0000 mgr.smithi107.erfdst (mgr.24445) 199 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:20:33.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:33 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:20:32.513266+0000 mon.smithi107 (mon.1) 96 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:20:33.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:20:31.406045+0000 mgr.smithi107.erfdst (mgr.24445) 199 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:20:33.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:20:32.513266+0000 mon.smithi107 (mon.1) 96 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:20:34.069 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 226 sec latency 240262.745 ms 2023-07-12T15:20:35.069 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 227 sec latency 241262.850 ms 2023-07-12T15:20:35.452 INFO:teuthology.orchestra.run.smithi005.stdout:true 2023-07-12T15:20:35.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:20:33.406610+0000 mgr.smithi107.erfdst (mgr.24445) 200 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:20:35.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:20:34.416769+0000 mds.foofs.smithi107.umdxex (mds.0) 45 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 229.394407 secs 2023-07-12T15:20:35.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:20:33.406610+0000 mgr.smithi107.erfdst (mgr.24445) 200 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:20:35.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:20:34.416769+0000 mds.foofs.smithi107.umdxex (mds.0) 45 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 229.394407 secs 2023-07-12T15:20:36.069 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 228 sec latency 242262.915 ms 2023-07-12T15:20:36.085 INFO:teuthology.orchestra.run.smithi005.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-07-12T15:20:36.085 INFO:teuthology.orchestra.run.smithi005.stdout:alertmanager.smithi005 smithi005 *:9093,9094 starting - - - - 2023-07-12T15:20:36.085 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi005 smithi005 running (9m) 3m ago 9m 7004k - 16.2.4 8d91d370c2b8 d66dbf6fdb25 2023-07-12T15:20:36.085 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi107 smithi107 running (9m) 3m ago 9m 7184k - 16.2.4 8d91d370c2b8 b2a554924ee7 2023-07-12T15:20:36.085 INFO:teuthology.orchestra.run.smithi005.stdout:grafana.smithi005 smithi005 *:3000 running (8m) 3m ago 9m 38.5M - 6.7.4 557c83e11646 e05ce52e5309 2023-07-12T15:20:36.085 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi005.llyakb smithi005 running (6m) 3m ago 6m 16.8M - 16.2.4 8d91d370c2b8 2e9588e0199b 2023-07-12T15:20:36.086 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi107.umdxex smithi107 running (6m) 3m ago 6m 39.5M - 16.2.4 8d91d370c2b8 401879dbc3a1 2023-07-12T15:20:36.086 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi005.fgymhs smithi005 *:9283 running (10m) 3m ago 10m 379M - 16.2.4 8d91d370c2b8 773b2b36c231 2023-07-12T15:20:36.086 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi107.erfdst smithi107 *:8443,9283 running (4m) 3m ago 9m 501M - 18.1.2-55-gb1bd0540 45bffa74f7bc aa123e0fe635 2023-07-12T15:20:36.086 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi005 smithi005 running (10m) 3m ago 10m 117M 2048M 16.2.4 8d91d370c2b8 d77bb5c14fd6 2023-07-12T15:20:36.086 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi107 smithi107 running (9m) 3m ago 9m 78.2M 2048M 16.2.4 8d91d370c2b8 eb5e5c1f8ca8 2023-07-12T15:20:36.086 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.0.0.smithi005.raeamr smithi005 *:2049 running (3m) 3m ago 3m 59.0M - 3.5 8d91d370c2b8 cf45a3af5fd8 2023-07-12T15:20:36.086 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.1.0.smithi107.ppslpa smithi107 *:2049 running (3m) 3m ago 3m 16.7M - 3.5 8d91d370c2b8 1d4a977d4dad 2023-07-12T15:20:36.087 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi005 smithi005 *:9100 running (9m) 3m ago 9m 18.3M - 0.18.1 e5a616e4b9cf 07304e88f4ad 2023-07-12T15:20:36.087 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi107 smithi107 *:9100 running (8m) 3m ago 8m 18.3M - 0.18.1 e5a616e4b9cf 0f858f5dbd77 2023-07-12T15:20:36.087 INFO:teuthology.orchestra.run.smithi005.stdout:osd.0 smithi005 running (8m) 3m ago 8m 1169M 4096M 16.2.4 8d91d370c2b8 b76fd1d0c8e6 2023-07-12T15:20:36.087 INFO:teuthology.orchestra.run.smithi005.stdout:osd.1 smithi005 running (8m) 3m ago 8m 1044M 4096M 16.2.4 8d91d370c2b8 0c931b3abdbc 2023-07-12T15:20:36.087 INFO:teuthology.orchestra.run.smithi005.stdout:osd.2 smithi005 running (8m) 3m ago 8m 618M 4096M 16.2.4 8d91d370c2b8 2712a85e1556 2023-07-12T15:20:36.087 INFO:teuthology.orchestra.run.smithi005.stdout:osd.3 smithi005 running (7m) 3m ago 7m 1083M 4096M 16.2.4 8d91d370c2b8 91a5ecefbf60 2023-07-12T15:20:36.087 INFO:teuthology.orchestra.run.smithi005.stdout:osd.4 smithi107 running (7m) 3m ago 7m 1112M 4096M 16.2.4 8d91d370c2b8 27cd7acb5a1c 2023-07-12T15:20:36.087 INFO:teuthology.orchestra.run.smithi005.stdout:osd.5 smithi107 running (7m) 3m ago 7m 1325M 4096M 16.2.4 8d91d370c2b8 c0ddb4bafed0 2023-07-12T15:20:36.088 INFO:teuthology.orchestra.run.smithi005.stdout:osd.6 smithi107 running (7m) 3m ago 7m 1033M 4096M 16.2.4 8d91d370c2b8 82bc037c969c 2023-07-12T15:20:36.088 INFO:teuthology.orchestra.run.smithi005.stdout:osd.7 smithi107 running (6m) 3m ago 6m 1709M 4096M 16.2.4 8d91d370c2b8 516c8ea96297 2023-07-12T15:20:36.088 INFO:teuthology.orchestra.run.smithi005.stdout:prometheus.smithi005 smithi005 *:9095 running (8m) 3m ago 9m 38.2M - 2.18.1 de242295e225 724aca1453e2 2023-07-12T15:20:36.468 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:20:36.468 INFO:teuthology.orchestra.run.smithi005.stdout: "mon": { 2023-07-12T15:20:36.468 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2023-07-12T15:20:36.468 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:20:36.468 INFO:teuthology.orchestra.run.smithi005.stdout: "mgr": { 2023-07-12T15:20:36.469 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2023-07-12T15:20:36.469 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 1 2023-07-12T15:20:36.469 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:20:36.469 INFO:teuthology.orchestra.run.smithi005.stdout: "osd": { 2023-07-12T15:20:36.469 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2023-07-12T15:20:36.469 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:20:36.469 INFO:teuthology.orchestra.run.smithi005.stdout: "mds": { 2023-07-12T15:20:36.470 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2023-07-12T15:20:36.470 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:20:36.470 INFO:teuthology.orchestra.run.smithi005.stdout: "overall": { 2023-07-12T15:20:36.470 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 13, 2023-07-12T15:20:36.470 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 1 2023-07-12T15:20:36.470 INFO:teuthology.orchestra.run.smithi005.stdout: } 2023-07-12T15:20:36.471 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:20:36.794 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:20:36.794 INFO:teuthology.orchestra.run.smithi005.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:c4be3de0cb572873b18bf4d7ff19efd4676dcd86f150f2b38e50b5e2946cf6ef", 2023-07-12T15:20:36.794 INFO:teuthology.orchestra.run.smithi005.stdout: "in_progress": true, 2023-07-12T15:20:36.795 INFO:teuthology.orchestra.run.smithi005.stdout: "which": "Upgrading all daemon types on all hosts", 2023-07-12T15:20:36.795 INFO:teuthology.orchestra.run.smithi005.stdout: "services_complete": [], 2023-07-12T15:20:36.795 INFO:teuthology.orchestra.run.smithi005.stdout: "progress": "1/23 daemons upgraded", 2023-07-12T15:20:36.795 INFO:teuthology.orchestra.run.smithi005.stdout: "message": "", 2023-07-12T15:20:36.796 INFO:teuthology.orchestra.run.smithi005.stdout: "is_paused": false 2023-07-12T15:20:36.796 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:20:37.069 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 229 sec latency 243262.965 ms 2023-07-12T15:20:37.180 INFO:teuthology.orchestra.run.smithi005.stdout:HEALTH_WARN 1 clients failing to respond to capability release; 1 MDSs report slow requests 2023-07-12T15:20:37.181 INFO:teuthology.orchestra.run.smithi005.stdout:[WRN] MDS_CLIENT_LATE_RELEASE: 1 clients failing to respond to capability release 2023-07-12T15:20:37.181 INFO:teuthology.orchestra.run.smithi005.stdout: mds.foofs.smithi107.umdxex(mds.0): Client smithi005:foo1 failing to respond to capability release client_id: 14540 2023-07-12T15:20:37.181 INFO:teuthology.orchestra.run.smithi005.stdout:[WRN] MDS_SLOW_REQUEST: 1 MDSs report slow requests 2023-07-12T15:20:37.182 INFO:teuthology.orchestra.run.smithi005.stdout: mds.foofs.smithi107.umdxex(mds.0): 1 slow requests are blocked > 30 secs 2023-07-12T15:20:37.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:37 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:20:35.407047+0000 mgr.smithi107.erfdst (mgr.24445) 201 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:20:37.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:37 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:20:35.438698+0000 mgr.smithi107.erfdst (mgr.24445) 202 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:20:37.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:37 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:20:35.762231+0000 mgr.smithi107.erfdst (mgr.24445) 203 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:20:37.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:37 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:20:36.073963+0000 mgr.smithi107.erfdst (mgr.24445) 204 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:20:37.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:37 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:20:36.466844+0000 mon.smithi005 (mon.0) 810 : audit [DBG] from='client.? 172.21.15.5:0/2777854723' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:20:37.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:37 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:20:35.407047+0000 mgr.smithi107.erfdst (mgr.24445) 201 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:20:37.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:37 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:20:35.438698+0000 mgr.smithi107.erfdst (mgr.24445) 202 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:20:37.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:37 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:20:35.762231+0000 mgr.smithi107.erfdst (mgr.24445) 203 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:20:37.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:37 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:20:36.073963+0000 mgr.smithi107.erfdst (mgr.24445) 204 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:20:37.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:37 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:20:36.466844+0000 mon.smithi005 (mon.0) 810 : audit [DBG] from='client.? 172.21.15.5:0/2777854723' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:20:38.069 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 230 sec latency 244263.027 ms 2023-07-12T15:20:38.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:20:36.792229+0000 mgr.smithi107.erfdst (mgr.24445) 205 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:20:38.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:20:37.179747+0000 mon.smithi005 (mon.0) 811 : audit [DBG] from='client.? 172.21.15.5:0/3829286233' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:20:38.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:20:36.792229+0000 mgr.smithi107.erfdst (mgr.24445) 205 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:20:38.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:20:37.179747+0000 mon.smithi005 (mon.0) 811 : audit [DBG] from='client.? 172.21.15.5:0/3829286233' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:20:39.069 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 231 sec latency 245263.124 ms 2023-07-12T15:20:39.500 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:39 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:20:37.407652+0000 mgr.smithi107.erfdst (mgr.24445) 206 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:20:39.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:39 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:20:37.407652+0000 mgr.smithi107.erfdst (mgr.24445) 206 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:20:40.069 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 232 sec latency 246263.178 ms 2023-07-12T15:20:40.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:40 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:20:39.416870+0000 mds.foofs.smithi107.umdxex (mds.0) 46 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 234.394510 secs 2023-07-12T15:20:40.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:40 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:20:39.416870+0000 mds.foofs.smithi107.umdxex (mds.0) 46 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 234.394510 secs 2023-07-12T15:20:41.069 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 233 sec latency 247263.283 ms 2023-07-12T15:20:41.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:41 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:20:39.408463+0000 mgr.smithi107.erfdst (mgr.24445) 207 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:20:41.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:41 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:20:39.408463+0000 mgr.smithi107.erfdst (mgr.24445) 207 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:20:42.070 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 234 sec latency 248263.393 ms 2023-07-12T15:20:43.070 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 235 sec latency 249263.505 ms 2023-07-12T15:20:43.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:43 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:20:41.409085+0000 mgr.smithi107.erfdst (mgr.24445) 208 : cluster [DBG] pgmap v140: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:20:43.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:43 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:20:41.409085+0000 mgr.smithi107.erfdst (mgr.24445) 208 : cluster [DBG] pgmap v140: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:20:44.070 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 236 sec latency 250263.620 ms 2023-07-12T15:20:45.070 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 237 sec latency 251263.730 ms 2023-07-12T15:20:45.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:45 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:20:43.409736+0000 mgr.smithi107.erfdst (mgr.24445) 209 : cluster [DBG] pgmap v141: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:20:45.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:45 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:20:44.416996+0000 mds.foofs.smithi107.umdxex (mds.0) 47 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 239.394623 secs 2023-07-12T15:20:45.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:45 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:20:43.409736+0000 mgr.smithi107.erfdst (mgr.24445) 209 : cluster [DBG] pgmap v141: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:20:45.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:45 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:20:44.416996+0000 mds.foofs.smithi107.umdxex (mds.0) 47 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 239.394623 secs 2023-07-12T15:20:46.070 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 238 sec latency 252263.835 ms 2023-07-12T15:20:47.073 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 239 sec latency 253263.884 ms 2023-07-12T15:20:47.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:47 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:20:45.410221+0000 mgr.smithi107.erfdst (mgr.24445) 210 : cluster [DBG] pgmap v142: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:20:47.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:47 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:20:45.410221+0000 mgr.smithi107.erfdst (mgr.24445) 210 : cluster [DBG] pgmap v142: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:20:48.070 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 240 sec latency 254263.964 ms 2023-07-12T15:20:48.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:48 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:20:47.513655+0000 mon.smithi107 (mon.1) 97 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:20:48.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:48 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:20:47.513655+0000 mon.smithi107 (mon.1) 97 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:20:49.070 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 241 sec latency 255264.076 ms 2023-07-12T15:20:49.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:49 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:20:47.410685+0000 mgr.smithi107.erfdst (mgr.24445) 211 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:20:49.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:49 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:20:47.410685+0000 mgr.smithi107.erfdst (mgr.24445) 211 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:20:50.070 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 242 sec latency 256264.124 ms 2023-07-12T15:20:50.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:50 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:20:49.417158+0000 mds.foofs.smithi107.umdxex (mds.0) 48 : cluster [WRN] 1 slow requests, 1 included below; oldest blocked for > 244.394764 secs 2023-07-12T15:20:50.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:50 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:20:49.417187+0000 mds.foofs.smithi107.umdxex (mds.0) 49 : cluster [WRN] slow request 244.394763 seconds old, received at 2023-07-12T15:16:45.022340+0000: client_request(client.14712:4 getattr pAsLsXsFs #0x1000000021e 2023-07-12T15:16:45.022269+0000 caller_uid=0, caller_gid=0{0,}) currently failed to rdlock, waiting 2023-07-12T15:20:50.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:50 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:20:49.417226+0000 mds.foofs.smithi107.umdxex (mds.0) 50 : cluster [WRN] client.14540 isn't responding to mclientcaps(revoke), ino 0x1000000021e pending pAsxLsXsxFcb issued pAsxLsXsxFsxcrwb, sent 244.394839 seconds ago 2023-07-12T15:20:50.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:50 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:20:49.417158+0000 mds.foofs.smithi107.umdxex (mds.0) 48 : cluster [WRN] 1 slow requests, 1 included below; oldest blocked for > 244.394764 secs 2023-07-12T15:20:50.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:50 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:20:49.417187+0000 mds.foofs.smithi107.umdxex (mds.0) 49 : cluster [WRN] slow request 244.394763 seconds old, received at 2023-07-12T15:16:45.022340+0000: client_request(client.14712:4 getattr pAsLsXsFs #0x1000000021e 2023-07-12T15:16:45.022269+0000 caller_uid=0, caller_gid=0{0,}) currently failed to rdlock, waiting 2023-07-12T15:20:50.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:50 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:20:49.417226+0000 mds.foofs.smithi107.umdxex (mds.0) 50 : cluster [WRN] client.14540 isn't responding to mclientcaps(revoke), ino 0x1000000021e pending pAsxLsXsxFcb issued pAsxLsXsxFsxcrwb, sent 244.394839 seconds ago 2023-07-12T15:20:51.070 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 243 sec latency 257264.233 ms 2023-07-12T15:20:51.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:51 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:20:49.411371+0000 mgr.smithi107.erfdst (mgr.24445) 212 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:20:51.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:51 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:20:49.411371+0000 mgr.smithi107.erfdst (mgr.24445) 212 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:20:52.070 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 244 sec latency 258264.321 ms 2023-07-12T15:20:53.071 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 245 sec latency 259264.443 ms 2023-07-12T15:20:53.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:53 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:20:51.411840+0000 mgr.smithi107.erfdst (mgr.24445) 213 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:20:53.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:53 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:20:51.411840+0000 mgr.smithi107.erfdst (mgr.24445) 213 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:20:54.071 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 246 sec latency 260264.527 ms 2023-07-12T15:20:55.071 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 247 sec latency 261264.637 ms 2023-07-12T15:20:55.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:55 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:20:53.412708+0000 mgr.smithi107.erfdst (mgr.24445) 214 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:20:55.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:55 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:20:54.417250+0000 mds.foofs.smithi107.umdxex (mds.0) 51 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 249.394876 secs 2023-07-12T15:20:55.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:55 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:20:53.412708+0000 mgr.smithi107.erfdst (mgr.24445) 214 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:20:55.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:55 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:20:54.417250+0000 mds.foofs.smithi107.umdxex (mds.0) 51 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 249.394876 secs 2023-07-12T15:20:56.071 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 248 sec latency 262264.763 ms 2023-07-12T15:20:57.071 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 249 sec latency 263264.824 ms 2023-07-12T15:20:57.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:20:55.413101+0000 mgr.smithi107.erfdst (mgr.24445) 215 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:20:57.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:57 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:20:55.413101+0000 mgr.smithi107.erfdst (mgr.24445) 215 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:20:58.071 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 250 sec latency 264264.952 ms 2023-07-12T15:20:59.071 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 251 sec latency 265265.043 ms 2023-07-12T15:20:59.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:20:59 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:20:57.413647+0000 mgr.smithi107.erfdst (mgr.24445) 216 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:20:59.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:20:59 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:20:57.413647+0000 mgr.smithi107.erfdst (mgr.24445) 216 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:21:00.071 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 252 sec latency 266265.145 ms 2023-07-12T15:21:00.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:00 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:20:59.417348+0000 mds.foofs.smithi107.umdxex (mds.0) 52 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 254.394987 secs 2023-07-12T15:21:00.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:00 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:20:59.417348+0000 mds.foofs.smithi107.umdxex (mds.0) 52 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 254.394987 secs 2023-07-12T15:21:01.071 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 253 sec latency 267265.242 ms 2023-07-12T15:21:01.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:01 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:20:59.414511+0000 mgr.smithi107.erfdst (mgr.24445) 217 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:21:01.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:01 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:20:59.414511+0000 mgr.smithi107.erfdst (mgr.24445) 217 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:21:02.071 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 254 sec latency 268265.340 ms 2023-07-12T15:21:03.072 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 255 sec latency 269265.390 ms 2023-07-12T15:21:03.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:03 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:21:01.414897+0000 mgr.smithi107.erfdst (mgr.24445) 218 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:21:03.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:03 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:21:02.514041+0000 mon.smithi107 (mon.1) 98 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:21:03.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:03 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:21:01.414897+0000 mgr.smithi107.erfdst (mgr.24445) 218 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:21:03.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:03 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:21:02.514041+0000 mon.smithi107 (mon.1) 98 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:21:04.072 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 256 sec latency 270265.503 ms 2023-07-12T15:21:05.072 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 257 sec latency 271265.611 ms 2023-07-12T15:21:05.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:21:03.415484+0000 mgr.smithi107.erfdst (mgr.24445) 219 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:21:05.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:21:04.417467+0000 mds.foofs.smithi107.umdxex (mds.0) 53 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 259.395106 secs 2023-07-12T15:21:05.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:05 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:21:03.415484+0000 mgr.smithi107.erfdst (mgr.24445) 219 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:21:05.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:05 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:21:04.417467+0000 mds.foofs.smithi107.umdxex (mds.0) 53 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 259.395106 secs 2023-07-12T15:21:06.072 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 258 sec latency 272265.685 ms 2023-07-12T15:21:07.072 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 259 sec latency 273265.796 ms 2023-07-12T15:21:07.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:07 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:21:05.416001+0000 mgr.smithi107.erfdst (mgr.24445) 220 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:21:07.534 INFO:teuthology.orchestra.run.smithi005.stdout:true 2023-07-12T15:21:07.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:07 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:21:05.416001+0000 mgr.smithi107.erfdst (mgr.24445) 220 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:21:08.072 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 260 sec latency 274265.846 ms 2023-07-12T15:21:08.166 INFO:teuthology.orchestra.run.smithi005.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-07-12T15:21:08.167 INFO:teuthology.orchestra.run.smithi005.stdout:alertmanager.smithi005 smithi005 *:9093,9094 starting - - - - 2023-07-12T15:21:08.167 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi005 smithi005 running (10m) 4m ago 10m 7004k - 16.2.4 8d91d370c2b8 d66dbf6fdb25 2023-07-12T15:21:08.167 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi107 smithi107 running (9m) 4m ago 9m 7184k - 16.2.4 8d91d370c2b8 b2a554924ee7 2023-07-12T15:21:08.167 INFO:teuthology.orchestra.run.smithi005.stdout:grafana.smithi005 smithi005 *:3000 running (9m) 4m ago 9m 38.5M - 6.7.4 557c83e11646 e05ce52e5309 2023-07-12T15:21:08.167 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi005.llyakb smithi005 running (6m) 4m ago 6m 16.8M - 16.2.4 8d91d370c2b8 2e9588e0199b 2023-07-12T15:21:08.167 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi107.umdxex smithi107 running (6m) 4m ago 6m 39.5M - 16.2.4 8d91d370c2b8 401879dbc3a1 2023-07-12T15:21:08.167 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi005.fgymhs smithi005 *:9283 running (11m) 4m ago 11m 379M - 16.2.4 8d91d370c2b8 773b2b36c231 2023-07-12T15:21:08.167 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi107.erfdst smithi107 *:8443,9283 running (5m) 4m ago 9m 501M - 18.1.2-55-gb1bd0540 45bffa74f7bc aa123e0fe635 2023-07-12T15:21:08.168 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi005 smithi005 running (11m) 4m ago 11m 117M 2048M 16.2.4 8d91d370c2b8 d77bb5c14fd6 2023-07-12T15:21:08.168 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi107 smithi107 running (9m) 4m ago 9m 78.2M 2048M 16.2.4 8d91d370c2b8 eb5e5c1f8ca8 2023-07-12T15:21:08.168 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.0.0.smithi005.raeamr smithi005 *:2049 running (4m) 4m ago 4m 59.0M - 3.5 8d91d370c2b8 cf45a3af5fd8 2023-07-12T15:21:08.168 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.1.0.smithi107.ppslpa smithi107 *:2049 running (4m) 4m ago 4m 16.7M - 3.5 8d91d370c2b8 1d4a977d4dad 2023-07-12T15:21:08.168 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi005 smithi005 *:9100 running (9m) 4m ago 9m 18.3M - 0.18.1 e5a616e4b9cf 07304e88f4ad 2023-07-12T15:21:08.168 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi107 smithi107 *:9100 running (9m) 4m ago 9m 18.3M - 0.18.1 e5a616e4b9cf 0f858f5dbd77 2023-07-12T15:21:08.168 INFO:teuthology.orchestra.run.smithi005.stdout:osd.0 smithi005 running (9m) 4m ago 9m 1169M 4096M 16.2.4 8d91d370c2b8 b76fd1d0c8e6 2023-07-12T15:21:08.169 INFO:teuthology.orchestra.run.smithi005.stdout:osd.1 smithi005 running (8m) 4m ago 8m 1044M 4096M 16.2.4 8d91d370c2b8 0c931b3abdbc 2023-07-12T15:21:08.169 INFO:teuthology.orchestra.run.smithi005.stdout:osd.2 smithi005 running (8m) 4m ago 8m 618M 4096M 16.2.4 8d91d370c2b8 2712a85e1556 2023-07-12T15:21:08.169 INFO:teuthology.orchestra.run.smithi005.stdout:osd.3 smithi005 running (8m) 4m ago 8m 1083M 4096M 16.2.4 8d91d370c2b8 91a5ecefbf60 2023-07-12T15:21:08.169 INFO:teuthology.orchestra.run.smithi005.stdout:osd.4 smithi107 running (8m) 4m ago 8m 1112M 4096M 16.2.4 8d91d370c2b8 27cd7acb5a1c 2023-07-12T15:21:08.169 INFO:teuthology.orchestra.run.smithi005.stdout:osd.5 smithi107 running (7m) 4m ago 7m 1325M 4096M 16.2.4 8d91d370c2b8 c0ddb4bafed0 2023-07-12T15:21:08.169 INFO:teuthology.orchestra.run.smithi005.stdout:osd.6 smithi107 running (7m) 4m ago 7m 1033M 4096M 16.2.4 8d91d370c2b8 82bc037c969c 2023-07-12T15:21:08.169 INFO:teuthology.orchestra.run.smithi005.stdout:osd.7 smithi107 running (7m) 4m ago 7m 1709M 4096M 16.2.4 8d91d370c2b8 516c8ea96297 2023-07-12T15:21:08.169 INFO:teuthology.orchestra.run.smithi005.stdout:prometheus.smithi005 smithi005 *:9095 running (9m) 4m ago 9m 38.2M - 2.18.1 de242295e225 724aca1453e2 2023-07-12T15:21:08.548 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:21:08.548 INFO:teuthology.orchestra.run.smithi005.stdout: "mon": { 2023-07-12T15:21:08.549 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2023-07-12T15:21:08.549 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:21:08.549 INFO:teuthology.orchestra.run.smithi005.stdout: "mgr": { 2023-07-12T15:21:08.550 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2023-07-12T15:21:08.550 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 1 2023-07-12T15:21:08.550 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:21:08.550 INFO:teuthology.orchestra.run.smithi005.stdout: "osd": { 2023-07-12T15:21:08.551 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2023-07-12T15:21:08.551 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:21:08.551 INFO:teuthology.orchestra.run.smithi005.stdout: "mds": { 2023-07-12T15:21:08.551 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2023-07-12T15:21:08.551 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:21:08.551 INFO:teuthology.orchestra.run.smithi005.stdout: "overall": { 2023-07-12T15:21:08.552 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 13, 2023-07-12T15:21:08.552 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 1 2023-07-12T15:21:08.552 INFO:teuthology.orchestra.run.smithi005.stdout: } 2023-07-12T15:21:08.552 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:21:08.872 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:21:08.872 INFO:teuthology.orchestra.run.smithi005.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:c4be3de0cb572873b18bf4d7ff19efd4676dcd86f150f2b38e50b5e2946cf6ef", 2023-07-12T15:21:08.872 INFO:teuthology.orchestra.run.smithi005.stdout: "in_progress": true, 2023-07-12T15:21:08.873 INFO:teuthology.orchestra.run.smithi005.stdout: "which": "Upgrading all daemon types on all hosts", 2023-07-12T15:21:08.873 INFO:teuthology.orchestra.run.smithi005.stdout: "services_complete": [], 2023-07-12T15:21:08.873 INFO:teuthology.orchestra.run.smithi005.stdout: "progress": "1/23 daemons upgraded", 2023-07-12T15:21:08.873 INFO:teuthology.orchestra.run.smithi005.stdout: "message": "", 2023-07-12T15:21:08.873 INFO:teuthology.orchestra.run.smithi005.stdout: "is_paused": false 2023-07-12T15:21:08.873 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:21:09.072 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 261 sec latency 275265.897 ms 2023-07-12T15:21:09.257 INFO:teuthology.orchestra.run.smithi005.stdout:HEALTH_WARN 1 clients failing to respond to capability release; 1 MDSs report slow requests 2023-07-12T15:21:09.258 INFO:teuthology.orchestra.run.smithi005.stdout:[WRN] MDS_CLIENT_LATE_RELEASE: 1 clients failing to respond to capability release 2023-07-12T15:21:09.258 INFO:teuthology.orchestra.run.smithi005.stdout: mds.foofs.smithi107.umdxex(mds.0): Client smithi005:foo1 failing to respond to capability release client_id: 14540 2023-07-12T15:21:09.258 INFO:teuthology.orchestra.run.smithi005.stdout:[WRN] MDS_SLOW_REQUEST: 1 MDSs report slow requests 2023-07-12T15:21:09.258 INFO:teuthology.orchestra.run.smithi005.stdout: mds.foofs.smithi107.umdxex(mds.0): 1 slow requests are blocked > 30 secs 2023-07-12T15:21:09.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:09 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:21:07.416382+0000 mgr.smithi107.erfdst (mgr.24445) 221 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:21:09.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:09 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:21:07.520946+0000 mgr.smithi107.erfdst (mgr.24445) 222 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:21:09.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:09 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:21:07.841860+0000 mgr.smithi107.erfdst (mgr.24445) 223 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:21:09.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:09 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:21:08.155433+0000 mgr.smithi107.erfdst (mgr.24445) 224 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:21:09.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:09 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:21:08.547121+0000 mon.smithi005 (mon.0) 812 : audit [DBG] from='client.? 172.21.15.5:0/1131599163' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:21:09.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:09 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:21:07.416382+0000 mgr.smithi107.erfdst (mgr.24445) 221 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:21:09.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:09 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:21:07.520946+0000 mgr.smithi107.erfdst (mgr.24445) 222 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:21:09.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:09 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:21:07.841860+0000 mgr.smithi107.erfdst (mgr.24445) 223 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:21:09.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:09 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:21:08.155433+0000 mgr.smithi107.erfdst (mgr.24445) 224 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:21:09.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:09 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:21:08.547121+0000 mon.smithi005 (mon.0) 812 : audit [DBG] from='client.? 172.21.15.5:0/1131599163' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:21:10.072 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 262 sec latency 276265.930 ms 2023-07-12T15:21:10.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:10 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:21:08.870689+0000 mgr.smithi107.erfdst (mgr.24445) 225 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:21:10.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:10 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:21:09.256479+0000 mon.smithi005 (mon.0) 813 : audit [DBG] from='client.? 172.21.15.5:0/1374191481' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:21:10.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:10 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:21:09.417531+0000 mds.foofs.smithi107.umdxex (mds.0) 54 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 264.395170 secs 2023-07-12T15:21:10.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:10 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:21:08.870689+0000 mgr.smithi107.erfdst (mgr.24445) 225 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:21:10.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:10 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:21:09.256479+0000 mon.smithi005 (mon.0) 813 : audit [DBG] from='client.? 172.21.15.5:0/1374191481' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:21:10.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:10 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:21:09.417531+0000 mds.foofs.smithi107.umdxex (mds.0) 54 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 264.395170 secs 2023-07-12T15:21:11.072 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 263 sec latency 277265.998 ms 2023-07-12T15:21:11.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:21:09.417357+0000 mgr.smithi107.erfdst (mgr.24445) 226 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:21:11.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:21:09.417357+0000 mgr.smithi107.erfdst (mgr.24445) 226 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:21:12.072 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 264 sec latency 278266.099 ms 2023-07-12T15:21:13.074 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 265 sec latency 279266.219 ms 2023-07-12T15:21:13.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:13 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:21:11.417818+0000 mgr.smithi107.erfdst (mgr.24445) 227 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:21:13.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:13 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:21:11.417818+0000 mgr.smithi107.erfdst (mgr.24445) 227 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:21:14.073 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 266 sec latency 280266.343 ms 2023-07-12T15:21:15.073 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 267 sec latency 281266.437 ms 2023-07-12T15:21:15.560 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:15 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:21:13.418719+0000 mgr.smithi107.erfdst (mgr.24445) 228 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:21:15.560 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:15 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:21:14.417660+0000 mds.foofs.smithi107.umdxex (mds.0) 55 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 269.395286 secs 2023-07-12T15:21:15.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:15 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:21:13.418719+0000 mgr.smithi107.erfdst (mgr.24445) 228 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:21:15.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:15 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:21:14.417660+0000 mds.foofs.smithi107.umdxex (mds.0) 55 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 269.395286 secs 2023-07-12T15:21:16.073 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 268 sec latency 282266.544 ms 2023-07-12T15:21:17.073 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 269 sec latency 283266.665 ms 2023-07-12T15:21:17.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:17 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:21:15.419171+0000 mgr.smithi107.erfdst (mgr.24445) 229 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:21:17.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:17 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:21:15.419171+0000 mgr.smithi107.erfdst (mgr.24445) 229 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:21:18.073 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 270 sec latency 284266.775 ms 2023-07-12T15:21:18.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:21:17.514260+0000 mon.smithi107 (mon.1) 99 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:21:18.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:21:17.514260+0000 mon.smithi107 (mon.1) 99 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:21:19.073 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 271 sec latency 285266.856 ms 2023-07-12T15:21:19.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:19 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:21:17.419566+0000 mgr.smithi107.erfdst (mgr.24445) 230 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:21:19.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:19 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:21:17.419566+0000 mgr.smithi107.erfdst (mgr.24445) 230 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:21:20.073 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 272 sec latency 286266.979 ms 2023-07-12T15:21:20.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:20 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:21:19.417781+0000 mds.foofs.smithi107.umdxex (mds.0) 56 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 274.395421 secs 2023-07-12T15:21:20.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:20 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:21:19.417781+0000 mds.foofs.smithi107.umdxex (mds.0) 56 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 274.395421 secs 2023-07-12T15:21:21.073 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 273 sec latency 287267.065 ms 2023-07-12T15:21:21.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:21 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:21:19.420297+0000 mgr.smithi107.erfdst (mgr.24445) 231 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:21:21.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:21 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:21:19.420297+0000 mgr.smithi107.erfdst (mgr.24445) 231 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:21:22.073 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 274 sec latency 288267.158 ms 2023-07-12T15:21:23.073 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 275 sec latency 289267.244 ms 2023-07-12T15:21:23.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:23 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:21:21.420759+0000 mgr.smithi107.erfdst (mgr.24445) 232 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:21:23.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:23 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:21:21.420759+0000 mgr.smithi107.erfdst (mgr.24445) 232 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:21:24.073 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 276 sec latency 290267.344 ms 2023-07-12T15:21:25.074 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 277 sec latency 291267.460 ms 2023-07-12T15:21:25.559 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:25 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:21:23.421534+0000 mgr.smithi107.erfdst (mgr.24445) 233 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:21:25.560 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:25 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:21:24.417926+0000 mds.foofs.smithi107.umdxex (mds.0) 57 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 279.395552 secs 2023-07-12T15:21:25.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:25 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:21:23.421534+0000 mgr.smithi107.erfdst (mgr.24445) 233 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:21:25.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:25 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:21:24.417926+0000 mds.foofs.smithi107.umdxex (mds.0) 57 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 279.395552 secs 2023-07-12T15:21:26.074 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 278 sec latency 292267.542 ms 2023-07-12T15:21:27.074 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 279 sec latency 293268.173 ms 2023-07-12T15:21:27.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:27 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:21:25.422014+0000 mgr.smithi107.erfdst (mgr.24445) 234 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:21:27.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:27 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:21:26.459968+0000 mon.smithi005 (mon.0) 814 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:21:27.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:27 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:21:26.466410+0000 mon.smithi005 (mon.0) 815 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:21:27.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:27 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:21:25.422014+0000 mgr.smithi107.erfdst (mgr.24445) 234 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:21:27.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:27 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:21:26.459968+0000 mon.smithi005 (mon.0) 814 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:21:27.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:27 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:21:26.466410+0000 mon.smithi005 (mon.0) 815 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:21:28.074 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 280 sec latency 294268.274 ms 2023-07-12T15:21:28.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:28 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:21:26.488019+0000 mgr.smithi107.erfdst (mgr.24445) 235 : cephadm [INF] Reconfiguring node-exporter.smithi005 (dependencies changed)... 2023-07-12T15:21:28.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:28 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:21:26.488449+0000 mgr.smithi107.erfdst (mgr.24445) 236 : cephadm [INF] Reconfiguring daemon node-exporter.smithi005 on smithi005 2023-07-12T15:21:28.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:28 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:21:26.488019+0000 mgr.smithi107.erfdst (mgr.24445) 235 : cephadm [INF] Reconfiguring node-exporter.smithi005 (dependencies changed)... 2023-07-12T15:21:28.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:28 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:21:26.488449+0000 mgr.smithi107.erfdst (mgr.24445) 236 : cephadm [INF] Reconfiguring daemon node-exporter.smithi005 on smithi005 2023-07-12T15:21:29.075 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 281 sec latency 295268.377 ms 2023-07-12T15:21:29.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:29 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:21:27.422590+0000 mgr.smithi107.erfdst (mgr.24445) 237 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:21:29.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:29 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:21:27.422590+0000 mgr.smithi107.erfdst (mgr.24445) 237 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:21:30.075 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 282 sec latency 296268.486 ms 2023-07-12T15:21:30.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:30 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:21:29.417998+0000 mds.foofs.smithi107.umdxex (mds.0) 58 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 284.395622 secs 2023-07-12T15:21:30.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:30 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:21:29.418055+0000 mds.foofs.smithi107.umdxex (mds.0) 59 : cluster [WRN] evicting unresponsive client smithi107:foo1 (24345), after 304.702 seconds 2023-07-12T15:21:30.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:30 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:21:29.418079+0000 mds.foofs.smithi107.umdxex (mds.0) 60 : cluster [INF] Evicting (and blocklisting) client session 24345 (172.21.15.107:0/2128705266) 2023-07-12T15:21:30.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:30 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:21:29.418497+0000 mon.smithi107 (mon.1) 100 : audit [INF] from='mds.? [v2:172.21.15.107:6832/1789887462,v1:172.21.15.107:6833/1789887462]' entity='mds.foofs.smithi107.umdxex' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.107:0/2128705266"}]: dispatch 2023-07-12T15:21:30.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:30 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:21:29.419253+0000 mon.smithi005 (mon.0) 816 : audit [INF] from='mds.? ' entity='mds.foofs.smithi107.umdxex' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.107:0/2128705266"}]: dispatch 2023-07-12T15:21:30.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:30 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:21:29.417998+0000 mds.foofs.smithi107.umdxex (mds.0) 58 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 284.395622 secs 2023-07-12T15:21:30.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:30 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:21:29.418055+0000 mds.foofs.smithi107.umdxex (mds.0) 59 : cluster [WRN] evicting unresponsive client smithi107:foo1 (24345), after 304.702 seconds 2023-07-12T15:21:30.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:30 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:21:29.418079+0000 mds.foofs.smithi107.umdxex (mds.0) 60 : cluster [INF] Evicting (and blocklisting) client session 24345 (172.21.15.107:0/2128705266) 2023-07-12T15:21:30.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:30 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:21:29.418497+0000 mon.smithi107 (mon.1) 100 : audit [INF] from='mds.? [v2:172.21.15.107:6832/1789887462,v1:172.21.15.107:6833/1789887462]' entity='mds.foofs.smithi107.umdxex' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.107:0/2128705266"}]: dispatch 2023-07-12T15:21:30.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:30 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:21:29.419253+0000 mon.smithi005 (mon.0) 816 : audit [INF] from='mds.? ' entity='mds.foofs.smithi107.umdxex' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.107:0/2128705266"}]: dispatch 2023-07-12T15:21:31.075 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 283 sec latency 297268.620 ms 2023-07-12T15:21:31.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:31 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:21:29.423307+0000 mgr.smithi107.erfdst (mgr.24445) 238 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:21:31.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:31 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:21:30.299829+0000 mon.smithi005 (mon.0) 817 : audit [INF] from='mds.? ' entity='mds.foofs.smithi107.umdxex' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.107:0/2128705266"}]': finished 2023-07-12T15:21:31.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:31 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:21:30.299907+0000 mon.smithi005 (mon.0) 818 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2023-07-12T15:21:31.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:31 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:21:29.423307+0000 mgr.smithi107.erfdst (mgr.24445) 238 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:21:31.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:31 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:21:30.299829+0000 mon.smithi005 (mon.0) 817 : audit [INF] from='mds.? ' entity='mds.foofs.smithi107.umdxex' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.107:0/2128705266"}]': finished 2023-07-12T15:21:31.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:31 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:21:30.299907+0000 mon.smithi005 (mon.0) 818 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2023-07-12T15:21:32.075 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 284 sec latency 298268.664 ms 2023-07-12T15:21:33.075 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 285 sec latency 299268.790 ms 2023-07-12T15:21:33.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:21:31.423748+0000 mgr.smithi107.erfdst (mgr.24445) 239 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-07-12T15:21:33.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:21:32.514672+0000 mon.smithi107 (mon.1) 101 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:21:33.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:33 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:21:31.423748+0000 mgr.smithi107.erfdst (mgr.24445) 239 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-07-12T15:21:33.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:33 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:21:32.514672+0000 mon.smithi107 (mon.1) 101 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:21:34.075 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 286 sec latency 300268.851 ms 2023-07-12T15:21:35.075 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83681 0.00 MB/sec execute 287 sec latency 301268.970 ms 2023-07-12T15:21:35.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:21:33.424413+0000 mgr.smithi107.erfdst (mgr.24445) 240 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-07-12T15:21:35.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:21:34.418071+0000 mds.foofs.smithi107.umdxex (mds.0) 61 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 289.395694 secs 2023-07-12T15:21:35.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:21:34.418109+0000 mds.foofs.smithi107.umdxex (mds.0) 62 : cluster [WRN] evicting unresponsive client smithi005:foo1 (14540), after 308.917 seconds 2023-07-12T15:21:35.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:21:34.418129+0000 mds.foofs.smithi107.umdxex (mds.0) 63 : cluster [INF] Evicting (and blocklisting) client session 14540 (172.21.15.5:0/4062615569) 2023-07-12T15:21:35.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:21:34.418495+0000 mon.smithi107 (mon.1) 102 : audit [INF] from='mds.? [v2:172.21.15.107:6832/1789887462,v1:172.21.15.107:6833/1789887462]' entity='mds.foofs.smithi107.umdxex' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.5:0/4062615569"}]: dispatch 2023-07-12T15:21:35.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:21:34.419158+0000 mon.smithi005 (mon.0) 819 : audit [INF] from='mds.? ' entity='mds.foofs.smithi107.umdxex' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.5:0/4062615569"}]: dispatch 2023-07-12T15:21:35.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:21:33.424413+0000 mgr.smithi107.erfdst (mgr.24445) 240 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-07-12T15:21:35.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:21:34.418071+0000 mds.foofs.smithi107.umdxex (mds.0) 61 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 289.395694 secs 2023-07-12T15:21:35.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:21:34.418109+0000 mds.foofs.smithi107.umdxex (mds.0) 62 : cluster [WRN] evicting unresponsive client smithi005:foo1 (14540), after 308.917 seconds 2023-07-12T15:21:35.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:21:34.418129+0000 mds.foofs.smithi107.umdxex (mds.0) 63 : cluster [INF] Evicting (and blocklisting) client session 14540 (172.21.15.5:0/4062615569) 2023-07-12T15:21:35.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:21:34.418495+0000 mon.smithi107 (mon.1) 102 : audit [INF] from='mds.? [v2:172.21.15.107:6832/1789887462,v1:172.21.15.107:6833/1789887462]' entity='mds.foofs.smithi107.umdxex' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.5:0/4062615569"}]: dispatch 2023-07-12T15:21:35.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:21:34.419158+0000 mon.smithi005 (mon.0) 819 : audit [INF] from='mds.? ' entity='mds.foofs.smithi107.umdxex' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.5:0/4062615569"}]: dispatch 2023-07-12T15:21:36.076 INFO:teuthology.orchestra.run.smithi005.stdout: 5 83892 0.02 MB/sec execute 288 sec latency 301755.495 ms 2023-07-12T15:21:36.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:36 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:21:35.315656+0000 mon.smithi005 (mon.0) 820 : audit [INF] from='mds.? ' entity='mds.foofs.smithi107.umdxex' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.5:0/4062615569"}]': finished 2023-07-12T15:21:36.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:36 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:21:35.315733+0000 mon.smithi005 (mon.0) 821 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2023-07-12T15:21:36.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:36 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:21:35.315656+0000 mon.smithi005 (mon.0) 820 : audit [INF] from='mds.? ' entity='mds.foofs.smithi107.umdxex' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.5:0/4062615569"}]': finished 2023-07-12T15:21:36.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:36 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:21:35.315733+0000 mon.smithi005 (mon.0) 821 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2023-07-12T15:21:37.075 INFO:teuthology.orchestra.run.smithi005.stdout: 5 84318 0.06 MB/sec execute 289 sec latency 45.347 ms 2023-07-12T15:21:37.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:37 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:21:35.428609+0000 mgr.smithi107.erfdst (mgr.24445) 241 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-07-12T15:21:37.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:37 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:21:35.428609+0000 mgr.smithi107.erfdst (mgr.24445) 241 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-07-12T15:21:38.076 INFO:teuthology.orchestra.run.smithi005.stdout: 5 85062 0.15 MB/sec execute 290 sec latency 17.939 ms 2023-07-12T15:21:39.075 INFO:teuthology.orchestra.run.smithi005.stdout: 5 85684 0.21 MB/sec execute 291 sec latency 27.305 ms 2023-07-12T15:21:39.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:39 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:21:37.429001+0000 mgr.smithi107.erfdst (mgr.24445) 242 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2023-07-12T15:21:39.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:39 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:21:37.429001+0000 mgr.smithi107.erfdst (mgr.24445) 242 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 303 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2023-07-12T15:21:39.761 INFO:teuthology.orchestra.run.smithi005.stdout:true 2023-07-12T15:21:40.076 INFO:teuthology.orchestra.run.smithi005.stdout: 5 86192 0.24 MB/sec execute 292 sec latency 50.367 ms 2023-07-12T15:21:40.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:40 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:21:39.429728+0000 mgr.smithi107.erfdst (mgr.24445) 243 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 317 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 342 KiB/s rd, 2.8 MiB/s wr, 261 op/s 2023-07-12T15:21:40.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:40 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:21:39.742865+0000 mgr.smithi107.erfdst (mgr.24445) 244 : audit [DBG] from='client.24715 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:21:40.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:40 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:21:40.230265+0000 mgr.smithi107.erfdst (mgr.24445) 245 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:21:40.723 INFO:teuthology.orchestra.run.smithi005.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-07-12T15:21:40.723 INFO:teuthology.orchestra.run.smithi005.stdout:alertmanager.smithi005 smithi005 *:9093,9094 starting - - - - 2023-07-12T15:21:40.724 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi005 smithi005 running (10m) 4m ago 10m 7004k - 16.2.4 8d91d370c2b8 d66dbf6fdb25 2023-07-12T15:21:40.724 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi107 smithi107 running (10m) 4m ago 10m 7184k - 16.2.4 8d91d370c2b8 b2a554924ee7 2023-07-12T15:21:40.724 INFO:teuthology.orchestra.run.smithi005.stdout:grafana.smithi005 smithi005 *:3000 starting - - - - 2023-07-12T15:21:40.724 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi005.llyakb smithi005 running (7m) 4m ago 7m 16.8M - 16.2.4 8d91d370c2b8 2e9588e0199b 2023-07-12T15:21:40.724 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi107.umdxex smithi107 running (7m) 4m ago 7m 39.5M - 16.2.4 8d91d370c2b8 401879dbc3a1 2023-07-12T15:21:40.724 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi005.fgymhs smithi005 *:9283 running (11m) 4m ago 11m 379M - 16.2.4 8d91d370c2b8 773b2b36c231 2023-07-12T15:21:40.724 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi107.erfdst smithi107 *:8443,9283 running (5m) 4m ago 10m 501M - 18.1.2-55-gb1bd0540 45bffa74f7bc aa123e0fe635 2023-07-12T15:21:40.725 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi005 smithi005 running (11m) 4m ago 11m 117M 2048M 16.2.4 8d91d370c2b8 d77bb5c14fd6 2023-07-12T15:21:40.725 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi107 smithi107 running (10m) 4m ago 10m 78.2M 2048M 16.2.4 8d91d370c2b8 eb5e5c1f8ca8 2023-07-12T15:21:40.725 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.0.0.smithi005.raeamr smithi005 *:2049 running (5m) 4m ago 5m 59.0M - 3.5 8d91d370c2b8 cf45a3af5fd8 2023-07-12T15:21:40.725 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.1.0.smithi107.ppslpa smithi107 *:2049 running (4m) 4m ago 4m 16.7M - 3.5 8d91d370c2b8 1d4a977d4dad 2023-07-12T15:21:40.725 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi005 smithi005 *:9100 running (10m) 4m ago 10m 18.3M - 0.18.1 e5a616e4b9cf 07304e88f4ad 2023-07-12T15:21:40.725 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi107 smithi107 *:9100 running (9m) 4m ago 9m 18.3M - 0.18.1 e5a616e4b9cf 0f858f5dbd77 2023-07-12T15:21:40.725 INFO:teuthology.orchestra.run.smithi005.stdout:osd.0 smithi005 running (9m) 4m ago 9m 1169M 4096M 16.2.4 8d91d370c2b8 b76fd1d0c8e6 2023-07-12T15:21:40.725 INFO:teuthology.orchestra.run.smithi005.stdout:osd.1 smithi005 running (9m) 4m ago 9m 1044M 4096M 16.2.4 8d91d370c2b8 0c931b3abdbc 2023-07-12T15:21:40.726 INFO:teuthology.orchestra.run.smithi005.stdout:osd.2 smithi005 running (9m) 4m ago 9m 618M 4096M 16.2.4 8d91d370c2b8 2712a85e1556 2023-07-12T15:21:40.726 INFO:teuthology.orchestra.run.smithi005.stdout:osd.3 smithi005 running (8m) 4m ago 8m 1083M 4096M 16.2.4 8d91d370c2b8 91a5ecefbf60 2023-07-12T15:21:40.726 INFO:teuthology.orchestra.run.smithi005.stdout:osd.4 smithi107 running (8m) 4m ago 8m 1112M 4096M 16.2.4 8d91d370c2b8 27cd7acb5a1c 2023-07-12T15:21:40.726 INFO:teuthology.orchestra.run.smithi005.stdout:osd.5 smithi107 running (8m) 4m ago 8m 1325M 4096M 16.2.4 8d91d370c2b8 c0ddb4bafed0 2023-07-12T15:21:40.726 INFO:teuthology.orchestra.run.smithi005.stdout:osd.6 smithi107 running (8m) 4m ago 8m 1033M 4096M 16.2.4 8d91d370c2b8 82bc037c969c 2023-07-12T15:21:40.726 INFO:teuthology.orchestra.run.smithi005.stdout:osd.7 smithi107 running (8m) 4m ago 8m 1709M 4096M 16.2.4 8d91d370c2b8 516c8ea96297 2023-07-12T15:21:40.726 INFO:teuthology.orchestra.run.smithi005.stdout:prometheus.smithi005 smithi005 *:9095 running (9m) 4m ago 10m 38.2M - 2.18.1 de242295e225 724aca1453e2 2023-07-12T15:21:40.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:40 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:21:39.429728+0000 mgr.smithi107.erfdst (mgr.24445) 243 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 317 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 342 KiB/s rd, 2.8 MiB/s wr, 261 op/s 2023-07-12T15:21:40.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:40 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:21:39.742865+0000 mgr.smithi107.erfdst (mgr.24445) 244 : audit [DBG] from='client.24715 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:21:40.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:40 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:21:40.230265+0000 mgr.smithi107.erfdst (mgr.24445) 245 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:21:41.076 INFO:teuthology.orchestra.run.smithi005.stdout: 5 86768 0.30 MB/sec execute 293 sec latency 30.409 ms 2023-07-12T15:21:41.363 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:21:41.364 INFO:teuthology.orchestra.run.smithi005.stdout: "mon": { 2023-07-12T15:21:41.364 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2023-07-12T15:21:41.364 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:21:41.364 INFO:teuthology.orchestra.run.smithi005.stdout: "mgr": { 2023-07-12T15:21:41.364 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2023-07-12T15:21:41.364 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 1 2023-07-12T15:21:41.364 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:21:41.365 INFO:teuthology.orchestra.run.smithi005.stdout: "osd": { 2023-07-12T15:21:41.365 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2023-07-12T15:21:41.365 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:21:41.365 INFO:teuthology.orchestra.run.smithi005.stdout: "mds": { 2023-07-12T15:21:41.365 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2023-07-12T15:21:41.365 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:21:41.365 INFO:teuthology.orchestra.run.smithi005.stdout: "overall": { 2023-07-12T15:21:41.366 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 13, 2023-07-12T15:21:41.366 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 1 2023-07-12T15:21:41.366 INFO:teuthology.orchestra.run.smithi005.stdout: } 2023-07-12T15:21:41.366 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:21:41.667 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:41 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:21:40.710134+0000 mgr.smithi107.erfdst (mgr.24445) 246 : audit [DBG] from='client.24721 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:21:41.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:41 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:21:41.358768+0000 mon.smithi107 (mon.1) 103 : audit [DBG] from='client.? 172.21.15.5:0/4280109274' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:21:41.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:41 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:21:40.710134+0000 mgr.smithi107.erfdst (mgr.24445) 246 : audit [DBG] from='client.24721 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:21:41.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:41 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:21:41.358768+0000 mon.smithi107 (mon.1) 103 : audit [DBG] from='client.? 172.21.15.5:0/4280109274' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:21:41.908 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:21:41.909 INFO:teuthology.orchestra.run.smithi005.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:c4be3de0cb572873b18bf4d7ff19efd4676dcd86f150f2b38e50b5e2946cf6ef", 2023-07-12T15:21:41.909 INFO:teuthology.orchestra.run.smithi005.stdout: "in_progress": true, 2023-07-12T15:21:41.909 INFO:teuthology.orchestra.run.smithi005.stdout: "which": "Upgrading all daemon types on all hosts", 2023-07-12T15:21:41.910 INFO:teuthology.orchestra.run.smithi005.stdout: "services_complete": [], 2023-07-12T15:21:41.910 INFO:teuthology.orchestra.run.smithi005.stdout: "progress": "1/23 daemons upgraded", 2023-07-12T15:21:41.910 INFO:teuthology.orchestra.run.smithi005.stdout: "message": "", 2023-07-12T15:21:41.911 INFO:teuthology.orchestra.run.smithi005.stdout: "is_paused": false 2023-07-12T15:21:41.911 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:21:42.076 INFO:teuthology.orchestra.run.smithi005.stdout: 5 87551 0.36 MB/sec execute 294 sec latency 32.344 ms 2023-07-12T15:21:42.540 INFO:teuthology.orchestra.run.smithi005.stdout:HEALTH_WARN 1 clients failing to respond to capability release; 1 MDSs report slow requests 2023-07-12T15:21:42.541 INFO:teuthology.orchestra.run.smithi005.stdout:[WRN] MDS_CLIENT_LATE_RELEASE: 1 clients failing to respond to capability release 2023-07-12T15:21:42.541 INFO:teuthology.orchestra.run.smithi005.stdout: mds.foofs.smithi107.umdxex(mds.0): Client smithi005:foo1 failing to respond to capability release client_id: 14540 2023-07-12T15:21:42.541 INFO:teuthology.orchestra.run.smithi005.stdout:[WRN] MDS_SLOW_REQUEST: 1 MDSs report slow requests 2023-07-12T15:21:42.541 INFO:teuthology.orchestra.run.smithi005.stdout: mds.foofs.smithi107.umdxex(mds.0): 1 slow requests are blocked > 30 secs 2023-07-12T15:21:42.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:42 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:21:41.430306+0000 mgr.smithi107.erfdst (mgr.24445) 247 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 317 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 312 KiB/s rd, 2.6 MiB/s wr, 238 op/s 2023-07-12T15:21:42.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:42 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:21:41.907354+0000 mgr.smithi107.erfdst (mgr.24445) 248 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:21:42.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:42 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:21:41.430306+0000 mgr.smithi107.erfdst (mgr.24445) 247 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 317 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 312 KiB/s rd, 2.6 MiB/s wr, 238 op/s 2023-07-12T15:21:42.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:42 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:21:41.907354+0000 mgr.smithi107.erfdst (mgr.24445) 248 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:21:43.076 INFO:teuthology.orchestra.run.smithi005.stdout: 5 88432 0.44 MB/sec execute 295 sec latency 15.089 ms 2023-07-12T15:21:43.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:43 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:21:42.537523+0000 mon.smithi005 (mon.0) 822 : audit [DBG] from='client.? 172.21.15.5:0/2409050846' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:21:43.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:43 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:21:43.088794+0000 mon.smithi005 (mon.0) 823 : cluster [INF] MDS health message cleared (mds.?): Client smithi005:foo1 failing to respond to capability release 2023-07-12T15:21:43.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:43 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:21:43.088825+0000 mon.smithi005 (mon.0) 824 : cluster [INF] MDS health message cleared (mds.?): 1 slow requests are blocked > 30 secs 2023-07-12T15:21:43.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:43 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:21:42.537523+0000 mon.smithi005 (mon.0) 822 : audit [DBG] from='client.? 172.21.15.5:0/2409050846' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:21:43.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:43 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:21:43.088794+0000 mon.smithi005 (mon.0) 823 : cluster [INF] MDS health message cleared (mds.?): Client smithi005:foo1 failing to respond to capability release 2023-07-12T15:21:43.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:43 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:21:43.088825+0000 mon.smithi005 (mon.0) 824 : cluster [INF] MDS health message cleared (mds.?): 1 slow requests are blocked > 30 secs 2023-07-12T15:21:44.076 INFO:teuthology.orchestra.run.smithi005.stdout: 5 89158 0.53 MB/sec execute 296 sec latency 26.453 ms 2023-07-12T15:21:44.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:44 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:21:43.419044+0000 mon.smithi005 (mon.0) 825 : cluster [INF] Health check cleared: MDS_CLIENT_LATE_RELEASE (was: 1 clients failing to respond to capability release) 2023-07-12T15:21:44.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:44 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:21:43.419079+0000 mon.smithi005 (mon.0) 826 : cluster [INF] Health check cleared: MDS_SLOW_REQUEST (was: 1 MDSs report slow requests) 2023-07-12T15:21:44.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:44 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:21:43.419091+0000 mon.smithi005 (mon.0) 827 : cluster [INF] Cluster is now healthy 2023-07-12T15:21:44.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:44 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:21:43.422668+0000 mon.smithi005 (mon.0) 828 : cluster [DBG] mds.? [v2:172.21.15.107:6832/1789887462,v1:172.21.15.107:6833/1789887462] up:active 2023-07-12T15:21:44.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:44 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:21:43.422710+0000 mon.smithi005 (mon.0) 829 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi107.umdxex=up:active} 1 up:standby 2023-07-12T15:21:44.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:44 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:21:43.430868+0000 mgr.smithi107.erfdst (mgr.24445) 249 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 318 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 585 KiB/s rd, 7.4 MiB/s wr, 729 op/s 2023-07-12T15:21:44.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:44 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:21:43.419044+0000 mon.smithi005 (mon.0) 825 : cluster [INF] Health check cleared: MDS_CLIENT_LATE_RELEASE (was: 1 clients failing to respond to capability release) 2023-07-12T15:21:44.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:44 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:21:43.419079+0000 mon.smithi005 (mon.0) 826 : cluster [INF] Health check cleared: MDS_SLOW_REQUEST (was: 1 MDSs report slow requests) 2023-07-12T15:21:44.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:44 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:21:43.419091+0000 mon.smithi005 (mon.0) 827 : cluster [INF] Cluster is now healthy 2023-07-12T15:21:44.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:44 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:21:43.422668+0000 mon.smithi005 (mon.0) 828 : cluster [DBG] mds.? [v2:172.21.15.107:6832/1789887462,v1:172.21.15.107:6833/1789887462] up:active 2023-07-12T15:21:44.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:44 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:21:43.422710+0000 mon.smithi005 (mon.0) 829 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi107.umdxex=up:active} 1 up:standby 2023-07-12T15:21:44.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:44 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:21:43.430868+0000 mgr.smithi107.erfdst (mgr.24445) 249 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 318 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 585 KiB/s rd, 7.4 MiB/s wr, 729 op/s 2023-07-12T15:21:45.076 INFO:teuthology.orchestra.run.smithi005.stdout: 5 89882 0.57 MB/sec execute 297 sec latency 15.227 ms 2023-07-12T15:21:46.076 INFO:teuthology.orchestra.run.smithi005.stdout: 5 90828 0.65 MB/sec execute 298 sec latency 32.255 ms 2023-07-12T15:21:46.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:46 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:21:45.431237+0000 mgr.smithi107.erfdst (mgr.24445) 250 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 318 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 578 KiB/s rd, 7.3 MiB/s wr, 721 op/s 2023-07-12T15:21:46.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:46 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:21:45.431237+0000 mgr.smithi107.erfdst (mgr.24445) 250 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 318 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 578 KiB/s rd, 7.3 MiB/s wr, 721 op/s 2023-07-12T15:21:47.076 INFO:teuthology.orchestra.run.smithi005.stdout: 5 91734 0.72 MB/sec execute 299 sec latency 14.116 ms 2023-07-12T15:21:48.076 INFO:teuthology.orchestra.run.smithi005.stdout: 5 92419 0.81 MB/sec execute 300 sec latency 25.892 ms 2023-07-12T15:21:48.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:48 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:21:47.431558+0000 mgr.smithi107.erfdst (mgr.24445) 251 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 318 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 488 KiB/s rd, 6.2 MiB/s wr, 607 op/s 2023-07-12T15:21:48.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:48 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:21:47.519405+0000 mon.smithi005 (mon.0) 830 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:21:48.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:48 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:21:47.521035+0000 mon.smithi107 (mon.1) 104 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:21:48.997 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:48 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:21:47.431558+0000 mgr.smithi107.erfdst (mgr.24445) 251 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 318 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 488 KiB/s rd, 6.2 MiB/s wr, 607 op/s 2023-07-12T15:21:48.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:48 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:21:47.519405+0000 mon.smithi005 (mon.0) 830 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:21:48.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:48 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:21:47.521035+0000 mon.smithi107 (mon.1) 104 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:21:49.076 INFO:teuthology.orchestra.run.smithi005.stdout: 5 93009 0.86 MB/sec execute 301 sec latency 36.324 ms 2023-07-12T15:21:50.077 INFO:teuthology.orchestra.run.smithi005.stdout: 5 93331 0.87 MB/sec execute 302 sec latency 40.262 ms 2023-07-12T15:21:50.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:50 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:21:49.432178+0000 mgr.smithi107.erfdst (mgr.24445) 252 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 493 KiB/s rd, 11 MiB/s wr, 1.06k op/s 2023-07-12T15:21:50.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:50 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:21:49.432178+0000 mgr.smithi107.erfdst (mgr.24445) 252 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 493 KiB/s rd, 11 MiB/s wr, 1.06k op/s 2023-07-12T15:21:51.076 INFO:teuthology.orchestra.run.smithi005.stdout: 5 93701 0.90 MB/sec execute 303 sec latency 43.055 ms 2023-07-12T15:21:52.077 INFO:teuthology.orchestra.run.smithi005.stdout: 5 94397 0.96 MB/sec execute 304 sec latency 58.538 ms 2023-07-12T15:21:52.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:52 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:21:51.432506+0000 mgr.smithi107.erfdst (mgr.24445) 253 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 233 KiB/s rd, 8.9 MiB/s wr, 867 op/s 2023-07-12T15:21:52.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:52 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:21:51.432506+0000 mgr.smithi107.erfdst (mgr.24445) 253 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 233 KiB/s rd, 8.9 MiB/s wr, 867 op/s 2023-07-12T15:21:53.077 INFO:teuthology.orchestra.run.smithi005.stdout: 5 95212 1.02 MB/sec execute 305 sec latency 20.051 ms 2023-07-12T15:21:54.077 INFO:teuthology.orchestra.run.smithi005.stdout: 5 95925 1.10 MB/sec execute 306 sec latency 32.918 ms 2023-07-12T15:21:55.077 INFO:teuthology.orchestra.run.smithi005.stdout: 5 96659 1.16 MB/sec execute 307 sec latency 25.828 ms 2023-07-12T15:21:55.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:55 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:21:53.433073+0000 mgr.smithi107.erfdst (mgr.24445) 254 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 311 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 238 KiB/s rd, 12 MiB/s wr, 1.20k op/s 2023-07-12T15:21:55.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:55 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:21:53.433073+0000 mgr.smithi107.erfdst (mgr.24445) 254 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 311 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 238 KiB/s rd, 12 MiB/s wr, 1.20k op/s 2023-07-12T15:21:56.077 INFO:teuthology.orchestra.run.smithi005.stdout: 5 97441 1.22 MB/sec execute 308 sec latency 32.223 ms 2023-07-12T15:21:57.077 INFO:teuthology.orchestra.run.smithi005.stdout: 5 98132 1.27 MB/sec execute 309 sec latency 23.809 ms 2023-07-12T15:21:57.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:57 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:21:55.433456+0000 mgr.smithi107.erfdst (mgr.24445) 255 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 311 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.1 MiB/s wr, 794 op/s 2023-07-12T15:21:57.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:21:55.433456+0000 mgr.smithi107.erfdst (mgr.24445) 255 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 311 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.1 MiB/s wr, 794 op/s 2023-07-12T15:21:58.077 INFO:teuthology.orchestra.run.smithi005.stdout: 5 98769 1.31 MB/sec execute 310 sec latency 26.941 ms 2023-07-12T15:21:59.077 INFO:teuthology.orchestra.run.smithi005.stdout: 5 99350 1.38 MB/sec execute 311 sec latency 24.280 ms 2023-07-12T15:21:59.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:21:59 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:21:57.433865+0000 mgr.smithi107.erfdst (mgr.24445) 256 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 311 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.1 MiB/s wr, 794 op/s 2023-07-12T15:21:59.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:21:59 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:21:57.433865+0000 mgr.smithi107.erfdst (mgr.24445) 256 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 311 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.1 MiB/s wr, 794 op/s 2023-07-12T15:22:00.077 INFO:teuthology.orchestra.run.smithi005.stdout: 5 99846 1.42 MB/sec execute 312 sec latency 36.321 ms 2023-07-12T15:22:01.077 INFO:teuthology.orchestra.run.smithi005.stdout: 5 100381 1.45 MB/sec execute 313 sec latency 30.679 ms 2023-07-12T15:22:01.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:22:01 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:21:59.434615+0000 mgr.smithi107.erfdst (mgr.24445) 257 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 316 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 12 MiB/s wr, 1.21k op/s 2023-07-12T15:22:01.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:22:01 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:21:59.434615+0000 mgr.smithi107.erfdst (mgr.24445) 257 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 316 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 12 MiB/s wr, 1.21k op/s 2023-07-12T15:22:02.077 INFO:teuthology.orchestra.run.smithi005.stdout: 5 100980 1.50 MB/sec execute 314 sec latency 31.738 ms 2023-07-12T15:22:03.077 INFO:teuthology.orchestra.run.smithi005.stdout: 5 101693 1.55 MB/sec execute 315 sec latency 28.528 ms 2023-07-12T15:22:03.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:22:03 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:22:01.435793+0000 mgr.smithi107.erfdst (mgr.24445) 258 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 316 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 7.5 MiB/s wr, 752 op/s 2023-07-12T15:22:03.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:22:03 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:22:02.514987+0000 mon.smithi107 (mon.1) 105 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:22:03.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:22:03 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:22:01.435793+0000 mgr.smithi107.erfdst (mgr.24445) 258 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 316 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 7.5 MiB/s wr, 752 op/s 2023-07-12T15:22:03.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:22:03 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:22:02.514987+0000 mon.smithi107 (mon.1) 105 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:22:04.077 INFO:teuthology.orchestra.run.smithi005.stdout: 5 102339 1.59 MB/sec execute 316 sec latency 54.676 ms 2023-07-12T15:22:05.077 INFO:teuthology.orchestra.run.smithi005.stdout: 5 102862 1.65 MB/sec execute 317 sec latency 35.494 ms 2023-07-12T15:22:05.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:22:05 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:22:03.436350+0000 mgr.smithi107.erfdst (mgr.24445) 259 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 317 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 15 KiB/s rd, 11 MiB/s wr, 1.11k op/s 2023-07-12T15:22:05.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:22:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:22:03.436350+0000 mgr.smithi107.erfdst (mgr.24445) 259 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 317 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 15 KiB/s rd, 11 MiB/s wr, 1.11k op/s 2023-07-12T15:22:06.077 INFO:teuthology.orchestra.run.smithi005.stdout: 5 103407 1.70 MB/sec execute 318 sec latency 29.591 ms 2023-07-12T15:22:07.077 INFO:teuthology.orchestra.run.smithi005.stdout: 5 103874 1.72 MB/sec execute 319 sec latency 34.653 ms 2023-07-12T15:22:07.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:22:07 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:22:05.436682+0000 mgr.smithi107.erfdst (mgr.24445) 260 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 317 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.8 KiB/s rd, 7.8 MiB/s wr, 774 op/s 2023-07-12T15:22:07.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:22:07 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:22:05.436682+0000 mgr.smithi107.erfdst (mgr.24445) 260 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 317 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.8 KiB/s rd, 7.8 MiB/s wr, 774 op/s 2023-07-12T15:22:08.077 INFO:teuthology.orchestra.run.smithi005.stdout: 5 104391 1.76 MB/sec execute 320 sec latency 37.314 ms 2023-07-12T15:22:09.077 INFO:teuthology.orchestra.run.smithi005.stdout: 5 104893 1.78 MB/sec execute 321 sec latency 34.718 ms 2023-07-12T15:22:09.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:22:09 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:22:07.437080+0000 mgr.smithi107.erfdst (mgr.24445) 261 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 317 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.8 KiB/s rd, 7.8 MiB/s wr, 774 op/s 2023-07-12T15:22:09.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:22:09 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:22:07.437080+0000 mgr.smithi107.erfdst (mgr.24445) 261 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 317 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.8 KiB/s rd, 7.8 MiB/s wr, 774 op/s 2023-07-12T15:22:10.077 INFO:teuthology.orchestra.run.smithi005.stdout: 5 105327 1.82 MB/sec execute 322 sec latency 39.965 ms 2023-07-12T15:22:11.077 INFO:teuthology.orchestra.run.smithi005.stdout: 5 105816 1.85 MB/sec execute 323 sec latency 53.655 ms 2023-07-12T15:22:11.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:22:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:22:09.437664+0000 mgr.smithi107.erfdst (mgr.24445) 262 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 15 KiB/s rd, 11 MiB/s wr, 1.11k op/s 2023-07-12T15:22:11.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:22:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:22:09.437664+0000 mgr.smithi107.erfdst (mgr.24445) 262 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 15 KiB/s rd, 11 MiB/s wr, 1.11k op/s 2023-07-12T15:22:12.077 INFO:teuthology.orchestra.run.smithi005.stdout: 5 106509 1.92 MB/sec execute 324 sec latency 34.688 ms 2023-07-12T15:22:13.041 INFO:teuthology.orchestra.run.smithi005.stdout:true 2023-07-12T15:22:13.077 INFO:teuthology.orchestra.run.smithi005.stdout: 5 107164 1.97 MB/sec execute 325 sec latency 27.636 ms 2023-07-12T15:22:13.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:22:13 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:22:11.438014+0000 mgr.smithi107.erfdst (mgr.24445) 263 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 7.0 MiB/s wr, 691 op/s 2023-07-12T15:22:13.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:22:13 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:22:11.438014+0000 mgr.smithi107.erfdst (mgr.24445) 263 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 7.0 MiB/s wr, 691 op/s 2023-07-12T15:22:13.885 INFO:teuthology.orchestra.run.smithi005.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-07-12T15:22:13.885 INFO:teuthology.orchestra.run.smithi005.stdout:alertmanager.smithi005 smithi005 *:9093,9094 starting - - - - 2023-07-12T15:22:13.886 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi005 smithi005 running (11m) 5m ago 11m 7004k - 16.2.4 8d91d370c2b8 d66dbf6fdb25 2023-07-12T15:22:13.886 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi107 smithi107 running (10m) 5m ago 10m 7184k - 16.2.4 8d91d370c2b8 b2a554924ee7 2023-07-12T15:22:13.886 INFO:teuthology.orchestra.run.smithi005.stdout:grafana.smithi005 smithi005 *:3000 starting - - - - 2023-07-12T15:22:13.886 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi005.llyakb smithi005 running (7m) 5m ago 7m 16.8M - 16.2.4 8d91d370c2b8 2e9588e0199b 2023-07-12T15:22:13.886 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi107.umdxex smithi107 running (7m) 5m ago 7m 39.5M - 16.2.4 8d91d370c2b8 401879dbc3a1 2023-07-12T15:22:13.886 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi005.fgymhs smithi005 *:9283 running (12m) 5m ago 12m 379M - 16.2.4 8d91d370c2b8 773b2b36c231 2023-07-12T15:22:13.886 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi107.erfdst smithi107 *:8443,9283 running (6m) 5m ago 10m 501M - 18.1.2-55-gb1bd0540 45bffa74f7bc aa123e0fe635 2023-07-12T15:22:13.886 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi005 smithi005 running (12m) 5m ago 12m 117M 2048M 16.2.4 8d91d370c2b8 d77bb5c14fd6 2023-07-12T15:22:13.887 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi107 smithi107 running (10m) 5m ago 10m 78.2M 2048M 16.2.4 8d91d370c2b8 eb5e5c1f8ca8 2023-07-12T15:22:13.887 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.0.0.smithi005.raeamr smithi005 *:2049 running (5m) 5m ago 5m 59.0M - 3.5 8d91d370c2b8 cf45a3af5fd8 2023-07-12T15:22:13.887 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.1.0.smithi107.ppslpa smithi107 *:2049 running (5m) 5m ago 5m 16.7M - 3.5 8d91d370c2b8 1d4a977d4dad 2023-07-12T15:22:13.887 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi005 smithi005 *:9100 running (10m) 5m ago 10m 18.3M - 0.18.1 e5a616e4b9cf 07304e88f4ad 2023-07-12T15:22:13.887 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi107 smithi107 *:9100 running (10m) 5m ago 10m 18.3M - 0.18.1 e5a616e4b9cf 0f858f5dbd77 2023-07-12T15:22:13.887 INFO:teuthology.orchestra.run.smithi005.stdout:osd.0 smithi005 running (10m) 5m ago 10m 1169M 4096M 16.2.4 8d91d370c2b8 b76fd1d0c8e6 2023-07-12T15:22:13.887 INFO:teuthology.orchestra.run.smithi005.stdout:osd.1 smithi005 running (9m) 5m ago 9m 1044M 4096M 16.2.4 8d91d370c2b8 0c931b3abdbc 2023-07-12T15:22:13.888 INFO:teuthology.orchestra.run.smithi005.stdout:osd.2 smithi005 running (9m) 5m ago 9m 618M 4096M 16.2.4 8d91d370c2b8 2712a85e1556 2023-07-12T15:22:13.888 INFO:teuthology.orchestra.run.smithi005.stdout:osd.3 smithi005 running (9m) 5m ago 9m 1083M 4096M 16.2.4 8d91d370c2b8 91a5ecefbf60 2023-07-12T15:22:13.888 INFO:teuthology.orchestra.run.smithi005.stdout:osd.4 smithi107 running (9m) 5m ago 9m 1112M 4096M 16.2.4 8d91d370c2b8 27cd7acb5a1c 2023-07-12T15:22:13.888 INFO:teuthology.orchestra.run.smithi005.stdout:osd.5 smithi107 running (9m) 5m ago 9m 1325M 4096M 16.2.4 8d91d370c2b8 c0ddb4bafed0 2023-07-12T15:22:13.889 INFO:teuthology.orchestra.run.smithi005.stdout:osd.6 smithi107 running (8m) 5m ago 8m 1033M 4096M 16.2.4 8d91d370c2b8 82bc037c969c 2023-07-12T15:22:13.889 INFO:teuthology.orchestra.run.smithi005.stdout:osd.7 smithi107 running (8m) 5m ago 8m 1709M 4096M 16.2.4 8d91d370c2b8 516c8ea96297 2023-07-12T15:22:13.889 INFO:teuthology.orchestra.run.smithi005.stdout:prometheus.smithi005 smithi005 *:9095 running (10m) 5m ago 10m 38.2M - 2.18.1 de242295e225 724aca1453e2 2023-07-12T15:22:14.077 INFO:teuthology.orchestra.run.smithi005.stdout: 5 107515 1.98 MB/sec execute 326 sec latency 39.499 ms 2023-07-12T15:22:14.378 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:22:14.378 INFO:teuthology.orchestra.run.smithi005.stdout: "mon": { 2023-07-12T15:22:14.378 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2023-07-12T15:22:14.378 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:22:14.379 INFO:teuthology.orchestra.run.smithi005.stdout: "mgr": { 2023-07-12T15:22:14.379 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2023-07-12T15:22:14.379 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 1 2023-07-12T15:22:14.379 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:22:14.379 INFO:teuthology.orchestra.run.smithi005.stdout: "osd": { 2023-07-12T15:22:14.380 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2023-07-12T15:22:14.380 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:22:14.380 INFO:teuthology.orchestra.run.smithi005.stdout: "mds": { 2023-07-12T15:22:14.380 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2023-07-12T15:22:14.380 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:22:14.381 INFO:teuthology.orchestra.run.smithi005.stdout: "overall": { 2023-07-12T15:22:14.381 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 13, 2023-07-12T15:22:14.381 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 1 2023-07-12T15:22:14.381 INFO:teuthology.orchestra.run.smithi005.stdout: } 2023-07-12T15:22:14.381 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:22:14.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:22:14 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:22:13.024713+0000 mgr.smithi107.erfdst (mgr.24445) 264 : audit [DBG] from='client.24735 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:22:14.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:22:14 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:22:13.024713+0000 mgr.smithi107.erfdst (mgr.24445) 264 : audit [DBG] from='client.24735 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:22:14.806 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:22:14.806 INFO:teuthology.orchestra.run.smithi005.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:c4be3de0cb572873b18bf4d7ff19efd4676dcd86f150f2b38e50b5e2946cf6ef", 2023-07-12T15:22:14.806 INFO:teuthology.orchestra.run.smithi005.stdout: "in_progress": true, 2023-07-12T15:22:14.806 INFO:teuthology.orchestra.run.smithi005.stdout: "which": "Upgrading all daemon types on all hosts", 2023-07-12T15:22:14.807 INFO:teuthology.orchestra.run.smithi005.stdout: "services_complete": [], 2023-07-12T15:22:14.807 INFO:teuthology.orchestra.run.smithi005.stdout: "progress": "1/23 daemons upgraded", 2023-07-12T15:22:14.807 INFO:teuthology.orchestra.run.smithi005.stdout: "message": "", 2023-07-12T15:22:14.807 INFO:teuthology.orchestra.run.smithi005.stdout: "is_paused": false 2023-07-12T15:22:14.807 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:22:15.077 INFO:teuthology.orchestra.run.smithi005.stdout: 5 107982 2.01 MB/sec execute 327 sec latency 36.799 ms 2023-07-12T15:22:15.409 INFO:teuthology.orchestra.run.smithi005.stdout:HEALTH_OK 2023-07-12T15:22:15.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:22:15 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:22:13.438784+0000 mgr.smithi107.erfdst (mgr.24445) 265 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 323 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 14 KiB/s rd, 10 MiB/s wr, 1.01k op/s 2023-07-12T15:22:15.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:22:15 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:22:13.471722+0000 mgr.smithi107.erfdst (mgr.24445) 266 : audit [DBG] from='client.24739 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:22:15.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:22:15 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:22:13.872141+0000 mgr.smithi107.erfdst (mgr.24445) 267 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:22:15.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:22:15 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:22:14.376431+0000 mon.smithi005 (mon.0) 831 : audit [DBG] from='client.? 172.21.15.5:0/1182910944' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:22:15.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:22:15 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:22:13.438784+0000 mgr.smithi107.erfdst (mgr.24445) 265 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 323 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 14 KiB/s rd, 10 MiB/s wr, 1.01k op/s 2023-07-12T15:22:15.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:22:15 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:22:13.471722+0000 mgr.smithi107.erfdst (mgr.24445) 266 : audit [DBG] from='client.24739 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:22:15.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:22:15 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:22:13.872141+0000 mgr.smithi107.erfdst (mgr.24445) 267 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:22:15.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:22:15 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:22:14.376431+0000 mon.smithi005 (mon.0) 831 : audit [DBG] from='client.? 172.21.15.5:0/1182910944' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:22:16.077 INFO:teuthology.orchestra.run.smithi005.stdout: 5 108626 2.06 MB/sec execute 328 sec latency 28.034 ms 2023-07-12T15:22:16.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:22:16 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:22:14.804989+0000 mgr.smithi107.erfdst (mgr.24445) 268 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:22:16.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:22:16 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:22:15.408495+0000 mon.smithi005 (mon.0) 832 : audit [DBG] from='client.? 172.21.15.5:0/281345510' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:22:16.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:22:16 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:22:14.804989+0000 mgr.smithi107.erfdst (mgr.24445) 268 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:22:16.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:22:16 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:22:15.408495+0000 mon.smithi005 (mon.0) 832 : audit [DBG] from='client.? 172.21.15.5:0/281345510' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:22:17.077 INFO:teuthology.orchestra.run.smithi005.stdout: 5 109257 2.09 MB/sec execute 329 sec latency 26.069 ms 2023-07-12T15:22:17.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:22:17 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:22:15.439107+0000 mgr.smithi107.erfdst (mgr.24445) 269 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 323 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.9 MiB/s wr, 653 op/s 2023-07-12T15:22:17.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:22:17 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:22:15.439107+0000 mgr.smithi107.erfdst (mgr.24445) 269 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 323 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.9 MiB/s wr, 653 op/s 2023-07-12T15:22:18.078 INFO:teuthology.orchestra.run.smithi005.stdout: 5 109840 2.14 MB/sec execute 330 sec latency 36.599 ms 2023-07-12T15:22:18.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:22:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:22:17.515424+0000 mon.smithi107 (mon.1) 106 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:22:18.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:22:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:22:17.515424+0000 mon.smithi107 (mon.1) 106 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:22:19.077 INFO:teuthology.orchestra.run.smithi005.stdout: 5 110334 2.19 MB/sec execute 331 sec latency 27.075 ms 2023-07-12T15:22:19.417 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:22:19 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:22:17.439507+0000 mgr.smithi107.erfdst (mgr.24445) 270 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 323 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.9 MiB/s wr, 653 op/s 2023-07-12T15:22:19.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:22:19 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:22:17.439507+0000 mgr.smithi107.erfdst (mgr.24445) 270 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 323 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.9 MiB/s wr, 653 op/s 2023-07-12T15:22:20.077 INFO:teuthology.orchestra.run.smithi005.stdout: 5 110775 2.22 MB/sec execute 332 sec latency 34.527 ms 2023-07-12T15:22:21.077 INFO:teuthology.orchestra.run.smithi005.stdout: 5 111070 2.23 MB/sec execute 333 sec latency 35.260 ms 2023-07-12T15:22:21.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:22:21 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:22:19.440079+0000 mgr.smithi107.erfdst (mgr.24445) 271 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 10 MiB/s wr, 989 op/s 2023-07-12T15:22:21.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:22:21 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:22:19.440079+0000 mgr.smithi107.erfdst (mgr.24445) 271 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 10 MiB/s wr, 989 op/s 2023-07-12T15:22:22.078 INFO:teuthology.orchestra.run.smithi005.stdout: 5 111735 2.27 MB/sec execute 334 sec latency 34.478 ms 2023-07-12T15:22:23.078 INFO:teuthology.orchestra.run.smithi005.stdout: 5 112623 2.33 MB/sec execute 335 sec latency 24.040 ms 2023-07-12T15:22:23.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:22:23 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:22:21.440394+0000 mgr.smithi107.erfdst (mgr.24445) 272 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 7.4 KiB/s rd, 6.7 MiB/s wr, 655 op/s 2023-07-12T15:22:23.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:22:23 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:22:21.440394+0000 mgr.smithi107.erfdst (mgr.24445) 272 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 7.4 KiB/s rd, 6.7 MiB/s wr, 655 op/s 2023-07-12T15:22:24.078 INFO:teuthology.orchestra.run.smithi005.stdout: 5 113744 2.44 MB/sec execute 336 sec latency 31.569 ms 2023-07-12T15:22:25.078 INFO:teuthology.orchestra.run.smithi005.stdout: 5 114532 2.48 MB/sec execute 337 sec latency 26.238 ms 2023-07-12T15:22:25.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:22:25 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:22:23.441012+0000 mgr.smithi107.erfdst (mgr.24445) 273 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 318 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 10 MiB/s wr, 1.03k op/s 2023-07-12T15:22:25.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:22:25 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:22:23.441012+0000 mgr.smithi107.erfdst (mgr.24445) 273 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 318 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 10 MiB/s wr, 1.03k op/s 2023-07-12T15:22:26.078 INFO:teuthology.orchestra.run.smithi005.stdout: 5 115036 2.51 MB/sec execute 338 sec latency 34.796 ms 2023-07-12T15:22:27.078 INFO:teuthology.orchestra.run.smithi005.stdout: 5 115463 2.53 MB/sec execute 339 sec latency 59.994 ms 2023-07-12T15:22:27.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:22:27 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:22:25.441321+0000 mgr.smithi107.erfdst (mgr.24445) 274 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 318 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.8 MiB/s wr, 705 op/s 2023-07-12T15:22:27.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:22:27 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:22:25.441321+0000 mgr.smithi107.erfdst (mgr.24445) 274 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 318 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.8 MiB/s wr, 705 op/s 2023-07-12T15:22:28.078 INFO:teuthology.orchestra.run.smithi005.stdout: 5 115835 2.56 MB/sec execute 340 sec latency 36.807 ms 2023-07-12T15:22:29.078 INFO:teuthology.orchestra.run.smithi005.stdout: 5 116160 2.57 MB/sec execute 341 sec latency 82.706 ms 2023-07-12T15:22:29.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:22:29 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:22:27.441749+0000 mgr.smithi107.erfdst (mgr.24445) 275 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 318 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.8 MiB/s wr, 705 op/s 2023-07-12T15:22:29.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:22:29 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:22:27.441749+0000 mgr.smithi107.erfdst (mgr.24445) 275 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 318 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.8 MiB/s wr, 705 op/s 2023-07-12T15:22:30.078 INFO:teuthology.orchestra.run.smithi005.stdout: 5 116628 2.60 MB/sec execute 342 sec latency 33.590 ms 2023-07-12T15:22:31.078 INFO:teuthology.orchestra.run.smithi005.stdout: 5 117118 2.65 MB/sec execute 343 sec latency 30.758 ms 2023-07-12T15:22:31.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:22:31 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:22:29.442430+0000 mgr.smithi107.erfdst (mgr.24445) 276 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 314 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 14 KiB/s rd, 10 MiB/s wr, 1.05k op/s 2023-07-12T15:22:31.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:22:31 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:22:29.442430+0000 mgr.smithi107.erfdst (mgr.24445) 276 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 314 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 14 KiB/s rd, 10 MiB/s wr, 1.05k op/s 2023-07-12T15:22:32.078 INFO:teuthology.orchestra.run.smithi005.stdout: 5 117639 2.69 MB/sec execute 344 sec latency 27.107 ms 2023-07-12T15:22:33.078 INFO:teuthology.orchestra.run.smithi005.stdout: 5 118062 2.70 MB/sec execute 345 sec latency 29.918 ms 2023-07-12T15:22:33.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:22:33 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:22:31.442745+0000 mgr.smithi107.erfdst (mgr.24445) 277 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 314 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 7.1 MiB/s wr, 720 op/s 2023-07-12T15:22:33.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:22:33 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:22:32.515633+0000 mon.smithi107 (mon.1) 107 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:22:33.667 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:22:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:22:31.442745+0000 mgr.smithi107.erfdst (mgr.24445) 277 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 314 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 7.1 MiB/s wr, 720 op/s 2023-07-12T15:22:33.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:22:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:22:32.515633+0000 mon.smithi107 (mon.1) 107 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:22:34.078 INFO:teuthology.orchestra.run.smithi005.stdout: 5 118467 2.72 MB/sec execute 346 sec latency 75.054 ms 2023-07-12T15:22:35.079 INFO:teuthology.orchestra.run.smithi005.stdout: 5 118903 2.74 MB/sec execute 347 sec latency 83.823 ms 2023-07-12T15:22:35.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:22:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:22:33.443245+0000 mgr.smithi107.erfdst (mgr.24445) 278 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 313 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 14 KiB/s rd, 10 MiB/s wr, 992 op/s 2023-07-12T15:22:35.667 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:22:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:22:33.443245+0000 mgr.smithi107.erfdst (mgr.24445) 278 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 313 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 14 KiB/s rd, 10 MiB/s wr, 992 op/s 2023-07-12T15:22:36.079 INFO:teuthology.orchestra.run.smithi005.stdout: 5 119401 2.78 MB/sec execute 348 sec latency 37.952 ms 2023-07-12T15:22:37.079 INFO:teuthology.orchestra.run.smithi005.stdout: 5 119955 2.80 MB/sec execute 349 sec latency 36.641 ms 2023-07-12T15:22:37.500 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:22:37 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:22:35.443565+0000 mgr.smithi107.erfdst (mgr.24445) 279 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 313 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 6.5 MiB/s wr, 622 op/s 2023-07-12T15:22:37.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:22:37 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:22:35.443565+0000 mgr.smithi107.erfdst (mgr.24445) 279 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 313 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 6.5 MiB/s wr, 622 op/s 2023-07-12T15:22:38.079 INFO:teuthology.orchestra.run.smithi005.stdout: 5 120476 2.84 MB/sec execute 350 sec latency 44.627 ms 2023-07-12T15:22:39.079 INFO:teuthology.orchestra.run.smithi005.stdout: 5 121118 2.90 MB/sec execute 351 sec latency 25.707 ms 2023-07-12T15:22:39.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:22:39 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:22:37.444044+0000 mgr.smithi107.erfdst (mgr.24445) 280 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 313 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 6.5 MiB/s wr, 622 op/s 2023-07-12T15:22:39.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:22:39 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:22:37.444044+0000 mgr.smithi107.erfdst (mgr.24445) 280 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 313 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 6.5 MiB/s wr, 622 op/s 2023-07-12T15:22:40.079 INFO:teuthology.orchestra.run.smithi005.stdout: 5 121877 2.93 MB/sec execute 352 sec latency 29.883 ms 2023-07-12T15:22:41.079 INFO:teuthology.orchestra.run.smithi005.stdout: 5 122677 2.98 MB/sec execute 353 sec latency 25.940 ms 2023-07-12T15:22:41.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:22:41 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:22:39.447161+0000 mgr.smithi107.erfdst (mgr.24445) 281 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 9.5 MiB/s wr, 926 op/s 2023-07-12T15:22:41.667 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:22:41 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:22:39.447161+0000 mgr.smithi107.erfdst (mgr.24445) 281 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 9.5 MiB/s wr, 926 op/s 2023-07-12T15:22:42.079 INFO:teuthology.orchestra.run.smithi005.stdout: 5 123346 3.02 MB/sec execute 354 sec latency 25.998 ms 2023-07-12T15:22:43.079 INFO:teuthology.orchestra.run.smithi005.stdout: 5 123817 3.05 MB/sec execute 355 sec latency 32.368 ms 2023-07-12T15:22:43.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:22:43 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:22:41.447508+0000 mgr.smithi107.erfdst (mgr.24445) 282 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 6.0 MiB/s wr, 576 op/s 2023-07-12T15:22:43.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:22:43 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:22:41.447508+0000 mgr.smithi107.erfdst (mgr.24445) 282 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 6.0 MiB/s wr, 576 op/s 2023-07-12T15:22:44.079 INFO:teuthology.orchestra.run.smithi005.stdout: 5 124240 3.09 MB/sec execute 356 sec latency 37.503 ms 2023-07-12T15:22:45.079 INFO:teuthology.orchestra.run.smithi005.stdout: 5 125026 3.14 MB/sec execute 357 sec latency 49.401 ms 2023-07-12T15:22:45.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:22:45 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:22:43.449575+0000 mgr.smithi107.erfdst (mgr.24445) 283 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 320 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 9.9 MiB/s wr, 975 op/s 2023-07-12T15:22:45.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:22:45 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:22:43.449575+0000 mgr.smithi107.erfdst (mgr.24445) 283 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 320 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 9.9 MiB/s wr, 975 op/s 2023-07-12T15:22:45.936 INFO:teuthology.orchestra.run.smithi005.stdout:true 2023-07-12T15:22:46.079 INFO:teuthology.orchestra.run.smithi005.stdout: 5 125809 3.18 MB/sec execute 358 sec latency 33.583 ms 2023-07-12T15:22:46.939 INFO:teuthology.orchestra.run.smithi005.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-07-12T15:22:46.940 INFO:teuthology.orchestra.run.smithi005.stdout:alertmanager.smithi005 smithi005 *:9093,9094 starting - - - - 2023-07-12T15:22:46.940 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi005 smithi005 running (11m) 6m ago 11m 7004k - 16.2.4 8d91d370c2b8 d66dbf6fdb25 2023-07-12T15:22:46.940 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi107 smithi107 running (11m) 6m ago 11m 7184k - 16.2.4 8d91d370c2b8 b2a554924ee7 2023-07-12T15:22:46.940 INFO:teuthology.orchestra.run.smithi005.stdout:grafana.smithi005 smithi005 *:3000 starting - - - - 2023-07-12T15:22:46.940 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi005.llyakb smithi005 running (8m) 6m ago 8m 16.8M - 16.2.4 8d91d370c2b8 2e9588e0199b 2023-07-12T15:22:46.941 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi107.umdxex smithi107 running (8m) 6m ago 8m 39.5M - 16.2.4 8d91d370c2b8 401879dbc3a1 2023-07-12T15:22:46.941 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi005.fgymhs smithi005 *:9283 running (12m) 6m ago 12m 379M - 16.2.4 8d91d370c2b8 773b2b36c231 2023-07-12T15:22:46.941 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi107.erfdst smithi107 *:8443,9283 running (6m) 6m ago 11m 501M - 18.1.2-55-gb1bd0540 45bffa74f7bc aa123e0fe635 2023-07-12T15:22:46.941 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi005 smithi005 running (12m) 6m ago 12m 117M 2048M 16.2.4 8d91d370c2b8 d77bb5c14fd6 2023-07-12T15:22:46.941 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi107 smithi107 running (11m) 6m ago 11m 78.2M 2048M 16.2.4 8d91d370c2b8 eb5e5c1f8ca8 2023-07-12T15:22:46.941 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.0.0.smithi005.raeamr smithi005 *:2049 running (6m) 6m ago 6m 59.0M - 3.5 8d91d370c2b8 cf45a3af5fd8 2023-07-12T15:22:46.942 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.1.0.smithi107.ppslpa smithi107 *:2049 running (6m) 6m ago 6m 16.7M - 3.5 8d91d370c2b8 1d4a977d4dad 2023-07-12T15:22:46.942 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi005 smithi005 *:9100 running (11m) 6m ago 11m 18.3M - 0.18.1 e5a616e4b9cf 07304e88f4ad 2023-07-12T15:22:46.942 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi107 smithi107 *:9100 running (11m) 6m ago 11m 18.3M - 0.18.1 e5a616e4b9cf 0f858f5dbd77 2023-07-12T15:22:46.942 INFO:teuthology.orchestra.run.smithi005.stdout:osd.0 smithi005 running (10m) 6m ago 10m 1169M 4096M 16.2.4 8d91d370c2b8 b76fd1d0c8e6 2023-07-12T15:22:46.943 INFO:teuthology.orchestra.run.smithi005.stdout:osd.1 smithi005 running (10m) 6m ago 10m 1044M 4096M 16.2.4 8d91d370c2b8 0c931b3abdbc 2023-07-12T15:22:46.943 INFO:teuthology.orchestra.run.smithi005.stdout:osd.2 smithi005 running (10m) 6m ago 10m 618M 4096M 16.2.4 8d91d370c2b8 2712a85e1556 2023-07-12T15:22:46.943 INFO:teuthology.orchestra.run.smithi005.stdout:osd.3 smithi005 running (9m) 6m ago 9m 1083M 4096M 16.2.4 8d91d370c2b8 91a5ecefbf60 2023-07-12T15:22:46.943 INFO:teuthology.orchestra.run.smithi005.stdout:osd.4 smithi107 running (9m) 6m ago 9m 1112M 4096M 16.2.4 8d91d370c2b8 27cd7acb5a1c 2023-07-12T15:22:46.944 INFO:teuthology.orchestra.run.smithi005.stdout:osd.5 smithi107 running (9m) 6m ago 9m 1325M 4096M 16.2.4 8d91d370c2b8 c0ddb4bafed0 2023-07-12T15:22:46.944 INFO:teuthology.orchestra.run.smithi005.stdout:osd.6 smithi107 running (9m) 6m ago 9m 1033M 4096M 16.2.4 8d91d370c2b8 82bc037c969c 2023-07-12T15:22:46.944 INFO:teuthology.orchestra.run.smithi005.stdout:osd.7 smithi107 running (9m) 6m ago 9m 1709M 4096M 16.2.4 8d91d370c2b8 516c8ea96297 2023-07-12T15:22:46.944 INFO:teuthology.orchestra.run.smithi005.stdout:prometheus.smithi005 smithi005 *:9095 running (10m) 6m ago 11m 38.2M - 2.18.1 de242295e225 724aca1453e2 2023-07-12T15:22:47.079 INFO:teuthology.orchestra.run.smithi005.stdout: 5 126656 3.23 MB/sec execute 359 sec latency 24.053 ms 2023-07-12T15:22:47.472 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:22:47.472 INFO:teuthology.orchestra.run.smithi005.stdout: "mon": { 2023-07-12T15:22:47.472 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2023-07-12T15:22:47.472 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:22:47.473 INFO:teuthology.orchestra.run.smithi005.stdout: "mgr": { 2023-07-12T15:22:47.473 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2023-07-12T15:22:47.473 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 1 2023-07-12T15:22:47.473 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:22:47.473 INFO:teuthology.orchestra.run.smithi005.stdout: "osd": { 2023-07-12T15:22:47.473 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2023-07-12T15:22:47.474 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:22:47.474 INFO:teuthology.orchestra.run.smithi005.stdout: "mds": { 2023-07-12T15:22:47.474 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2023-07-12T15:22:47.474 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:22:47.474 INFO:teuthology.orchestra.run.smithi005.stdout: "overall": { 2023-07-12T15:22:47.474 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 13, 2023-07-12T15:22:47.474 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 1 2023-07-12T15:22:47.474 INFO:teuthology.orchestra.run.smithi005.stdout: } 2023-07-12T15:22:47.475 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:22:47.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:22:47 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:22:45.451015+0000 mgr.smithi107.erfdst (mgr.24445) 284 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 320 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 7.0 MiB/s wr, 703 op/s 2023-07-12T15:22:47.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:22:47 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:22:45.913346+0000 mgr.smithi107.erfdst (mgr.24445) 285 : audit [DBG] from='client.24759 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:22:47.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:22:47 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:22:45.451015+0000 mgr.smithi107.erfdst (mgr.24445) 284 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 320 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 7.0 MiB/s wr, 703 op/s 2023-07-12T15:22:47.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:22:47 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:22:45.913346+0000 mgr.smithi107.erfdst (mgr.24445) 285 : audit [DBG] from='client.24759 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:22:47.849 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:22:47.850 INFO:teuthology.orchestra.run.smithi005.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:c4be3de0cb572873b18bf4d7ff19efd4676dcd86f150f2b38e50b5e2946cf6ef", 2023-07-12T15:22:47.850 INFO:teuthology.orchestra.run.smithi005.stdout: "in_progress": true, 2023-07-12T15:22:47.850 INFO:teuthology.orchestra.run.smithi005.stdout: "which": "Upgrading all daemon types on all hosts", 2023-07-12T15:22:47.850 INFO:teuthology.orchestra.run.smithi005.stdout: "services_complete": [], 2023-07-12T15:22:47.850 INFO:teuthology.orchestra.run.smithi005.stdout: "progress": "1/23 daemons upgraded", 2023-07-12T15:22:47.850 INFO:teuthology.orchestra.run.smithi005.stdout: "message": "", 2023-07-12T15:22:47.850 INFO:teuthology.orchestra.run.smithi005.stdout: "is_paused": false 2023-07-12T15:22:47.851 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:22:48.079 INFO:teuthology.orchestra.run.smithi005.stdout: 5 127235 3.26 MB/sec execute 360 sec latency 28.506 ms 2023-07-12T15:22:48.287 INFO:teuthology.orchestra.run.smithi005.stdout:HEALTH_OK 2023-07-12T15:22:48.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:22:48 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:22:46.432644+0000 mgr.smithi107.erfdst (mgr.24445) 286 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:22:48.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:22:48 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:22:46.926091+0000 mgr.smithi107.erfdst (mgr.24445) 287 : audit [DBG] from='client.24765 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:22:48.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:22:48 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:22:47.470857+0000 mon.smithi005 (mon.0) 833 : audit [DBG] from='client.? 172.21.15.5:0/466492536' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:22:48.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:22:48 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:22:47.515719+0000 mon.smithi107 (mon.1) 108 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:22:48.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:22:48 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:22:46.432644+0000 mgr.smithi107.erfdst (mgr.24445) 286 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:22:48.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:22:48 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:22:46.926091+0000 mgr.smithi107.erfdst (mgr.24445) 287 : audit [DBG] from='client.24765 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:22:48.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:22:48 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:22:47.470857+0000 mon.smithi005 (mon.0) 833 : audit [DBG] from='client.? 172.21.15.5:0/466492536' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:22:48.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:22:48 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:22:47.515719+0000 mon.smithi107 (mon.1) 108 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:22:49.079 INFO:teuthology.orchestra.run.smithi005.stdout: 5 127636 3.30 MB/sec execute 361 sec latency 40.471 ms 2023-07-12T15:22:49.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:22:49 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:22:47.451401+0000 mgr.smithi107.erfdst (mgr.24445) 288 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 320 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 7.0 MiB/s wr, 703 op/s 2023-07-12T15:22:49.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:22:49 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:22:47.848127+0000 mgr.smithi107.erfdst (mgr.24445) 289 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:22:49.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:22:49 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:22:48.286123+0000 mon.smithi005 (mon.0) 834 : audit [DBG] from='client.? 172.21.15.5:0/1885331045' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:22:49.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:22:49 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:22:47.451401+0000 mgr.smithi107.erfdst (mgr.24445) 288 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 320 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 7.0 MiB/s wr, 703 op/s 2023-07-12T15:22:49.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:22:49 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:22:47.848127+0000 mgr.smithi107.erfdst (mgr.24445) 289 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:22:49.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:22:49 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:22:48.286123+0000 mon.smithi005 (mon.0) 834 : audit [DBG] from='client.? 172.21.15.5:0/1885331045' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:22:50.080 INFO:teuthology.orchestra.run.smithi005.stdout: 5 128026 3.32 MB/sec execute 362 sec latency 33.600 ms 2023-07-12T15:22:51.080 INFO:teuthology.orchestra.run.smithi005.stdout: 5 128826 3.36 MB/sec execute 363 sec latency 24.768 ms 2023-07-12T15:22:51.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:22:51 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:22:49.452034+0000 mgr.smithi107.erfdst (mgr.24445) 290 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 330 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 14 KiB/s rd, 11 MiB/s wr, 1.10k op/s 2023-07-12T15:22:51.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:22:51 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:22:49.452034+0000 mgr.smithi107.erfdst (mgr.24445) 290 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 330 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 14 KiB/s rd, 11 MiB/s wr, 1.10k op/s 2023-07-12T15:22:52.080 INFO:teuthology.orchestra.run.smithi005.stdout: 5 129315 3.39 MB/sec execute 364 sec latency 43.894 ms 2023-07-12T15:22:53.080 INFO:teuthology.orchestra.run.smithi005.stdout: 5 129815 3.41 MB/sec execute 365 sec latency 41.629 ms 2023-07-12T15:22:53.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:22:53 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:22:51.452404+0000 mgr.smithi107.erfdst (mgr.24445) 291 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 330 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 8.1 MiB/s wr, 800 op/s 2023-07-12T15:22:53.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:22:53 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:22:51.452404+0000 mgr.smithi107.erfdst (mgr.24445) 291 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 330 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 8.1 MiB/s wr, 800 op/s 2023-07-12T15:22:54.080 INFO:teuthology.orchestra.run.smithi005.stdout: 5 130217 3.43 MB/sec execute 366 sec latency 45.098 ms 2023-07-12T15:22:55.080 INFO:teuthology.orchestra.run.smithi005.stdout: 5 131088 3.50 MB/sec execute 367 sec latency 33.434 ms 2023-07-12T15:22:55.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:22:55 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:22:53.453013+0000 mgr.smithi107.erfdst (mgr.24445) 292 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 317 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 15 KiB/s rd, 11 MiB/s wr, 1.12k op/s 2023-07-12T15:22:55.667 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:22:55 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:22:53.453013+0000 mgr.smithi107.erfdst (mgr.24445) 292 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 317 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 15 KiB/s rd, 11 MiB/s wr, 1.12k op/s 2023-07-12T15:22:56.080 INFO:teuthology.orchestra.run.smithi005.stdout: 5 131693 3.54 MB/sec execute 368 sec latency 42.371 ms 2023-07-12T15:22:57.080 INFO:teuthology.orchestra.run.smithi005.stdout: 5 132016 3.55 MB/sec execute 369 sec latency 74.584 ms 2023-07-12T15:22:57.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:22:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:22:55.453398+0000 mgr.smithi107.erfdst (mgr.24445) 293 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 317 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 9.4 KiB/s rd, 7.2 MiB/s wr, 719 op/s 2023-07-12T15:22:57.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:22:57 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:22:55.453398+0000 mgr.smithi107.erfdst (mgr.24445) 293 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 317 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 9.4 KiB/s rd, 7.2 MiB/s wr, 719 op/s 2023-07-12T15:22:58.080 INFO:teuthology.orchestra.run.smithi005.stdout: 5 132281 3.55 MB/sec execute 370 sec latency 59.571 ms 2023-07-12T15:22:59.080 INFO:teuthology.orchestra.run.smithi005.stdout: 5 132572 3.55 MB/sec execute 371 sec latency 56.280 ms 2023-07-12T15:22:59.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:22:59 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:22:57.453777+0000 mgr.smithi107.erfdst (mgr.24445) 294 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 317 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 9.4 KiB/s rd, 7.2 MiB/s wr, 719 op/s 2023-07-12T15:22:59.667 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:22:59 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:22:57.453777+0000 mgr.smithi107.erfdst (mgr.24445) 294 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 317 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 9.4 KiB/s rd, 7.2 MiB/s wr, 719 op/s 2023-07-12T15:23:00.081 INFO:teuthology.orchestra.run.smithi005.stdout: 5 132976 3.58 MB/sec execute 372 sec latency 48.562 ms 2023-07-12T15:23:01.080 INFO:teuthology.orchestra.run.smithi005.stdout: 5 133486 3.60 MB/sec execute 373 sec latency 31.062 ms 2023-07-12T15:23:01.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:23:01 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:22:59.454343+0000 mgr.smithi107.erfdst (mgr.24445) 295 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 317 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 10 MiB/s wr, 1.02k op/s 2023-07-12T15:23:01.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:23:01 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:22:59.454343+0000 mgr.smithi107.erfdst (mgr.24445) 295 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 317 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 10 MiB/s wr, 1.02k op/s 2023-07-12T15:23:02.080 INFO:teuthology.orchestra.run.smithi005.stdout: 5 133857 3.61 MB/sec execute 374 sec latency 55.328 ms 2023-07-12T15:23:03.080 INFO:teuthology.orchestra.run.smithi005.stdout: 5 134351 3.64 MB/sec execute 375 sec latency 35.528 ms 2023-07-12T15:23:03.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:23:03 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:23:01.454696+0000 mgr.smithi107.erfdst (mgr.24445) 296 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 317 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 6.3 MiB/s wr, 615 op/s 2023-07-12T15:23:03.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:23:03 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:23:02.516297+0000 mon.smithi107 (mon.1) 109 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:23:03.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:23:03 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:23:01.454696+0000 mgr.smithi107.erfdst (mgr.24445) 296 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 317 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 6.3 MiB/s wr, 615 op/s 2023-07-12T15:23:03.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:23:03 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:23:02.516297+0000 mon.smithi107 (mon.1) 109 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:23:04.080 INFO:teuthology.orchestra.run.smithi005.stdout: 5 134737 3.67 MB/sec execute 376 sec latency 53.753 ms 2023-07-12T15:23:05.080 INFO:teuthology.orchestra.run.smithi005.stdout: 5 135258 3.71 MB/sec execute 377 sec latency 72.283 ms 2023-07-12T15:23:05.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:23:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:23:03.455984+0000 mgr.smithi107.erfdst (mgr.24445) 297 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 319 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 8.7 MiB/s wr, 869 op/s 2023-07-12T15:23:05.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:23:05 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:23:03.455984+0000 mgr.smithi107.erfdst (mgr.24445) 297 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 319 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 8.7 MiB/s wr, 869 op/s 2023-07-12T15:23:06.080 INFO:teuthology.orchestra.run.smithi005.stdout: 5 135794 3.73 MB/sec execute 378 sec latency 29.681 ms 2023-07-12T15:23:07.080 INFO:teuthology.orchestra.run.smithi005.stdout: 5 136056 3.73 MB/sec execute 379 sec latency 83.575 ms 2023-07-12T15:23:07.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:23:07 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:23:05.456368+0000 mgr.smithi107.erfdst (mgr.24445) 298 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 319 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.7 MiB/s wr, 551 op/s 2023-07-12T15:23:07.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:23:07 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:23:05.456368+0000 mgr.smithi107.erfdst (mgr.24445) 298 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 319 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.7 MiB/s wr, 551 op/s 2023-07-12T15:23:08.080 INFO:teuthology.orchestra.run.smithi005.stdout: 5 136414 3.75 MB/sec execute 380 sec latency 66.057 ms 2023-07-12T15:23:09.080 INFO:teuthology.orchestra.run.smithi005.stdout: 5 136835 3.76 MB/sec execute 381 sec latency 37.720 ms 2023-07-12T15:23:09.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:23:09 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:23:07.456727+0000 mgr.smithi107.erfdst (mgr.24445) 299 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 319 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.7 MiB/s wr, 551 op/s 2023-07-12T15:23:09.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:23:09 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:23:07.456727+0000 mgr.smithi107.erfdst (mgr.24445) 299 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 319 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.7 MiB/s wr, 551 op/s 2023-07-12T15:23:10.080 INFO:teuthology.orchestra.run.smithi005.stdout: 5 137228 3.78 MB/sec execute 382 sec latency 47.715 ms 2023-07-12T15:23:11.080 INFO:teuthology.orchestra.run.smithi005.stdout: 5 137715 3.81 MB/sec execute 383 sec latency 48.902 ms 2023-07-12T15:23:11.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:23:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:23:09.457459+0000 mgr.smithi107.erfdst (mgr.24445) 300 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 8.2 MiB/s wr, 822 op/s 2023-07-12T15:23:11.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:23:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:23:09.457459+0000 mgr.smithi107.erfdst (mgr.24445) 300 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 8.2 MiB/s wr, 822 op/s 2023-07-12T15:23:12.080 INFO:teuthology.orchestra.run.smithi005.stdout: 5 138164 3.84 MB/sec execute 384 sec latency 32.946 ms 2023-07-12T15:23:13.080 INFO:teuthology.orchestra.run.smithi005.stdout: 5 138619 3.86 MB/sec execute 385 sec latency 46.961 ms 2023-07-12T15:23:13.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:23:13 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:23:11.457851+0000 mgr.smithi107.erfdst (mgr.24445) 301 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.1 MiB/s wr, 524 op/s 2023-07-12T15:23:13.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:23:13 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:23:11.457851+0000 mgr.smithi107.erfdst (mgr.24445) 301 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.1 MiB/s wr, 524 op/s 2023-07-12T15:23:14.080 INFO:teuthology.orchestra.run.smithi005.stdout: 5 139130 3.89 MB/sec execute 386 sec latency 42.858 ms 2023-07-12T15:23:15.080 INFO:teuthology.orchestra.run.smithi005.stdout: 5 139417 3.89 MB/sec execute 387 sec latency 132.189 ms 2023-07-12T15:23:15.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:23:15 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:23:13.458429+0000 mgr.smithi107.erfdst (mgr.24445) 302 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 324 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 9.9 KiB/s rd, 8.0 MiB/s wr, 787 op/s 2023-07-12T15:23:15.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:23:15 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:23:13.458429+0000 mgr.smithi107.erfdst (mgr.24445) 302 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 324 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 9.9 KiB/s rd, 8.0 MiB/s wr, 787 op/s 2023-07-12T15:23:16.080 INFO:teuthology.orchestra.run.smithi005.stdout: 5 139707 3.90 MB/sec execute 388 sec latency 47.517 ms 2023-07-12T15:23:17.080 INFO:teuthology.orchestra.run.smithi005.stdout: 5 140042 3.91 MB/sec execute 389 sec latency 59.326 ms 2023-07-12T15:23:17.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:23:17 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:23:15.458821+0000 mgr.smithi107.erfdst (mgr.24445) 303 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 324 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.5 MiB/s wr, 534 op/s 2023-07-12T15:23:17.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:23:17 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:23:15.458821+0000 mgr.smithi107.erfdst (mgr.24445) 303 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 324 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.5 MiB/s wr, 534 op/s 2023-07-12T15:23:18.080 INFO:teuthology.orchestra.run.smithi005.stdout: 5 140503 3.93 MB/sec execute 390 sec latency 41.499 ms 2023-07-12T15:23:18.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:23:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:23:17.516338+0000 mon.smithi107 (mon.1) 110 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:23:18.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:23:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:23:17.516338+0000 mon.smithi107 (mon.1) 110 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:23:18.724 INFO:teuthology.orchestra.run.smithi005.stdout:true 2023-07-12T15:23:19.081 INFO:teuthology.orchestra.run.smithi005.stdout: 5 140964 3.95 MB/sec execute 391 sec latency 35.092 ms 2023-07-12T15:23:19.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:23:19 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:23:17.459197+0000 mgr.smithi107.erfdst (mgr.24445) 304 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 324 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.5 MiB/s wr, 534 op/s 2023-07-12T15:23:19.549 INFO:teuthology.orchestra.run.smithi005.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-07-12T15:23:19.549 INFO:teuthology.orchestra.run.smithi005.stdout:alertmanager.smithi005 smithi005 *:9093,9094 starting - - - - 2023-07-12T15:23:19.550 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi005 smithi005 running (12m) 6m ago 12m 7004k - 16.2.4 8d91d370c2b8 d66dbf6fdb25 2023-07-12T15:23:19.550 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi107 smithi107 running (11m) 6m ago 11m 7184k - 16.2.4 8d91d370c2b8 b2a554924ee7 2023-07-12T15:23:19.550 INFO:teuthology.orchestra.run.smithi005.stdout:grafana.smithi005 smithi005 *:3000 starting - - - - 2023-07-12T15:23:19.550 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi005.llyakb smithi005 running (8m) 6m ago 8m 16.8M - 16.2.4 8d91d370c2b8 2e9588e0199b 2023-07-12T15:23:19.550 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi107.umdxex smithi107 running (8m) 6m ago 8m 39.5M - 16.2.4 8d91d370c2b8 401879dbc3a1 2023-07-12T15:23:19.550 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi005.fgymhs smithi005 *:9283 running (13m) 6m ago 13m 379M - 16.2.4 8d91d370c2b8 773b2b36c231 2023-07-12T15:23:19.550 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi107.erfdst smithi107 *:8443,9283 running (7m) 6m ago 11m 501M - 18.1.2-55-gb1bd0540 45bffa74f7bc aa123e0fe635 2023-07-12T15:23:19.551 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi005 smithi005 running (13m) 6m ago 13m 117M 2048M 16.2.4 8d91d370c2b8 d77bb5c14fd6 2023-07-12T15:23:19.551 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi107 smithi107 running (11m) 6m ago 11m 78.2M 2048M 16.2.4 8d91d370c2b8 eb5e5c1f8ca8 2023-07-12T15:23:19.551 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.0.0.smithi005.raeamr smithi005 *:2049 running (6m) 6m ago 6m 59.0M - 3.5 8d91d370c2b8 cf45a3af5fd8 2023-07-12T15:23:19.551 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.1.0.smithi107.ppslpa smithi107 *:2049 running (6m) 6m ago 6m 16.7M - 3.5 8d91d370c2b8 1d4a977d4dad 2023-07-12T15:23:19.551 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi005 smithi005 *:9100 running (12m) 6m ago 12m 18.3M - 0.18.1 e5a616e4b9cf 07304e88f4ad 2023-07-12T15:23:19.551 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi107 smithi107 *:9100 running (11m) 6m ago 11m 18.3M - 0.18.1 e5a616e4b9cf 0f858f5dbd77 2023-07-12T15:23:19.551 INFO:teuthology.orchestra.run.smithi005.stdout:osd.0 smithi005 running (11m) 6m ago 11m 1169M 4096M 16.2.4 8d91d370c2b8 b76fd1d0c8e6 2023-07-12T15:23:19.551 INFO:teuthology.orchestra.run.smithi005.stdout:osd.1 smithi005 running (11m) 6m ago 11m 1044M 4096M 16.2.4 8d91d370c2b8 0c931b3abdbc 2023-07-12T15:23:19.552 INFO:teuthology.orchestra.run.smithi005.stdout:osd.2 smithi005 running (10m) 6m ago 10m 618M 4096M 16.2.4 8d91d370c2b8 2712a85e1556 2023-07-12T15:23:19.552 INFO:teuthology.orchestra.run.smithi005.stdout:osd.3 smithi005 running (10m) 6m ago 10m 1083M 4096M 16.2.4 8d91d370c2b8 91a5ecefbf60 2023-07-12T15:23:19.552 INFO:teuthology.orchestra.run.smithi005.stdout:osd.4 smithi107 running (10m) 6m ago 10m 1112M 4096M 16.2.4 8d91d370c2b8 27cd7acb5a1c 2023-07-12T15:23:19.552 INFO:teuthology.orchestra.run.smithi005.stdout:osd.5 smithi107 running (10m) 6m ago 10m 1325M 4096M 16.2.4 8d91d370c2b8 c0ddb4bafed0 2023-07-12T15:23:19.552 INFO:teuthology.orchestra.run.smithi005.stdout:osd.6 smithi107 running (9m) 6m ago 9m 1033M 4096M 16.2.4 8d91d370c2b8 82bc037c969c 2023-07-12T15:23:19.552 INFO:teuthology.orchestra.run.smithi005.stdout:osd.7 smithi107 running (9m) 6m ago 9m 1709M 4096M 16.2.4 8d91d370c2b8 516c8ea96297 2023-07-12T15:23:19.552 INFO:teuthology.orchestra.run.smithi005.stdout:prometheus.smithi005 smithi005 *:9095 running (11m) 6m ago 11m 38.2M - 2.18.1 de242295e225 724aca1453e2 2023-07-12T15:23:19.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:23:19 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:23:17.459197+0000 mgr.smithi107.erfdst (mgr.24445) 304 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 324 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.5 MiB/s wr, 534 op/s 2023-07-12T15:23:20.022 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:23:20.023 INFO:teuthology.orchestra.run.smithi005.stdout: "mon": { 2023-07-12T15:23:20.023 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2023-07-12T15:23:20.023 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:23:20.023 INFO:teuthology.orchestra.run.smithi005.stdout: "mgr": { 2023-07-12T15:23:20.023 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2023-07-12T15:23:20.023 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 1 2023-07-12T15:23:20.024 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:23:20.024 INFO:teuthology.orchestra.run.smithi005.stdout: "osd": { 2023-07-12T15:23:20.024 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2023-07-12T15:23:20.024 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:23:20.024 INFO:teuthology.orchestra.run.smithi005.stdout: "mds": { 2023-07-12T15:23:20.024 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2023-07-12T15:23:20.024 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:23:20.025 INFO:teuthology.orchestra.run.smithi005.stdout: "overall": { 2023-07-12T15:23:20.025 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 13, 2023-07-12T15:23:20.025 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 1 2023-07-12T15:23:20.025 INFO:teuthology.orchestra.run.smithi005.stdout: } 2023-07-12T15:23:20.025 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:23:20.081 INFO:teuthology.orchestra.run.smithi005.stdout: 5 141438 3.97 MB/sec execute 392 sec latency 34.564 ms 2023-07-12T15:23:20.428 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:23:20.429 INFO:teuthology.orchestra.run.smithi005.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:c4be3de0cb572873b18bf4d7ff19efd4676dcd86f150f2b38e50b5e2946cf6ef", 2023-07-12T15:23:20.429 INFO:teuthology.orchestra.run.smithi005.stdout: "in_progress": true, 2023-07-12T15:23:20.429 INFO:teuthology.orchestra.run.smithi005.stdout: "which": "Upgrading all daemon types on all hosts", 2023-07-12T15:23:20.429 INFO:teuthology.orchestra.run.smithi005.stdout: "services_complete": [], 2023-07-12T15:23:20.429 INFO:teuthology.orchestra.run.smithi005.stdout: "progress": "1/23 daemons upgraded", 2023-07-12T15:23:20.429 INFO:teuthology.orchestra.run.smithi005.stdout: "message": "", 2023-07-12T15:23:20.429 INFO:teuthology.orchestra.run.smithi005.stdout: "is_paused": false 2023-07-12T15:23:20.430 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:23:20.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:23:20 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:23:18.708228+0000 mgr.smithi107.erfdst (mgr.24445) 305 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:23:20.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:23:20 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:23:19.107100+0000 mgr.smithi107.erfdst (mgr.24445) 306 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:23:20.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:23:20 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:23:20.021660+0000 mon.smithi005 (mon.0) 835 : audit [DBG] from='client.? 172.21.15.5:0/2607158957' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:23:20.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:23:20 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:23:18.708228+0000 mgr.smithi107.erfdst (mgr.24445) 305 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:23:20.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:23:20 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:23:19.107100+0000 mgr.smithi107.erfdst (mgr.24445) 306 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:23:20.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:23:20 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:23:20.021660+0000 mon.smithi005 (mon.0) 835 : audit [DBG] from='client.? 172.21.15.5:0/2607158957' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:23:20.910 INFO:teuthology.orchestra.run.smithi005.stdout:HEALTH_OK 2023-07-12T15:23:21.081 INFO:teuthology.orchestra.run.smithi005.stdout: 5 141844 4.00 MB/sec execute 393 sec latency 45.171 ms 2023-07-12T15:23:21.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:23:21 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:23:19.459946+0000 mgr.smithi107.erfdst (mgr.24445) 307 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 316 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 7.5 MiB/s wr, 773 op/s 2023-07-12T15:23:21.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:23:21 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:23:19.537869+0000 mgr.smithi107.erfdst (mgr.24445) 308 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:23:21.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:23:21 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:23:20.909070+0000 mon.smithi005 (mon.0) 836 : audit [DBG] from='client.? 172.21.15.5:0/1003882116' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:23:21.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:23:21 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:23:19.459946+0000 mgr.smithi107.erfdst (mgr.24445) 307 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 316 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 7.5 MiB/s wr, 773 op/s 2023-07-12T15:23:21.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:23:21 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:23:19.537869+0000 mgr.smithi107.erfdst (mgr.24445) 308 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:23:21.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:23:21 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:23:20.909070+0000 mon.smithi005 (mon.0) 836 : audit [DBG] from='client.? 172.21.15.5:0/1003882116' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:23:22.081 INFO:teuthology.orchestra.run.smithi005.stdout: 5 142240 4.03 MB/sec execute 394 sec latency 30.101 ms 2023-07-12T15:23:22.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:23:22 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:23:20.426948+0000 mgr.smithi107.erfdst (mgr.24445) 309 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:23:22.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:23:22 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:23:20.426948+0000 mgr.smithi107.erfdst (mgr.24445) 309 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:23:23.081 INFO:teuthology.orchestra.run.smithi005.stdout: 5 142609 4.04 MB/sec execute 395 sec latency 58.683 ms 2023-07-12T15:23:23.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:23:23 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:23:21.460257+0000 mgr.smithi107.erfdst (mgr.24445) 310 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 316 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 5.0 MiB/s wr, 502 op/s 2023-07-12T15:23:23.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:23:23 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:23:21.460257+0000 mgr.smithi107.erfdst (mgr.24445) 310 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 316 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 5.0 MiB/s wr, 502 op/s 2023-07-12T15:23:24.081 INFO:teuthology.orchestra.run.smithi005.stdout: 5 142959 4.05 MB/sec execute 396 sec latency 41.962 ms 2023-07-12T15:23:25.081 INFO:teuthology.orchestra.run.smithi005.stdout: 5 143331 4.06 MB/sec execute 397 sec latency 67.592 ms 2023-07-12T15:23:25.559 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:23:25 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:23:23.461014+0000 mgr.smithi107.erfdst (mgr.24445) 311 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 7.7 MiB/s wr, 753 op/s 2023-07-12T15:23:25.667 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:23:25 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:23:23.461014+0000 mgr.smithi107.erfdst (mgr.24445) 311 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 7.7 MiB/s wr, 753 op/s 2023-07-12T15:23:26.082 INFO:teuthology.orchestra.run.smithi005.stdout: 5 144006 4.09 MB/sec execute 398 sec latency 48.230 ms 2023-07-12T15:23:27.081 INFO:teuthology.orchestra.run.smithi005.stdout: 5 144912 4.14 MB/sec execute 399 sec latency 15.341 ms 2023-07-12T15:23:27.562 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:23:27 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:23:25.461341+0000 mgr.smithi107.erfdst (mgr.24445) 312 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.8 MiB/s wr, 489 op/s 2023-07-12T15:23:27.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:23:27 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:23:25.461341+0000 mgr.smithi107.erfdst (mgr.24445) 312 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.8 MiB/s wr, 489 op/s 2023-07-12T15:23:28.082 INFO:teuthology.orchestra.run.smithi005.stdout: 5 145627 4.19 MB/sec execute 400 sec latency 31.941 ms 2023-07-12T15:23:29.083 INFO:teuthology.orchestra.run.smithi005.stdout: 5 146476 4.23 MB/sec execute 401 sec latency 14.126 ms 2023-07-12T15:23:29.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:23:28 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:23:27.461776+0000 mgr.smithi107.erfdst (mgr.24445) 313 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.8 MiB/s wr, 489 op/s 2023-07-12T15:23:29.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:23:28 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:23:27.777552+0000 mon.smithi005 (mon.0) 837 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:23:29.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:23:28 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:23:27.784888+0000 mon.smithi005 (mon.0) 838 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:23:29.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:23:28 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:23:27.833970+0000 mgr.smithi107.erfdst (mgr.24445) 314 : cephadm [INF] Reconfiguring prometheus.smithi005 (dependencies changed)... 2023-07-12T15:23:29.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:23:28 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:23:28.072304+0000 mgr.smithi107.erfdst (mgr.24445) 315 : cephadm [INF] Reconfiguring daemon prometheus.smithi005 on smithi005 2023-07-12T15:23:29.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:23:28 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:23:27.461776+0000 mgr.smithi107.erfdst (mgr.24445) 313 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.8 MiB/s wr, 489 op/s 2023-07-12T15:23:29.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:23:28 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:23:27.777552+0000 mon.smithi005 (mon.0) 837 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:23:29.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:23:28 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:23:27.784888+0000 mon.smithi005 (mon.0) 838 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:23:29.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:23:28 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:23:27.833970+0000 mgr.smithi107.erfdst (mgr.24445) 314 : cephadm [INF] Reconfiguring prometheus.smithi005 (dependencies changed)... 2023-07-12T15:23:29.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:23:28 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:23:28.072304+0000 mgr.smithi107.erfdst (mgr.24445) 315 : cephadm [INF] Reconfiguring daemon prometheus.smithi005 on smithi005 2023-07-12T15:23:30.082 INFO:teuthology.orchestra.run.smithi005.stdout: 5 147097 4.26 MB/sec execute 402 sec latency 48.789 ms 2023-07-12T15:23:31.082 INFO:teuthology.orchestra.run.smithi005.stdout: 5 147726 4.29 MB/sec execute 403 sec latency 31.788 ms 2023-07-12T15:23:31.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:23:30 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:23:29.463246+0000 mgr.smithi107.erfdst (mgr.24445) 316 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 330 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 8.8 MiB/s wr, 881 op/s 2023-07-12T15:23:31.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:23:30 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:23:29.463246+0000 mgr.smithi107.erfdst (mgr.24445) 316 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 330 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 8.8 MiB/s wr, 881 op/s 2023-07-12T15:23:32.082 INFO:teuthology.orchestra.run.smithi005.stdout: 5 148521 4.33 MB/sec execute 404 sec latency 37.354 ms 2023-07-12T15:23:33.082 INFO:teuthology.orchestra.run.smithi005.stdout: 5 149259 4.38 MB/sec execute 405 sec latency 29.236 ms 2023-07-12T15:23:33.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:23:32 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:23:31.463636+0000 mgr.smithi107.erfdst (mgr.24445) 317 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 330 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 6.7 MiB/s wr, 642 op/s 2023-07-12T15:23:33.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:23:32 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:23:32.516547+0000 mon.smithi107 (mon.1) 111 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:23:33.247 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:23:32 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:23:31.463636+0000 mgr.smithi107.erfdst (mgr.24445) 317 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 330 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 6.7 MiB/s wr, 642 op/s 2023-07-12T15:23:33.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:23:32 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:23:32.516547+0000 mon.smithi107 (mon.1) 111 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:23:34.082 INFO:teuthology.orchestra.run.smithi005.stdout: 5 149976 4.41 MB/sec execute 406 sec latency 25.857 ms 2023-07-12T15:23:35.082 INFO:teuthology.orchestra.run.smithi005.stdout: 5 150435 4.43 MB/sec execute 407 sec latency 47.927 ms 2023-07-12T15:23:35.247 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:23:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:23:33.464349+0000 mgr.smithi107.erfdst (mgr.24445) 318 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 333 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 11 MiB/s wr, 1.05k op/s 2023-07-12T15:23:35.417 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:23:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:23:33.464349+0000 mgr.smithi107.erfdst (mgr.24445) 318 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 333 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 11 MiB/s wr, 1.05k op/s 2023-07-12T15:23:36.083 INFO:teuthology.orchestra.run.smithi005.stdout: 5 151002 4.44 MB/sec execute 408 sec latency 42.202 ms 2023-07-12T15:23:37.083 INFO:teuthology.orchestra.run.smithi005.stdout: 5 151859 4.50 MB/sec execute 409 sec latency 18.154 ms 2023-07-12T15:23:37.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:23:37 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:23:35.464708+0000 mgr.smithi107.erfdst (mgr.24445) 319 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 333 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 9.8 KiB/s rd, 8.3 MiB/s wr, 804 op/s 2023-07-12T15:23:37.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:23:37 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:23:35.464708+0000 mgr.smithi107.erfdst (mgr.24445) 319 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 333 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 9.8 KiB/s rd, 8.3 MiB/s wr, 804 op/s 2023-07-12T15:23:38.083 INFO:teuthology.orchestra.run.smithi005.stdout: 5 152569 4.55 MB/sec execute 410 sec latency 29.844 ms 2023-07-12T15:23:39.083 INFO:teuthology.orchestra.run.smithi005.stdout: 5 152904 4.56 MB/sec execute 411 sec latency 36.532 ms 2023-07-12T15:23:39.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:23:39 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:23:37.465013+0000 mgr.smithi107.erfdst (mgr.24445) 320 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 333 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 9.8 KiB/s rd, 8.3 MiB/s wr, 804 op/s 2023-07-12T15:23:39.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:23:39 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:23:37.465013+0000 mgr.smithi107.erfdst (mgr.24445) 320 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 333 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 9.8 KiB/s rd, 8.3 MiB/s wr, 804 op/s 2023-07-12T15:23:40.083 INFO:teuthology.orchestra.run.smithi005.stdout: 5 153281 4.57 MB/sec execute 412 sec latency 54.589 ms 2023-07-12T15:23:41.083 INFO:teuthology.orchestra.run.smithi005.stdout: 5 153738 4.58 MB/sec execute 413 sec latency 45.865 ms 2023-07-12T15:23:41.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:23:41 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:23:39.465677+0000 mgr.smithi107.erfdst (mgr.24445) 321 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 334 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 15 KiB/s rd, 12 MiB/s wr, 1.17k op/s 2023-07-12T15:23:41.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:23:41 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:23:39.465677+0000 mgr.smithi107.erfdst (mgr.24445) 321 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 334 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 15 KiB/s rd, 12 MiB/s wr, 1.17k op/s 2023-07-12T15:23:42.083 INFO:teuthology.orchestra.run.smithi005.stdout: 5 154417 4.61 MB/sec execute 414 sec latency 37.916 ms 2023-07-12T15:23:43.083 INFO:teuthology.orchestra.run.smithi005.stdout: 5 155039 4.64 MB/sec execute 415 sec latency 30.469 ms 2023-07-12T15:23:43.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:23:43 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:23:41.466168+0000 mgr.smithi107.erfdst (mgr.24445) 322 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 334 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 9.9 KiB/s rd, 8.1 MiB/s wr, 782 op/s 2023-07-12T15:23:43.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:23:43 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:23:41.466168+0000 mgr.smithi107.erfdst (mgr.24445) 322 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 334 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 9.9 KiB/s rd, 8.1 MiB/s wr, 782 op/s 2023-07-12T15:23:44.084 INFO:teuthology.orchestra.run.smithi005.stdout: 5 155695 4.67 MB/sec execute 416 sec latency 27.843 ms 2023-07-12T15:23:45.084 INFO:teuthology.orchestra.run.smithi005.stdout: 5 156243 4.71 MB/sec execute 417 sec latency 67.809 ms 2023-07-12T15:23:45.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:23:45 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:23:43.466788+0000 mgr.smithi107.erfdst (mgr.24445) 323 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 329 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 15 KiB/s rd, 11 MiB/s wr, 1.11k op/s 2023-07-12T15:23:45.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:23:45 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:23:43.466788+0000 mgr.smithi107.erfdst (mgr.24445) 323 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 329 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 15 KiB/s rd, 11 MiB/s wr, 1.11k op/s 2023-07-12T15:23:46.084 INFO:teuthology.orchestra.run.smithi005.stdout: 5 156840 4.74 MB/sec execute 418 sec latency 33.312 ms 2023-07-12T15:23:47.084 INFO:teuthology.orchestra.run.smithi005.stdout: 5 157192 4.74 MB/sec execute 419 sec latency 50.793 ms 2023-07-12T15:23:47.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:23:47 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:23:45.467196+0000 mgr.smithi107.erfdst (mgr.24445) 324 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 329 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 6.8 MiB/s wr, 694 op/s 2023-07-12T15:23:47.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:23:47 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:23:45.467196+0000 mgr.smithi107.erfdst (mgr.24445) 324 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 329 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 6.8 MiB/s wr, 694 op/s 2023-07-12T15:23:48.084 INFO:teuthology.orchestra.run.smithi005.stdout: 5 157640 4.76 MB/sec execute 420 sec latency 32.792 ms 2023-07-12T15:23:48.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:23:48 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:23:47.516631+0000 mon.smithi107 (mon.1) 112 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:23:48.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:23:48 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:23:47.516631+0000 mon.smithi107 (mon.1) 112 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:23:49.084 INFO:teuthology.orchestra.run.smithi005.stdout: 5 158429 4.79 MB/sec execute 421 sec latency 44.137 ms 2023-07-12T15:23:49.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:23:49 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:23:47.467578+0000 mgr.smithi107.erfdst (mgr.24445) 325 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 329 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 6.8 MiB/s wr, 694 op/s 2023-07-12T15:23:49.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:23:49 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:23:47.467578+0000 mgr.smithi107.erfdst (mgr.24445) 325 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 329 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 6.8 MiB/s wr, 694 op/s 2023-07-12T15:23:50.084 INFO:teuthology.orchestra.run.smithi005.stdout: 5 159319 4.83 MB/sec execute 422 sec latency 17.463 ms 2023-07-12T15:23:51.084 INFO:teuthology.orchestra.run.smithi005.stdout: 5 159919 4.87 MB/sec execute 423 sec latency 44.781 ms 2023-07-12T15:23:51.446 INFO:teuthology.orchestra.run.smithi005.stdout:true 2023-07-12T15:23:51.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:23:51 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:23:49.468216+0000 mgr.smithi107.erfdst (mgr.24445) 326 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 324 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 16 KiB/s rd, 10 MiB/s wr, 1.01k op/s 2023-07-12T15:23:51.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:23:51 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:23:49.468216+0000 mgr.smithi107.erfdst (mgr.24445) 326 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 324 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 16 KiB/s rd, 10 MiB/s wr, 1.01k op/s 2023-07-12T15:23:52.084 INFO:teuthology.orchestra.run.smithi005.stdout: 5 160459 4.90 MB/sec execute 424 sec latency 20.616 ms 2023-07-12T15:23:52.409 INFO:teuthology.orchestra.run.smithi005.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-07-12T15:23:52.409 INFO:teuthology.orchestra.run.smithi005.stdout:alertmanager.smithi005 smithi005 *:9093,9094 starting - - - - 2023-07-12T15:23:52.410 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi005 smithi005 running (12m) 7m ago 12m 7004k - 16.2.4 8d91d370c2b8 d66dbf6fdb25 2023-07-12T15:23:52.410 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi107 smithi107 running (12m) 7m ago 12m 7184k - 16.2.4 8d91d370c2b8 b2a554924ee7 2023-07-12T15:23:52.410 INFO:teuthology.orchestra.run.smithi005.stdout:grafana.smithi005 smithi005 *:3000 starting - - - - 2023-07-12T15:23:52.410 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi005.llyakb smithi005 running (9m) 7m ago 9m 16.8M - 16.2.4 8d91d370c2b8 2e9588e0199b 2023-07-12T15:23:52.410 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi107.umdxex smithi107 running (9m) 7m ago 9m 39.5M - 16.2.4 8d91d370c2b8 401879dbc3a1 2023-07-12T15:23:52.410 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi005.fgymhs smithi005 *:9283 running (13m) 7m ago 13m 379M - 16.2.4 8d91d370c2b8 773b2b36c231 2023-07-12T15:23:52.410 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi107.erfdst smithi107 *:8443,9283 running (7m) 7m ago 12m 501M - 18.1.2-55-gb1bd0540 45bffa74f7bc aa123e0fe635 2023-07-12T15:23:52.410 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi005 smithi005 running (13m) 7m ago 13m 117M 2048M 16.2.4 8d91d370c2b8 d77bb5c14fd6 2023-07-12T15:23:52.411 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi107 smithi107 running (12m) 7m ago 12m 78.2M 2048M 16.2.4 8d91d370c2b8 eb5e5c1f8ca8 2023-07-12T15:23:52.411 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.0.0.smithi005.raeamr smithi005 *:2049 running (7m) 7m ago 7m 59.0M - 3.5 8d91d370c2b8 cf45a3af5fd8 2023-07-12T15:23:52.411 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.1.0.smithi107.ppslpa smithi107 *:2049 running (7m) 7m ago 7m 16.7M - 3.5 8d91d370c2b8 1d4a977d4dad 2023-07-12T15:23:52.411 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi005 smithi005 *:9100 starting - - - - 2023-07-12T15:23:52.411 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi107 smithi107 *:9100 running (12m) 7m ago 12m 18.3M - 0.18.1 e5a616e4b9cf 0f858f5dbd77 2023-07-12T15:23:52.411 INFO:teuthology.orchestra.run.smithi005.stdout:osd.0 smithi005 running (11m) 7m ago 11m 1169M 4096M 16.2.4 8d91d370c2b8 b76fd1d0c8e6 2023-07-12T15:23:52.411 INFO:teuthology.orchestra.run.smithi005.stdout:osd.1 smithi005 running (11m) 7m ago 11m 1044M 4096M 16.2.4 8d91d370c2b8 0c931b3abdbc 2023-07-12T15:23:52.412 INFO:teuthology.orchestra.run.smithi005.stdout:osd.2 smithi005 running (11m) 7m ago 11m 618M 4096M 16.2.4 8d91d370c2b8 2712a85e1556 2023-07-12T15:23:52.412 INFO:teuthology.orchestra.run.smithi005.stdout:osd.3 smithi005 running (11m) 7m ago 11m 1083M 4096M 16.2.4 8d91d370c2b8 91a5ecefbf60 2023-07-12T15:23:52.412 INFO:teuthology.orchestra.run.smithi005.stdout:osd.4 smithi107 running (10m) 7m ago 10m 1112M 4096M 16.2.4 8d91d370c2b8 27cd7acb5a1c 2023-07-12T15:23:52.412 INFO:teuthology.orchestra.run.smithi005.stdout:osd.5 smithi107 running (10m) 7m ago 10m 1325M 4096M 16.2.4 8d91d370c2b8 c0ddb4bafed0 2023-07-12T15:23:52.412 INFO:teuthology.orchestra.run.smithi005.stdout:osd.6 smithi107 running (10m) 7m ago 10m 1033M 4096M 16.2.4 8d91d370c2b8 82bc037c969c 2023-07-12T15:23:52.412 INFO:teuthology.orchestra.run.smithi005.stdout:osd.7 smithi107 running (10m) 7m ago 10m 1709M 4096M 16.2.4 8d91d370c2b8 516c8ea96297 2023-07-12T15:23:52.412 INFO:teuthology.orchestra.run.smithi005.stdout:prometheus.smithi005 smithi005 *:9095 running (11m) 7m ago 12m 38.2M - 2.18.1 de242295e225 724aca1453e2 2023-07-12T15:23:52.991 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:23:52.991 INFO:teuthology.orchestra.run.smithi005.stdout: "mon": { 2023-07-12T15:23:52.991 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2023-07-12T15:23:52.992 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:23:52.992 INFO:teuthology.orchestra.run.smithi005.stdout: "mgr": { 2023-07-12T15:23:52.992 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2023-07-12T15:23:52.993 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 1 2023-07-12T15:23:52.993 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:23:52.993 INFO:teuthology.orchestra.run.smithi005.stdout: "osd": { 2023-07-12T15:23:52.994 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2023-07-12T15:23:52.994 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:23:52.994 INFO:teuthology.orchestra.run.smithi005.stdout: "mds": { 2023-07-12T15:23:52.994 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2023-07-12T15:23:52.995 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:23:52.995 INFO:teuthology.orchestra.run.smithi005.stdout: "overall": { 2023-07-12T15:23:52.995 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 13, 2023-07-12T15:23:52.995 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 1 2023-07-12T15:23:52.996 INFO:teuthology.orchestra.run.smithi005.stdout: } 2023-07-12T15:23:52.996 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:23:53.084 INFO:teuthology.orchestra.run.smithi005.stdout: 5 160790 4.90 MB/sec execute 425 sec latency 48.430 ms 2023-07-12T15:23:53.481 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:23:53.481 INFO:teuthology.orchestra.run.smithi005.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:c4be3de0cb572873b18bf4d7ff19efd4676dcd86f150f2b38e50b5e2946cf6ef", 2023-07-12T15:23:53.481 INFO:teuthology.orchestra.run.smithi005.stdout: "in_progress": true, 2023-07-12T15:23:53.481 INFO:teuthology.orchestra.run.smithi005.stdout: "which": "Upgrading all daemon types on all hosts", 2023-07-12T15:23:53.481 INFO:teuthology.orchestra.run.smithi005.stdout: "services_complete": [], 2023-07-12T15:23:53.482 INFO:teuthology.orchestra.run.smithi005.stdout: "progress": "1/23 daemons upgraded", 2023-07-12T15:23:53.482 INFO:teuthology.orchestra.run.smithi005.stdout: "message": "", 2023-07-12T15:23:53.482 INFO:teuthology.orchestra.run.smithi005.stdout: "is_paused": false 2023-07-12T15:23:53.482 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:23:53.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:23:53 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:23:51.426451+0000 mgr.smithi107.erfdst (mgr.24445) 327 : audit [DBG] from='client.24803 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:23:53.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:23:53 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:23:51.468513+0000 mgr.smithi107.erfdst (mgr.24445) 328 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 324 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 6.2 MiB/s wr, 645 op/s 2023-07-12T15:23:53.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:23:53 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:23:51.929761+0000 mgr.smithi107.erfdst (mgr.24445) 329 : audit [DBG] from='client.24807 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:23:53.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:23:53 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:23:52.989633+0000 mon.smithi107 (mon.1) 113 : audit [DBG] from='client.? 172.21.15.5:0/556408273' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:23:53.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:23:53 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:23:51.426451+0000 mgr.smithi107.erfdst (mgr.24445) 327 : audit [DBG] from='client.24803 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:23:53.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:23:53 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:23:51.468513+0000 mgr.smithi107.erfdst (mgr.24445) 328 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 324 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 6.2 MiB/s wr, 645 op/s 2023-07-12T15:23:53.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:23:53 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:23:51.929761+0000 mgr.smithi107.erfdst (mgr.24445) 329 : audit [DBG] from='client.24807 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:23:53.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:23:53 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:23:52.989633+0000 mon.smithi107 (mon.1) 113 : audit [DBG] from='client.? 172.21.15.5:0/556408273' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:23:54.060 INFO:teuthology.orchestra.run.smithi005.stdout:HEALTH_OK 2023-07-12T15:23:54.084 INFO:teuthology.orchestra.run.smithi005.stdout: 5 161229 4.92 MB/sec execute 426 sec latency 52.719 ms 2023-07-12T15:23:54.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:23:54 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:23:52.398878+0000 mgr.smithi107.erfdst (mgr.24445) 330 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:23:54.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:23:54 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:23:54.059698+0000 mon.smithi005 (mon.0) 839 : audit [DBG] from='client.? 172.21.15.5:0/2196936870' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:23:54.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:23:54 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:23:52.398878+0000 mgr.smithi107.erfdst (mgr.24445) 330 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:23:54.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:23:54 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:23:54.059698+0000 mon.smithi005 (mon.0) 839 : audit [DBG] from='client.? 172.21.15.5:0/2196936870' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:23:55.084 INFO:teuthology.orchestra.run.smithi005.stdout: 5 161955 4.95 MB/sec execute 427 sec latency 57.210 ms 2023-07-12T15:23:55.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:23:55 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:23:53.469207+0000 mgr.smithi107.erfdst (mgr.24445) 331 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 325 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 15 KiB/s rd, 10 MiB/s wr, 1.02k op/s 2023-07-12T15:23:55.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:23:55 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:23:53.471337+0000 mgr.smithi107.erfdst (mgr.24445) 332 : audit [DBG] from='client.24817 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:23:55.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:23:55 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:23:53.469207+0000 mgr.smithi107.erfdst (mgr.24445) 331 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 325 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 15 KiB/s rd, 10 MiB/s wr, 1.02k op/s 2023-07-12T15:23:55.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:23:55 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:23:53.471337+0000 mgr.smithi107.erfdst (mgr.24445) 332 : audit [DBG] from='client.24817 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:23:56.084 INFO:teuthology.orchestra.run.smithi005.stdout: 5 162749 4.98 MB/sec execute 428 sec latency 21.311 ms 2023-07-12T15:23:57.084 INFO:teuthology.orchestra.run.smithi005.stdout: 5 163244 5.02 MB/sec execute 429 sec latency 37.319 ms 2023-07-12T15:23:57.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:23:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:23:55.469580+0000 mgr.smithi107.erfdst (mgr.24445) 333 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 325 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 7.1 MiB/s wr, 694 op/s 2023-07-12T15:23:57.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:23:57 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:23:55.469580+0000 mgr.smithi107.erfdst (mgr.24445) 333 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 325 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 7.1 MiB/s wr, 694 op/s 2023-07-12T15:23:58.084 INFO:teuthology.orchestra.run.smithi005.stdout: 5 163788 5.04 MB/sec execute 430 sec latency 35.600 ms 2023-07-12T15:23:59.084 INFO:teuthology.orchestra.run.smithi005.stdout: 5 164336 5.05 MB/sec execute 431 sec latency 56.593 ms 2023-07-12T15:23:59.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:23:59 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:23:57.469948+0000 mgr.smithi107.erfdst (mgr.24445) 334 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 325 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 7.1 MiB/s wr, 694 op/s 2023-07-12T15:23:59.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:23:59 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:23:57.469948+0000 mgr.smithi107.erfdst (mgr.24445) 334 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 325 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 7.1 MiB/s wr, 694 op/s 2023-07-12T15:24:00.084 INFO:teuthology.orchestra.run.smithi005.stdout: 5 165069 5.08 MB/sec execute 432 sec latency 46.662 ms 2023-07-12T15:24:01.084 INFO:teuthology.orchestra.run.smithi005.stdout: 5 165981 5.13 MB/sec execute 433 sec latency 14.857 ms 2023-07-12T15:24:01.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:24:01 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:23:59.470736+0000 mgr.smithi107.erfdst (mgr.24445) 335 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 332 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 14 KiB/s rd, 11 MiB/s wr, 1.05k op/s 2023-07-12T15:24:01.671 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:24:01 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:23:59.470736+0000 mgr.smithi107.erfdst (mgr.24445) 335 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 332 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 14 KiB/s rd, 11 MiB/s wr, 1.05k op/s 2023-07-12T15:24:02.084 INFO:teuthology.orchestra.run.smithi005.stdout: 5 166689 5.17 MB/sec execute 434 sec latency 27.776 ms 2023-07-12T15:24:03.084 INFO:teuthology.orchestra.run.smithi005.stdout: 5 167241 5.20 MB/sec execute 435 sec latency 43.076 ms 2023-07-12T15:24:03.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:24:03 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:24:01.471079+0000 mgr.smithi107.erfdst (mgr.24445) 336 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 332 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 7.6 MiB/s wr, 731 op/s 2023-07-12T15:24:03.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:24:03 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:24:02.518170+0000 mon.smithi107 (mon.1) 114 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:24:03.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:24:03 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:24:01.471079+0000 mgr.smithi107.erfdst (mgr.24445) 336 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 332 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 7.6 MiB/s wr, 731 op/s 2023-07-12T15:24:03.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:24:03 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:24:02.518170+0000 mon.smithi107 (mon.1) 114 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:24:04.084 INFO:teuthology.orchestra.run.smithi005.stdout: 5 167723 5.21 MB/sec execute 436 sec latency 29.793 ms 2023-07-12T15:24:05.084 INFO:teuthology.orchestra.run.smithi005.stdout: 5 168078 5.21 MB/sec execute 437 sec latency 110.282 ms 2023-07-12T15:24:05.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:24:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:24:03.471840+0000 mgr.smithi107.erfdst (mgr.24445) 337 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 335 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 14 KiB/s rd, 12 MiB/s wr, 1.14k op/s 2023-07-12T15:24:05.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:24:05 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:24:03.471840+0000 mgr.smithi107.erfdst (mgr.24445) 337 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 335 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 14 KiB/s rd, 12 MiB/s wr, 1.14k op/s 2023-07-12T15:24:06.085 INFO:teuthology.orchestra.run.smithi005.stdout: 5 168473 5.22 MB/sec execute 438 sec latency 79.479 ms 2023-07-12T15:24:07.085 INFO:teuthology.orchestra.run.smithi005.stdout: 5 168890 5.24 MB/sec execute 439 sec latency 38.887 ms 2023-07-12T15:24:07.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:24:07 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:24:05.472229+0000 mgr.smithi107.erfdst (mgr.24445) 338 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 335 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 9.6 KiB/s rd, 7.9 MiB/s wr, 763 op/s 2023-07-12T15:24:07.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:24:07 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:24:05.472229+0000 mgr.smithi107.erfdst (mgr.24445) 338 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 335 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 9.6 KiB/s rd, 7.9 MiB/s wr, 763 op/s 2023-07-12T15:24:08.085 INFO:teuthology.orchestra.run.smithi005.stdout: 5 169165 5.24 MB/sec execute 440 sec latency 61.854 ms 2023-07-12T15:24:09.084 INFO:teuthology.orchestra.run.smithi005.stdout: 5 169577 5.25 MB/sec execute 441 sec latency 34.548 ms 2023-07-12T15:24:09.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:24:09 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:24:07.472550+0000 mgr.smithi107.erfdst (mgr.24445) 339 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 335 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 9.6 KiB/s rd, 7.9 MiB/s wr, 763 op/s 2023-07-12T15:24:09.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:24:09 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:24:07.472550+0000 mgr.smithi107.erfdst (mgr.24445) 339 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 335 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 9.6 KiB/s rd, 7.9 MiB/s wr, 763 op/s 2023-07-12T15:24:10.085 INFO:teuthology.orchestra.run.smithi005.stdout: 5 169931 5.26 MB/sec execute 442 sec latency 42.199 ms 2023-07-12T15:24:11.085 INFO:teuthology.orchestra.run.smithi005.stdout: 5 170544 5.30 MB/sec execute 443 sec latency 38.477 ms 2023-07-12T15:24:11.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:24:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:24:09.473566+0000 mgr.smithi107.erfdst (mgr.24445) 340 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 323 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 13 KiB/s rd, 9.9 MiB/s wr, 1.00k op/s 2023-07-12T15:24:11.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:24:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:24:09.473566+0000 mgr.smithi107.erfdst (mgr.24445) 340 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 323 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 13 KiB/s rd, 9.9 MiB/s wr, 1.00k op/s 2023-07-12T15:24:12.085 INFO:teuthology.orchestra.run.smithi005.stdout: 5 171243 5.32 MB/sec execute 444 sec latency 45.986 ms 2023-07-12T15:24:13.085 INFO:teuthology.orchestra.run.smithi005.stdout: 5 171902 5.35 MB/sec execute 445 sec latency 47.839 ms 2023-07-12T15:24:13.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:24:13 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:24:11.473915+0000 mgr.smithi107.erfdst (mgr.24445) 341 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 323 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.3 MiB/s wr, 645 op/s 2023-07-12T15:24:13.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:24:13 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:24:11.473915+0000 mgr.smithi107.erfdst (mgr.24445) 341 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 323 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.3 MiB/s wr, 645 op/s 2023-07-12T15:24:14.085 INFO:teuthology.orchestra.run.smithi005.stdout: 5 172638 5.38 MB/sec execute 446 sec latency 42.402 ms 2023-07-12T15:24:15.085 INFO:teuthology.orchestra.run.smithi005.stdout: 5 173317 5.41 MB/sec execute 447 sec latency 29.365 ms 2023-07-12T15:24:15.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:24:15 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:24:13.475343+0000 mgr.smithi107.erfdst (mgr.24445) 342 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 327 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 14 KiB/s rd, 9.9 MiB/s wr, 1.00k op/s 2023-07-12T15:24:15.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:24:15 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:24:13.475343+0000 mgr.smithi107.erfdst (mgr.24445) 342 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 327 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 14 KiB/s rd, 9.9 MiB/s wr, 1.00k op/s 2023-07-12T15:24:16.085 INFO:teuthology.orchestra.run.smithi005.stdout: 5 173747 5.44 MB/sec execute 448 sec latency 43.273 ms 2023-07-12T15:24:17.085 INFO:teuthology.orchestra.run.smithi005.stdout: 5 174094 5.44 MB/sec execute 449 sec latency 52.223 ms 2023-07-12T15:24:17.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:24:17 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:24:15.475730+0000 mgr.smithi107.erfdst (mgr.24445) 343 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 327 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.7 MiB/s wr, 595 op/s 2023-07-12T15:24:17.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:24:17 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:24:15.475730+0000 mgr.smithi107.erfdst (mgr.24445) 343 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 327 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.7 MiB/s wr, 595 op/s 2023-07-12T15:24:18.085 INFO:teuthology.orchestra.run.smithi005.stdout: 5 174490 5.46 MB/sec execute 450 sec latency 46.822 ms 2023-07-12T15:24:18.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:24:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:24:17.517925+0000 mon.smithi107 (mon.1) 115 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:24:18.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:24:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:24:17.517925+0000 mon.smithi107 (mon.1) 115 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:24:19.085 INFO:teuthology.orchestra.run.smithi005.stdout: 5 174836 5.46 MB/sec execute 451 sec latency 47.605 ms 2023-07-12T15:24:19.503 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:24:19 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:24:17.476062+0000 mgr.smithi107.erfdst (mgr.24445) 344 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 327 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.7 MiB/s wr, 595 op/s 2023-07-12T15:24:19.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:24:19 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:24:17.476062+0000 mgr.smithi107.erfdst (mgr.24445) 344 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 327 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.7 MiB/s wr, 595 op/s 2023-07-12T15:24:20.085 INFO:teuthology.orchestra.run.smithi005.stdout: 5 175179 5.46 MB/sec execute 452 sec latency 34.571 ms 2023-07-12T15:24:21.085 INFO:teuthology.orchestra.run.smithi005.stdout: 5 175596 5.47 MB/sec execute 453 sec latency 76.877 ms 2023-07-12T15:24:21.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:24:21 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:24:19.476847+0000 mgr.smithi107.erfdst (mgr.24445) 345 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 332 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 8.8 MiB/s wr, 882 op/s 2023-07-12T15:24:21.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:24:21 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:24:19.476847+0000 mgr.smithi107.erfdst (mgr.24445) 345 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 332 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 8.8 MiB/s wr, 882 op/s 2023-07-12T15:24:22.085 INFO:teuthology.orchestra.run.smithi005.stdout: 5 176086 5.49 MB/sec execute 454 sec latency 48.237 ms 2023-07-12T15:24:23.085 INFO:teuthology.orchestra.run.smithi005.stdout: 5 176480 5.50 MB/sec execute 455 sec latency 49.278 ms 2023-07-12T15:24:23.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:24:23 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:24:21.477189+0000 mgr.smithi107.erfdst (mgr.24445) 346 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 332 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 6.7 MiB/s wr, 643 op/s 2023-07-12T15:24:23.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:24:23 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:24:21.477189+0000 mgr.smithi107.erfdst (mgr.24445) 346 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 332 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 6.7 MiB/s wr, 643 op/s 2023-07-12T15:24:24.085 INFO:teuthology.orchestra.run.smithi005.stdout: 5 176939 5.52 MB/sec execute 456 sec latency 44.354 ms 2023-07-12T15:24:24.571 INFO:teuthology.orchestra.run.smithi005.stdout:true 2023-07-12T15:24:25.085 INFO:teuthology.orchestra.run.smithi005.stdout: 5 177370 5.54 MB/sec execute 457 sec latency 59.008 ms 2023-07-12T15:24:25.474 INFO:teuthology.orchestra.run.smithi005.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-07-12T15:24:25.474 INFO:teuthology.orchestra.run.smithi005.stdout:alertmanager.smithi005 smithi005 *:9093,9094 starting - - - - 2023-07-12T15:24:25.475 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi005 smithi005 running (13m) 7m ago 13m 7004k - 16.2.4 8d91d370c2b8 d66dbf6fdb25 2023-07-12T15:24:25.475 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi107 smithi107 running (12m) 7m ago 12m 7184k - 16.2.4 8d91d370c2b8 b2a554924ee7 2023-07-12T15:24:25.475 INFO:teuthology.orchestra.run.smithi005.stdout:grafana.smithi005 smithi005 *:3000 starting - - - - 2023-07-12T15:24:25.475 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi005.llyakb smithi005 running (9m) 7m ago 9m 16.8M - 16.2.4 8d91d370c2b8 2e9588e0199b 2023-07-12T15:24:25.475 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi107.umdxex smithi107 running (9m) 7m ago 9m 39.5M - 16.2.4 8d91d370c2b8 401879dbc3a1 2023-07-12T15:24:25.475 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi005.fgymhs smithi005 *:9283 running (14m) 7m ago 14m 379M - 16.2.4 8d91d370c2b8 773b2b36c231 2023-07-12T15:24:25.475 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi107.erfdst smithi107 *:8443,9283 running (8m) 7m ago 12m 501M - 18.1.2-55-gb1bd0540 45bffa74f7bc aa123e0fe635 2023-07-12T15:24:25.476 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi005 smithi005 running (14m) 7m ago 14m 117M 2048M 16.2.4 8d91d370c2b8 d77bb5c14fd6 2023-07-12T15:24:25.476 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi107 smithi107 running (12m) 7m ago 12m 78.2M 2048M 16.2.4 8d91d370c2b8 eb5e5c1f8ca8 2023-07-12T15:24:25.476 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.0.0.smithi005.raeamr smithi005 *:2049 running (7m) 7m ago 7m 59.0M - 3.5 8d91d370c2b8 cf45a3af5fd8 2023-07-12T15:24:25.476 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.1.0.smithi107.ppslpa smithi107 *:2049 running (7m) 7m ago 7m 16.7M - 3.5 8d91d370c2b8 1d4a977d4dad 2023-07-12T15:24:25.476 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi005 smithi005 *:9100 starting - - - - 2023-07-12T15:24:25.476 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi107 smithi107 *:9100 running (12m) 7m ago 12m 18.3M - 0.18.1 e5a616e4b9cf 0f858f5dbd77 2023-07-12T15:24:25.476 INFO:teuthology.orchestra.run.smithi005.stdout:osd.0 smithi005 running (12m) 7m ago 12m 1169M 4096M 16.2.4 8d91d370c2b8 b76fd1d0c8e6 2023-07-12T15:24:25.476 INFO:teuthology.orchestra.run.smithi005.stdout:osd.1 smithi005 running (12m) 7m ago 12m 1044M 4096M 16.2.4 8d91d370c2b8 0c931b3abdbc 2023-07-12T15:24:25.477 INFO:teuthology.orchestra.run.smithi005.stdout:osd.2 smithi005 running (11m) 7m ago 11m 618M 4096M 16.2.4 8d91d370c2b8 2712a85e1556 2023-07-12T15:24:25.477 INFO:teuthology.orchestra.run.smithi005.stdout:osd.3 smithi005 running (11m) 7m ago 11m 1083M 4096M 16.2.4 8d91d370c2b8 91a5ecefbf60 2023-07-12T15:24:25.477 INFO:teuthology.orchestra.run.smithi005.stdout:osd.4 smithi107 running (11m) 7m ago 11m 1112M 4096M 16.2.4 8d91d370c2b8 27cd7acb5a1c 2023-07-12T15:24:25.477 INFO:teuthology.orchestra.run.smithi005.stdout:osd.5 smithi107 running (11m) 7m ago 11m 1325M 4096M 16.2.4 8d91d370c2b8 c0ddb4bafed0 2023-07-12T15:24:25.477 INFO:teuthology.orchestra.run.smithi005.stdout:osd.6 smithi107 running (11m) 7m ago 10m 1033M 4096M 16.2.4 8d91d370c2b8 82bc037c969c 2023-07-12T15:24:25.477 INFO:teuthology.orchestra.run.smithi005.stdout:osd.7 smithi107 running (10m) 7m ago 10m 1709M 4096M 16.2.4 8d91d370c2b8 516c8ea96297 2023-07-12T15:24:25.477 INFO:teuthology.orchestra.run.smithi005.stdout:prometheus.smithi005 smithi005 *:9095 running (12m) 7m ago 13m 38.2M - 2.18.1 de242295e225 724aca1453e2 2023-07-12T15:24:25.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:24:25 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:24:23.478989+0000 mgr.smithi107.erfdst (mgr.24445) 347 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 327 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 9.0 MiB/s wr, 898 op/s 2023-07-12T15:24:25.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:24:25 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:24:23.478989+0000 mgr.smithi107.erfdst (mgr.24445) 347 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 327 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 9.0 MiB/s wr, 898 op/s 2023-07-12T15:24:26.032 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:24:26.032 INFO:teuthology.orchestra.run.smithi005.stdout: "mon": { 2023-07-12T15:24:26.033 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2023-07-12T15:24:26.033 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:24:26.033 INFO:teuthology.orchestra.run.smithi005.stdout: "mgr": { 2023-07-12T15:24:26.033 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2023-07-12T15:24:26.033 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 1 2023-07-12T15:24:26.034 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:24:26.034 INFO:teuthology.orchestra.run.smithi005.stdout: "osd": { 2023-07-12T15:24:26.034 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2023-07-12T15:24:26.034 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:24:26.034 INFO:teuthology.orchestra.run.smithi005.stdout: "mds": { 2023-07-12T15:24:26.035 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2023-07-12T15:24:26.035 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:24:26.035 INFO:teuthology.orchestra.run.smithi005.stdout: "overall": { 2023-07-12T15:24:26.036 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 13, 2023-07-12T15:24:26.036 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 1 2023-07-12T15:24:26.036 INFO:teuthology.orchestra.run.smithi005.stdout: } 2023-07-12T15:24:26.036 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:24:26.085 INFO:teuthology.orchestra.run.smithi005.stdout: 5 177760 5.55 MB/sec execute 458 sec latency 75.817 ms 2023-07-12T15:24:26.435 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:24:26.435 INFO:teuthology.orchestra.run.smithi005.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:c4be3de0cb572873b18bf4d7ff19efd4676dcd86f150f2b38e50b5e2946cf6ef", 2023-07-12T15:24:26.435 INFO:teuthology.orchestra.run.smithi005.stdout: "in_progress": true, 2023-07-12T15:24:26.435 INFO:teuthology.orchestra.run.smithi005.stdout: "which": "Upgrading all daemon types on all hosts", 2023-07-12T15:24:26.435 INFO:teuthology.orchestra.run.smithi005.stdout: "services_complete": [], 2023-07-12T15:24:26.435 INFO:teuthology.orchestra.run.smithi005.stdout: "progress": "1/23 daemons upgraded", 2023-07-12T15:24:26.436 INFO:teuthology.orchestra.run.smithi005.stdout: "message": "", 2023-07-12T15:24:26.436 INFO:teuthology.orchestra.run.smithi005.stdout: "is_paused": false 2023-07-12T15:24:26.436 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:24:26.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:24:26 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:24:24.542939+0000 mgr.smithi107.erfdst (mgr.24445) 348 : audit [DBG] from='client.24825 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:24:26.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:24:26 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:24:25.013316+0000 mgr.smithi107.erfdst (mgr.24445) 349 : audit [DBG] from='client.24829 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:24:26.500 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:24:26 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:24:26.030825+0000 mon.smithi005 (mon.0) 840 : audit [DBG] from='client.? 172.21.15.5:0/2995533922' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:24:26.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:24:26 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:24:24.542939+0000 mgr.smithi107.erfdst (mgr.24445) 348 : audit [DBG] from='client.24825 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:24:26.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:24:26 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:24:25.013316+0000 mgr.smithi107.erfdst (mgr.24445) 349 : audit [DBG] from='client.24829 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:24:26.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:24:26 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:24:26.030825+0000 mon.smithi005 (mon.0) 840 : audit [DBG] from='client.? 172.21.15.5:0/2995533922' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:24:26.914 INFO:teuthology.orchestra.run.smithi005.stdout:HEALTH_OK 2023-07-12T15:24:27.085 INFO:teuthology.orchestra.run.smithi005.stdout: 5 178141 5.56 MB/sec execute 459 sec latency 50.669 ms 2023-07-12T15:24:27.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:24:27 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:24:25.460043+0000 mgr.smithi107.erfdst (mgr.24445) 350 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:24:27.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:24:27 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:24:25.479294+0000 mgr.smithi107.erfdst (mgr.24445) 351 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 327 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 5.4 MiB/s wr, 542 op/s 2023-07-12T15:24:27.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:24:27 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:24:26.912987+0000 mon.smithi107 (mon.1) 116 : audit [DBG] from='client.? 172.21.15.5:0/2735451393' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:24:27.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:24:27 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:24:25.460043+0000 mgr.smithi107.erfdst (mgr.24445) 350 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:24:27.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:24:27 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:24:25.479294+0000 mgr.smithi107.erfdst (mgr.24445) 351 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 327 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 5.4 MiB/s wr, 542 op/s 2023-07-12T15:24:27.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:24:27 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:24:26.912987+0000 mon.smithi107 (mon.1) 116 : audit [DBG] from='client.? 172.21.15.5:0/2735451393' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:24:28.085 INFO:teuthology.orchestra.run.smithi005.stdout: 5 178442 5.56 MB/sec execute 460 sec latency 55.014 ms 2023-07-12T15:24:28.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:24:28 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:24:26.433482+0000 mgr.smithi107.erfdst (mgr.24445) 352 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:24:28.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:24:28 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:24:26.433482+0000 mgr.smithi107.erfdst (mgr.24445) 352 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:24:29.085 INFO:teuthology.orchestra.run.smithi005.stdout: 5 178880 5.58 MB/sec execute 461 sec latency 44.160 ms 2023-07-12T15:24:29.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:24:29 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:24:27.481591+0000 mgr.smithi107.erfdst (mgr.24445) 353 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 327 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 5.4 MiB/s wr, 542 op/s 2023-07-12T15:24:29.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:24:29 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:24:27.481591+0000 mgr.smithi107.erfdst (mgr.24445) 353 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 327 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 5.4 MiB/s wr, 542 op/s 2023-07-12T15:24:30.085 INFO:teuthology.orchestra.run.smithi005.stdout: 5 179337 5.58 MB/sec execute 462 sec latency 41.312 ms 2023-07-12T15:24:31.085 INFO:teuthology.orchestra.run.smithi005.stdout: 5 179795 5.60 MB/sec execute 463 sec latency 50.960 ms 2023-07-12T15:24:31.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:24:31 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:24:29.482336+0000 mgr.smithi107.erfdst (mgr.24445) 354 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 330 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 11 KiB/s rd, 8.0 MiB/s wr, 789 op/s 2023-07-12T15:24:31.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:24:31 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:24:29.482336+0000 mgr.smithi107.erfdst (mgr.24445) 354 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 330 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 11 KiB/s rd, 8.0 MiB/s wr, 789 op/s 2023-07-12T15:24:32.085 INFO:teuthology.orchestra.run.smithi005.stdout: 5 180270 5.62 MB/sec execute 464 sec latency 42.806 ms 2023-07-12T15:24:33.086 INFO:teuthology.orchestra.run.smithi005.stdout: 5 180728 5.64 MB/sec execute 465 sec latency 34.680 ms 2023-07-12T15:24:33.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:24:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:24:31.482694+0000 mgr.smithi107.erfdst (mgr.24445) 355 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 330 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.0 MiB/s wr, 502 op/s 2023-07-12T15:24:33.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:24:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:24:32.518392+0000 mon.smithi107 (mon.1) 117 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:24:33.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:24:33 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:24:31.482694+0000 mgr.smithi107.erfdst (mgr.24445) 355 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 330 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.0 MiB/s wr, 502 op/s 2023-07-12T15:24:33.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:24:33 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:24:32.518392+0000 mon.smithi107 (mon.1) 117 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:24:34.085 INFO:teuthology.orchestra.run.smithi005.stdout: 5 181074 5.65 MB/sec execute 466 sec latency 42.132 ms 2023-07-12T15:24:35.086 INFO:teuthology.orchestra.run.smithi005.stdout: 5 181440 5.67 MB/sec execute 467 sec latency 42.142 ms 2023-07-12T15:24:35.559 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:24:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:24:33.483436+0000 mgr.smithi107.erfdst (mgr.24445) 356 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 338 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 11 KiB/s rd, 7.6 MiB/s wr, 771 op/s 2023-07-12T15:24:35.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:24:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:24:33.483436+0000 mgr.smithi107.erfdst (mgr.24445) 356 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 338 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 11 KiB/s rd, 7.6 MiB/s wr, 771 op/s 2023-07-12T15:24:36.086 INFO:teuthology.orchestra.run.smithi005.stdout: 5 181769 5.66 MB/sec execute 468 sec latency 47.194 ms 2023-07-12T15:24:37.086 INFO:teuthology.orchestra.run.smithi005.stdout: 5 182058 5.66 MB/sec execute 469 sec latency 58.291 ms 2023-07-12T15:24:37.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:24:37 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:24:35.484433+0000 mgr.smithi107.erfdst (mgr.24445) 357 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 338 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 5.3 MiB/s wr, 516 op/s 2023-07-12T15:24:37.751 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:24:37 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:24:35.484433+0000 mgr.smithi107.erfdst (mgr.24445) 357 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 338 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 5.3 MiB/s wr, 516 op/s 2023-07-12T15:24:38.086 INFO:teuthology.orchestra.run.smithi005.stdout: 5 182785 5.69 MB/sec execute 470 sec latency 32.527 ms 2023-07-12T15:24:39.086 INFO:teuthology.orchestra.run.smithi005.stdout: 5 183466 5.71 MB/sec execute 471 sec latency 26.239 ms 2023-07-12T15:24:39.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:24:39 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:24:37.484830+0000 mgr.smithi107.erfdst (mgr.24445) 358 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 338 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 5.3 MiB/s wr, 516 op/s 2023-07-12T15:24:39.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:24:39 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:24:37.484830+0000 mgr.smithi107.erfdst (mgr.24445) 358 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 338 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 5.3 MiB/s wr, 516 op/s 2023-07-12T15:24:40.086 INFO:teuthology.orchestra.run.smithi005.stdout: 5 184057 5.73 MB/sec execute 472 sec latency 39.822 ms 2023-07-12T15:24:41.086 INFO:teuthology.orchestra.run.smithi005.stdout: 5 184553 5.76 MB/sec execute 473 sec latency 36.522 ms 2023-07-12T15:24:41.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:24:41 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:24:39.487284+0000 mgr.smithi107.erfdst (mgr.24445) 359 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 335 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 8.0 MiB/s wr, 801 op/s 2023-07-12T15:24:41.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:24:41 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:24:39.487284+0000 mgr.smithi107.erfdst (mgr.24445) 359 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 335 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 8.0 MiB/s wr, 801 op/s 2023-07-12T15:24:42.086 INFO:teuthology.orchestra.run.smithi005.stdout: 5 185128 5.79 MB/sec execute 474 sec latency 37.565 ms 2023-07-12T15:24:43.086 INFO:teuthology.orchestra.run.smithi005.stdout: 5 185571 5.79 MB/sec execute 475 sec latency 33.707 ms 2023-07-12T15:24:43.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:24:43 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:24:41.487647+0000 mgr.smithi107.erfdst (mgr.24445) 360 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 335 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 5.3 MiB/s wr, 554 op/s 2023-07-12T15:24:43.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:24:43 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:24:41.487647+0000 mgr.smithi107.erfdst (mgr.24445) 360 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 335 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 5.3 MiB/s wr, 554 op/s 2023-07-12T15:24:44.086 INFO:teuthology.orchestra.run.smithi005.stdout: 5 186074 5.81 MB/sec execute 476 sec latency 38.153 ms 2023-07-12T15:24:45.086 INFO:teuthology.orchestra.run.smithi005.stdout: 5 186694 5.82 MB/sec execute 477 sec latency 33.818 ms 2023-07-12T15:24:45.560 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:24:45 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:24:43.488295+0000 mgr.smithi107.erfdst (mgr.24445) 361 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 341 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 8.8 MiB/s wr, 888 op/s 2023-07-12T15:24:45.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:24:45 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:24:43.488295+0000 mgr.smithi107.erfdst (mgr.24445) 361 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 341 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 8.8 MiB/s wr, 888 op/s 2023-07-12T15:24:46.086 INFO:teuthology.orchestra.run.smithi005.stdout: 5 187233 5.84 MB/sec execute 478 sec latency 31.394 ms 2023-07-12T15:24:47.086 INFO:teuthology.orchestra.run.smithi005.stdout: 5 187640 5.85 MB/sec execute 479 sec latency 39.358 ms 2023-07-12T15:24:47.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:24:47 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:24:45.488688+0000 mgr.smithi107.erfdst (mgr.24445) 362 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 341 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.2 MiB/s wr, 619 op/s 2023-07-12T15:24:47.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:24:47 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:24:45.488688+0000 mgr.smithi107.erfdst (mgr.24445) 362 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 341 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.2 MiB/s wr, 619 op/s 2023-07-12T15:24:48.086 INFO:teuthology.orchestra.run.smithi005.stdout: 5 188215 5.89 MB/sec execute 480 sec latency 57.102 ms 2023-07-12T15:24:48.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:24:48 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:24:47.520853+0000 mon.smithi107 (mon.1) 118 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:24:48.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:24:48 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:24:47.520853+0000 mon.smithi107 (mon.1) 118 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:24:49.087 INFO:teuthology.orchestra.run.smithi005.stdout: 5 188996 5.91 MB/sec execute 481 sec latency 16.871 ms 2023-07-12T15:24:49.672 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:24:49 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:24:47.489104+0000 mgr.smithi107.erfdst (mgr.24445) 363 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 341 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.2 MiB/s wr, 619 op/s 2023-07-12T15:24:49.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:24:49 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:24:47.489104+0000 mgr.smithi107.erfdst (mgr.24445) 363 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 341 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.2 MiB/s wr, 619 op/s 2023-07-12T15:24:50.086 INFO:teuthology.orchestra.run.smithi005.stdout: 5 189782 5.94 MB/sec execute 482 sec latency 49.427 ms 2023-07-12T15:24:51.086 INFO:teuthology.orchestra.run.smithi005.stdout: 5 190455 5.96 MB/sec execute 483 sec latency 30.769 ms 2023-07-12T15:24:51.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:24:51 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:24:49.489844+0000 mgr.smithi107.erfdst (mgr.24445) 364 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 341 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 13 KiB/s rd, 9.6 MiB/s wr, 949 op/s 2023-07-12T15:24:51.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:24:51 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:24:49.489844+0000 mgr.smithi107.erfdst (mgr.24445) 364 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 341 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 13 KiB/s rd, 9.6 MiB/s wr, 949 op/s 2023-07-12T15:24:52.086 INFO:teuthology.orchestra.run.smithi005.stdout: 5 190911 5.98 MB/sec execute 484 sec latency 36.292 ms 2023-07-12T15:24:53.086 INFO:teuthology.orchestra.run.smithi005.stdout: 5 191395 6.00 MB/sec execute 485 sec latency 46.828 ms 2023-07-12T15:24:53.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:24:53 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:24:51.491710+0000 mgr.smithi107.erfdst (mgr.24445) 365 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 341 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 6.9 MiB/s wr, 664 op/s 2023-07-12T15:24:53.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:24:53 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:24:51.491710+0000 mgr.smithi107.erfdst (mgr.24445) 365 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 341 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 6.9 MiB/s wr, 664 op/s 2023-07-12T15:24:54.086 INFO:teuthology.orchestra.run.smithi005.stdout: 5 192014 6.03 MB/sec execute 486 sec latency 47.258 ms 2023-07-12T15:24:55.087 INFO:teuthology.orchestra.run.smithi005.stdout: 5 192539 6.03 MB/sec execute 487 sec latency 39.208 ms 2023-07-12T15:24:55.560 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:24:55 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:24:53.492407+0000 mgr.smithi107.erfdst (mgr.24445) 366 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 353 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 13 KiB/s rd, 11 MiB/s wr, 1.03k op/s 2023-07-12T15:24:55.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:24:55 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:24:53.492407+0000 mgr.smithi107.erfdst (mgr.24445) 366 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 353 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 13 KiB/s rd, 11 MiB/s wr, 1.03k op/s 2023-07-12T15:24:56.091 INFO:teuthology.orchestra.run.smithi005.stdout: 5 192838 6.03 MB/sec execute 488 sec latency 41.318 ms 2023-07-12T15:24:57.086 INFO:teuthology.orchestra.run.smithi005.stdout: 5 193193 6.04 MB/sec execute 489 sec latency 74.875 ms 2023-07-12T15:24:57.418 INFO:teuthology.orchestra.run.smithi005.stdout:true 2023-07-12T15:24:57.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:24:57 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:24:55.492903+0000 mgr.smithi107.erfdst (mgr.24445) 367 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 353 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 7.0 MiB/s wr, 693 op/s 2023-07-12T15:24:57.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:24:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:24:55.492903+0000 mgr.smithi107.erfdst (mgr.24445) 367 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 353 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 7.0 MiB/s wr, 693 op/s 2023-07-12T15:24:58.086 INFO:teuthology.orchestra.run.smithi005.stdout: 5 193630 6.05 MB/sec execute 490 sec latency 39.566 ms 2023-07-12T15:24:58.359 INFO:teuthology.orchestra.run.smithi005.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-07-12T15:24:58.359 INFO:teuthology.orchestra.run.smithi005.stdout:alertmanager.smithi005 smithi005 *:9093,9094 starting - - - - 2023-07-12T15:24:58.359 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi005 smithi005 running (13m) 8m ago 13m 7004k - 16.2.4 8d91d370c2b8 d66dbf6fdb25 2023-07-12T15:24:58.359 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi107 smithi107 running (13m) 8m ago 13m 7184k - 16.2.4 8d91d370c2b8 b2a554924ee7 2023-07-12T15:24:58.360 INFO:teuthology.orchestra.run.smithi005.stdout:grafana.smithi005 smithi005 *:3000 starting - - - - 2023-07-12T15:24:58.360 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi005.llyakb smithi005 running (10m) 8m ago 10m 16.8M - 16.2.4 8d91d370c2b8 2e9588e0199b 2023-07-12T15:24:58.360 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi107.umdxex smithi107 running (10m) 8m ago 10m 39.5M - 16.2.4 8d91d370c2b8 401879dbc3a1 2023-07-12T15:24:58.360 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi005.fgymhs smithi005 *:9283 running (14m) 8m ago 14m 379M - 16.2.4 8d91d370c2b8 773b2b36c231 2023-07-12T15:24:58.360 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi107.erfdst smithi107 *:8443,9283 running (8m) 8m ago 13m 501M - 18.1.2-55-gb1bd0540 45bffa74f7bc aa123e0fe635 2023-07-12T15:24:58.360 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi005 smithi005 running (15m) 8m ago 15m 117M 2048M 16.2.4 8d91d370c2b8 d77bb5c14fd6 2023-07-12T15:24:58.360 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi107 smithi107 running (13m) 8m ago 13m 78.2M 2048M 16.2.4 8d91d370c2b8 eb5e5c1f8ca8 2023-07-12T15:24:58.360 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.0.0.smithi005.raeamr smithi005 *:2049 running (8m) 8m ago 8m 59.0M - 3.5 8d91d370c2b8 cf45a3af5fd8 2023-07-12T15:24:58.361 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.1.0.smithi107.ppslpa smithi107 *:2049 running (8m) 8m ago 8m 16.7M - 3.5 8d91d370c2b8 1d4a977d4dad 2023-07-12T15:24:58.361 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi005 smithi005 *:9100 starting - - - - 2023-07-12T15:24:58.361 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi107 smithi107 *:9100 running (13m) 8m ago 13m 18.3M - 0.18.1 e5a616e4b9cf 0f858f5dbd77 2023-07-12T15:24:58.361 INFO:teuthology.orchestra.run.smithi005.stdout:osd.0 smithi005 running (12m) 8m ago 12m 1169M 4096M 16.2.4 8d91d370c2b8 b76fd1d0c8e6 2023-07-12T15:24:58.361 INFO:teuthology.orchestra.run.smithi005.stdout:osd.1 smithi005 running (12m) 8m ago 12m 1044M 4096M 16.2.4 8d91d370c2b8 0c931b3abdbc 2023-07-12T15:24:58.361 INFO:teuthology.orchestra.run.smithi005.stdout:osd.2 smithi005 running (12m) 8m ago 12m 618M 4096M 16.2.4 8d91d370c2b8 2712a85e1556 2023-07-12T15:24:58.361 INFO:teuthology.orchestra.run.smithi005.stdout:osd.3 smithi005 running (12m) 8m ago 12m 1083M 4096M 16.2.4 8d91d370c2b8 91a5ecefbf60 2023-07-12T15:24:58.362 INFO:teuthology.orchestra.run.smithi005.stdout:osd.4 smithi107 running (11m) 8m ago 11m 1112M 4096M 16.2.4 8d91d370c2b8 27cd7acb5a1c 2023-07-12T15:24:58.362 INFO:teuthology.orchestra.run.smithi005.stdout:osd.5 smithi107 running (11m) 8m ago 11m 1325M 4096M 16.2.4 8d91d370c2b8 c0ddb4bafed0 2023-07-12T15:24:58.362 INFO:teuthology.orchestra.run.smithi005.stdout:osd.6 smithi107 running (11m) 8m ago 11m 1033M 4096M 16.2.4 8d91d370c2b8 82bc037c969c 2023-07-12T15:24:58.362 INFO:teuthology.orchestra.run.smithi005.stdout:osd.7 smithi107 running (11m) 8m ago 11m 1709M 4096M 16.2.4 8d91d370c2b8 516c8ea96297 2023-07-12T15:24:58.362 INFO:teuthology.orchestra.run.smithi005.stdout:prometheus.smithi005 smithi005 *:9095 running (12m) 8m ago 13m 38.2M - 2.18.1 de242295e225 724aca1453e2 2023-07-12T15:24:58.943 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:24:58.943 INFO:teuthology.orchestra.run.smithi005.stdout: "mon": { 2023-07-12T15:24:58.943 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2023-07-12T15:24:58.944 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:24:58.944 INFO:teuthology.orchestra.run.smithi005.stdout: "mgr": { 2023-07-12T15:24:58.944 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2023-07-12T15:24:58.944 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 1 2023-07-12T15:24:58.944 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:24:58.944 INFO:teuthology.orchestra.run.smithi005.stdout: "osd": { 2023-07-12T15:24:58.944 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2023-07-12T15:24:58.945 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:24:58.945 INFO:teuthology.orchestra.run.smithi005.stdout: "mds": { 2023-07-12T15:24:58.945 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2023-07-12T15:24:58.945 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:24:58.945 INFO:teuthology.orchestra.run.smithi005.stdout: "overall": { 2023-07-12T15:24:58.945 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 13, 2023-07-12T15:24:58.945 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 1 2023-07-12T15:24:58.945 INFO:teuthology.orchestra.run.smithi005.stdout: } 2023-07-12T15:24:58.946 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:24:59.086 INFO:teuthology.orchestra.run.smithi005.stdout: 5 194396 6.08 MB/sec execute 491 sec latency 23.064 ms 2023-07-12T15:24:59.398 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:24:59.399 INFO:teuthology.orchestra.run.smithi005.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:c4be3de0cb572873b18bf4d7ff19efd4676dcd86f150f2b38e50b5e2946cf6ef", 2023-07-12T15:24:59.399 INFO:teuthology.orchestra.run.smithi005.stdout: "in_progress": true, 2023-07-12T15:24:59.399 INFO:teuthology.orchestra.run.smithi005.stdout: "which": "Upgrading all daemon types on all hosts", 2023-07-12T15:24:59.399 INFO:teuthology.orchestra.run.smithi005.stdout: "services_complete": [], 2023-07-12T15:24:59.399 INFO:teuthology.orchestra.run.smithi005.stdout: "progress": "1/23 daemons upgraded", 2023-07-12T15:24:59.400 INFO:teuthology.orchestra.run.smithi005.stdout: "message": "", 2023-07-12T15:24:59.400 INFO:teuthology.orchestra.run.smithi005.stdout: "is_paused": false 2023-07-12T15:24:59.400 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:24:59.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:24:59 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:24:57.398898+0000 mgr.smithi107.erfdst (mgr.24445) 368 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:24:59.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:24:59 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:24:57.493211+0000 mgr.smithi107.erfdst (mgr.24445) 369 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 353 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 7.0 MiB/s wr, 693 op/s 2023-07-12T15:24:59.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:24:59 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:24:57.878619+0000 mgr.smithi107.erfdst (mgr.24445) 370 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:24:59.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:24:59 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:24:58.343506+0000 mgr.smithi107.erfdst (mgr.24445) 371 : audit [DBG] from='client.24855 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:24:59.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:24:59 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:24:58.941722+0000 mon.smithi005 (mon.0) 841 : audit [DBG] from='client.? 172.21.15.5:0/1926663997' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:24:59.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:24:59 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:24:57.398898+0000 mgr.smithi107.erfdst (mgr.24445) 368 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:24:59.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:24:59 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:24:57.493211+0000 mgr.smithi107.erfdst (mgr.24445) 369 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 353 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 7.0 MiB/s wr, 693 op/s 2023-07-12T15:24:59.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:24:59 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:24:57.878619+0000 mgr.smithi107.erfdst (mgr.24445) 370 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:24:59.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:24:59 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:24:58.343506+0000 mgr.smithi107.erfdst (mgr.24445) 371 : audit [DBG] from='client.24855 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:24:59.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:24:59 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:24:58.941722+0000 mon.smithi005 (mon.0) 841 : audit [DBG] from='client.? 172.21.15.5:0/1926663997' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:24:59.938 INFO:teuthology.orchestra.run.smithi005.stdout:HEALTH_OK 2023-07-12T15:25:00.086 INFO:teuthology.orchestra.run.smithi005.stdout: 5 195133 6.12 MB/sec execute 492 sec latency 23.580 ms 2023-07-12T15:25:00.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:25:00 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:24:59.937669+0000 mon.smithi005 (mon.0) 842 : audit [DBG] from='client.? 172.21.15.5:0/1084028251' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:25:00.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:25:00 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:24:59.937669+0000 mon.smithi005 (mon.0) 842 : audit [DBG] from='client.? 172.21.15.5:0/1084028251' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:25:01.086 INFO:teuthology.orchestra.run.smithi005.stdout: 5 195646 6.14 MB/sec execute 493 sec latency 40.412 ms 2023-07-12T15:25:01.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:25:01 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:24:59.397317+0000 mgr.smithi107.erfdst (mgr.24445) 372 : audit [DBG] from='client.24861 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:25:01.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:25:01 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:24:59.493956+0000 mgr.smithi107.erfdst (mgr.24445) 373 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 345 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 13 KiB/s rd, 9.7 MiB/s wr, 985 op/s 2023-07-12T15:25:01.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:25:01 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:24:59.397317+0000 mgr.smithi107.erfdst (mgr.24445) 372 : audit [DBG] from='client.24861 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:25:01.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:25:01 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:24:59.493956+0000 mgr.smithi107.erfdst (mgr.24445) 373 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 345 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 13 KiB/s rd, 9.7 MiB/s wr, 985 op/s 2023-07-12T15:25:02.086 INFO:teuthology.orchestra.run.smithi005.stdout: 5 196164 6.14 MB/sec execute 494 sec latency 48.546 ms 2023-07-12T15:25:03.086 INFO:teuthology.orchestra.run.smithi005.stdout: 5 196686 6.16 MB/sec execute 495 sec latency 36.644 ms 2023-07-12T15:25:03.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:25:03 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:25:01.494336+0000 mgr.smithi107.erfdst (mgr.24445) 374 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 345 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.3 MiB/s wr, 655 op/s 2023-07-12T15:25:03.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:25:03 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:25:02.521550+0000 mon.smithi107 (mon.1) 119 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:25:03.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:25:03 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:25:01.494336+0000 mgr.smithi107.erfdst (mgr.24445) 374 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 345 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.3 MiB/s wr, 655 op/s 2023-07-12T15:25:03.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:25:03 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:25:02.521550+0000 mon.smithi107 (mon.1) 119 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:25:04.086 INFO:teuthology.orchestra.run.smithi005.stdout: 5 197214 6.17 MB/sec execute 496 sec latency 31.936 ms 2023-07-12T15:25:05.086 INFO:teuthology.orchestra.run.smithi005.stdout: 5 197598 6.18 MB/sec execute 497 sec latency 52.205 ms 2023-07-12T15:25:05.559 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:25:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:25:03.494990+0000 mgr.smithi107.erfdst (mgr.24445) 375 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 338 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 15 KiB/s rd, 10 MiB/s wr, 1.02k op/s 2023-07-12T15:25:05.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:25:05 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:25:03.494990+0000 mgr.smithi107.erfdst (mgr.24445) 375 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 338 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 15 KiB/s rd, 10 MiB/s wr, 1.02k op/s 2023-07-12T15:25:06.087 INFO:teuthology.orchestra.run.smithi005.stdout: 5 198025 6.19 MB/sec execute 498 sec latency 32.015 ms 2023-07-12T15:25:07.087 INFO:teuthology.orchestra.run.smithi005.stdout: 5 198446 6.21 MB/sec execute 499 sec latency 51.545 ms 2023-07-12T15:25:07.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:25:07 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:25:05.495378+0000 mgr.smithi107.erfdst (mgr.24445) 376 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 338 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 6.5 MiB/s wr, 657 op/s 2023-07-12T15:25:07.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:25:07 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:25:05.495378+0000 mgr.smithi107.erfdst (mgr.24445) 376 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 338 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 6.5 MiB/s wr, 657 op/s 2023-07-12T15:25:08.087 INFO:teuthology.orchestra.run.smithi005.stdout: 5 198758 6.22 MB/sec execute 500 sec latency 42.238 ms 2023-07-12T15:25:09.087 INFO:teuthology.orchestra.run.smithi005.stdout: 5 199072 6.23 MB/sec execute 501 sec latency 36.612 ms 2023-07-12T15:25:09.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:25:09 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:25:07.495696+0000 mgr.smithi107.erfdst (mgr.24445) 377 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 338 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 6.5 MiB/s wr, 657 op/s 2023-07-12T15:25:09.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:25:09 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:25:07.495696+0000 mgr.smithi107.erfdst (mgr.24445) 377 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 338 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 6.5 MiB/s wr, 657 op/s 2023-07-12T15:25:10.087 INFO:teuthology.orchestra.run.smithi005.stdout: 5 199405 6.23 MB/sec execute 502 sec latency 59.409 ms 2023-07-12T15:25:11.087 INFO:teuthology.orchestra.run.smithi005.stdout: 5 199821 6.23 MB/sec execute 503 sec latency 54.523 ms 2023-07-12T15:25:11.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:25:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:25:09.496278+0000 mgr.smithi107.erfdst (mgr.24445) 378 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 336 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 13 KiB/s rd, 9.2 MiB/s wr, 894 op/s 2023-07-12T15:25:11.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:25:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:25:09.496278+0000 mgr.smithi107.erfdst (mgr.24445) 378 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 336 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 13 KiB/s rd, 9.2 MiB/s wr, 894 op/s 2023-07-12T15:25:12.087 INFO:teuthology.orchestra.run.smithi005.stdout: 5 200306 6.24 MB/sec execute 504 sec latency 41.622 ms 2023-07-12T15:25:13.087 INFO:teuthology.orchestra.run.smithi005.stdout: 5 200789 6.25 MB/sec execute 505 sec latency 44.539 ms 2023-07-12T15:25:13.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:25:13 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:25:11.496622+0000 mgr.smithi107.erfdst (mgr.24445) 379 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 336 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 6.5 MiB/s wr, 602 op/s 2023-07-12T15:25:13.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:25:13 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:25:11.496622+0000 mgr.smithi107.erfdst (mgr.24445) 379 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 336 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 6.5 MiB/s wr, 602 op/s 2023-07-12T15:25:14.087 INFO:teuthology.orchestra.run.smithi005.stdout: 5 201213 6.26 MB/sec execute 506 sec latency 44.259 ms 2023-07-12T15:25:15.087 INFO:teuthology.orchestra.run.smithi005.stdout: 5 201621 6.27 MB/sec execute 507 sec latency 65.813 ms 2023-07-12T15:25:15.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:25:15 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:25:13.497188+0000 mgr.smithi107.erfdst (mgr.24445) 380 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 334 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 8.7 MiB/s wr, 859 op/s 2023-07-12T15:25:15.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:25:15 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:25:13.497188+0000 mgr.smithi107.erfdst (mgr.24445) 380 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 334 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 8.7 MiB/s wr, 859 op/s 2023-07-12T15:25:16.087 INFO:teuthology.orchestra.run.smithi005.stdout: 5 202209 6.30 MB/sec execute 508 sec latency 30.929 ms 2023-07-12T15:25:17.087 INFO:teuthology.orchestra.run.smithi005.stdout: 5 202637 6.32 MB/sec execute 509 sec latency 76.520 ms 2023-07-12T15:25:17.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:25:17 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:25:15.497543+0000 mgr.smithi107.erfdst (mgr.24445) 381 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 334 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.9 MiB/s wr, 493 op/s 2023-07-12T15:25:17.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:25:17 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:25:15.497543+0000 mgr.smithi107.erfdst (mgr.24445) 381 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 334 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.9 MiB/s wr, 493 op/s 2023-07-12T15:25:18.087 INFO:teuthology.orchestra.run.smithi005.stdout: 5 203172 6.32 MB/sec execute 510 sec latency 34.634 ms 2023-07-12T15:25:18.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:25:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:25:17.520265+0000 mon.smithi107 (mon.1) 120 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:25:18.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:25:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:25:17.520265+0000 mon.smithi107 (mon.1) 120 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:25:19.087 INFO:teuthology.orchestra.run.smithi005.stdout: 5 203684 6.33 MB/sec execute 511 sec latency 57.638 ms 2023-07-12T15:25:19.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:25:19 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:25:17.497909+0000 mgr.smithi107.erfdst (mgr.24445) 382 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 334 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.9 MiB/s wr, 493 op/s 2023-07-12T15:25:19.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:25:19 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:25:17.497909+0000 mgr.smithi107.erfdst (mgr.24445) 382 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 334 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.9 MiB/s wr, 493 op/s 2023-07-12T15:25:20.087 INFO:teuthology.orchestra.run.smithi005.stdout: 5 204262 6.35 MB/sec execute 512 sec latency 35.546 ms 2023-07-12T15:25:21.087 INFO:teuthology.orchestra.run.smithi005.stdout: 5 204798 6.37 MB/sec execute 513 sec latency 37.933 ms 2023-07-12T15:25:21.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:25:21 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:25:19.498567+0000 mgr.smithi107.erfdst (mgr.24445) 383 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 341 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 11 KiB/s rd, 8.2 MiB/s wr, 792 op/s 2023-07-12T15:25:21.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:25:21 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:25:19.498567+0000 mgr.smithi107.erfdst (mgr.24445) 383 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 341 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 11 KiB/s rd, 8.2 MiB/s wr, 792 op/s 2023-07-12T15:25:22.087 INFO:teuthology.orchestra.run.smithi005.stdout: 5 205252 6.38 MB/sec execute 514 sec latency 36.737 ms 2023-07-12T15:25:23.087 INFO:teuthology.orchestra.run.smithi005.stdout: 5 205761 6.41 MB/sec execute 515 sec latency 52.889 ms 2023-07-12T15:25:23.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:25:23 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:25:21.498978+0000 mgr.smithi107.erfdst (mgr.24445) 384 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 341 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.5 MiB/s wr, 556 op/s 2023-07-12T15:25:23.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:25:23 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:25:21.498978+0000 mgr.smithi107.erfdst (mgr.24445) 384 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 341 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.5 MiB/s wr, 556 op/s 2023-07-12T15:25:24.087 INFO:teuthology.orchestra.run.smithi005.stdout: 5 206201 6.42 MB/sec execute 516 sec latency 24.914 ms 2023-07-12T15:25:25.087 INFO:teuthology.orchestra.run.smithi005.stdout: 5 206595 6.42 MB/sec execute 517 sec latency 53.769 ms 2023-07-12T15:25:25.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:25:25 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:25:23.501659+0000 mgr.smithi107.erfdst (mgr.24445) 385 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 337 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 8.6 MiB/s wr, 863 op/s 2023-07-12T15:25:25.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:25:25 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:25:23.501659+0000 mgr.smithi107.erfdst (mgr.24445) 385 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 337 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 8.6 MiB/s wr, 863 op/s 2023-07-12T15:25:26.087 INFO:teuthology.orchestra.run.smithi005.stdout: 5 207028 6.42 MB/sec execute 518 sec latency 37.225 ms 2023-07-12T15:25:27.087 INFO:teuthology.orchestra.run.smithi005.stdout: 5 207329 6.43 MB/sec execute 519 sec latency 66.785 ms 2023-07-12T15:25:27.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:25:27 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:25:25.501991+0000 mgr.smithi107.erfdst (mgr.24445) 386 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 337 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 6.4 MiB/s wr, 606 op/s 2023-07-12T15:25:27.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:25:27 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:25:25.501991+0000 mgr.smithi107.erfdst (mgr.24445) 386 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 337 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 6.4 MiB/s wr, 606 op/s 2023-07-12T15:25:28.087 INFO:teuthology.orchestra.run.smithi005.stdout: 5 207722 6.43 MB/sec execute 520 sec latency 60.748 ms 2023-07-12T15:25:29.088 INFO:teuthology.orchestra.run.smithi005.stdout: 5 208086 6.44 MB/sec execute 521 sec latency 57.407 ms 2023-07-12T15:25:29.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:25:29 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:25:27.502376+0000 mgr.smithi107.erfdst (mgr.24445) 387 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 337 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 6.4 MiB/s wr, 606 op/s 2023-07-12T15:25:29.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:25:29 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:25:27.502376+0000 mgr.smithi107.erfdst (mgr.24445) 387 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 337 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 6.4 MiB/s wr, 606 op/s 2023-07-12T15:25:30.087 INFO:teuthology.orchestra.run.smithi005.stdout: 5 208464 6.44 MB/sec execute 522 sec latency 58.559 ms 2023-07-12T15:25:30.403 INFO:teuthology.orchestra.run.smithi005.stdout:true 2023-07-12T15:25:31.087 INFO:teuthology.orchestra.run.smithi005.stdout: 5 209225 6.49 MB/sec execute 523 sec latency 23.164 ms 2023-07-12T15:25:31.335 INFO:teuthology.orchestra.run.smithi005.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-07-12T15:25:31.335 INFO:teuthology.orchestra.run.smithi005.stdout:alertmanager.smithi005 smithi005 *:9093,9094 starting - - - - 2023-07-12T15:25:31.335 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi005 smithi005 running (14m) 8m ago 14m 7004k - 16.2.4 8d91d370c2b8 d66dbf6fdb25 2023-07-12T15:25:31.335 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi107 smithi107 running (14m) 8m ago 14m 7184k - 16.2.4 8d91d370c2b8 b2a554924ee7 2023-07-12T15:25:31.335 INFO:teuthology.orchestra.run.smithi005.stdout:grafana.smithi005 smithi005 *:3000 starting - - - - 2023-07-12T15:25:31.336 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi005.llyakb smithi005 running (10m) 8m ago 10m 16.8M - 16.2.4 8d91d370c2b8 2e9588e0199b 2023-07-12T15:25:31.336 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi107.umdxex smithi107 running (10m) 8m ago 10m 39.5M - 16.2.4 8d91d370c2b8 401879dbc3a1 2023-07-12T15:25:31.336 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi005.fgymhs smithi005 *:9283 running (15m) 8m ago 15m 379M - 16.2.4 8d91d370c2b8 773b2b36c231 2023-07-12T15:25:31.336 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi107.erfdst smithi107 *:8443,9283 running (9m) 8m ago 14m 501M - 18.1.2-55-gb1bd0540 45bffa74f7bc aa123e0fe635 2023-07-12T15:25:31.336 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi005 smithi005 running (15m) 8m ago 15m 117M 2048M 16.2.4 8d91d370c2b8 d77bb5c14fd6 2023-07-12T15:25:31.336 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi107 smithi107 running (13m) 8m ago 13m 78.2M 2048M 16.2.4 8d91d370c2b8 eb5e5c1f8ca8 2023-07-12T15:25:31.336 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.0.0.smithi005.raeamr smithi005 *:2049 running (8m) 8m ago 8m 59.0M - 3.5 8d91d370c2b8 cf45a3af5fd8 2023-07-12T15:25:31.337 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.1.0.smithi107.ppslpa smithi107 *:2049 running (8m) 8m ago 8m 16.7M - 3.5 8d91d370c2b8 1d4a977d4dad 2023-07-12T15:25:31.337 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi005 smithi005 *:9100 starting - - - - 2023-07-12T15:25:31.337 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi107 smithi107 *:9100 running (13m) 8m ago 13m 18.3M - 0.18.1 e5a616e4b9cf 0f858f5dbd77 2023-07-12T15:25:31.337 INFO:teuthology.orchestra.run.smithi005.stdout:osd.0 smithi005 running (13m) 8m ago 13m 1169M 4096M 16.2.4 8d91d370c2b8 b76fd1d0c8e6 2023-07-12T15:25:31.337 INFO:teuthology.orchestra.run.smithi005.stdout:osd.1 smithi005 running (13m) 8m ago 13m 1044M 4096M 16.2.4 8d91d370c2b8 0c931b3abdbc 2023-07-12T15:25:31.337 INFO:teuthology.orchestra.run.smithi005.stdout:osd.2 smithi005 running (12m) 8m ago 12m 618M 4096M 16.2.4 8d91d370c2b8 2712a85e1556 2023-07-12T15:25:31.337 INFO:teuthology.orchestra.run.smithi005.stdout:osd.3 smithi005 running (12m) 8m ago 12m 1083M 4096M 16.2.4 8d91d370c2b8 91a5ecefbf60 2023-07-12T15:25:31.338 INFO:teuthology.orchestra.run.smithi005.stdout:osd.4 smithi107 running (12m) 8m ago 12m 1112M 4096M 16.2.4 8d91d370c2b8 27cd7acb5a1c 2023-07-12T15:25:31.338 INFO:teuthology.orchestra.run.smithi005.stdout:osd.5 smithi107 running (12m) 8m ago 12m 1325M 4096M 16.2.4 8d91d370c2b8 c0ddb4bafed0 2023-07-12T15:25:31.338 INFO:teuthology.orchestra.run.smithi005.stdout:osd.6 smithi107 running (12m) 8m ago 12m 1033M 4096M 16.2.4 8d91d370c2b8 82bc037c969c 2023-07-12T15:25:31.338 INFO:teuthology.orchestra.run.smithi005.stdout:osd.7 smithi107 running (11m) 8m ago 11m 1709M 4096M 16.2.4 8d91d370c2b8 516c8ea96297 2023-07-12T15:25:31.338 INFO:teuthology.orchestra.run.smithi005.stdout:prometheus.smithi005 smithi005 *:9095 running (13m) 8m ago 14m 38.2M - 2.18.1 de242295e225 724aca1453e2 2023-07-12T15:25:31.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:25:31 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:25:29.502976+0000 mgr.smithi107.erfdst (mgr.24445) 388 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 334 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 8.6 MiB/s wr, 854 op/s 2023-07-12T15:25:31.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:25:31 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:25:29.502976+0000 mgr.smithi107.erfdst (mgr.24445) 388 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 334 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 8.6 MiB/s wr, 854 op/s 2023-07-12T15:25:31.902 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:25:31.902 INFO:teuthology.orchestra.run.smithi005.stdout: "mon": { 2023-07-12T15:25:31.902 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2023-07-12T15:25:31.902 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:25:31.903 INFO:teuthology.orchestra.run.smithi005.stdout: "mgr": { 2023-07-12T15:25:31.903 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2023-07-12T15:25:31.903 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 1 2023-07-12T15:25:31.903 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:25:31.903 INFO:teuthology.orchestra.run.smithi005.stdout: "osd": { 2023-07-12T15:25:31.903 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2023-07-12T15:25:31.903 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:25:31.904 INFO:teuthology.orchestra.run.smithi005.stdout: "mds": { 2023-07-12T15:25:31.904 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2023-07-12T15:25:31.904 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:25:31.904 INFO:teuthology.orchestra.run.smithi005.stdout: "overall": { 2023-07-12T15:25:31.905 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 13, 2023-07-12T15:25:31.905 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 1 2023-07-12T15:25:31.905 INFO:teuthology.orchestra.run.smithi005.stdout: } 2023-07-12T15:25:31.905 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:25:32.087 INFO:teuthology.orchestra.run.smithi005.stdout: 5 209851 6.51 MB/sec execute 524 sec latency 48.665 ms 2023-07-12T15:25:32.380 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:25:32.381 INFO:teuthology.orchestra.run.smithi005.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:c4be3de0cb572873b18bf4d7ff19efd4676dcd86f150f2b38e50b5e2946cf6ef", 2023-07-12T15:25:32.381 INFO:teuthology.orchestra.run.smithi005.stdout: "in_progress": true, 2023-07-12T15:25:32.381 INFO:teuthology.orchestra.run.smithi005.stdout: "which": "Upgrading all daemon types on all hosts", 2023-07-12T15:25:32.381 INFO:teuthology.orchestra.run.smithi005.stdout: "services_complete": [], 2023-07-12T15:25:32.381 INFO:teuthology.orchestra.run.smithi005.stdout: "progress": "1/23 daemons upgraded", 2023-07-12T15:25:32.381 INFO:teuthology.orchestra.run.smithi005.stdout: "message": "", 2023-07-12T15:25:32.382 INFO:teuthology.orchestra.run.smithi005.stdout: "is_paused": false 2023-07-12T15:25:32.382 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:25:32.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:25:32 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:25:30.385314+0000 mgr.smithi107.erfdst (mgr.24445) 389 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:25:32.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:25:32 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:25:30.857959+0000 mgr.smithi107.erfdst (mgr.24445) 390 : audit [DBG] from='client.24871 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:25:32.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:25:32 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:25:31.317606+0000 mgr.smithi107.erfdst (mgr.24445) 391 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:25:32.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:25:32 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:25:31.901042+0000 mon.smithi107 (mon.1) 121 : audit [DBG] from='client.? 172.21.15.5:0/940246417' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:25:32.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:25:32 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:25:30.385314+0000 mgr.smithi107.erfdst (mgr.24445) 389 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:25:32.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:25:32 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:25:30.857959+0000 mgr.smithi107.erfdst (mgr.24445) 390 : audit [DBG] from='client.24871 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:25:32.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:25:32 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:25:31.317606+0000 mgr.smithi107.erfdst (mgr.24445) 391 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:25:32.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:25:32 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:25:31.901042+0000 mon.smithi107 (mon.1) 121 : audit [DBG] from='client.? 172.21.15.5:0/940246417' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:25:32.986 INFO:teuthology.orchestra.run.smithi005.stdout:HEALTH_OK 2023-07-12T15:25:33.088 INFO:teuthology.orchestra.run.smithi005.stdout: 5 210484 6.51 MB/sec execute 525 sec latency 43.910 ms 2023-07-12T15:25:33.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:25:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:25:31.503359+0000 mgr.smithi107.erfdst (mgr.24445) 392 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 334 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.3 MiB/s wr, 554 op/s 2023-07-12T15:25:33.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:25:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:25:32.520639+0000 mon.smithi107 (mon.1) 122 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:25:33.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:25:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:25:32.985850+0000 mon.smithi005 (mon.0) 843 : audit [DBG] from='client.? 172.21.15.5:0/502724309' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:25:33.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:25:33 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:25:31.503359+0000 mgr.smithi107.erfdst (mgr.24445) 392 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 334 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.3 MiB/s wr, 554 op/s 2023-07-12T15:25:33.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:25:33 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:25:32.520639+0000 mon.smithi107 (mon.1) 122 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:25:33.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:25:33 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:25:32.985850+0000 mon.smithi005 (mon.0) 843 : audit [DBG] from='client.? 172.21.15.5:0/502724309' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:25:34.088 INFO:teuthology.orchestra.run.smithi005.stdout: 5 210993 6.53 MB/sec execute 526 sec latency 47.447 ms 2023-07-12T15:25:34.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:25:34 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:25:32.379247+0000 mgr.smithi107.erfdst (mgr.24445) 393 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:25:34.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:25:34 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:25:32.379247+0000 mgr.smithi107.erfdst (mgr.24445) 393 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:25:35.088 INFO:teuthology.orchestra.run.smithi005.stdout: 5 211554 6.54 MB/sec execute 527 sec latency 30.258 ms 2023-07-12T15:25:35.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:25:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:25:33.503936+0000 mgr.smithi107.erfdst (mgr.24445) 394 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 341 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 12 KiB/s rd, 8.9 MiB/s wr, 899 op/s 2023-07-12T15:25:35.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:25:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:25:33.503936+0000 mgr.smithi107.erfdst (mgr.24445) 394 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 341 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 12 KiB/s rd, 8.9 MiB/s wr, 899 op/s 2023-07-12T15:25:36.088 INFO:teuthology.orchestra.run.smithi005.stdout: 5 212139 6.56 MB/sec execute 528 sec latency 37.404 ms 2023-07-12T15:25:37.088 INFO:teuthology.orchestra.run.smithi005.stdout: 5 212657 6.58 MB/sec execute 529 sec latency 27.779 ms 2023-07-12T15:25:37.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:25:37 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:25:35.504275+0000 mgr.smithi107.erfdst (mgr.24445) 395 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 341 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.8 MiB/s wr, 592 op/s 2023-07-12T15:25:37.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:25:37 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:25:36.900662+0000 mon.smithi005 (mon.0) 844 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:25:37.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:25:37 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:25:36.908063+0000 mon.smithi005 (mon.0) 845 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:25:37.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:25:37 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:25:35.504275+0000 mgr.smithi107.erfdst (mgr.24445) 395 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 341 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.8 MiB/s wr, 592 op/s 2023-07-12T15:25:37.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:25:37 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:25:36.900662+0000 mon.smithi005 (mon.0) 844 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:25:37.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:25:37 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:25:36.908063+0000 mon.smithi005 (mon.0) 845 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:25:38.088 INFO:teuthology.orchestra.run.smithi005.stdout: 5 213041 6.59 MB/sec execute 530 sec latency 38.597 ms 2023-07-12T15:25:38.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:25:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:25:36.955824+0000 mgr.smithi107.erfdst (mgr.24445) 396 : cephadm [INF] Reconfiguring node-exporter.smithi107 (dependencies changed)... 2023-07-12T15:25:38.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:25:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:25:36.956163+0000 mgr.smithi107.erfdst (mgr.24445) 397 : cephadm [INF] Reconfiguring daemon node-exporter.smithi107 on smithi107 2023-07-12T15:25:38.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:25:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:25:36.955824+0000 mgr.smithi107.erfdst (mgr.24445) 396 : cephadm [INF] Reconfiguring node-exporter.smithi107 (dependencies changed)... 2023-07-12T15:25:38.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:25:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:25:36.956163+0000 mgr.smithi107.erfdst (mgr.24445) 397 : cephadm [INF] Reconfiguring daemon node-exporter.smithi107 on smithi107 2023-07-12T15:25:39.088 INFO:teuthology.orchestra.run.smithi005.stdout: 5 213482 6.61 MB/sec execute 531 sec latency 36.665 ms 2023-07-12T15:25:39.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:25:39 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:25:37.504633+0000 mgr.smithi107.erfdst (mgr.24445) 398 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 341 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.8 MiB/s wr, 592 op/s 2023-07-12T15:25:39.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:25:39 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:25:37.504633+0000 mgr.smithi107.erfdst (mgr.24445) 398 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 341 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.8 MiB/s wr, 592 op/s 2023-07-12T15:25:40.088 INFO:teuthology.orchestra.run.smithi005.stdout: 5 213885 6.60 MB/sec execute 532 sec latency 50.420 ms 2023-07-12T15:25:41.088 INFO:teuthology.orchestra.run.smithi005.stdout: 5 214239 6.61 MB/sec execute 533 sec latency 67.446 ms 2023-07-12T15:25:41.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:25:41 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:25:39.505333+0000 mgr.smithi107.erfdst (mgr.24445) 399 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 344 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 12 KiB/s rd, 9.0 MiB/s wr, 894 op/s 2023-07-12T15:25:41.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:25:41 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:25:39.505333+0000 mgr.smithi107.erfdst (mgr.24445) 399 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 344 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 12 KiB/s rd, 9.0 MiB/s wr, 894 op/s 2023-07-12T15:25:42.088 INFO:teuthology.orchestra.run.smithi005.stdout: 5 214741 6.61 MB/sec execute 534 sec latency 48.243 ms 2023-07-12T15:25:43.088 INFO:teuthology.orchestra.run.smithi005.stdout: 5 215218 6.63 MB/sec execute 535 sec latency 49.919 ms 2023-07-12T15:25:43.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:25:43 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:25:41.505700+0000 mgr.smithi107.erfdst (mgr.24445) 400 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 344 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 8.4 KiB/s rd, 6.8 MiB/s wr, 647 op/s 2023-07-12T15:25:43.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:25:43 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:25:41.505700+0000 mgr.smithi107.erfdst (mgr.24445) 400 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 344 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 8.4 KiB/s rd, 6.8 MiB/s wr, 647 op/s 2023-07-12T15:25:44.088 INFO:teuthology.orchestra.run.smithi005.stdout: 5 215624 6.63 MB/sec execute 536 sec latency 41.392 ms 2023-07-12T15:25:45.088 INFO:teuthology.orchestra.run.smithi005.stdout: 5 215889 6.64 MB/sec execute 537 sec latency 61.805 ms 2023-07-12T15:25:45.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:25:45 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:25:43.506268+0000 mgr.smithi107.erfdst (mgr.24445) 401 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 337 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 12 KiB/s rd, 9.0 MiB/s wr, 912 op/s 2023-07-12T15:25:45.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:25:45 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:25:43.506268+0000 mgr.smithi107.erfdst (mgr.24445) 401 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 337 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 12 KiB/s rd, 9.0 MiB/s wr, 912 op/s 2023-07-12T15:25:46.088 INFO:teuthology.orchestra.run.smithi005.stdout: 5 216288 6.65 MB/sec execute 538 sec latency 56.843 ms 2023-07-12T15:25:47.088 INFO:teuthology.orchestra.run.smithi005.stdout: 5 216615 6.66 MB/sec execute 539 sec latency 49.877 ms 2023-07-12T15:25:47.597 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:25:47 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:25:45.506640+0000 mgr.smithi107.erfdst (mgr.24445) 402 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 337 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.5 MiB/s wr, 567 op/s 2023-07-12T15:25:47.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:25:47 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:25:45.506640+0000 mgr.smithi107.erfdst (mgr.24445) 402 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 337 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.5 MiB/s wr, 567 op/s 2023-07-12T15:25:48.088 INFO:teuthology.orchestra.run.smithi005.stdout: 5 216949 6.67 MB/sec execute 540 sec latency 30.713 ms 2023-07-12T15:25:48.381 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:25:48 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:25:47.521033+0000 mon.smithi107 (mon.1) 123 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:25:48.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:25:48 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:25:47.521033+0000 mon.smithi107 (mon.1) 123 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:25:49.088 INFO:teuthology.orchestra.run.smithi005.stdout: 5 217297 6.67 MB/sec execute 541 sec latency 69.191 ms 2023-07-12T15:25:49.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:25:49 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:25:47.506955+0000 mgr.smithi107.erfdst (mgr.24445) 403 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 337 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.5 MiB/s wr, 567 op/s 2023-07-12T15:25:49.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:25:49 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:25:47.506955+0000 mgr.smithi107.erfdst (mgr.24445) 403 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 337 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.5 MiB/s wr, 567 op/s 2023-07-12T15:25:50.088 INFO:teuthology.orchestra.run.smithi005.stdout: 5 217719 6.66 MB/sec execute 542 sec latency 24.253 ms 2023-07-12T15:25:51.088 INFO:teuthology.orchestra.run.smithi005.stdout: 5 218150 6.68 MB/sec execute 543 sec latency 71.689 ms 2023-07-12T15:25:51.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:25:51 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:25:49.507571+0000 mgr.smithi107.erfdst (mgr.24445) 404 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 347 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 10 KiB/s rd, 8.0 MiB/s wr, 777 op/s 2023-07-12T15:25:51.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:25:51 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:25:49.507571+0000 mgr.smithi107.erfdst (mgr.24445) 404 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 347 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 10 KiB/s rd, 8.0 MiB/s wr, 777 op/s 2023-07-12T15:25:52.088 INFO:teuthology.orchestra.run.smithi005.stdout: 5 218696 6.69 MB/sec execute 544 sec latency 31.316 ms 2023-07-12T15:25:53.088 INFO:teuthology.orchestra.run.smithi005.stdout: 5 219291 6.71 MB/sec execute 545 sec latency 32.012 ms 2023-07-12T15:25:53.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:25:53 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:25:51.507903+0000 mgr.smithi107.erfdst (mgr.24445) 405 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 347 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.7 MiB/s wr, 475 op/s 2023-07-12T15:25:53.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:25:53 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:25:51.507903+0000 mgr.smithi107.erfdst (mgr.24445) 405 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 347 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.7 MiB/s wr, 475 op/s 2023-07-12T15:25:54.088 INFO:teuthology.orchestra.run.smithi005.stdout: 5 219817 6.73 MB/sec execute 546 sec latency 32.901 ms 2023-07-12T15:25:55.088 INFO:teuthology.orchestra.run.smithi005.stdout: 5 220143 6.74 MB/sec execute 547 sec latency 75.103 ms 2023-07-12T15:25:55.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:25:55 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:25:53.508465+0000 mgr.smithi107.erfdst (mgr.24445) 406 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 344 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 9.8 KiB/s rd, 7.4 MiB/s wr, 765 op/s 2023-07-12T15:25:55.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:25:55 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:25:53.508465+0000 mgr.smithi107.erfdst (mgr.24445) 406 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 344 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 9.8 KiB/s rd, 7.4 MiB/s wr, 765 op/s 2023-07-12T15:25:56.088 INFO:teuthology.orchestra.run.smithi005.stdout: 5 220477 6.75 MB/sec execute 548 sec latency 36.403 ms 2023-07-12T15:25:56.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:25:56 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:25:55.508766+0000 mgr.smithi107.erfdst (mgr.24445) 407 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 344 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.2 MiB/s wr, 500 op/s 2023-07-12T15:25:56.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:25:56 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:25:55.508766+0000 mgr.smithi107.erfdst (mgr.24445) 407 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 344 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.2 MiB/s wr, 500 op/s 2023-07-12T15:25:57.088 INFO:teuthology.orchestra.run.smithi005.stdout: 5 220821 6.74 MB/sec execute 549 sec latency 60.898 ms 2023-07-12T15:25:58.088 INFO:teuthology.orchestra.run.smithi005.stdout: 5 221204 6.74 MB/sec execute 550 sec latency 66.323 ms 2023-07-12T15:25:59.088 INFO:teuthology.orchestra.run.smithi005.stdout: 5 221590 6.75 MB/sec execute 551 sec latency 42.359 ms 2023-07-12T15:25:59.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:25:59 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:25:57.509163+0000 mgr.smithi107.erfdst (mgr.24445) 408 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 344 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.2 MiB/s wr, 500 op/s 2023-07-12T15:25:59.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:25:59 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:25:57.509163+0000 mgr.smithi107.erfdst (mgr.24445) 408 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 344 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.2 MiB/s wr, 500 op/s 2023-07-12T15:26:00.090 INFO:teuthology.orchestra.run.smithi005.stdout: 5 222154 6.76 MB/sec execute 552 sec latency 57.108 ms 2023-07-12T15:26:01.088 INFO:teuthology.orchestra.run.smithi005.stdout: 5 222689 6.77 MB/sec execute 553 sec latency 28.145 ms 2023-07-12T15:26:01.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:26:01 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:25:59.509837+0000 mgr.smithi107.erfdst (mgr.24445) 409 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 342 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 11 KiB/s rd, 7.7 MiB/s wr, 749 op/s 2023-07-12T15:26:01.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:26:01 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:25:59.509837+0000 mgr.smithi107.erfdst (mgr.24445) 409 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 342 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 11 KiB/s rd, 7.7 MiB/s wr, 749 op/s 2023-07-12T15:26:02.089 INFO:teuthology.orchestra.run.smithi005.stdout: 5 223109 6.79 MB/sec execute 554 sec latency 57.400 ms 2023-07-12T15:26:03.089 INFO:teuthology.orchestra.run.smithi005.stdout: 5 223614 6.81 MB/sec execute 555 sec latency 42.240 ms 2023-07-12T15:26:03.482 INFO:teuthology.orchestra.run.smithi005.stdout:true 2023-07-12T15:26:03.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:26:03 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:26:01.510149+0000 mgr.smithi107.erfdst (mgr.24445) 410 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 342 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.2 MiB/s wr, 539 op/s 2023-07-12T15:26:03.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:26:03 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:26:02.521070+0000 mon.smithi107 (mon.1) 124 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:26:03.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:26:03 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:26:01.510149+0000 mgr.smithi107.erfdst (mgr.24445) 410 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 342 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.2 MiB/s wr, 539 op/s 2023-07-12T15:26:03.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:26:03 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:26:02.521070+0000 mon.smithi107 (mon.1) 124 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:26:04.089 INFO:teuthology.orchestra.run.smithi005.stdout: 5 224000 6.82 MB/sec execute 556 sec latency 29.724 ms 2023-07-12T15:26:04.354 INFO:teuthology.orchestra.run.smithi005.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-07-12T15:26:04.355 INFO:teuthology.orchestra.run.smithi005.stdout:alertmanager.smithi005 smithi005 *:9093,9094 starting - - - - 2023-07-12T15:26:04.355 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi005 smithi005 running (15m) 9m ago 14m 7004k - 16.2.4 8d91d370c2b8 d66dbf6fdb25 2023-07-12T15:26:04.355 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi107 smithi107 running (14m) 9m ago 14m 7184k - 16.2.4 8d91d370c2b8 b2a554924ee7 2023-07-12T15:26:04.355 INFO:teuthology.orchestra.run.smithi005.stdout:grafana.smithi005 smithi005 *:3000 starting - - - - 2023-07-12T15:26:04.355 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi005.llyakb smithi005 running (11m) 9m ago 11m 16.8M - 16.2.4 8d91d370c2b8 2e9588e0199b 2023-07-12T15:26:04.355 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi107.umdxex smithi107 running (11m) 9m ago 11m 39.5M - 16.2.4 8d91d370c2b8 401879dbc3a1 2023-07-12T15:26:04.356 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi005.fgymhs smithi005 *:9283 running (16m) 9m ago 16m 379M - 16.2.4 8d91d370c2b8 773b2b36c231 2023-07-12T15:26:04.356 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi107.erfdst smithi107 *:8443,9283 running (9m) 9m ago 14m 501M - 18.1.2-55-gb1bd0540 45bffa74f7bc aa123e0fe635 2023-07-12T15:26:04.356 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi005 smithi005 running (16m) 9m ago 16m 117M 2048M 16.2.4 8d91d370c2b8 d77bb5c14fd6 2023-07-12T15:26:04.356 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi107 smithi107 running (14m) 9m ago 14m 78.2M 2048M 16.2.4 8d91d370c2b8 eb5e5c1f8ca8 2023-07-12T15:26:04.356 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.0.0.smithi005.raeamr smithi005 *:2049 running (9m) 9m ago 9m 59.0M - 3.5 8d91d370c2b8 cf45a3af5fd8 2023-07-12T15:26:04.356 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.1.0.smithi107.ppslpa smithi107 *:2049 running (9m) 9m ago 9m 16.7M - 3.5 8d91d370c2b8 1d4a977d4dad 2023-07-12T15:26:04.356 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi005 smithi005 *:9100 starting - - - - 2023-07-12T15:26:04.357 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi107 smithi107 *:9100 running (14m) 9m ago 14m 18.3M - 0.18.1 e5a616e4b9cf 0f858f5dbd77 2023-07-12T15:26:04.357 INFO:teuthology.orchestra.run.smithi005.stdout:osd.0 smithi005 running (14m) 9m ago 14m 1169M 4096M 16.2.4 8d91d370c2b8 b76fd1d0c8e6 2023-07-12T15:26:04.357 INFO:teuthology.orchestra.run.smithi005.stdout:osd.1 smithi005 running (13m) 9m ago 13m 1044M 4096M 16.2.4 8d91d370c2b8 0c931b3abdbc 2023-07-12T15:26:04.357 INFO:teuthology.orchestra.run.smithi005.stdout:osd.2 smithi005 running (13m) 9m ago 13m 618M 4096M 16.2.4 8d91d370c2b8 2712a85e1556 2023-07-12T15:26:04.357 INFO:teuthology.orchestra.run.smithi005.stdout:osd.3 smithi005 running (13m) 9m ago 13m 1083M 4096M 16.2.4 8d91d370c2b8 91a5ecefbf60 2023-07-12T15:26:04.357 INFO:teuthology.orchestra.run.smithi005.stdout:osd.4 smithi107 running (13m) 9m ago 13m 1112M 4096M 16.2.4 8d91d370c2b8 27cd7acb5a1c 2023-07-12T15:26:04.357 INFO:teuthology.orchestra.run.smithi005.stdout:osd.5 smithi107 running (12m) 9m ago 12m 1325M 4096M 16.2.4 8d91d370c2b8 c0ddb4bafed0 2023-07-12T15:26:04.357 INFO:teuthology.orchestra.run.smithi005.stdout:osd.6 smithi107 running (12m) 9m ago 12m 1033M 4096M 16.2.4 8d91d370c2b8 82bc037c969c 2023-07-12T15:26:04.358 INFO:teuthology.orchestra.run.smithi005.stdout:osd.7 smithi107 running (12m) 9m ago 12m 1709M 4096M 16.2.4 8d91d370c2b8 516c8ea96297 2023-07-12T15:26:04.358 INFO:teuthology.orchestra.run.smithi005.stdout:prometheus.smithi005 smithi005 *:9095 starting - - - - 2023-07-12T15:26:04.877 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:26:04.877 INFO:teuthology.orchestra.run.smithi005.stdout: "mon": { 2023-07-12T15:26:04.877 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2023-07-12T15:26:04.878 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:26:04.878 INFO:teuthology.orchestra.run.smithi005.stdout: "mgr": { 2023-07-12T15:26:04.878 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2023-07-12T15:26:04.878 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 1 2023-07-12T15:26:04.878 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:26:04.878 INFO:teuthology.orchestra.run.smithi005.stdout: "osd": { 2023-07-12T15:26:04.878 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2023-07-12T15:26:04.879 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:26:04.879 INFO:teuthology.orchestra.run.smithi005.stdout: "mds": { 2023-07-12T15:26:04.879 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2023-07-12T15:26:04.880 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:26:04.880 INFO:teuthology.orchestra.run.smithi005.stdout: "overall": { 2023-07-12T15:26:04.880 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 13, 2023-07-12T15:26:04.880 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 1 2023-07-12T15:26:04.880 INFO:teuthology.orchestra.run.smithi005.stdout: } 2023-07-12T15:26:04.880 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:26:05.089 INFO:teuthology.orchestra.run.smithi005.stdout: 5 224275 6.82 MB/sec execute 557 sec latency 53.568 ms 2023-07-12T15:26:05.279 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:26:05.280 INFO:teuthology.orchestra.run.smithi005.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:c4be3de0cb572873b18bf4d7ff19efd4676dcd86f150f2b38e50b5e2946cf6ef", 2023-07-12T15:26:05.280 INFO:teuthology.orchestra.run.smithi005.stdout: "in_progress": true, 2023-07-12T15:26:05.280 INFO:teuthology.orchestra.run.smithi005.stdout: "which": "Upgrading all daemon types on all hosts", 2023-07-12T15:26:05.280 INFO:teuthology.orchestra.run.smithi005.stdout: "services_complete": [], 2023-07-12T15:26:05.280 INFO:teuthology.orchestra.run.smithi005.stdout: "progress": "1/23 daemons upgraded", 2023-07-12T15:26:05.281 INFO:teuthology.orchestra.run.smithi005.stdout: "message": "", 2023-07-12T15:26:05.281 INFO:teuthology.orchestra.run.smithi005.stdout: "is_paused": false 2023-07-12T15:26:05.281 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:26:05.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:26:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:26:03.462636+0000 mgr.smithi107.erfdst (mgr.24445) 411 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:26:05.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:26:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:26:03.510780+0000 mgr.smithi107.erfdst (mgr.24445) 412 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 349 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 12 KiB/s rd, 8.3 MiB/s wr, 826 op/s 2023-07-12T15:26:05.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:26:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:26:03.904886+0000 mgr.smithi107.erfdst (mgr.24445) 413 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:26:05.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:26:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:26:04.343530+0000 mgr.smithi107.erfdst (mgr.24445) 414 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:26:05.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:26:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:26:04.876285+0000 mon.smithi107 (mon.1) 125 : audit [DBG] from='client.? 172.21.15.5:0/3270802404' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:26:05.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:26:05 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:26:03.462636+0000 mgr.smithi107.erfdst (mgr.24445) 411 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:26:05.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:26:05 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:26:03.510780+0000 mgr.smithi107.erfdst (mgr.24445) 412 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 349 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 12 KiB/s rd, 8.3 MiB/s wr, 826 op/s 2023-07-12T15:26:05.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:26:05 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:26:03.904886+0000 mgr.smithi107.erfdst (mgr.24445) 413 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:26:05.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:26:05 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:26:04.343530+0000 mgr.smithi107.erfdst (mgr.24445) 414 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:26:05.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:26:05 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:26:04.876285+0000 mon.smithi107 (mon.1) 125 : audit [DBG] from='client.? 172.21.15.5:0/3270802404' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:26:05.770 INFO:teuthology.orchestra.run.smithi005.stdout:HEALTH_OK 2023-07-12T15:26:06.089 INFO:teuthology.orchestra.run.smithi005.stdout: 5 224639 6.81 MB/sec execute 558 sec latency 41.949 ms 2023-07-12T15:26:06.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:26:06 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:26:05.278395+0000 mgr.smithi107.erfdst (mgr.24445) 415 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:26:06.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:26:06 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:26:05.769717+0000 mon.smithi005 (mon.0) 846 : audit [DBG] from='client.? 172.21.15.5:0/48934167' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:26:06.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:26:06 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:26:05.278395+0000 mgr.smithi107.erfdst (mgr.24445) 415 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:26:06.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:26:06 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:26:05.769717+0000 mon.smithi005 (mon.0) 846 : audit [DBG] from='client.? 172.21.15.5:0/48934167' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:26:07.089 INFO:teuthology.orchestra.run.smithi005.stdout: 5 224982 6.82 MB/sec execute 559 sec latency 54.443 ms 2023-07-12T15:26:07.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:26:07 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:26:05.511170+0000 mgr.smithi107.erfdst (mgr.24445) 416 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 349 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.6 MiB/s wr, 535 op/s 2023-07-12T15:26:07.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:26:07 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:26:05.511170+0000 mgr.smithi107.erfdst (mgr.24445) 416 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 349 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.6 MiB/s wr, 535 op/s 2023-07-12T15:26:08.089 INFO:teuthology.orchestra.run.smithi005.stdout: 5 225665 6.84 MB/sec execute 560 sec latency 56.653 ms 2023-07-12T15:26:09.089 INFO:teuthology.orchestra.run.smithi005.stdout: 5 226275 6.85 MB/sec execute 561 sec latency 39.461 ms 2023-07-12T15:26:09.362 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:26:09 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:26:07.511562+0000 mgr.smithi107.erfdst (mgr.24445) 417 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 349 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.6 MiB/s wr, 535 op/s 2023-07-12T15:26:09.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:26:09 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:26:07.511562+0000 mgr.smithi107.erfdst (mgr.24445) 417 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 349 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.6 MiB/s wr, 535 op/s 2023-07-12T15:26:10.089 INFO:teuthology.orchestra.run.smithi005.stdout: 5 226741 6.87 MB/sec execute 562 sec latency 55.580 ms 2023-07-12T15:26:11.089 INFO:teuthology.orchestra.run.smithi005.stdout: 5 227204 6.88 MB/sec execute 563 sec latency 38.340 ms 2023-07-12T15:26:11.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:26:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:26:09.512229+0000 mgr.smithi107.erfdst (mgr.24445) 418 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 343 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 11 KiB/s rd, 7.8 MiB/s wr, 800 op/s 2023-07-12T15:26:11.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:26:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:26:09.512229+0000 mgr.smithi107.erfdst (mgr.24445) 418 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 343 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 11 KiB/s rd, 7.8 MiB/s wr, 800 op/s 2023-07-12T15:26:12.089 INFO:teuthology.orchestra.run.smithi005.stdout: 5 227617 6.90 MB/sec execute 564 sec latency 31.743 ms 2023-07-12T15:26:13.089 INFO:teuthology.orchestra.run.smithi005.stdout: 5 228005 6.89 MB/sec execute 565 sec latency 47.724 ms 2023-07-12T15:26:13.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:26:13 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:26:11.512608+0000 mgr.smithi107.erfdst (mgr.24445) 419 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 343 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.3 MiB/s wr, 551 op/s 2023-07-12T15:26:13.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:26:13 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:26:11.512608+0000 mgr.smithi107.erfdst (mgr.24445) 419 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 343 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.3 MiB/s wr, 551 op/s 2023-07-12T15:26:14.089 INFO:teuthology.orchestra.run.smithi005.stdout: 5 228412 6.90 MB/sec execute 566 sec latency 42.871 ms 2023-07-12T15:26:15.089 INFO:teuthology.orchestra.run.smithi005.stdout: 5 228881 6.90 MB/sec execute 567 sec latency 54.591 ms 2023-07-12T15:26:15.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:26:15 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:26:13.513219+0000 mgr.smithi107.erfdst (mgr.24445) 420 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 350 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 11 KiB/s rd, 8.5 MiB/s wr, 842 op/s 2023-07-12T15:26:15.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:26:15 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:26:13.513219+0000 mgr.smithi107.erfdst (mgr.24445) 420 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 350 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 11 KiB/s rd, 8.5 MiB/s wr, 842 op/s 2023-07-12T15:26:16.089 INFO:teuthology.orchestra.run.smithi005.stdout: 5 229438 6.92 MB/sec execute 568 sec latency 36.453 ms 2023-07-12T15:26:17.089 INFO:teuthology.orchestra.run.smithi005.stdout: 5 229935 6.93 MB/sec execute 569 sec latency 36.204 ms 2023-07-12T15:26:17.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:26:17 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:26:15.513571+0000 mgr.smithi107.erfdst (mgr.24445) 421 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 350 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.4 MiB/s wr, 555 op/s 2023-07-12T15:26:17.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:26:17 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:26:15.513571+0000 mgr.smithi107.erfdst (mgr.24445) 421 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 350 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.4 MiB/s wr, 555 op/s 2023-07-12T15:26:18.089 INFO:teuthology.orchestra.run.smithi005.stdout: 5 230217 6.93 MB/sec execute 570 sec latency 48.243 ms 2023-07-12T15:26:18.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:26:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:26:17.521641+0000 mon.smithi107 (mon.1) 126 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:26:18.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:26:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:26:17.521641+0000 mon.smithi107 (mon.1) 126 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:26:19.089 INFO:teuthology.orchestra.run.smithi005.stdout: 5 230569 6.95 MB/sec execute 571 sec latency 73.953 ms 2023-07-12T15:26:19.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:26:19 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:26:17.513926+0000 mgr.smithi107.erfdst (mgr.24445) 422 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 350 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.4 MiB/s wr, 555 op/s 2023-07-12T15:26:19.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:26:19 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:26:17.513926+0000 mgr.smithi107.erfdst (mgr.24445) 422 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 350 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.4 MiB/s wr, 555 op/s 2023-07-12T15:26:20.089 INFO:teuthology.orchestra.run.smithi005.stdout: 5 230881 6.95 MB/sec execute 572 sec latency 39.348 ms 2023-07-12T15:26:21.089 INFO:teuthology.orchestra.run.smithi005.stdout: 5 231316 6.96 MB/sec execute 573 sec latency 44.327 ms 2023-07-12T15:26:21.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:26:21 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:26:19.514586+0000 mgr.smithi107.erfdst (mgr.24445) 423 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 349 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 11 KiB/s rd, 8.0 MiB/s wr, 818 op/s 2023-07-12T15:26:21.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:26:21 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:26:19.514586+0000 mgr.smithi107.erfdst (mgr.24445) 423 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 349 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 11 KiB/s rd, 8.0 MiB/s wr, 818 op/s 2023-07-12T15:26:22.089 INFO:teuthology.orchestra.run.smithi005.stdout: 5 231746 6.96 MB/sec execute 574 sec latency 55.425 ms 2023-07-12T15:26:23.089 INFO:teuthology.orchestra.run.smithi005.stdout: 5 232274 6.97 MB/sec execute 575 sec latency 40.083 ms 2023-07-12T15:26:23.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:26:23 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:26:21.514981+0000 mgr.smithi107.erfdst (mgr.24445) 424 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 349 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 7.1 KiB/s rd, 5.7 MiB/s wr, 553 op/s 2023-07-12T15:26:23.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:26:23 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:26:21.514981+0000 mgr.smithi107.erfdst (mgr.24445) 424 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 349 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 7.1 KiB/s rd, 5.7 MiB/s wr, 553 op/s 2023-07-12T15:26:24.089 INFO:teuthology.orchestra.run.smithi005.stdout: 5 232995 6.99 MB/sec execute 576 sec latency 23.623 ms 2023-07-12T15:26:25.089 INFO:teuthology.orchestra.run.smithi005.stdout: 5 233495 7.00 MB/sec execute 577 sec latency 44.804 ms 2023-07-12T15:26:25.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:26:25 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:26:23.515595+0000 mgr.smithi107.erfdst (mgr.24445) 425 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 347 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 12 KiB/s rd, 8.4 MiB/s wr, 833 op/s 2023-07-12T15:26:25.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:26:25 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:26:23.515595+0000 mgr.smithi107.erfdst (mgr.24445) 425 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 347 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 12 KiB/s rd, 8.4 MiB/s wr, 833 op/s 2023-07-12T15:26:26.089 INFO:teuthology.orchestra.run.smithi005.stdout: 5 233928 7.01 MB/sec execute 578 sec latency 51.145 ms 2023-07-12T15:26:27.089 INFO:teuthology.orchestra.run.smithi005.stdout: 5 234320 7.03 MB/sec execute 579 sec latency 45.713 ms 2023-07-12T15:26:27.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:26:27 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:26:25.515953+0000 mgr.smithi107.erfdst (mgr.24445) 426 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 347 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 7.3 KiB/s rd, 5.2 MiB/s wr, 543 op/s 2023-07-12T15:26:27.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:26:27 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:26:25.515953+0000 mgr.smithi107.erfdst (mgr.24445) 426 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 347 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 7.3 KiB/s rd, 5.2 MiB/s wr, 543 op/s 2023-07-12T15:26:28.089 INFO:teuthology.orchestra.run.smithi005.stdout: 5 234625 7.03 MB/sec execute 580 sec latency 42.163 ms 2023-07-12T15:26:29.089 INFO:teuthology.orchestra.run.smithi005.stdout: 5 234895 7.03 MB/sec execute 581 sec latency 66.641 ms 2023-07-12T15:26:29.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:26:29 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:26:27.516318+0000 mgr.smithi107.erfdst (mgr.24445) 427 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 347 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 7.3 KiB/s rd, 5.2 MiB/s wr, 543 op/s 2023-07-12T15:26:29.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:26:29 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:26:27.516318+0000 mgr.smithi107.erfdst (mgr.24445) 427 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 347 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 7.3 KiB/s rd, 5.2 MiB/s wr, 543 op/s 2023-07-12T15:26:30.089 INFO:teuthology.orchestra.run.smithi005.stdout: 5 235175 7.02 MB/sec execute 582 sec latency 71.898 ms 2023-07-12T15:26:31.089 INFO:teuthology.orchestra.run.smithi005.stdout: 5 235504 7.02 MB/sec execute 583 sec latency 44.021 ms 2023-07-12T15:26:31.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:26:31 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:26:29.516947+0000 mgr.smithi107.erfdst (mgr.24445) 428 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 354 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 10 KiB/s rd, 8.2 MiB/s wr, 803 op/s 2023-07-12T15:26:31.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:26:31 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:26:29.516947+0000 mgr.smithi107.erfdst (mgr.24445) 428 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 354 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 10 KiB/s rd, 8.2 MiB/s wr, 803 op/s 2023-07-12T15:26:32.090 INFO:teuthology.orchestra.run.smithi005.stdout: 5 235996 7.03 MB/sec execute 584 sec latency 35.999 ms 2023-07-12T15:26:33.090 INFO:teuthology.orchestra.run.smithi005.stdout: 5 236539 7.04 MB/sec execute 585 sec latency 59.465 ms 2023-07-12T15:26:33.500 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:26:33 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:26:31.517267+0000 mgr.smithi107.erfdst (mgr.24445) 429 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 354 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.6 MiB/s wr, 539 op/s 2023-07-12T15:26:33.501 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:26:33 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:26:32.521572+0000 mon.smithi107 (mon.1) 127 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:26:33.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:26:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:26:31.517267+0000 mgr.smithi107.erfdst (mgr.24445) 429 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 354 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.6 MiB/s wr, 539 op/s 2023-07-12T15:26:33.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:26:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:26:32.521572+0000 mon.smithi107 (mon.1) 127 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:26:34.090 INFO:teuthology.orchestra.run.smithi005.stdout: 5 236856 7.04 MB/sec execute 586 sec latency 54.853 ms 2023-07-12T15:26:35.090 INFO:teuthology.orchestra.run.smithi005.stdout: 5 237089 7.05 MB/sec execute 587 sec latency 58.664 ms 2023-07-12T15:26:35.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:26:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:26:33.517820+0000 mgr.smithi107.erfdst (mgr.24445) 430 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 341 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 11 KiB/s rd, 7.5 MiB/s wr, 778 op/s 2023-07-12T15:26:35.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:26:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:26:33.517820+0000 mgr.smithi107.erfdst (mgr.24445) 430 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 341 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 11 KiB/s rd, 7.5 MiB/s wr, 778 op/s 2023-07-12T15:26:36.093 INFO:teuthology.orchestra.run.smithi005.stdout: 5 237434 7.06 MB/sec execute 588 sec latency 47.640 ms 2023-07-12T15:26:36.265 INFO:teuthology.orchestra.run.smithi005.stdout:true 2023-07-12T15:26:37.090 INFO:teuthology.orchestra.run.smithi005.stdout: 5 237702 7.06 MB/sec execute 589 sec latency 64.791 ms 2023-07-12T15:26:37.162 INFO:teuthology.orchestra.run.smithi005.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-07-12T15:26:37.163 INFO:teuthology.orchestra.run.smithi005.stdout:alertmanager.smithi005 smithi005 *:9093,9094 starting - - - - 2023-07-12T15:26:37.163 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi005 smithi005 running (15m) 9m ago 15m 7004k - 16.2.4 8d91d370c2b8 d66dbf6fdb25 2023-07-12T15:26:37.163 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi107 smithi107 running (15m) 9m ago 15m 7184k - 16.2.4 8d91d370c2b8 b2a554924ee7 2023-07-12T15:26:37.163 INFO:teuthology.orchestra.run.smithi005.stdout:grafana.smithi005 smithi005 *:3000 starting - - - - 2023-07-12T15:26:37.163 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi005.llyakb smithi005 running (12m) 9m ago 12m 16.8M - 16.2.4 8d91d370c2b8 2e9588e0199b 2023-07-12T15:26:37.163 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi107.umdxex smithi107 running (12m) 9m ago 12m 39.5M - 16.2.4 8d91d370c2b8 401879dbc3a1 2023-07-12T15:26:37.164 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi005.fgymhs smithi005 *:9283 running (16m) 9m ago 16m 379M - 16.2.4 8d91d370c2b8 773b2b36c231 2023-07-12T15:26:37.164 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi107.erfdst smithi107 *:8443,9283 running (10m) 9m ago 15m 501M - 18.1.2-55-gb1bd0540 45bffa74f7bc aa123e0fe635 2023-07-12T15:26:37.164 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi005 smithi005 running (16m) 9m ago 16m 117M 2048M 16.2.4 8d91d370c2b8 d77bb5c14fd6 2023-07-12T15:26:37.164 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi107 smithi107 running (15m) 9m ago 15m 78.2M 2048M 16.2.4 8d91d370c2b8 eb5e5c1f8ca8 2023-07-12T15:26:37.164 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.0.0.smithi005.raeamr smithi005 *:2049 running (10m) 9m ago 9m 59.0M - 3.5 8d91d370c2b8 cf45a3af5fd8 2023-07-12T15:26:37.164 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.1.0.smithi107.ppslpa smithi107 *:2049 running (9m) 9m ago 9m 16.7M - 3.5 8d91d370c2b8 1d4a977d4dad 2023-07-12T15:26:37.164 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi005 smithi005 *:9100 starting - - - - 2023-07-12T15:26:37.165 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi107 smithi107 *:9100 running (14m) 9m ago 14m 18.3M - 0.18.1 e5a616e4b9cf 0f858f5dbd77 2023-07-12T15:26:37.165 INFO:teuthology.orchestra.run.smithi005.stdout:osd.0 smithi005 running (14m) 9m ago 14m 1169M 4096M 16.2.4 8d91d370c2b8 b76fd1d0c8e6 2023-07-12T15:26:37.165 INFO:teuthology.orchestra.run.smithi005.stdout:osd.1 smithi005 running (14m) 9m ago 14m 1044M 4096M 16.2.4 8d91d370c2b8 0c931b3abdbc 2023-07-12T15:26:37.165 INFO:teuthology.orchestra.run.smithi005.stdout:osd.2 smithi005 running (14m) 9m ago 14m 618M 4096M 16.2.4 8d91d370c2b8 2712a85e1556 2023-07-12T15:26:37.165 INFO:teuthology.orchestra.run.smithi005.stdout:osd.3 smithi005 running (13m) 9m ago 13m 1083M 4096M 16.2.4 8d91d370c2b8 91a5ecefbf60 2023-07-12T15:26:37.165 INFO:teuthology.orchestra.run.smithi005.stdout:osd.4 smithi107 running (13m) 9m ago 13m 1112M 4096M 16.2.4 8d91d370c2b8 27cd7acb5a1c 2023-07-12T15:26:37.165 INFO:teuthology.orchestra.run.smithi005.stdout:osd.5 smithi107 running (13m) 9m ago 13m 1325M 4096M 16.2.4 8d91d370c2b8 c0ddb4bafed0 2023-07-12T15:26:37.165 INFO:teuthology.orchestra.run.smithi005.stdout:osd.6 smithi107 running (13m) 9m ago 13m 1033M 4096M 16.2.4 8d91d370c2b8 82bc037c969c 2023-07-12T15:26:37.166 INFO:teuthology.orchestra.run.smithi005.stdout:osd.7 smithi107 running (12m) 9m ago 12m 1709M 4096M 16.2.4 8d91d370c2b8 516c8ea96297 2023-07-12T15:26:37.166 INFO:teuthology.orchestra.run.smithi005.stdout:prometheus.smithi005 smithi005 *:9095 starting - - - - 2023-07-12T15:26:37.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:26:37 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:26:35.518166+0000 mgr.smithi107.erfdst (mgr.24445) 431 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 341 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.9 MiB/s wr, 498 op/s 2023-07-12T15:26:37.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:26:37 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:26:36.248285+0000 mgr.smithi107.erfdst (mgr.24445) 432 : audit [DBG] from='client.24907 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:26:37.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:26:37 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:26:35.518166+0000 mgr.smithi107.erfdst (mgr.24445) 431 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 341 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.9 MiB/s wr, 498 op/s 2023-07-12T15:26:37.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:26:37 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:26:36.248285+0000 mgr.smithi107.erfdst (mgr.24445) 432 : audit [DBG] from='client.24907 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:26:37.702 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:26:37.702 INFO:teuthology.orchestra.run.smithi005.stdout: "mon": { 2023-07-12T15:26:37.703 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2023-07-12T15:26:37.703 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:26:37.703 INFO:teuthology.orchestra.run.smithi005.stdout: "mgr": { 2023-07-12T15:26:37.703 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2023-07-12T15:26:37.703 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 1 2023-07-12T15:26:37.703 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:26:37.703 INFO:teuthology.orchestra.run.smithi005.stdout: "osd": { 2023-07-12T15:26:37.704 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2023-07-12T15:26:37.704 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:26:37.704 INFO:teuthology.orchestra.run.smithi005.stdout: "mds": { 2023-07-12T15:26:37.704 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2023-07-12T15:26:37.704 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:26:37.704 INFO:teuthology.orchestra.run.smithi005.stdout: "overall": { 2023-07-12T15:26:37.704 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 13, 2023-07-12T15:26:37.705 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 1 2023-07-12T15:26:37.705 INFO:teuthology.orchestra.run.smithi005.stdout: } 2023-07-12T15:26:37.705 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:26:38.090 INFO:teuthology.orchestra.run.smithi005.stdout: 5 238079 7.07 MB/sec execute 590 sec latency 46.585 ms 2023-07-12T15:26:38.140 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:26:38.140 INFO:teuthology.orchestra.run.smithi005.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:c4be3de0cb572873b18bf4d7ff19efd4676dcd86f150f2b38e50b5e2946cf6ef", 2023-07-12T15:26:38.140 INFO:teuthology.orchestra.run.smithi005.stdout: "in_progress": true, 2023-07-12T15:26:38.141 INFO:teuthology.orchestra.run.smithi005.stdout: "which": "Upgrading all daemon types on all hosts", 2023-07-12T15:26:38.141 INFO:teuthology.orchestra.run.smithi005.stdout: "services_complete": [], 2023-07-12T15:26:38.141 INFO:teuthology.orchestra.run.smithi005.stdout: "progress": "1/23 daemons upgraded", 2023-07-12T15:26:38.141 INFO:teuthology.orchestra.run.smithi005.stdout: "message": "", 2023-07-12T15:26:38.141 INFO:teuthology.orchestra.run.smithi005.stdout: "is_paused": false 2023-07-12T15:26:38.141 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:26:38.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:26:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:26:36.705649+0000 mgr.smithi107.erfdst (mgr.24445) 433 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:26:38.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:26:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:26:37.152231+0000 mgr.smithi107.erfdst (mgr.24445) 434 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:26:38.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:26:38 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:26:37.701351+0000 mon.smithi005 (mon.0) 847 : audit [DBG] from='client.? 172.21.15.5:0/3523978365' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:26:38.654 INFO:teuthology.orchestra.run.smithi005.stdout:HEALTH_OK 2023-07-12T15:26:38.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:26:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:26:36.705649+0000 mgr.smithi107.erfdst (mgr.24445) 433 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:26:38.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:26:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:26:37.152231+0000 mgr.smithi107.erfdst (mgr.24445) 434 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:26:38.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:26:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:26:37.701351+0000 mon.smithi005 (mon.0) 847 : audit [DBG] from='client.? 172.21.15.5:0/3523978365' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:26:39.090 INFO:teuthology.orchestra.run.smithi005.stdout: 5 238456 7.07 MB/sec execute 591 sec latency 33.721 ms 2023-07-12T15:26:39.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:26:39 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:26:37.518480+0000 mgr.smithi107.erfdst (mgr.24445) 435 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 341 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.9 MiB/s wr, 498 op/s 2023-07-12T15:26:39.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:26:39 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:26:38.138776+0000 mgr.smithi107.erfdst (mgr.24445) 436 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:26:39.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:26:39 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:26:38.653488+0000 mon.smithi005 (mon.0) 848 : audit [DBG] from='client.? 172.21.15.5:0/2603301047' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:26:39.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:26:39 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:26:37.518480+0000 mgr.smithi107.erfdst (mgr.24445) 435 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 341 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.9 MiB/s wr, 498 op/s 2023-07-12T15:26:39.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:26:39 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:26:38.138776+0000 mgr.smithi107.erfdst (mgr.24445) 436 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:26:39.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:26:39 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:26:38.653488+0000 mon.smithi005 (mon.0) 848 : audit [DBG] from='client.? 172.21.15.5:0/2603301047' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:26:40.090 INFO:teuthology.orchestra.run.smithi005.stdout: 5 238837 7.07 MB/sec execute 592 sec latency 40.502 ms 2023-07-12T15:26:41.090 INFO:teuthology.orchestra.run.smithi005.stdout: 5 239173 7.07 MB/sec execute 593 sec latency 31.415 ms 2023-07-12T15:26:41.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:26:41 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:26:39.519064+0000 mgr.smithi107.erfdst (mgr.24445) 437 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 350 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 8.7 KiB/s rd, 7.2 MiB/s wr, 689 op/s 2023-07-12T15:26:41.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:26:41 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:26:39.519064+0000 mgr.smithi107.erfdst (mgr.24445) 437 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 350 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 8.7 KiB/s rd, 7.2 MiB/s wr, 689 op/s 2023-07-12T15:26:42.090 INFO:teuthology.orchestra.run.smithi005.stdout: 5 239619 7.08 MB/sec execute 594 sec latency 42.950 ms 2023-07-12T15:26:43.090 INFO:teuthology.orchestra.run.smithi005.stdout: 5 240077 7.09 MB/sec execute 595 sec latency 44.784 ms 2023-07-12T15:26:43.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:26:43 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:26:41.519397+0000 mgr.smithi107.erfdst (mgr.24445) 438 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 350 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.3 MiB/s wr, 429 op/s 2023-07-12T15:26:43.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:26:43 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:26:41.519397+0000 mgr.smithi107.erfdst (mgr.24445) 438 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 350 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.3 MiB/s wr, 429 op/s 2023-07-12T15:26:44.090 INFO:teuthology.orchestra.run.smithi005.stdout: 5 240505 7.09 MB/sec execute 596 sec latency 45.830 ms 2023-07-12T15:26:45.090 INFO:teuthology.orchestra.run.smithi005.stdout: 5 240903 7.10 MB/sec execute 597 sec latency 45.668 ms 2023-07-12T15:26:45.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:26:45 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:26:43.519965+0000 mgr.smithi107.erfdst (mgr.24445) 439 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 342 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.3 MiB/s wr, 686 op/s 2023-07-12T15:26:45.674 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:26:45 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:26:43.519965+0000 mgr.smithi107.erfdst (mgr.24445) 439 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 342 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.3 MiB/s wr, 686 op/s 2023-07-12T15:26:46.090 INFO:teuthology.orchestra.run.smithi005.stdout: 5 241351 7.12 MB/sec execute 598 sec latency 43.624 ms 2023-07-12T15:26:47.090 INFO:teuthology.orchestra.run.smithi005.stdout: 5 241734 7.13 MB/sec execute 599 sec latency 31.672 ms 2023-07-12T15:26:47.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:26:47 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:26:45.520277+0000 mgr.smithi107.erfdst (mgr.24445) 440 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 342 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.4 MiB/s wr, 447 op/s 2023-07-12T15:26:47.674 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:26:47 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:26:45.520277+0000 mgr.smithi107.erfdst (mgr.24445) 440 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 342 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.4 MiB/s wr, 447 op/s 2023-07-12T15:26:48.090 INFO:teuthology.orchestra.run.smithi005.stdout: 5 cleanup 600 sec 2023-07-12T15:26:48.203 INFO:teuthology.orchestra.run.smithi005.stdout:[243238] unlink './clients/client2/~dmtmp/PARADOX/.nfs00000100000002ce00000004' failed - Device or resource busy 2023-07-12T15:26:48.203 INFO:teuthology.orchestra.run.smithi005.stdout:[243238] unlink './clients/client2/~dmtmp/PARADOX/.nfs00000100000002c900000002' failed - Device or resource busy 2023-07-12T15:26:48.203 INFO:teuthology.orchestra.run.smithi005.stdout:[243238] unlink './clients/client2/~dmtmp/PARADOX/.nfs00000100000002c200000001' failed - Device or resource busy 2023-07-12T15:26:48.204 INFO:teuthology.orchestra.run.smithi005.stdout:[243238] unlink './clients/client2/~dmtmp/PARADOX/.nfs00000100000002bd00000003' failed - Device or resource busy 2023-07-12T15:26:48.262 INFO:teuthology.orchestra.run.smithi005.stdout: 0 cleanup 600 sec 2023-07-12T15:26:48.262 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-07-12T15:26:48.262 INFO:teuthology.orchestra.run.smithi005.stdout: Operation Count AvgLat MaxLat 2023-07-12T15:26:48.263 INFO:teuthology.orchestra.run.smithi005.stdout: ---------------------------------------- 2023-07-12T15:26:48.263 INFO:teuthology.orchestra.run.smithi005.stdout: NTCreateX 137031 7.726 301671.786 2023-07-12T15:26:48.263 INFO:teuthology.orchestra.run.smithi005.stdout: Close 100581 0.154 18.940 2023-07-12T15:26:48.264 INFO:teuthology.orchestra.run.smithi005.stdout: Rename 5806 8.230 83.810 2023-07-12T15:26:48.264 INFO:teuthology.orchestra.run.smithi005.stdout: Unlink 27731 5.483 81.193 2023-07-12T15:26:48.264 INFO:teuthology.orchestra.run.smithi005.stdout: Qpathinfo 124266 0.770 53.001 2023-07-12T15:26:48.265 INFO:teuthology.orchestra.run.smithi005.stdout: Qfileinfo 21668 0.093 6.043 2023-07-12T15:26:48.265 INFO:teuthology.orchestra.run.smithi005.stdout: Qfsinfo 22798 0.485 12.348 2023-07-12T15:26:48.265 INFO:teuthology.orchestra.run.smithi005.stdout: Sfileinfo 11133 36.726 301752.486 2023-07-12T15:26:48.266 INFO:teuthology.orchestra.run.smithi005.stdout: Find 48011 0.364 23.078 2023-07-12T15:26:48.266 INFO:teuthology.orchestra.run.smithi005.stdout: WriteX 67682 18.570 301755.490 2023-07-12T15:26:48.266 INFO:teuthology.orchestra.run.smithi005.stdout: ReadX 215114 0.011 7.129 2023-07-12T15:26:48.266 INFO:teuthology.orchestra.run.smithi005.stdout: LockX 448 0.472 3.959 2023-07-12T15:26:48.267 INFO:teuthology.orchestra.run.smithi005.stdout: UnlockX 448 0.360 7.485 2023-07-12T15:26:48.267 INFO:teuthology.orchestra.run.smithi005.stdout: Flush 9584 0.002 0.031 2023-07-12T15:26:48.267 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-07-12T15:26:48.267 INFO:teuthology.orchestra.run.smithi005.stdout:Throughput 7.12913 MB/sec 5 clients 5 procs max_latency=301755.495 ms 2023-07-12T15:26:48.269 DEBUG:teuthology.orchestra.run.smithi005:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2023-07-12T15:26:48.319 DEBUG:teuthology.orchestra.run.smithi005:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2023-07-12T15:26:48.388 DEBUG:teuthology.orchestra.run.smithi005:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2023-07-12T15:26:48.417 INFO:teuthology.orchestra.run.smithi005.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-07-12T15:26:48.418 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-07-12T15:26:48.418 INFO:teuthology.orchestra.run.smithi005.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2023-07-12T15:26:48.419 INFO:teuthology.orchestra.run.smithi005.stdout:3 of 5 processes prepared for launch 0 sec 2023-07-12T15:26:48.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:26:48 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:26:47.521870+0000 mon.smithi107 (mon.1) 128 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:26:48.518 INFO:teuthology.orchestra.run.smithi005.stdout:5 of 5 processes prepared for launch 0 sec 2023-07-12T15:26:48.519 INFO:teuthology.orchestra.run.smithi005.stdout:releasing clients 2023-07-12T15:26:48.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:26:48 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:26:47.521870+0000 mon.smithi107 (mon.1) 128 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:26:49.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:26:49 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:26:47.520654+0000 mgr.smithi107.erfdst (mgr.24445) 441 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 342 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.4 MiB/s wr, 447 op/s 2023-07-12T15:26:49.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:26:49 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:26:47.520654+0000 mgr.smithi107.erfdst (mgr.24445) 441 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 342 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.4 MiB/s wr, 447 op/s 2023-07-12T15:26:50.518 INFO:teuthology.orchestra.run.smithi005.stdout: 5 410 29.65 MB/sec execute 1 sec latency 63.421 ms 2023-07-12T15:26:51.518 INFO:teuthology.orchestra.run.smithi005.stdout: 5 653 31.23 MB/sec execute 2 sec latency 32.039 ms 2023-07-12T15:26:51.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:26:51 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:26:49.521396+0000 mgr.smithi107.erfdst (mgr.24445) 442 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 344 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 10 KiB/s rd, 7.2 MiB/s wr, 688 op/s 2023-07-12T15:26:51.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:26:51 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:26:49.521396+0000 mgr.smithi107.erfdst (mgr.24445) 442 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 344 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 10 KiB/s rd, 7.2 MiB/s wr, 688 op/s 2023-07-12T15:26:52.518 INFO:teuthology.orchestra.run.smithi005.stdout: 5 973 22.15 MB/sec execute 3 sec latency 33.553 ms 2023-07-12T15:26:53.518 INFO:teuthology.orchestra.run.smithi005.stdout: 5 1439 21.81 MB/sec execute 4 sec latency 32.461 ms 2023-07-12T15:26:53.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:26:53 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:26:51.521775+0000 mgr.smithi107.erfdst (mgr.24445) 443 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 344 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.9 MiB/s wr, 498 op/s 2023-07-12T15:26:53.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:26:53 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:26:51.521775+0000 mgr.smithi107.erfdst (mgr.24445) 443 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 344 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.9 MiB/s wr, 498 op/s 2023-07-12T15:26:54.519 INFO:teuthology.orchestra.run.smithi005.stdout: 5 cleanup 5 sec 2023-07-12T15:26:54.667 INFO:teuthology.orchestra.run.smithi005.stdout:[1918] unlink './clients/client3/~dmtmp/PARADOX/.nfs000001000000a9db0000000a' failed - Device or resource busy 2023-07-12T15:26:54.668 INFO:teuthology.orchestra.run.smithi005.stdout:[1918] unlink './clients/client3/~dmtmp/PARADOX/.nfs000001000000a9ce0000000d' failed - Device or resource busy 2023-07-12T15:26:54.668 INFO:teuthology.orchestra.run.smithi005.stdout:[1918] unlink './clients/client3/~dmtmp/PARADOX/.nfs000001000000a90100000022' failed - Device or resource busy 2023-07-12T15:26:54.668 INFO:teuthology.orchestra.run.smithi005.stdout:[1918] unlink './clients/client3/~dmtmp/PARADOX/.nfs000001000000a8c00000000b' failed - Device or resource busy 2023-07-12T15:26:54.668 INFO:teuthology.orchestra.run.smithi005.stdout:[1918] unlink './clients/client3/~dmtmp/PARADOX/.nfs000001000000a8e800000016' failed - Device or resource busy 2023-07-12T15:26:54.668 INFO:teuthology.orchestra.run.smithi005.stdout:[1918] unlink './clients/client3/~dmtmp/PARADOX/.nfs000001000000a8bb0000001a' failed - Device or resource busy 2023-07-12T15:26:54.668 INFO:teuthology.orchestra.run.smithi005.stdout:[1918] unlink './clients/client3/~dmtmp/PARADOX/.nfs000001000000a90600000017' failed - Device or resource busy 2023-07-12T15:26:54.669 INFO:teuthology.orchestra.run.smithi005.stdout:[1918] unlink './clients/client3/~dmtmp/PARADOX/.nfs000001000000a8de0000000f' failed - Device or resource busy 2023-07-12T15:26:54.686 INFO:teuthology.orchestra.run.smithi005.stdout:[1918] unlink './clients/client3/~dmtmp/PARADOX/.nfs000001000000a8fc00000010' failed - Device or resource busy 2023-07-12T15:26:54.729 INFO:teuthology.orchestra.run.smithi005.stdout:[1918] unlink './clients/client3/~dmtmp/PARADOX/.nfs000001000000a8ed00000018' failed - Device or resource busy 2023-07-12T15:26:54.729 INFO:teuthology.orchestra.run.smithi005.stdout:[1918] unlink './clients/client3/~dmtmp/PARADOX/.nfs000001000000a8ca0000001e' failed - Device or resource busy 2023-07-12T15:26:54.731 INFO:teuthology.orchestra.run.smithi005.stdout:[1918] unlink './clients/client3/~dmtmp/PARADOX/.nfs000001000000a8c50000000e' failed - Device or resource busy 2023-07-12T15:26:54.732 INFO:teuthology.orchestra.run.smithi005.stdout:[1918] unlink './clients/client3/~dmtmp/PARADOX/.nfs000001000000a8d400000015' failed - Device or resource busy 2023-07-12T15:26:54.784 INFO:teuthology.orchestra.run.smithi005.stdout: 0 cleanup 5 sec 2023-07-12T15:26:54.784 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-07-12T15:26:54.784 INFO:teuthology.orchestra.run.smithi005.stdout: Operation Count AvgLat MaxLat 2023-07-12T15:26:54.784 INFO:teuthology.orchestra.run.smithi005.stdout: ---------------------------------------- 2023-07-12T15:26:54.784 INFO:teuthology.orchestra.run.smithi005.stdout: NTCreateX 1549 4.097 36.290 2023-07-12T15:26:54.784 INFO:teuthology.orchestra.run.smithi005.stdout: Close 1283 4.419 29.737 2023-07-12T15:26:54.785 INFO:teuthology.orchestra.run.smithi005.stdout: Rename 55 9.536 33.545 2023-07-12T15:26:54.785 INFO:teuthology.orchestra.run.smithi005.stdout: Unlink 130 4.767 28.512 2023-07-12T15:26:54.785 INFO:teuthology.orchestra.run.smithi005.stdout: Qpathinfo 1158 1.536 36.525 2023-07-12T15:26:54.785 INFO:teuthology.orchestra.run.smithi005.stdout: Qfileinfo 470 12.525 36.551 2023-07-12T15:26:54.785 INFO:teuthology.orchestra.run.smithi005.stdout: Qfsinfo 165 0.445 3.999 2023-07-12T15:26:54.785 INFO:teuthology.orchestra.run.smithi005.stdout: Sfileinfo 170 12.322 21.423 2023-07-12T15:26:54.785 INFO:teuthology.orchestra.run.smithi005.stdout: Find 394 0.315 5.116 2023-07-12T15:26:54.786 INFO:teuthology.orchestra.run.smithi005.stdout: WriteX 1878 0.022 0.061 2023-07-12T15:26:54.786 INFO:teuthology.orchestra.run.smithi005.stdout: ReadX 1564 0.014 0.982 2023-07-12T15:26:54.787 INFO:teuthology.orchestra.run.smithi005.stdout: Flush 150 12.581 23.689 2023-07-12T15:26:54.787 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-07-12T15:26:54.787 INFO:teuthology.orchestra.run.smithi005.stdout:Throughput 21.8115 MB/sec 5 clients 5 procs max_latency=63.421 ms 2023-07-12T15:26:54.789 DEBUG:teuthology.parallel:result is None 2023-07-12T15:26:55.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:26:55 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:26:53.522338+0000 mgr.smithi107.erfdst (mgr.24445) 444 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 335 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 11 KiB/s rd, 15 MiB/s wr, 763 op/s 2023-07-12T15:26:55.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:26:55 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:26:53.522338+0000 mgr.smithi107.erfdst (mgr.24445) 444 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 335 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 11 KiB/s rd, 15 MiB/s wr, 763 op/s 2023-07-12T15:26:57.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:26:57 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:26:55.522760+0000 mgr.smithi107.erfdst (mgr.24445) 445 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 335 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 7.7 KiB/s rd, 12 MiB/s wr, 506 op/s 2023-07-12T15:26:57.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:26:57 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:26:55.522760+0000 mgr.smithi107.erfdst (mgr.24445) 445 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 335 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 7.7 KiB/s rd, 12 MiB/s wr, 506 op/s 2023-07-12T15:26:59.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:26:59 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:26:57.523196+0000 mgr.smithi107.erfdst (mgr.24445) 446 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 335 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 7.7 KiB/s rd, 12 MiB/s wr, 506 op/s 2023-07-12T15:26:59.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:26:59 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:26:57.523196+0000 mgr.smithi107.erfdst (mgr.24445) 446 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 335 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 7.7 KiB/s rd, 12 MiB/s wr, 506 op/s 2023-07-12T15:27:01.604 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:01 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:26:59.524070+0000 mgr.smithi107.erfdst (mgr.24445) 447 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 236 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 12 KiB/s rd, 13 MiB/s wr, 600 op/s 2023-07-12T15:27:01.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:01 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:26:59.524070+0000 mgr.smithi107.erfdst (mgr.24445) 447 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 236 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 12 KiB/s rd, 13 MiB/s wr, 600 op/s 2023-07-12T15:27:03.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:03 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:27:01.524648+0000 mgr.smithi107.erfdst (mgr.24445) 448 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 236 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 7.8 KiB/s rd, 10 MiB/s wr, 359 op/s 2023-07-12T15:27:03.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:03 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:02.522241+0000 mon.smithi107 (mon.1) 129 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:27:03.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:03 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:27:01.524648+0000 mgr.smithi107.erfdst (mgr.24445) 448 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 236 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 7.8 KiB/s rd, 10 MiB/s wr, 359 op/s 2023-07-12T15:27:03.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:03 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:02.522241+0000 mon.smithi107 (mon.1) 129 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:27:05.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:05 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:27:03.525455+0000 mgr.smithi107.erfdst (mgr.24445) 449 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 8.2 KiB/s rd, 10 MiB/s wr, 362 op/s 2023-07-12T15:27:05.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:27:03.525455+0000 mgr.smithi107.erfdst (mgr.24445) 449 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 8.2 KiB/s rd, 10 MiB/s wr, 362 op/s 2023-07-12T15:27:07.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:07 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:27:05.525863+0000 mgr.smithi107.erfdst (mgr.24445) 450 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 4.5 KiB/s rd, 386 KiB/s wr, 97 op/s 2023-07-12T15:27:07.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:07 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:27:05.525863+0000 mgr.smithi107.erfdst (mgr.24445) 450 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 4.5 KiB/s rd, 386 KiB/s wr, 97 op/s 2023-07-12T15:27:09.010 INFO:teuthology.orchestra.run.smithi005.stdout:true 2023-07-12T15:27:09.647 INFO:teuthology.orchestra.run.smithi005.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-07-12T15:27:09.647 INFO:teuthology.orchestra.run.smithi005.stdout:alertmanager.smithi005 smithi005 *:9093,9094 starting - - - - 2023-07-12T15:27:09.648 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi005 smithi005 running (16m) 10m ago 16m 7004k - 16.2.4 8d91d370c2b8 d66dbf6fdb25 2023-07-12T15:27:09.648 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi107 smithi107 running (15m) 10m ago 15m 7184k - 16.2.4 8d91d370c2b8 b2a554924ee7 2023-07-12T15:27:09.648 INFO:teuthology.orchestra.run.smithi005.stdout:grafana.smithi005 smithi005 *:3000 starting - - - - 2023-07-12T15:27:09.648 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi005.llyakb smithi005 running (12m) 10m ago 12m 16.8M - 16.2.4 8d91d370c2b8 2e9588e0199b 2023-07-12T15:27:09.648 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi107.umdxex smithi107 running (12m) 10m ago 12m 39.5M - 16.2.4 8d91d370c2b8 401879dbc3a1 2023-07-12T15:27:09.648 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi005.fgymhs smithi005 *:9283 running (17m) 10m ago 17m 379M - 16.2.4 8d91d370c2b8 773b2b36c231 2023-07-12T15:27:09.648 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi107.erfdst smithi107 *:8443,9283 running (11m) 10m ago 15m 501M - 18.1.2-55-gb1bd0540 45bffa74f7bc aa123e0fe635 2023-07-12T15:27:09.649 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi005 smithi005 running (17m) 10m ago 17m 117M 2048M 16.2.4 8d91d370c2b8 d77bb5c14fd6 2023-07-12T15:27:09.649 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi107 smithi107 running (15m) 10m ago 15m 78.2M 2048M 16.2.4 8d91d370c2b8 eb5e5c1f8ca8 2023-07-12T15:27:09.649 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.0.0.smithi005.raeamr smithi005 *:2049 running (10m) 10m ago 10m 59.0M - 3.5 8d91d370c2b8 cf45a3af5fd8 2023-07-12T15:27:09.649 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.1.0.smithi107.ppslpa smithi107 *:2049 running (10m) 10m ago 10m 16.7M - 3.5 8d91d370c2b8 1d4a977d4dad 2023-07-12T15:27:09.649 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi005 smithi005 *:9100 starting - - - - 2023-07-12T15:27:09.649 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi107 smithi107 *:9100 running (15m) 10m ago 15m 18.3M - 0.18.1 e5a616e4b9cf 0f858f5dbd77 2023-07-12T15:27:09.649 INFO:teuthology.orchestra.run.smithi005.stdout:osd.0 smithi005 running (15m) 10m ago 15m 1169M 4096M 16.2.4 8d91d370c2b8 b76fd1d0c8e6 2023-07-12T15:27:09.650 INFO:teuthology.orchestra.run.smithi005.stdout:osd.1 smithi005 running (14m) 10m ago 14m 1044M 4096M 16.2.4 8d91d370c2b8 0c931b3abdbc 2023-07-12T15:27:09.650 INFO:teuthology.orchestra.run.smithi005.stdout:osd.2 smithi005 running (14m) 10m ago 14m 618M 4096M 16.2.4 8d91d370c2b8 2712a85e1556 2023-07-12T15:27:09.650 INFO:teuthology.orchestra.run.smithi005.stdout:osd.3 smithi005 running (14m) 10m ago 14m 1083M 4096M 16.2.4 8d91d370c2b8 91a5ecefbf60 2023-07-12T15:27:09.650 INFO:teuthology.orchestra.run.smithi005.stdout:osd.4 smithi107 running (14m) 10m ago 14m 1112M 4096M 16.2.4 8d91d370c2b8 27cd7acb5a1c 2023-07-12T15:27:09.650 INFO:teuthology.orchestra.run.smithi005.stdout:osd.5 smithi107 running (13m) 10m ago 13m 1325M 4096M 16.2.4 8d91d370c2b8 c0ddb4bafed0 2023-07-12T15:27:09.650 INFO:teuthology.orchestra.run.smithi005.stdout:osd.6 smithi107 running (13m) 10m ago 13m 1033M 4096M 16.2.4 8d91d370c2b8 82bc037c969c 2023-07-12T15:27:09.650 INFO:teuthology.orchestra.run.smithi005.stdout:osd.7 smithi107 running (13m) 10m ago 13m 1709M 4096M 16.2.4 8d91d370c2b8 516c8ea96297 2023-07-12T15:27:09.651 INFO:teuthology.orchestra.run.smithi005.stdout:prometheus.smithi005 smithi005 *:9095 starting - - - - 2023-07-12T15:27:09.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:09 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:27:07.526423+0000 mgr.smithi107.erfdst (mgr.24445) 451 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 4.5 KiB/s rd, 386 KiB/s wr, 97 op/s 2023-07-12T15:27:09.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:09 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:27:07.526423+0000 mgr.smithi107.erfdst (mgr.24445) 451 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 4.5 KiB/s rd, 386 KiB/s wr, 97 op/s 2023-07-12T15:27:10.032 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:27:10.033 INFO:teuthology.orchestra.run.smithi005.stdout: "mon": { 2023-07-12T15:27:10.033 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2023-07-12T15:27:10.033 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:27:10.033 INFO:teuthology.orchestra.run.smithi005.stdout: "mgr": { 2023-07-12T15:27:10.033 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2023-07-12T15:27:10.034 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 1 2023-07-12T15:27:10.034 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:27:10.034 INFO:teuthology.orchestra.run.smithi005.stdout: "osd": { 2023-07-12T15:27:10.034 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2023-07-12T15:27:10.034 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:27:10.034 INFO:teuthology.orchestra.run.smithi005.stdout: "mds": { 2023-07-12T15:27:10.034 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2023-07-12T15:27:10.035 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:27:10.035 INFO:teuthology.orchestra.run.smithi005.stdout: "overall": { 2023-07-12T15:27:10.035 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 13, 2023-07-12T15:27:10.035 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 1 2023-07-12T15:27:10.035 INFO:teuthology.orchestra.run.smithi005.stdout: } 2023-07-12T15:27:10.035 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:27:10.361 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:27:10.362 INFO:teuthology.orchestra.run.smithi005.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:c4be3de0cb572873b18bf4d7ff19efd4676dcd86f150f2b38e50b5e2946cf6ef", 2023-07-12T15:27:10.362 INFO:teuthology.orchestra.run.smithi005.stdout: "in_progress": true, 2023-07-12T15:27:10.362 INFO:teuthology.orchestra.run.smithi005.stdout: "which": "Upgrading all daemon types on all hosts", 2023-07-12T15:27:10.362 INFO:teuthology.orchestra.run.smithi005.stdout: "services_complete": [], 2023-07-12T15:27:10.362 INFO:teuthology.orchestra.run.smithi005.stdout: "progress": "1/23 daemons upgraded", 2023-07-12T15:27:10.362 INFO:teuthology.orchestra.run.smithi005.stdout: "message": "", 2023-07-12T15:27:10.363 INFO:teuthology.orchestra.run.smithi005.stdout: "is_paused": false 2023-07-12T15:27:10.363 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:27:10.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:10 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:08.995628+0000 mgr.smithi107.erfdst (mgr.24445) 452 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:27:10.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:10 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:09.320013+0000 mgr.smithi107.erfdst (mgr.24445) 453 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:27:10.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:10 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:10.031591+0000 mon.smithi005 (mon.0) 849 : audit [DBG] from='client.? 172.21.15.5:0/143601312' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:27:10.741 INFO:teuthology.orchestra.run.smithi005.stdout:HEALTH_OK 2023-07-12T15:27:10.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:10 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:08.995628+0000 mgr.smithi107.erfdst (mgr.24445) 452 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:27:10.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:10 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:09.320013+0000 mgr.smithi107.erfdst (mgr.24445) 453 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:27:10.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:10 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:10.031591+0000 mon.smithi005 (mon.0) 849 : audit [DBG] from='client.? 172.21.15.5:0/143601312' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:27:11.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:27:09.527070+0000 mgr.smithi107.erfdst (mgr.24445) 454 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 4.7 KiB/s rd, 392 KiB/s wr, 99 op/s 2023-07-12T15:27:11.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:09.635919+0000 mgr.smithi107.erfdst (mgr.24445) 455 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:27:11.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:10.360110+0000 mgr.smithi107.erfdst (mgr.24445) 456 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:27:11.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:10.740686+0000 mon.smithi005 (mon.0) 850 : audit [DBG] from='client.? 172.21.15.5:0/898897351' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:27:11.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:27:09.527070+0000 mgr.smithi107.erfdst (mgr.24445) 454 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 4.7 KiB/s rd, 392 KiB/s wr, 99 op/s 2023-07-12T15:27:11.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:09.635919+0000 mgr.smithi107.erfdst (mgr.24445) 455 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:27:11.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:10.360110+0000 mgr.smithi107.erfdst (mgr.24445) 456 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:27:11.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:10.740686+0000 mon.smithi005 (mon.0) 850 : audit [DBG] from='client.? 172.21.15.5:0/898897351' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:27:13.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:13 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:27:11.527436+0000 mgr.smithi107.erfdst (mgr.24445) 457 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 597 B/s rd, 34 KiB/s wr, 5 op/s 2023-07-12T15:27:13.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:13 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:27:11.527436+0000 mgr.smithi107.erfdst (mgr.24445) 457 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 597 B/s rd, 34 KiB/s wr, 5 op/s 2023-07-12T15:27:15.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:15 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:27:13.528060+0000 mgr.smithi107.erfdst (mgr.24445) 458 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 597 B/s rd, 34 KiB/s wr, 5 op/s 2023-07-12T15:27:15.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:15 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:27:13.528060+0000 mgr.smithi107.erfdst (mgr.24445) 458 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 597 B/s rd, 34 KiB/s wr, 5 op/s 2023-07-12T15:27:17.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:17 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:27:15.528510+0000 mgr.smithi107.erfdst (mgr.24445) 459 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 5.4 KiB/s wr, 2 op/s 2023-07-12T15:27:17.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:17 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:27:15.528510+0000 mgr.smithi107.erfdst (mgr.24445) 459 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 5.4 KiB/s wr, 2 op/s 2023-07-12T15:27:18.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:17.522720+0000 mon.smithi107 (mon.1) 130 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:27:18.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:18 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:17.522720+0000 mon.smithi107 (mon.1) 130 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:27:19.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:19 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:27:17.528853+0000 mgr.smithi107.erfdst (mgr.24445) 460 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 5.4 KiB/s wr, 2 op/s 2023-07-12T15:27:19.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:19 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:27:17.528853+0000 mgr.smithi107.erfdst (mgr.24445) 460 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 5.4 KiB/s wr, 2 op/s 2023-07-12T15:27:21.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:21 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:27:19.529583+0000 mgr.smithi107.erfdst (mgr.24445) 461 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 5.8 KiB/s wr, 2 op/s 2023-07-12T15:27:21.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:21 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:27:19.529583+0000 mgr.smithi107.erfdst (mgr.24445) 461 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 5.8 KiB/s wr, 2 op/s 2023-07-12T15:27:23.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:23 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:27:21.529952+0000 mgr.smithi107.erfdst (mgr.24445) 462 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-07-12T15:27:23.751 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:23 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:27:21.529952+0000 mgr.smithi107.erfdst (mgr.24445) 462 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-07-12T15:27:25.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:25 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:27:23.530636+0000 mgr.smithi107.erfdst (mgr.24445) 463 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-07-12T15:27:25.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:25 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:27:23.530636+0000 mgr.smithi107.erfdst (mgr.24445) 463 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-07-12T15:27:27.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:27 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:27:25.531230+0000 mgr.smithi107.erfdst (mgr.24445) 464 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-07-12T15:27:27.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:27 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:27:25.531230+0000 mgr.smithi107.erfdst (mgr.24445) 464 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-07-12T15:27:29.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:29 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:27:27.531865+0000 mgr.smithi107.erfdst (mgr.24445) 465 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-07-12T15:27:29.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:29 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:27:27.531865+0000 mgr.smithi107.erfdst (mgr.24445) 465 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-07-12T15:27:31.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:31 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:27:29.532641+0000 mgr.smithi107.erfdst (mgr.24445) 466 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2023-07-12T15:27:31.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:31 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:27:29.532641+0000 mgr.smithi107.erfdst (mgr.24445) 466 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2023-07-12T15:27:33.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:27:31.533025+0000 mgr.smithi107.erfdst (mgr.24445) 467 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:27:33.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:32.523066+0000 mon.smithi107 (mon.1) 131 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:27:33.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:33 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:27:31.533025+0000 mgr.smithi107.erfdst (mgr.24445) 467 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:27:33.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:33 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:32.523066+0000 mon.smithi107 (mon.1) 131 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:27:35.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:27:33.533796+0000 mgr.smithi107.erfdst (mgr.24445) 468 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:27:35.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:35 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:27:33.533796+0000 mgr.smithi107.erfdst (mgr.24445) 468 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:27:37.637 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:37 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:27:35.534371+0000 mgr.smithi107.erfdst (mgr.24445) 469 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:27:37.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:37 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:27:35.534371+0000 mgr.smithi107.erfdst (mgr.24445) 469 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:27:39.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:39 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:27:37.534784+0000 mgr.smithi107.erfdst (mgr.24445) 470 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:27:39.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:39 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:38.178474+0000 mon.smithi005 (mon.0) 851 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:27:39.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:39 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:38.183824+0000 mon.smithi005 (mon.0) 852 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:27:39.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:39 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:38.225908+0000 mon.smithi107 (mon.1) 132 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-07-12T15:27:39.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:39 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:38.226265+0000 mgr.smithi107.erfdst (mgr.24445) 471 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-07-12T15:27:39.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:39 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:38.226998+0000 mon.smithi107 (mon.1) 133 : audit [INF] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi005.front.sepia.ceph.com:9093"}]: dispatch 2023-07-12T15:27:39.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:39 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:38.227225+0000 mgr.smithi107.erfdst (mgr.24445) 472 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi005.front.sepia.ceph.com:9093"}]: dispatch 2023-07-12T15:27:39.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:39 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:38.231107+0000 mon.smithi005 (mon.0) 853 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:27:39.500 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:39 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:38.237021+0000 mon.smithi107 (mon.1) 134 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-07-12T15:27:39.500 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:39 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:38.237355+0000 mgr.smithi107.erfdst (mgr.24445) 473 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-07-12T15:27:39.500 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:39 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:38.240859+0000 mon.smithi107 (mon.1) 135 : audit [INF] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi005.front.sepia.ceph.com:3000"}]: dispatch 2023-07-12T15:27:39.501 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:39 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:38.241143+0000 mgr.smithi107.erfdst (mgr.24445) 474 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi005.front.sepia.ceph.com:3000"}]: dispatch 2023-07-12T15:27:39.501 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:39 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:38.245470+0000 mon.smithi005 (mon.0) 854 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:27:39.501 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:39 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:38.251833+0000 mon.smithi107 (mon.1) 136 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-07-12T15:27:39.501 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:39 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:38.252218+0000 mgr.smithi107.erfdst (mgr.24445) 475 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-07-12T15:27:39.501 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:39 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:38.256759+0000 mon.smithi107 (mon.1) 137 : audit [INF] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi005.front.sepia.ceph.com:9095"}]: dispatch 2023-07-12T15:27:39.501 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:39 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:38.257068+0000 mgr.smithi107.erfdst (mgr.24445) 476 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi005.front.sepia.ceph.com:9095"}]: dispatch 2023-07-12T15:27:39.501 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:39 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:38.261863+0000 mon.smithi005 (mon.0) 855 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:27:39.502 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:39 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:38.270128+0000 mon.smithi107 (mon.1) 138 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:27:39.502 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:39 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:38.274772+0000 mon.smithi005 (mon.0) 856 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:27:39.502 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:39 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:27:38.275569+0000 mgr.smithi107.erfdst (mgr.24445) 477 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi107.erfdst) 2023-07-12T15:27:39.502 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:39 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:27:38.276020+0000 mgr.smithi107.erfdst (mgr.24445) 478 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi107.erfdst) 2023-07-12T15:27:39.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:39 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:27:37.534784+0000 mgr.smithi107.erfdst (mgr.24445) 470 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:27:39.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:39 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:38.178474+0000 mon.smithi005 (mon.0) 851 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:27:39.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:39 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:38.183824+0000 mon.smithi005 (mon.0) 852 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:27:39.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:39 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:38.225908+0000 mon.smithi107 (mon.1) 132 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-07-12T15:27:39.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:39 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:38.226265+0000 mgr.smithi107.erfdst (mgr.24445) 471 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-07-12T15:27:39.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:39 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:38.226998+0000 mon.smithi107 (mon.1) 133 : audit [INF] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi005.front.sepia.ceph.com:9093"}]: dispatch 2023-07-12T15:27:39.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:39 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:38.227225+0000 mgr.smithi107.erfdst (mgr.24445) 472 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi005.front.sepia.ceph.com:9093"}]: dispatch 2023-07-12T15:27:39.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:39 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:38.231107+0000 mon.smithi005 (mon.0) 853 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:27:39.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:39 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:38.237021+0000 mon.smithi107 (mon.1) 134 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-07-12T15:27:39.671 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:39 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:38.237355+0000 mgr.smithi107.erfdst (mgr.24445) 473 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-07-12T15:27:39.671 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:39 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:38.240859+0000 mon.smithi107 (mon.1) 135 : audit [INF] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi005.front.sepia.ceph.com:3000"}]: dispatch 2023-07-12T15:27:39.671 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:39 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:38.241143+0000 mgr.smithi107.erfdst (mgr.24445) 474 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi005.front.sepia.ceph.com:3000"}]: dispatch 2023-07-12T15:27:39.672 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:39 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:38.245470+0000 mon.smithi005 (mon.0) 854 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:27:39.672 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:39 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:38.251833+0000 mon.smithi107 (mon.1) 136 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-07-12T15:27:39.672 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:39 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:38.252218+0000 mgr.smithi107.erfdst (mgr.24445) 475 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-07-12T15:27:39.673 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:39 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:38.256759+0000 mon.smithi107 (mon.1) 137 : audit [INF] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi005.front.sepia.ceph.com:9095"}]: dispatch 2023-07-12T15:27:39.673 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:39 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:38.257068+0000 mgr.smithi107.erfdst (mgr.24445) 476 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi005.front.sepia.ceph.com:9095"}]: dispatch 2023-07-12T15:27:39.673 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:39 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:38.261863+0000 mon.smithi005 (mon.0) 855 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:27:39.673 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:39 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:38.270128+0000 mon.smithi107 (mon.1) 138 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:27:39.674 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:39 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:38.274772+0000 mon.smithi005 (mon.0) 856 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:27:39.674 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:39 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:27:38.275569+0000 mgr.smithi107.erfdst (mgr.24445) 477 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi107.erfdst) 2023-07-12T15:27:39.674 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:39 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:27:38.276020+0000 mgr.smithi107.erfdst (mgr.24445) 478 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi107.erfdst) 2023-07-12T15:27:40.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:40 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:27:39.392330+0000 mgr.smithi107.erfdst (mgr.24445) 479 : cephadm [INF] Upgrade: Updating mgr.smithi005.fgymhs 2023-07-12T15:27:40.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:40 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:39.396969+0000 mon.smithi005 (mon.0) 857 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:27:40.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:40 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:39.398554+0000 mon.smithi107 (mon.1) 139 : audit [INF] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi005.fgymhs", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-07-12T15:27:40.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:40 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:39.398904+0000 mon.smithi005 (mon.0) 858 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi005.fgymhs", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-07-12T15:27:40.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:40 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:39.399742+0000 mon.smithi107 (mon.1) 140 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "mgr services"}]: dispatch 2023-07-12T15:27:40.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:40 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:39.400727+0000 mon.smithi107 (mon.1) 141 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:27:40.710 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:40 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:27:39.392330+0000 mgr.smithi107.erfdst (mgr.24445) 479 : cephadm [INF] Upgrade: Updating mgr.smithi005.fgymhs 2023-07-12T15:27:40.710 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:40 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:39.396969+0000 mon.smithi005 (mon.0) 857 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:27:40.710 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:40 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:39.398554+0000 mon.smithi107 (mon.1) 139 : audit [INF] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi005.fgymhs", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-07-12T15:27:40.710 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:40 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:39.398904+0000 mon.smithi005 (mon.0) 858 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi005.fgymhs", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-07-12T15:27:40.711 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:40 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:39.399742+0000 mon.smithi107 (mon.1) 140 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "mgr services"}]: dispatch 2023-07-12T15:27:40.711 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:40 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:39.400727+0000 mon.smithi107 (mon.1) 141 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:27:41.131 INFO:teuthology.orchestra.run.smithi005.stdout:true 2023-07-12T15:27:41.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:41 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:27:39.401700+0000 mgr.smithi107.erfdst (mgr.24445) 480 : cephadm [INF] Deploying daemon mgr.smithi005.fgymhs on smithi005 2023-07-12T15:27:41.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:41 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:27:39.535786+0000 mgr.smithi107.erfdst (mgr.24445) 481 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:27:41.675 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:41 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:27:39.401700+0000 mgr.smithi107.erfdst (mgr.24445) 480 : cephadm [INF] Deploying daemon mgr.smithi005.fgymhs on smithi005 2023-07-12T15:27:41.675 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:41 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:27:39.535786+0000 mgr.smithi107.erfdst (mgr.24445) 481 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:27:41.829 INFO:teuthology.orchestra.run.smithi005.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-07-12T15:27:41.830 INFO:teuthology.orchestra.run.smithi005.stdout:alertmanager.smithi005 smithi005 *:9093,9094 starting - - - - 2023-07-12T15:27:41.830 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi005 smithi005 running (16m) 10m ago 16m 7004k - 16.2.4 8d91d370c2b8 d66dbf6fdb25 2023-07-12T15:27:41.830 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi107 smithi107 running (16m) 10m ago 16m 7184k - 16.2.4 8d91d370c2b8 b2a554924ee7 2023-07-12T15:27:41.830 INFO:teuthology.orchestra.run.smithi005.stdout:grafana.smithi005 smithi005 *:3000 starting - - - - 2023-07-12T15:27:41.830 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi005.llyakb smithi005 running (13m) 10m ago 13m 16.8M - 16.2.4 8d91d370c2b8 2e9588e0199b 2023-07-12T15:27:41.830 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi107.umdxex smithi107 running (13m) 10m ago 13m 39.5M - 16.2.4 8d91d370c2b8 401879dbc3a1 2023-07-12T15:27:41.830 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi005.fgymhs smithi005 *:8443,9283,8765 starting - - - - 2023-07-12T15:27:41.831 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi107.erfdst smithi107 *:8443,9283 running (11m) 10m ago 16m 501M - 18.1.2-55-gb1bd0540 45bffa74f7bc aa123e0fe635 2023-07-12T15:27:41.831 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi005 smithi005 running (17m) 10m ago 17m 117M 2048M 16.2.4 8d91d370c2b8 d77bb5c14fd6 2023-07-12T15:27:41.831 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi107 smithi107 running (16m) 10m ago 16m 78.2M 2048M 16.2.4 8d91d370c2b8 eb5e5c1f8ca8 2023-07-12T15:27:41.831 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.0.0.smithi005.raeamr smithi005 *:2049 running (11m) 10m ago 11m 59.0M - 3.5 8d91d370c2b8 cf45a3af5fd8 2023-07-12T15:27:41.832 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.1.0.smithi107.ppslpa smithi107 *:2049 running (11m) 10m ago 10m 16.7M - 3.5 8d91d370c2b8 1d4a977d4dad 2023-07-12T15:27:41.832 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi005 smithi005 *:9100 starting - - - - 2023-07-12T15:27:41.832 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi107 smithi107 *:9100 starting - - - - 2023-07-12T15:27:41.832 INFO:teuthology.orchestra.run.smithi005.stdout:osd.0 smithi005 running (15m) 10m ago 15m 1169M 4096M 16.2.4 8d91d370c2b8 b76fd1d0c8e6 2023-07-12T15:27:41.832 INFO:teuthology.orchestra.run.smithi005.stdout:osd.1 smithi005 running (15m) 10m ago 15m 1044M 4096M 16.2.4 8d91d370c2b8 0c931b3abdbc 2023-07-12T15:27:41.832 INFO:teuthology.orchestra.run.smithi005.stdout:osd.2 smithi005 running (15m) 10m ago 15m 618M 4096M 16.2.4 8d91d370c2b8 2712a85e1556 2023-07-12T15:27:41.832 INFO:teuthology.orchestra.run.smithi005.stdout:osd.3 smithi005 running (14m) 10m ago 14m 1083M 4096M 16.2.4 8d91d370c2b8 91a5ecefbf60 2023-07-12T15:27:41.833 INFO:teuthology.orchestra.run.smithi005.stdout:osd.4 smithi107 running (14m) 10m ago 14m 1112M 4096M 16.2.4 8d91d370c2b8 27cd7acb5a1c 2023-07-12T15:27:41.833 INFO:teuthology.orchestra.run.smithi005.stdout:osd.5 smithi107 running (14m) 10m ago 14m 1325M 4096M 16.2.4 8d91d370c2b8 c0ddb4bafed0 2023-07-12T15:27:41.833 INFO:teuthology.orchestra.run.smithi005.stdout:osd.6 smithi107 running (14m) 10m ago 14m 1033M 4096M 16.2.4 8d91d370c2b8 82bc037c969c 2023-07-12T15:27:41.833 INFO:teuthology.orchestra.run.smithi005.stdout:osd.7 smithi107 running (14m) 10m ago 14m 1709M 4096M 16.2.4 8d91d370c2b8 516c8ea96297 2023-07-12T15:27:41.833 INFO:teuthology.orchestra.run.smithi005.stdout:prometheus.smithi005 smithi005 *:9095 starting - - - - 2023-07-12T15:27:42.295 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:27:42.295 INFO:teuthology.orchestra.run.smithi005.stdout: "mon": { 2023-07-12T15:27:42.295 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2023-07-12T15:27:42.296 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:27:42.296 INFO:teuthology.orchestra.run.smithi005.stdout: "mgr": { 2023-07-12T15:27:42.296 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2023-07-12T15:27:42.296 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 1 2023-07-12T15:27:42.296 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:27:42.297 INFO:teuthology.orchestra.run.smithi005.stdout: "osd": { 2023-07-12T15:27:42.297 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2023-07-12T15:27:42.297 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:27:42.297 INFO:teuthology.orchestra.run.smithi005.stdout: "mds": { 2023-07-12T15:27:42.297 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2023-07-12T15:27:42.297 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:27:42.298 INFO:teuthology.orchestra.run.smithi005.stdout: "overall": { 2023-07-12T15:27:42.298 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 13, 2023-07-12T15:27:42.298 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 1 2023-07-12T15:27:42.298 INFO:teuthology.orchestra.run.smithi005.stdout: } 2023-07-12T15:27:42.298 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:27:42.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:42 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:41.110304+0000 mgr.smithi107.erfdst (mgr.24445) 482 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:27:42.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:42 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:41.746272+0000 mon.smithi005 (mon.0) 859 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:27:42.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:42 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:41.756078+0000 mon.smithi005 (mon.0) 860 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:27:42.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:42 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:41.770729+0000 mon.smithi107 (mon.1) 142 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:27:42.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:42 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:42.092087+0000 mon.smithi005 (mon.0) 861 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:27:42.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:42 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:42.095146+0000 mon.smithi005 (mon.0) 862 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:27:42.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:42 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:42.100293+0000 mon.smithi005 (mon.0) 863 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:27:42.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:42 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:42.104213+0000 mon.smithi005 (mon.0) 864 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:27:42.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:42 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:42.294010+0000 mon.smithi107 (mon.1) 143 : audit [DBG] from='client.? 172.21.15.5:0/2781697739' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:27:42.718 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:27:42.719 INFO:teuthology.orchestra.run.smithi005.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:c4be3de0cb572873b18bf4d7ff19efd4676dcd86f150f2b38e50b5e2946cf6ef", 2023-07-12T15:27:42.719 INFO:teuthology.orchestra.run.smithi005.stdout: "in_progress": true, 2023-07-12T15:27:42.719 INFO:teuthology.orchestra.run.smithi005.stdout: "which": "Upgrading all daemon types on all hosts", 2023-07-12T15:27:42.719 INFO:teuthology.orchestra.run.smithi005.stdout: "services_complete": [], 2023-07-12T15:27:42.720 INFO:teuthology.orchestra.run.smithi005.stdout: "progress": "", 2023-07-12T15:27:42.720 INFO:teuthology.orchestra.run.smithi005.stdout: "message": "Currently upgrading mgr daemons", 2023-07-12T15:27:42.720 INFO:teuthology.orchestra.run.smithi005.stdout: "is_paused": false 2023-07-12T15:27:42.720 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:27:42.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:42 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:41.110304+0000 mgr.smithi107.erfdst (mgr.24445) 482 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:27:42.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:42 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:41.746272+0000 mon.smithi005 (mon.0) 859 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:27:42.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:42 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:41.756078+0000 mon.smithi005 (mon.0) 860 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:27:42.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:42 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:41.770729+0000 mon.smithi107 (mon.1) 142 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:27:42.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:42 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:42.092087+0000 mon.smithi005 (mon.0) 861 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:27:42.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:42 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:42.095146+0000 mon.smithi005 (mon.0) 862 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:27:42.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:42 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:42.100293+0000 mon.smithi005 (mon.0) 863 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:27:42.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:42 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:42.104213+0000 mon.smithi005 (mon.0) 864 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:27:42.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:42 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:42.294010+0000 mon.smithi107 (mon.1) 143 : audit [DBG] from='client.? 172.21.15.5:0/2781697739' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:27:43.134 INFO:teuthology.orchestra.run.smithi005.stdout:HEALTH_OK 2023-07-12T15:27:43.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:43 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:41.473480+0000 mgr.smithi107.erfdst (mgr.24445) 483 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:27:43.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:43 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:27:41.536309+0000 mgr.smithi107.erfdst (mgr.24445) 484 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:27:43.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:43 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:41.817030+0000 mgr.smithi107.erfdst (mgr.24445) 485 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:27:43.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:43 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:42.716623+0000 mgr.smithi107.erfdst (mgr.24445) 486 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:27:43.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:43 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:43.133263+0000 mon.smithi005 (mon.0) 865 : audit [DBG] from='client.? 172.21.15.5:0/4191526434' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:27:43.717 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:43 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:41.473480+0000 mgr.smithi107.erfdst (mgr.24445) 483 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:27:43.718 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:43 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:27:41.536309+0000 mgr.smithi107.erfdst (mgr.24445) 484 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:27:43.718 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:43 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:41.817030+0000 mgr.smithi107.erfdst (mgr.24445) 485 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:27:43.718 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:43 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:42.716623+0000 mgr.smithi107.erfdst (mgr.24445) 486 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:27:43.718 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:43 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:43.133263+0000 mon.smithi005 (mon.0) 865 : audit [DBG] from='client.? 172.21.15.5:0/4191526434' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:27:44.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:44 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:27:43.536960+0000 mgr.smithi107.erfdst (mgr.24445) 487 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:27:44.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:44 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:27:43.536960+0000 mgr.smithi107.erfdst (mgr.24445) 487 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:27:46.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:46 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:45.129413+0000 mon.smithi005 (mon.0) 866 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:27:46.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:46 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:45.133922+0000 mon.smithi005 (mon.0) 867 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:27:46.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:46 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:45.129413+0000 mon.smithi005 (mon.0) 866 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:27:46.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:46 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:45.133922+0000 mon.smithi005 (mon.0) 867 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:27:47.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:47 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:27:45.537420+0000 mgr.smithi107.erfdst (mgr.24445) 488 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:27:47.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:47 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:46.880374+0000 mon.smithi005 (mon.0) 868 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:27:47.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:47 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:46.887327+0000 mon.smithi005 (mon.0) 869 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:27:47.482 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:47 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:27:45.537420+0000 mgr.smithi107.erfdst (mgr.24445) 488 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:27:47.482 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:47 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:46.880374+0000 mon.smithi005 (mon.0) 868 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:27:47.482 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:47 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:46.887327+0000 mon.smithi005 (mon.0) 869 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:27:48.208 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:48 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:47.523226+0000 mon.smithi107 (mon.1) 144 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:27:48.208 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:48 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:47.572285+0000 mon.smithi005 (mon.0) 870 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:27:48.209 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:48 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:47.607687+0000 mon.smithi005 (mon.0) 871 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:27:48.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:48 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:47.523226+0000 mon.smithi107 (mon.1) 144 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:27:48.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:48 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:47.572285+0000 mon.smithi005 (mon.0) 870 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:27:48.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:48 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:47.607687+0000 mon.smithi005 (mon.0) 871 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:27:49.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:49 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:27:47.537804+0000 mgr.smithi107.erfdst (mgr.24445) 489 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:27:49.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:49 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:27:49.150611+0000 mon.smithi005 (mon.0) 872 : cluster [DBG] Standby manager daemon smithi005.fgymhs restarted 2023-07-12T15:27:49.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:49 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:27:49.150744+0000 mon.smithi005 (mon.0) 873 : cluster [DBG] Standby manager daemon smithi005.fgymhs started 2023-07-12T15:27:49.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:49 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:49.153164+0000 mon.smithi005 (mon.0) 874 : audit [DBG] from='mgr.? 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi005.fgymhs/crt"}]: dispatch 2023-07-12T15:27:49.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:49 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:49.153709+0000 mon.smithi005 (mon.0) 875 : audit [DBG] from='mgr.? 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-07-12T15:27:49.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:49 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:49.155796+0000 mon.smithi005 (mon.0) 876 : audit [DBG] from='mgr.? 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi005.fgymhs/key"}]: dispatch 2023-07-12T15:27:49.500 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:49 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:49.156709+0000 mon.smithi005 (mon.0) 877 : audit [DBG] from='mgr.? 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-07-12T15:27:49.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:49 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:27:47.537804+0000 mgr.smithi107.erfdst (mgr.24445) 489 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:27:49.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:49 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:27:49.150611+0000 mon.smithi005 (mon.0) 872 : cluster [DBG] Standby manager daemon smithi005.fgymhs restarted 2023-07-12T15:27:49.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:49 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:27:49.150744+0000 mon.smithi005 (mon.0) 873 : cluster [DBG] Standby manager daemon smithi005.fgymhs started 2023-07-12T15:27:49.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:49 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:49.153164+0000 mon.smithi005 (mon.0) 874 : audit [DBG] from='mgr.? 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi005.fgymhs/crt"}]: dispatch 2023-07-12T15:27:49.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:49 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:49.153709+0000 mon.smithi005 (mon.0) 875 : audit [DBG] from='mgr.? 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-07-12T15:27:49.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:49 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:49.155796+0000 mon.smithi005 (mon.0) 876 : audit [DBG] from='mgr.? 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi005.fgymhs/key"}]: dispatch 2023-07-12T15:27:49.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:49 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:49.156709+0000 mon.smithi005 (mon.0) 877 : audit [DBG] from='mgr.? 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-07-12T15:27:50.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:50 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:27:49.200104+0000 mon.smithi005 (mon.0) 878 : cluster [DBG] mgrmap e32: smithi107.erfdst(active, since 11m), standbys: smithi005.fgymhs 2023-07-12T15:27:50.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:50 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:49.983629+0000 mon.smithi005 (mon.0) 879 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:27:50.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:50 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:49.990501+0000 mon.smithi005 (mon.0) 880 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:27:50.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:50 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:49.993013+0000 mon.smithi107 (mon.1) 145 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:27:50.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:50 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:49.993784+0000 mon.smithi107 (mon.1) 146 : audit [INF] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-07-12T15:27:50.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:50 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:49.998072+0000 mon.smithi005 (mon.0) 881 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:27:50.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:50 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:50.005289+0000 mon.smithi005 (mon.0) 882 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:27:50.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:50 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:50.143932+0000 mon.smithi107 (mon.1) 147 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:27:50.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:50 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:50.149881+0000 mon.smithi107 (mon.1) 148 : audit [INF] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "mgr fail", "who": "smithi107.erfdst"}]: dispatch 2023-07-12T15:27:50.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:50 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:50.150370+0000 mon.smithi005 (mon.0) 883 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "mgr fail", "who": "smithi107.erfdst"}]: dispatch 2023-07-12T15:27:50.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:50 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:27:50.154142+0000 mon.smithi005 (mon.0) 884 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2023-07-12T15:27:50.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:50 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:27:49.200104+0000 mon.smithi005 (mon.0) 878 : cluster [DBG] mgrmap e32: smithi107.erfdst(active, since 11m), standbys: smithi005.fgymhs 2023-07-12T15:27:50.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:50 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:49.983629+0000 mon.smithi005 (mon.0) 879 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:27:50.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:50 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:49.990501+0000 mon.smithi005 (mon.0) 880 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:27:50.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:50 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:49.993013+0000 mon.smithi107 (mon.1) 145 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:27:50.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:50 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:49.993784+0000 mon.smithi107 (mon.1) 146 : audit [INF] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-07-12T15:27:50.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:50 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:49.998072+0000 mon.smithi005 (mon.0) 881 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:27:50.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:50 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:50.005289+0000 mon.smithi005 (mon.0) 882 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' 2023-07-12T15:27:50.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:50 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:50.143932+0000 mon.smithi107 (mon.1) 147 : audit [DBG] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:27:50.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:50 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:50.149881+0000 mon.smithi107 (mon.1) 148 : audit [INF] from='mgr.24445 172.21.15.107:0/2815037855' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "mgr fail", "who": "smithi107.erfdst"}]: dispatch 2023-07-12T15:27:50.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:50 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:50.150370+0000 mon.smithi005 (mon.0) 883 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "mgr fail", "who": "smithi107.erfdst"}]: dispatch 2023-07-12T15:27:50.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:50 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:27:50.154142+0000 mon.smithi005 (mon.0) 884 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2023-07-12T15:27:51.348 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:51 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:27:49.538482+0000 mgr.smithi107.erfdst (mgr.24445) 490 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:27:51.348 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:51 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:27:49.994468+0000 mgr.smithi107.erfdst (mgr.24445) 491 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-07-12T15:27:51.349 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:51 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:27:49.995175+0000 mgr.smithi107.erfdst (mgr.24445) 492 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-07-12T15:27:51.349 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:51 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:27:50.146108+0000 mgr.smithi107.erfdst (mgr.24445) 493 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi107.erfdst) 2023-07-12T15:27:51.349 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:51 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:27:50.146555+0000 mgr.smithi107.erfdst (mgr.24445) 494 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi107.erfdst) 2023-07-12T15:27:51.349 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:51 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:27:50.149642+0000 mgr.smithi107.erfdst (mgr.24445) 495 : cephadm [INF] Failing over to other MGR 2023-07-12T15:27:51.350 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:51 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:27:50.194027+0000 mon.smithi005 (mon.0) 885 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-07-12T15:27:51.350 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:51 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:51.011995+0000 mon.smithi005 (mon.0) 886 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd='[{"prefix": "mgr fail", "who": "smithi107.erfdst"}]': finished 2023-07-12T15:27:51.350 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:51 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:27:51.012073+0000 mon.smithi005 (mon.0) 887 : cluster [DBG] mgrmap e33: smithi005.fgymhs(active, starting, since 0.861038s) 2023-07-12T15:27:51.350 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:51 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:51.013663+0000 mon.smithi005 (mon.0) 888 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mon metadata", "id": "smithi005"}]: dispatch 2023-07-12T15:27:51.351 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:51 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:51.013896+0000 mon.smithi005 (mon.0) 889 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mon metadata", "id": "smithi107"}]: dispatch 2023-07-12T15:27:51.351 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:51 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:51.014176+0000 mon.smithi005 (mon.0) 890 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi005.llyakb"}]: dispatch 2023-07-12T15:27:51.351 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:51 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:51.014440+0000 mon.smithi005 (mon.0) 891 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi107.umdxex"}]: dispatch 2023-07-12T15:27:51.351 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:51 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:51.014897+0000 mon.smithi005 (mon.0) 892 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mgr metadata", "who": "smithi005.fgymhs", "id": "smithi005.fgymhs"}]: dispatch 2023-07-12T15:27:51.352 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:51 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:51.015226+0000 mon.smithi005 (mon.0) 893 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-07-12T15:27:51.352 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:51 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:51.015509+0000 mon.smithi005 (mon.0) 894 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-07-12T15:27:51.352 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:51 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:51.015804+0000 mon.smithi005 (mon.0) 895 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-07-12T15:27:51.353 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:51 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:51.016115+0000 mon.smithi005 (mon.0) 896 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-07-12T15:27:51.353 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:51 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:51.016428+0000 mon.smithi005 (mon.0) 897 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-07-12T15:27:51.353 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:51 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:51.016746+0000 mon.smithi005 (mon.0) 898 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-07-12T15:27:51.353 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:51 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:51.017068+0000 mon.smithi005 (mon.0) 899 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-07-12T15:27:51.354 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:51 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:51.017446+0000 mon.smithi005 (mon.0) 900 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-07-12T15:27:51.354 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:51 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:51.017808+0000 mon.smithi005 (mon.0) 901 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-07-12T15:27:51.354 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:51 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:51.018201+0000 mon.smithi005 (mon.0) 902 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-07-12T15:27:51.354 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:51 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:51.018664+0000 mon.smithi005 (mon.0) 903 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-07-12T15:27:51.355 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:51 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:27:51.050588+0000 mon.smithi005 (mon.0) 904 : cluster [INF] Manager daemon smithi005.fgymhs is now available 2023-07-12T15:27:51.355 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:51 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:51.068249+0000 mon.smithi005 (mon.0) 905 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' 2023-07-12T15:27:51.356 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:51 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:51.079591+0000 mon.smithi005 (mon.0) 906 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:27:51.356 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:51 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:51.081127+0000 mon.smithi005 (mon.0) 907 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:27:51.356 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:51 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:51.109467+0000 mon.smithi005 (mon.0) 908 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' 2023-07-12T15:27:51.357 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:51 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:51.112162+0000 mon.smithi005 (mon.0) 909 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:27:51.357 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:51 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:51.114341+0000 mon.smithi005 (mon.0) 910 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.fgymhs/mirror_snapshot_schedule"}]: dispatch 2023-07-12T15:27:51.357 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:51 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:51.140713+0000 mon.smithi005 (mon.0) 911 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.fgymhs/trash_purge_schedule"}]: dispatch 2023-07-12T15:27:51.367 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:51 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:27:49.538482+0000 mgr.smithi107.erfdst (mgr.24445) 490 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:27:51.368 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:51 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:27:49.994468+0000 mgr.smithi107.erfdst (mgr.24445) 491 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-07-12T15:27:51.368 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:51 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:27:49.995175+0000 mgr.smithi107.erfdst (mgr.24445) 492 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-07-12T15:27:51.368 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:51 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:27:50.146108+0000 mgr.smithi107.erfdst (mgr.24445) 493 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi107.erfdst) 2023-07-12T15:27:51.368 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:51 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:27:50.146555+0000 mgr.smithi107.erfdst (mgr.24445) 494 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi107.erfdst) 2023-07-12T15:27:51.369 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:51 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:27:50.149642+0000 mgr.smithi107.erfdst (mgr.24445) 495 : cephadm [INF] Failing over to other MGR 2023-07-12T15:27:51.369 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:51 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:27:50.194027+0000 mon.smithi005 (mon.0) 885 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-07-12T15:27:51.369 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:51 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:51.011995+0000 mon.smithi005 (mon.0) 886 : audit [INF] from='mgr.24445 ' entity='mgr.smithi107.erfdst' cmd='[{"prefix": "mgr fail", "who": "smithi107.erfdst"}]': finished 2023-07-12T15:27:51.369 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:51 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:27:51.012073+0000 mon.smithi005 (mon.0) 887 : cluster [DBG] mgrmap e33: smithi005.fgymhs(active, starting, since 0.861038s) 2023-07-12T15:27:51.370 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:51 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:51.013663+0000 mon.smithi005 (mon.0) 888 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mon metadata", "id": "smithi005"}]: dispatch 2023-07-12T15:27:51.370 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:51 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:51.013896+0000 mon.smithi005 (mon.0) 889 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mon metadata", "id": "smithi107"}]: dispatch 2023-07-12T15:27:51.370 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:51 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:51.014176+0000 mon.smithi005 (mon.0) 890 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi005.llyakb"}]: dispatch 2023-07-12T15:27:51.370 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:51 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:51.014440+0000 mon.smithi005 (mon.0) 891 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi107.umdxex"}]: dispatch 2023-07-12T15:27:51.371 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:51 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:51.014897+0000 mon.smithi005 (mon.0) 892 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mgr metadata", "who": "smithi005.fgymhs", "id": "smithi005.fgymhs"}]: dispatch 2023-07-12T15:27:51.371 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:51 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:51.015226+0000 mon.smithi005 (mon.0) 893 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-07-12T15:27:51.371 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:51 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:51.015509+0000 mon.smithi005 (mon.0) 894 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-07-12T15:27:51.371 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:51 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:51.015804+0000 mon.smithi005 (mon.0) 895 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-07-12T15:27:51.372 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:51 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:51.016115+0000 mon.smithi005 (mon.0) 896 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-07-12T15:27:51.372 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:51 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:51.016428+0000 mon.smithi005 (mon.0) 897 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-07-12T15:27:51.372 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:51 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:51.016746+0000 mon.smithi005 (mon.0) 898 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-07-12T15:27:51.373 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:51 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:51.017068+0000 mon.smithi005 (mon.0) 899 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-07-12T15:27:51.373 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:51 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:51.017446+0000 mon.smithi005 (mon.0) 900 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-07-12T15:27:51.373 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:51 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:51.017808+0000 mon.smithi005 (mon.0) 901 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-07-12T15:27:51.373 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:51 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:51.018201+0000 mon.smithi005 (mon.0) 902 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-07-12T15:27:51.374 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:51 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:51.018664+0000 mon.smithi005 (mon.0) 903 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-07-12T15:27:51.374 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:51 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:27:51.050588+0000 mon.smithi005 (mon.0) 904 : cluster [INF] Manager daemon smithi005.fgymhs is now available 2023-07-12T15:27:51.374 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:51 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:51.068249+0000 mon.smithi005 (mon.0) 905 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' 2023-07-12T15:27:51.374 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:51 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:51.079591+0000 mon.smithi005 (mon.0) 906 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:27:51.375 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:51 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:51.081127+0000 mon.smithi005 (mon.0) 907 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:27:51.375 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:51 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:51.109467+0000 mon.smithi005 (mon.0) 908 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' 2023-07-12T15:27:51.375 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:51 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:51.112162+0000 mon.smithi005 (mon.0) 909 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:27:51.375 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:51 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:51.114341+0000 mon.smithi005 (mon.0) 910 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.fgymhs/mirror_snapshot_schedule"}]: dispatch 2023-07-12T15:27:51.375 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:51 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:51.140713+0000 mon.smithi005 (mon.0) 911 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.fgymhs/trash_purge_schedule"}]: dispatch 2023-07-12T15:27:52.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:52 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:27:51.065006+0000 mgr.smithi005.fgymhs (mgr.15196) 1 : cephadm [INF] inventory: adjusted host smithi107 addr 'smithi107' -> '172.21.15.107' 2023-07-12T15:27:52.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:52 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:27:51.436572+0000 mgr.smithi005.fgymhs (mgr.15196) 2 : cephadm [INF] [12/Jul/2023:15:27:51] ENGINE Bus STARTING 2023-07-12T15:27:52.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:52 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:27:51.554871+0000 mgr.smithi005.fgymhs (mgr.15196) 3 : cephadm [INF] [12/Jul/2023:15:27:51] ENGINE Serving on https://172.21.15.5:7150 2023-07-12T15:27:52.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:52 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:27:51.656001+0000 mgr.smithi005.fgymhs (mgr.15196) 4 : cephadm [INF] [12/Jul/2023:15:27:51] ENGINE Serving on http://172.21.15.5:8765 2023-07-12T15:27:52.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:52 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:27:51.656096+0000 mgr.smithi005.fgymhs (mgr.15196) 5 : cephadm [INF] [12/Jul/2023:15:27:51] ENGINE Bus STARTED 2023-07-12T15:27:52.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:52 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:27:52.014224+0000 mon.smithi005 (mon.0) 912 : cluster [DBG] mgrmap e34: smithi005.fgymhs(active, since 1.86319s) 2023-07-12T15:27:52.515 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:52 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:27:51.065006+0000 mgr.smithi005.fgymhs (mgr.15196) 1 : cephadm [INF] inventory: adjusted host smithi107 addr 'smithi107' -> '172.21.15.107' 2023-07-12T15:27:52.516 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:52 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:27:51.436572+0000 mgr.smithi005.fgymhs (mgr.15196) 2 : cephadm [INF] [12/Jul/2023:15:27:51] ENGINE Bus STARTING 2023-07-12T15:27:52.516 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:52 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:27:51.554871+0000 mgr.smithi005.fgymhs (mgr.15196) 3 : cephadm [INF] [12/Jul/2023:15:27:51] ENGINE Serving on https://172.21.15.5:7150 2023-07-12T15:27:52.516 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:52 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:27:51.656001+0000 mgr.smithi005.fgymhs (mgr.15196) 4 : cephadm [INF] [12/Jul/2023:15:27:51] ENGINE Serving on http://172.21.15.5:8765 2023-07-12T15:27:52.516 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:52 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:27:51.656096+0000 mgr.smithi005.fgymhs (mgr.15196) 5 : cephadm [INF] [12/Jul/2023:15:27:51] ENGINE Bus STARTED 2023-07-12T15:27:52.516 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:52 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:27:52.014224+0000 mon.smithi005 (mon.0) 912 : cluster [DBG] mgrmap e34: smithi005.fgymhs(active, since 1.86319s) 2023-07-12T15:27:53.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:53 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:27:52.023565+0000 mgr.smithi005.fgymhs (mgr.15196) 6 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-07-12T15:27:53.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:53 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:27:53.009508+0000 mon.smithi005 (mon.0) 913 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-07-12T15:27:53.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:53 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:27:53.009534+0000 mon.smithi005 (mon.0) 914 : cluster [INF] Cluster is now healthy 2023-07-12T15:27:53.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:53 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:27:52.023565+0000 mgr.smithi005.fgymhs (mgr.15196) 6 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-07-12T15:27:53.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:53 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:27:53.009508+0000 mon.smithi005 (mon.0) 913 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-07-12T15:27:53.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:53 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:27:53.009534+0000 mon.smithi005 (mon.0) 914 : cluster [INF] Cluster is now healthy 2023-07-12T15:27:54.491 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:54 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:27:53.017575+0000 mgr.smithi005.fgymhs (mgr.15196) 7 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-07-12T15:27:54.492 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:54 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:27:54.017917+0000 mon.smithi005 (mon.0) 915 : cluster [DBG] mgrmap e35: smithi005.fgymhs(active, since 3s) 2023-07-12T15:27:54.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:54 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:27:53.017575+0000 mgr.smithi005.fgymhs (mgr.15196) 7 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-07-12T15:27:54.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:54 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:27:54.017917+0000 mon.smithi005 (mon.0) 915 : cluster [DBG] mgrmap e35: smithi005.fgymhs(active, since 3s) 2023-07-12T15:27:55.730 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:55 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:54.487477+0000 mon.smithi005 (mon.0) 916 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' 2023-07-12T15:27:55.730 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:55 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:54.493008+0000 mon.smithi005 (mon.0) 917 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' 2023-07-12T15:27:55.730 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:55 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:55.126722+0000 mon.smithi005 (mon.0) 918 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' 2023-07-12T15:27:55.730 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:55 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:55.130766+0000 mon.smithi005 (mon.0) 919 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' 2023-07-12T15:27:55.731 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:55 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:55.342567+0000 mon.smithi005 (mon.0) 920 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' 2023-07-12T15:27:55.731 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:55 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:55.346375+0000 mon.smithi005 (mon.0) 921 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' 2023-07-12T15:27:55.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:55 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:54.487477+0000 mon.smithi005 (mon.0) 916 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' 2023-07-12T15:27:55.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:55 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:54.493008+0000 mon.smithi005 (mon.0) 917 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' 2023-07-12T15:27:55.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:55 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:55.126722+0000 mon.smithi005 (mon.0) 918 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' 2023-07-12T15:27:55.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:55 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:55.130766+0000 mon.smithi005 (mon.0) 919 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' 2023-07-12T15:27:55.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:55 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:55.342567+0000 mon.smithi005 (mon.0) 920 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' 2023-07-12T15:27:55.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:55 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:55.346375+0000 mon.smithi005 (mon.0) 921 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' 2023-07-12T15:27:56.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:56 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:27:55.018020+0000 mgr.smithi005.fgymhs (mgr.15196) 8 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-07-12T15:27:56.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:56 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:55.978912+0000 mon.smithi005 (mon.0) 922 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' 2023-07-12T15:27:56.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:56 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:55.982788+0000 mon.smithi005 (mon.0) 923 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' 2023-07-12T15:27:56.857 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:56 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:27:55.018020+0000 mgr.smithi005.fgymhs (mgr.15196) 8 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-07-12T15:27:56.858 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:56 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:55.978912+0000 mon.smithi005 (mon.0) 922 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' 2023-07-12T15:27:56.858 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:56 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:55.982788+0000 mon.smithi005 (mon.0) 923 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' 2023-07-12T15:27:58.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:58 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:27:57.018483+0000 mgr.smithi005.fgymhs (mgr.15196) 9 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-07-12T15:27:58.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:58 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:27:57.981489+0000 mon.smithi005 (mon.0) 924 : cluster [DBG] Standby manager daemon smithi107.erfdst started 2023-07-12T15:27:58.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:58 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:57.982611+0000 mon.smithi107 (mon.1) 149 : audit [DBG] from='mgr.? 172.21.15.107:0/115951452' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi107.erfdst/crt"}]: dispatch 2023-07-12T15:27:58.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:58 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:57.982963+0000 mon.smithi107 (mon.1) 150 : audit [DBG] from='mgr.? 172.21.15.107:0/115951452' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-07-12T15:27:58.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:58 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:57.985441+0000 mon.smithi107 (mon.1) 151 : audit [DBG] from='mgr.? 172.21.15.107:0/115951452' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi107.erfdst/key"}]: dispatch 2023-07-12T15:27:58.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:58 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:57.985754+0000 mon.smithi107 (mon.1) 152 : audit [DBG] from='mgr.? 172.21.15.107:0/115951452' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-07-12T15:27:58.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:58 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:58.304970+0000 mon.smithi005 (mon.0) 925 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' 2023-07-12T15:27:58.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:58 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:58.308699+0000 mon.smithi005 (mon.0) 926 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' 2023-07-12T15:27:58.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:58 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:58.309807+0000 mon.smithi005 (mon.0) 927 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:27:58.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:58 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:58.310481+0000 mon.smithi005 (mon.0) 928 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-07-12T15:27:58.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:58 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:58.314178+0000 mon.smithi005 (mon.0) 929 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' 2023-07-12T15:27:58.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:58 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:58.320494+0000 mon.smithi005 (mon.0) 930 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' 2023-07-12T15:27:58.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:58 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:27:57.018483+0000 mgr.smithi005.fgymhs (mgr.15196) 9 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-07-12T15:27:58.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:58 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:27:57.981489+0000 mon.smithi005 (mon.0) 924 : cluster [DBG] Standby manager daemon smithi107.erfdst started 2023-07-12T15:27:58.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:58 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:57.982611+0000 mon.smithi107 (mon.1) 149 : audit [DBG] from='mgr.? 172.21.15.107:0/115951452' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi107.erfdst/crt"}]: dispatch 2023-07-12T15:27:58.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:58 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:57.982963+0000 mon.smithi107 (mon.1) 150 : audit [DBG] from='mgr.? 172.21.15.107:0/115951452' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-07-12T15:27:58.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:58 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:57.985441+0000 mon.smithi107 (mon.1) 151 : audit [DBG] from='mgr.? 172.21.15.107:0/115951452' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi107.erfdst/key"}]: dispatch 2023-07-12T15:27:58.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:58 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:57.985754+0000 mon.smithi107 (mon.1) 152 : audit [DBG] from='mgr.? 172.21.15.107:0/115951452' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-07-12T15:27:58.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:58 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:58.304970+0000 mon.smithi005 (mon.0) 925 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' 2023-07-12T15:27:58.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:58 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:58.308699+0000 mon.smithi005 (mon.0) 926 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' 2023-07-12T15:27:58.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:58 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:58.309807+0000 mon.smithi005 (mon.0) 927 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:27:58.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:58 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:58.310481+0000 mon.smithi005 (mon.0) 928 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-07-12T15:27:58.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:58 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:58.314178+0000 mon.smithi005 (mon.0) 929 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' 2023-07-12T15:27:59.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:58 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:58.320494+0000 mon.smithi005 (mon.0) 930 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' 2023-07-12T15:27:59.876 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:59 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:27:58.311025+0000 mgr.smithi005.fgymhs (mgr.15196) 10 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-07-12T15:27:59.876 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:59 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:27:58.311790+0000 mgr.smithi005.fgymhs (mgr.15196) 11 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 162 B/s rd, 0 op/s 2023-07-12T15:27:59.877 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:59 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:27:58.449720+0000 mgr.smithi005.fgymhs (mgr.15196) 12 : cephadm [INF] Reconfiguring prometheus.smithi005 (dependencies changed)... 2023-07-12T15:27:59.877 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:59 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:27:58.506530+0000 mon.smithi005 (mon.0) 931 : cluster [DBG] mgrmap e36: smithi005.fgymhs(active, since 8s), standbys: smithi107.erfdst 2023-07-12T15:27:59.877 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:59 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:27:58.506657+0000 mon.smithi005 (mon.0) 932 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mgr metadata", "who": "smithi107.erfdst", "id": "smithi107.erfdst"}]: dispatch 2023-07-12T15:27:59.877 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:27:59 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:27:59.307666+0000 mon.smithi005 (mon.0) 933 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-07-12T15:27:59.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:59 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:27:58.311025+0000 mgr.smithi005.fgymhs (mgr.15196) 10 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-07-12T15:27:59.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:59 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:27:58.311790+0000 mgr.smithi005.fgymhs (mgr.15196) 11 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 162 B/s rd, 0 op/s 2023-07-12T15:27:59.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:59 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:27:58.449720+0000 mgr.smithi005.fgymhs (mgr.15196) 12 : cephadm [INF] Reconfiguring prometheus.smithi005 (dependencies changed)... 2023-07-12T15:27:59.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:59 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:27:58.506530+0000 mon.smithi005 (mon.0) 931 : cluster [DBG] mgrmap e36: smithi005.fgymhs(active, since 8s), standbys: smithi107.erfdst 2023-07-12T15:27:59.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:59 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:27:58.506657+0000 mon.smithi005 (mon.0) 932 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mgr metadata", "who": "smithi107.erfdst", "id": "smithi107.erfdst"}]: dispatch 2023-07-12T15:27:59.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:27:59 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:27:59.307666+0000 mon.smithi005 (mon.0) 933 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-07-12T15:28:00.802 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:00 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:27:58.700778+0000 mgr.smithi005.fgymhs (mgr.15196) 13 : cephadm [INF] Reconfiguring daemon prometheus.smithi005 on smithi005 2023-07-12T15:28:00.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:00 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:27:58.700778+0000 mgr.smithi005.fgymhs (mgr.15196) 13 : cephadm [INF] Reconfiguring daemon prometheus.smithi005 on smithi005 2023-07-12T15:28:01.576 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:01 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:28:00.312372+0000 mgr.smithi005.fgymhs (mgr.15196) 14 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 123 B/s rd, 0 op/s 2023-07-12T15:28:01.577 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:01 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:00.867213+0000 mon.smithi005 (mon.0) 934 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:01.577 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:01 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:00.872631+0000 mon.smithi005 (mon.0) 935 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:01.577 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:01 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:00.925862+0000 mon.smithi005 (mon.0) 936 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-07-12T15:28:01.578 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:01 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:00.932405+0000 mon.smithi005 (mon.0) 937 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:28:01.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:01 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:28:00.312372+0000 mgr.smithi005.fgymhs (mgr.15196) 14 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 123 B/s rd, 0 op/s 2023-07-12T15:28:01.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:01 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:28:00.867213+0000 mon.smithi005 (mon.0) 934 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:01.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:01 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:28:00.872631+0000 mon.smithi005 (mon.0) 935 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:01.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:01 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:28:00.925862+0000 mon.smithi005 (mon.0) 936 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-07-12T15:28:01.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:01 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:28:00.932405+0000 mon.smithi005 (mon.0) 937 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:28:02.598 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:02 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:00.926289+0000 mgr.smithi005.fgymhs (mgr.15196) 15 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-07-12T15:28:02.598 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:02 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:01.950694+0000 mon.smithi005 (mon.0) 938 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi107.erfdst", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-07-12T15:28:02.598 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:02 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:01.951715+0000 mon.smithi005 (mon.0) 939 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mgr services"}]: dispatch 2023-07-12T15:28:02.599 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:02 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:01.952594+0000 mon.smithi005 (mon.0) 940 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:28:02.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:02 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:28:00.926289+0000 mgr.smithi005.fgymhs (mgr.15196) 15 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-07-12T15:28:02.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:02 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:28:01.950694+0000 mon.smithi005 (mon.0) 938 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi107.erfdst", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-07-12T15:28:02.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:02 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:28:01.951715+0000 mon.smithi005 (mon.0) 939 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mgr services"}]: dispatch 2023-07-12T15:28:02.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:02 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:28:01.952594+0000 mon.smithi005 (mon.0) 940 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:28:03.907 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:03 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:28:01.950247+0000 mgr.smithi005.fgymhs (mgr.15196) 16 : cephadm [INF] Upgrade: Updating mgr.smithi107.erfdst 2023-07-12T15:28:03.907 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:03 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:28:01.953819+0000 mgr.smithi005.fgymhs (mgr.15196) 17 : cephadm [INF] Deploying daemon mgr.smithi107.erfdst on smithi107 2023-07-12T15:28:03.907 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:03 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:28:02.313112+0000 mgr.smithi005.fgymhs (mgr.15196) 18 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-07-12T15:28:03.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:03 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:28:01.950247+0000 mgr.smithi005.fgymhs (mgr.15196) 16 : cephadm [INF] Upgrade: Updating mgr.smithi107.erfdst 2023-07-12T15:28:03.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:03 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:28:01.953819+0000 mgr.smithi005.fgymhs (mgr.15196) 17 : cephadm [INF] Deploying daemon mgr.smithi107.erfdst on smithi107 2023-07-12T15:28:03.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:03 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:28:02.313112+0000 mgr.smithi005.fgymhs (mgr.15196) 18 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-07-12T15:28:05.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:05 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:04.144324+0000 mon.smithi005 (mon.0) 941 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:05.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:05 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:04.148881+0000 mon.smithi005 (mon.0) 942 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:05.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:05 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:04.173272+0000 mon.smithi005 (mon.0) 943 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:28:05.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:05 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:28:04.313494+0000 mgr.smithi005.fgymhs (mgr.15196) 19 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 181 B/s rd, 0 op/s 2023-07-12T15:28:05.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:28:04.144324+0000 mon.smithi005 (mon.0) 941 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:05.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:28:04.148881+0000 mon.smithi005 (mon.0) 942 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:05.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:28:04.173272+0000 mon.smithi005 (mon.0) 943 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:28:05.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:05 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:28:04.313494+0000 mgr.smithi005.fgymhs (mgr.15196) 19 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 181 B/s rd, 0 op/s 2023-07-12T15:28:06.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:06 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:06.107205+0000 mon.smithi005 (mon.0) 944 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:28:06.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:06 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:28:06.107205+0000 mon.smithi005 (mon.0) 944 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:28:07.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:07 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:28:06.313922+0000 mgr.smithi005.fgymhs (mgr.15196) 20 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 181 B/s rd, 0 op/s 2023-07-12T15:28:07.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:07 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:28:06.313922+0000 mgr.smithi005.fgymhs (mgr.15196) 20 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 181 B/s rd, 0 op/s 2023-07-12T15:28:08.439 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:08 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:07.299747+0000 mon.smithi005 (mon.0) 945 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:08.439 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:08 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:07.305421+0000 mon.smithi005 (mon.0) 946 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:08.439 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:08 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:07.989653+0000 mon.smithi005 (mon.0) 947 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:08.440 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:08 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:07.994197+0000 mon.smithi005 (mon.0) 948 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:08.440 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:08 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:08.205843+0000 mon.smithi005 (mon.0) 949 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:08.440 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:08 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:08.210133+0000 mon.smithi005 (mon.0) 950 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:08.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:08 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:28:07.299747+0000 mon.smithi005 (mon.0) 945 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:08.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:08 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:28:07.305421+0000 mon.smithi005 (mon.0) 946 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:08.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:08 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:28:07.989653+0000 mon.smithi005 (mon.0) 947 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:08.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:08 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:28:07.994197+0000 mon.smithi005 (mon.0) 948 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:08.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:08 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:28:08.205843+0000 mon.smithi005 (mon.0) 949 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:08.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:08 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:28:08.210133+0000 mon.smithi005 (mon.0) 950 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:09.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:09 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:28:08.314492+0000 mgr.smithi005.fgymhs (mgr.15196) 21 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 271 B/s rd, 0 op/s 2023-07-12T15:28:09.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:09 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:28:08.314492+0000 mgr.smithi005.fgymhs (mgr.15196) 21 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 271 B/s rd, 0 op/s 2023-07-12T15:28:11.575 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:28:10.314930+0000 mgr.smithi005.fgymhs (mgr.15196) 22 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:28:11.575 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:28:10.469566+0000 mon.smithi005 (mon.0) 951 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:11.576 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:28:10.474109+0000 mon.smithi005 (mon.0) 952 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:11.576 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:28:10.475019+0000 mon.smithi005 (mon.0) 953 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:28:11.576 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:28:10.476105+0000 mon.smithi005 (mon.0) 954 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-07-12T15:28:11.576 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:28:10.476955+0000 mgr.smithi005.fgymhs (mgr.15196) 23 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-07-12T15:28:11.576 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:28:10.477636+0000 mgr.smithi005.fgymhs (mgr.15196) 24 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-07-12T15:28:11.576 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:28:10.477902+0000 mgr.smithi005.fgymhs (mgr.15196) 25 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 125 B/s rd, 0 op/s 2023-07-12T15:28:11.577 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:28:10.481720+0000 mon.smithi005 (mon.0) 955 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:11.577 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:28:10.488413+0000 mon.smithi005 (mon.0) 956 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:11.577 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:28:10.624648+0000 mon.smithi005 (mon.0) 957 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:28:11.577 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:28:10.627311+0000 mon.smithi005 (mon.0) 958 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:28:11.577 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cephadm 2023-07-12T15:28:10.628067+0000 mgr.smithi005.fgymhs (mgr.15196) 26 : cephadm [INF] Upgrade: Setting container_image for all mgr 2023-07-12T15:28:11.577 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:28:10.632335+0000 mon.smithi005 (mon.0) 959 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:11.578 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:28:10.633134+0000 mon.smithi005 (mon.0) 960 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi005.fgymhs"}]: dispatch 2023-07-12T15:28:11.578 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:28:10.636166+0000 mon.smithi005 (mon.0) 961 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi005.fgymhs"}]': finished 2023-07-12T15:28:11.578 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:28:10.636847+0000 mon.smithi005 (mon.0) 962 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi107.erfdst"}]: dispatch 2023-07-12T15:28:11.578 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:28:10.639967+0000 mon.smithi005 (mon.0) 963 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi107.erfdst"}]': finished 2023-07-12T15:28:11.578 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:28:10.641029+0000 mon.smithi005 (mon.0) 964 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-07-12T15:28:11.578 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:28:11.156507+0000 mon.smithi005 (mon.0) 965 : cluster [DBG] Standby manager daemon smithi107.erfdst restarted 2023-07-12T15:28:11.578 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:28:11.156610+0000 mon.smithi005 (mon.0) 966 : cluster [DBG] Standby manager daemon smithi107.erfdst started 2023-07-12T15:28:11.579 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:28:11.157921+0000 mon.smithi107 (mon.1) 153 : audit [DBG] from='mgr.? 172.21.15.107:0/2534224496' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi107.erfdst/crt"}]: dispatch 2023-07-12T15:28:11.579 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:28:11.158411+0000 mon.smithi107 (mon.1) 154 : audit [DBG] from='mgr.? 172.21.15.107:0/2534224496' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-07-12T15:28:11.579 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:28:11.160370+0000 mon.smithi107 (mon.1) 155 : audit [DBG] from='mgr.? 172.21.15.107:0/2534224496' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi107.erfdst/key"}]: dispatch 2023-07-12T15:28:11.579 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:28:11.161288+0000 mon.smithi107 (mon.1) 156 : audit [DBG] from='mgr.? 172.21.15.107:0/2534224496' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-07-12T15:28:11.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:28:10.314930+0000 mgr.smithi005.fgymhs (mgr.15196) 22 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:28:11.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:10.469566+0000 mon.smithi005 (mon.0) 951 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:11.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:10.474109+0000 mon.smithi005 (mon.0) 952 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:11.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:10.475019+0000 mon.smithi005 (mon.0) 953 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:28:11.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:10.476105+0000 mon.smithi005 (mon.0) 954 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-07-12T15:28:11.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:28:10.476955+0000 mgr.smithi005.fgymhs (mgr.15196) 23 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-07-12T15:28:11.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:28:10.477636+0000 mgr.smithi005.fgymhs (mgr.15196) 24 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-07-12T15:28:11.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:28:10.477902+0000 mgr.smithi005.fgymhs (mgr.15196) 25 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 125 B/s rd, 0 op/s 2023-07-12T15:28:11.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:10.481720+0000 mon.smithi005 (mon.0) 955 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:11.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:10.488413+0000 mon.smithi005 (mon.0) 956 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:11.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:10.624648+0000 mon.smithi005 (mon.0) 957 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:28:11.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:10.627311+0000 mon.smithi005 (mon.0) 958 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:28:11.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:28:10.628067+0000 mgr.smithi005.fgymhs (mgr.15196) 26 : cephadm [INF] Upgrade: Setting container_image for all mgr 2023-07-12T15:28:11.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:10.632335+0000 mon.smithi005 (mon.0) 959 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:11.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:10.633134+0000 mon.smithi005 (mon.0) 960 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi005.fgymhs"}]: dispatch 2023-07-12T15:28:11.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:10.636166+0000 mon.smithi005 (mon.0) 961 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi005.fgymhs"}]': finished 2023-07-12T15:28:11.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:10.636847+0000 mon.smithi005 (mon.0) 962 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi107.erfdst"}]: dispatch 2023-07-12T15:28:11.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:10.639967+0000 mon.smithi005 (mon.0) 963 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi107.erfdst"}]': finished 2023-07-12T15:28:11.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:10.641029+0000 mon.smithi005 (mon.0) 964 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-07-12T15:28:11.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:28:11.156507+0000 mon.smithi005 (mon.0) 965 : cluster [DBG] Standby manager daemon smithi107.erfdst restarted 2023-07-12T15:28:11.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:28:11.156610+0000 mon.smithi005 (mon.0) 966 : cluster [DBG] Standby manager daemon smithi107.erfdst started 2023-07-12T15:28:11.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:11.157921+0000 mon.smithi107 (mon.1) 153 : audit [DBG] from='mgr.? 172.21.15.107:0/2534224496' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi107.erfdst/crt"}]: dispatch 2023-07-12T15:28:11.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:11.158411+0000 mon.smithi107 (mon.1) 154 : audit [DBG] from='mgr.? 172.21.15.107:0/2534224496' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-07-12T15:28:11.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:11.160370+0000 mon.smithi107 (mon.1) 155 : audit [DBG] from='mgr.? 172.21.15.107:0/2534224496' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi107.erfdst/key"}]: dispatch 2023-07-12T15:28:11.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:11.161288+0000 mon.smithi107 (mon.1) 156 : audit [DBG] from='mgr.? 172.21.15.107:0/2534224496' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-07-12T15:28:12.808 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:12 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: cluster 2023-07-12T15:28:11.646203+0000 mon.smithi005 (mon.0) 967 : cluster [DBG] mgrmap e37: smithi005.fgymhs(active, since 21s), standbys: smithi107.erfdst 2023-07-12T15:28:12.808 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:12 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:28:11.811270+0000 mon.smithi005 (mon.0) 968 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:12.808 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:12 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:28:11.811978+0000 mon.smithi005 (mon.0) 969 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-07-12T15:28:12.808 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:12 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:28:11.812533+0000 mon.smithi005 (mon.0) 970 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-07-12T15:28:12.809 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:12 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: audit 2023-07-12T15:28:11.813061+0000 mon.smithi005 (mon.0) 971 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:28:12.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:12 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:28:11.646203+0000 mon.smithi005 (mon.0) 967 : cluster [DBG] mgrmap e37: smithi005.fgymhs(active, since 21s), standbys: smithi107.erfdst 2023-07-12T15:28:12.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:12 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:11.811270+0000 mon.smithi005 (mon.0) 968 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:12.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:12 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:11.811978+0000 mon.smithi005 (mon.0) 969 : audit [INF] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-07-12T15:28:12.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:12 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:11.812533+0000 mon.smithi005 (mon.0) 970 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-07-12T15:28:12.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:12 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:11.813061+0000 mon.smithi005 (mon.0) 971 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:28:13.143 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:13 smithi005 systemd[1]: Stopping Ceph mon.smithi005 for fe85c08a-20c5-11ee-9b31-001a4aab830c... 2023-07-12T15:28:13.143 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:13 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:28:13.139+0000 7f858b4ea700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi005 -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-07-12T15:28:13.144 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:13 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005[104326]: debug 2023-07-12T15:28:13.139+0000 7f858b4ea700 -1 mon.smithi005@0(leader) e2 *** Got Signal Terminated *** 2023-07-12T15:28:13.485 INFO:teuthology.orchestra.run.smithi005.stdout:true 2023-07-12T15:28:13.680 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:13 smithi005 bash[156791]: ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi005 2023-07-12T15:28:14.199 INFO:teuthology.orchestra.run.smithi005.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-07-12T15:28:14.349 INFO:teuthology.orchestra.run.smithi005.stdout:alertmanager.smithi005 smithi005 *:9093,9094 running (9m) 5s ago 17m 18.3M - 0.20.0 0881eb8f169f 355c4c29f2f8 2023-07-12T15:28:14.350 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi005 smithi005 running (17m) 5s ago 17m 7000k - 16.2.4 8d91d370c2b8 d66dbf6fdb25 2023-07-12T15:28:14.350 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi107 smithi107 running (16m) 6s ago 16m 7184k - 16.2.4 8d91d370c2b8 b2a554924ee7 2023-07-12T15:28:14.350 INFO:teuthology.orchestra.run.smithi005.stdout:grafana.smithi005 smithi005 *:3000 running (6m) 5s ago 17m 42.9M - 6.7.4 557c83e11646 0aeea3117a7c 2023-07-12T15:28:14.350 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi005.llyakb smithi005 running (13m) 5s ago 13m 19.5M - 16.2.4 8d91d370c2b8 2e9588e0199b 2023-07-12T15:28:14.350 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi107.umdxex smithi107 running (13m) 6s ago 13m 43.0M - 16.2.4 8d91d370c2b8 401879dbc3a1 2023-07-12T15:28:14.351 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi005.fgymhs smithi005 *:8443,9283,8765 running (32s) 5s ago 18m 487M - 18.1.2-55-gb1bd0540 45bffa74f7bc 6affde0ea8e4 2023-07-12T15:28:14.351 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi107.erfdst smithi107 *:8443,9283,8765 running (10s) 6s ago 16m 53.6M - 18.1.2-55-gb1bd0540 45bffa74f7bc 72e428a0d1d5 2023-07-12T15:28:14.351 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi005 smithi005 running (18m) 5s ago 18m 216M 2048M 16.2.4 8d91d370c2b8 d77bb5c14fd6 2023-07-12T15:28:14.351 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi107 smithi107 running (16m) 6s ago 16m 123M 2048M 16.2.4 8d91d370c2b8 eb5e5c1f8ca8 2023-07-12T15:28:14.352 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.0.0.smithi005.raeamr smithi005 *:2049 running (11m) 5s ago 11m 147M - 3.5 8d91d370c2b8 cf45a3af5fd8 2023-07-12T15:28:14.352 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.1.0.smithi107.ppslpa smithi107 *:2049 running (11m) 6s ago 11m 89.8M - 3.5 8d91d370c2b8 1d4a977d4dad 2023-07-12T15:28:14.352 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi005 smithi005 *:9100 running (4m) 5s ago 16m 10.4M - 0.18.1 e5a616e4b9cf 49464b372a56 2023-07-12T15:28:14.353 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi107 smithi107 *:9100 running (36s) 6s ago 16m 5200k - 0.18.1 e5a616e4b9cf 96904bdb35f8 2023-07-12T15:28:14.353 INFO:teuthology.orchestra.run.smithi005.stdout:osd.0 smithi005 running (16m) 5s ago 16m 2925M 4096M 16.2.4 8d91d370c2b8 b76fd1d0c8e6 2023-07-12T15:28:14.353 INFO:teuthology.orchestra.run.smithi005.stdout:osd.1 smithi005 running (15m) 5s ago 15m 2989M 4096M 16.2.4 8d91d370c2b8 0c931b3abdbc 2023-07-12T15:28:14.353 INFO:teuthology.orchestra.run.smithi005.stdout:osd.2 smithi005 running (15m) 5s ago 15m 1979M 4096M 16.2.4 8d91d370c2b8 2712a85e1556 2023-07-12T15:28:14.354 INFO:teuthology.orchestra.run.smithi005.stdout:osd.3 smithi005 running (15m) 5s ago 15m 2937M 4096M 16.2.4 8d91d370c2b8 91a5ecefbf60 2023-07-12T15:28:14.354 INFO:teuthology.orchestra.run.smithi005.stdout:osd.4 smithi107 running (15m) 6s ago 15m 2656M 4096M 16.2.4 8d91d370c2b8 27cd7acb5a1c 2023-07-12T15:28:14.354 INFO:teuthology.orchestra.run.smithi005.stdout:osd.5 smithi107 running (15m) 6s ago 15m 3509M 4096M 16.2.4 8d91d370c2b8 c0ddb4bafed0 2023-07-12T15:28:14.354 INFO:teuthology.orchestra.run.smithi005.stdout:osd.6 smithi107 running (14m) 6s ago 14m 2854M 4096M 16.2.4 8d91d370c2b8 82bc037c969c 2023-07-12T15:28:14.355 INFO:teuthology.orchestra.run.smithi005.stdout:osd.7 smithi107 running (14m) 6s ago 14m 4403M 4096M 16.2.4 8d91d370c2b8 516c8ea96297 2023-07-12T15:28:14.355 INFO:teuthology.orchestra.run.smithi005.stdout:prometheus.smithi005 smithi005 *:9095 error 5s ago 16m - - 2023-07-12T15:28:14.356 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:13 smithi005 systemd[1]: ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c@mon.smithi005.service: Succeeded. 2023-07-12T15:28:14.356 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:13 smithi005 systemd[1]: Stopped Ceph mon.smithi005 for fe85c08a-20c5-11ee-9b31-001a4aab830c. 2023-07-12T15:28:14.356 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 systemd[1]: Starting Ceph mon.smithi005 for fe85c08a-20c5-11ee-9b31-001a4aab830c... 2023-07-12T15:28:14.611 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:28:14.612 INFO:teuthology.orchestra.run.smithi005.stdout: "mon": { 2023-07-12T15:28:14.612 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2023-07-12T15:28:14.612 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:28:14.613 INFO:teuthology.orchestra.run.smithi005.stdout: "mgr": { 2023-07-12T15:28:14.613 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 2 2023-07-12T15:28:14.613 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:28:14.613 INFO:teuthology.orchestra.run.smithi005.stdout: "osd": { 2023-07-12T15:28:14.614 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2023-07-12T15:28:14.614 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:28:14.614 INFO:teuthology.orchestra.run.smithi005.stdout: "mds": { 2023-07-12T15:28:14.615 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2023-07-12T15:28:14.615 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:28:14.615 INFO:teuthology.orchestra.run.smithi005.stdout: "overall": { 2023-07-12T15:28:14.615 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 12, 2023-07-12T15:28:14.615 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 2 2023-07-12T15:28:14.615 INFO:teuthology.orchestra.run.smithi005.stdout: } 2023-07-12T15:28:14.615 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:28:14.698 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 bash[157038]: 504af0dbfbc2762be3cd8178351e7f10123a9cbe97ffa52b9dfde6f82033dcbd 2023-07-12T15:28:14.699 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 systemd[1]: Started Ceph mon.smithi005 for fe85c08a-20c5-11ee-9b31-001a4aab830c. 2023-07-12T15:28:14.699 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: set uid:gid to 167:167 (ceph:ceph) 2023-07-12T15:28:14.699 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc), process ceph-mon, pid 7 2023-07-12T15:28:14.699 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: pidfile_write: ignore empty --pid-file 2023-07-12T15:28:14.699 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: load: jerasure load: lrc 2023-07-12T15:28:14.699 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: RocksDB version: 7.9.2 2023-07-12T15:28:14.700 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Git sha 0 2023-07-12T15:28:14.700 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Compile date 2023-07-12 12:18:34 2023-07-12T15:28:14.700 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: DB SUMMARY 2023-07-12T15:28:14.700 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: DB Session ID: 3FIXDCMIQLNJUAWZGZQ9 2023-07-12T15:28:14.700 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: CURRENT file: CURRENT 2023-07-12T15:28:14.700 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: IDENTITY file: IDENTITY 2023-07-12T15:28:14.700 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: MANIFEST file: MANIFEST-000008 size: 1152 Bytes 2023-07-12T15:28:14.700 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi005/store.db dir, Total Num: 1, files: 000026.sst 2023-07-12T15:28:14.701 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi005/store.db: 000024.log size: 3496229 ; 2023-07-12T15:28:14.701 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.error_if_exists: 0 2023-07-12T15:28:14.701 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.create_if_missing: 0 2023-07-12T15:28:14.701 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.paranoid_checks: 1 2023-07-12T15:28:14.701 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.flush_verify_memtable_count: 1 2023-07-12T15:28:14.701 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-07-12T15:28:14.701 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-07-12T15:28:14.702 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.env: 0x55f4de759720 2023-07-12T15:28:14.702 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.fs: PosixFileSystem 2023-07-12T15:28:14.702 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.info_log: 0x55f4e06872a0 2023-07-12T15:28:14.702 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.max_file_opening_threads: 16 2023-07-12T15:28:14.702 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.statistics: (nil) 2023-07-12T15:28:14.702 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.use_fsync: 0 2023-07-12T15:28:14.702 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.max_log_file_size: 0 2023-07-12T15:28:14.702 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-07-12T15:28:14.703 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.log_file_time_to_roll: 0 2023-07-12T15:28:14.703 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.keep_log_file_num: 1000 2023-07-12T15:28:14.703 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.recycle_log_file_num: 0 2023-07-12T15:28:14.703 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.allow_fallocate: 1 2023-07-12T15:28:14.703 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.allow_mmap_reads: 0 2023-07-12T15:28:14.703 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.allow_mmap_writes: 0 2023-07-12T15:28:14.703 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.use_direct_reads: 0 2023-07-12T15:28:14.703 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-07-12T15:28:14.704 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.create_missing_column_families: 0 2023-07-12T15:28:14.704 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.db_log_dir: 2023-07-12T15:28:14.704 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.wal_dir: 2023-07-12T15:28:14.704 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.table_cache_numshardbits: 6 2023-07-12T15:28:14.704 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.WAL_ttl_seconds: 0 2023-07-12T15:28:14.704 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.WAL_size_limit_MB: 0 2023-07-12T15:28:14.704 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-07-12T15:28:14.705 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-07-12T15:28:14.705 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.is_fd_close_on_exec: 1 2023-07-12T15:28:14.705 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.advise_random_on_open: 1 2023-07-12T15:28:14.705 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.db_write_buffer_size: 0 2023-07-12T15:28:14.705 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.write_buffer_manager: 0x55f4df9185a0 2023-07-12T15:28:14.705 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-07-12T15:28:14.705 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-07-12T15:28:14.705 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.use_adaptive_mutex: 0 2023-07-12T15:28:14.706 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.rate_limiter: (nil) 2023-07-12T15:28:14.706 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-07-12T15:28:14.706 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.wal_recovery_mode: 2 2023-07-12T15:28:14.706 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.enable_thread_tracking: 0 2023-07-12T15:28:14.706 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.enable_pipelined_write: 0 2023-07-12T15:28:14.706 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.unordered_write: 0 2023-07-12T15:28:14.706 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-07-12T15:28:14.706 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-07-12T15:28:14.707 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-07-12T15:28:14.707 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-07-12T15:28:14.707 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.row_cache: None 2023-07-12T15:28:14.707 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.wal_filter: None 2023-07-12T15:28:14.707 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-07-12T15:28:14.707 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.allow_ingest_behind: 0 2023-07-12T15:28:14.707 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.two_write_queues: 0 2023-07-12T15:28:14.707 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.manual_wal_flush: 0 2023-07-12T15:28:14.708 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.wal_compression: 0 2023-07-12T15:28:14.708 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.atomic_flush: 0 2023-07-12T15:28:14.708 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-07-12T15:28:14.708 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.persist_stats_to_disk: 0 2023-07-12T15:28:14.708 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.write_dbid_to_manifest: 0 2023-07-12T15:28:14.708 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.log_readahead_size: 0 2023-07-12T15:28:14.708 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-07-12T15:28:14.708 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.best_efforts_recovery: 0 2023-07-12T15:28:14.709 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-07-12T15:28:14.709 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-07-12T15:28:14.710 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.allow_data_in_errors: 0 2023-07-12T15:28:14.710 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.db_host_id: __hostname__ 2023-07-12T15:28:14.710 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.enforce_single_del_contracts: true 2023-07-12T15:28:14.710 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.max_background_jobs: 2 2023-07-12T15:28:14.710 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.max_background_compactions: -1 2023-07-12T15:28:14.710 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.max_subcompactions: 1 2023-07-12T15:28:14.711 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-07-12T15:28:14.711 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-07-12T15:28:14.711 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.delayed_write_rate : 16777216 2023-07-12T15:28:14.711 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.max_total_wal_size: 0 2023-07-12T15:28:14.711 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-07-12T15:28:14.711 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.stats_dump_period_sec: 600 2023-07-12T15:28:14.711 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.stats_persist_period_sec: 600 2023-07-12T15:28:14.712 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-07-12T15:28:14.712 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.max_open_files: -1 2023-07-12T15:28:14.712 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.bytes_per_sync: 0 2023-07-12T15:28:14.712 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.wal_bytes_per_sync: 0 2023-07-12T15:28:14.712 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.strict_bytes_per_sync: 0 2023-07-12T15:28:14.712 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.compaction_readahead_size: 0 2023-07-12T15:28:14.712 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.max_background_flushes: -1 2023-07-12T15:28:14.712 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Compression algorithms supported: 2023-07-12T15:28:14.713 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-07-12T15:28:14.713 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: kZSTD supported: 0 2023-07-12T15:28:14.713 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: kXpressCompression supported: 0 2023-07-12T15:28:14.713 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: kLZ4HCCompression supported: 1 2023-07-12T15:28:14.713 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: kZlibCompression supported: 1 2023-07-12T15:28:14.713 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: kSnappyCompression supported: 1 2023-07-12T15:28:14.713 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: kLZ4Compression supported: 1 2023-07-12T15:28:14.713 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: kBZip2Compression supported: 0 2023-07-12T15:28:14.714 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Fast CRC32 supported: Supported on x86 2023-07-12T15:28:14.714 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: DMutex implementation: pthread_mutex_t 2023-07-12T15:28:14.714 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi005/store.db/MANIFEST-000008 2023-07-12T15:28:14.714 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-07-12T15:28:14.714 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-07-12T15:28:14.714 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.merge_operator: 2023-07-12T15:28:14.714 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.compaction_filter: None 2023-07-12T15:28:14.714 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.compaction_filter_factory: None 2023-07-12T15:28:14.715 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.sst_partitioner_factory: None 2023-07-12T15:28:14.715 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.memtable_factory: SkipListFactory 2023-07-12T15:28:14.715 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.table_factory: BlockBasedTable 2023-07-12T15:28:14.715 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55f4e06873a0) 2023-07-12T15:28:14.715 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: cache_index_and_filter_blocks: 1 2023-07-12T15:28:14.715 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-07-12T15:28:14.715 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-07-12T15:28:14.716 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: pin_top_level_index_and_filter: 1 2023-07-12T15:28:14.716 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: index_type: 0 2023-07-12T15:28:14.716 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: data_block_index_type: 0 2023-07-12T15:28:14.716 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: index_shortening: 1 2023-07-12T15:28:14.716 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: data_block_hash_table_util_ratio: 0.750000 2023-07-12T15:28:14.716 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: checksum: 4 2023-07-12T15:28:14.716 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: no_block_cache: 0 2023-07-12T15:28:14.716 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: block_cache: 0x55f4df9991f0 2023-07-12T15:28:14.717 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: block_cache_name: BinnedLRUCache 2023-07-12T15:28:14.717 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: block_cache_options: 2023-07-12T15:28:14.717 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: capacity : 536870912 2023-07-12T15:28:14.717 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: num_shard_bits : 4 2023-07-12T15:28:14.717 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: strict_capacity_limit : 0 2023-07-12T15:28:14.717 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: high_pri_pool_ratio: 0.000 2023-07-12T15:28:14.717 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: block_cache_compressed: (nil) 2023-07-12T15:28:14.717 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: persistent_cache: (nil) 2023-07-12T15:28:14.718 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: block_size: 4096 2023-07-12T15:28:14.718 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: block_size_deviation: 10 2023-07-12T15:28:14.718 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: block_restart_interval: 16 2023-07-12T15:28:14.718 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: index_block_restart_interval: 1 2023-07-12T15:28:14.718 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: metadata_block_size: 4096 2023-07-12T15:28:14.718 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: partition_filters: 0 2023-07-12T15:28:14.718 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: use_delta_encoding: 1 2023-07-12T15:28:14.718 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: filter_policy: bloomfilter 2023-07-12T15:28:14.719 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: whole_key_filtering: 1 2023-07-12T15:28:14.719 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: verify_compression: 0 2023-07-12T15:28:14.719 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: read_amp_bytes_per_bit: 0 2023-07-12T15:28:14.719 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: format_version: 5 2023-07-12T15:28:14.719 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: enable_index_compression: 1 2023-07-12T15:28:14.719 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: block_align: 0 2023-07-12T15:28:14.719 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: max_auto_readahead_size: 262144 2023-07-12T15:28:14.719 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: prepopulate_block_cache: 0 2023-07-12T15:28:14.720 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: initial_auto_readahead_size: 8192 2023-07-12T15:28:14.720 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: num_file_reads_for_auto_readahead: 2 2023-07-12T15:28:14.720 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.write_buffer_size: 33554432 2023-07-12T15:28:14.720 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.max_write_buffer_number: 2 2023-07-12T15:28:14.720 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.compression: NoCompression 2023-07-12T15:28:14.720 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.bottommost_compression: Disabled 2023-07-12T15:28:14.720 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.prefix_extractor: nullptr 2023-07-12T15:28:14.720 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-07-12T15:28:14.721 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.num_levels: 7 2023-07-12T15:28:14.721 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-07-12T15:28:14.721 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-07-12T15:28:14.721 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-07-12T15:28:14.721 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-07-12T15:28:14.721 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-07-12T15:28:14.721 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-07-12T15:28:14.721 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-07-12T15:28:14.722 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-07-12T15:28:14.722 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-07-12T15:28:14.722 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-07-12T15:28:14.722 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-07-12T15:28:14.722 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-07-12T15:28:14.722 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.compression_opts.window_bits: -14 2023-07-12T15:28:14.722 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.compression_opts.level: 32767 2023-07-12T15:28:14.723 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.compression_opts.strategy: 0 2023-07-12T15:28:14.723 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-07-12T15:28:14.723 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-07-12T15:28:14.723 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-07-12T15:28:14.723 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-07-12T15:28:14.723 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.compression_opts.enabled: false 2023-07-12T15:28:14.723 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-07-12T15:28:14.723 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-07-12T15:28:14.724 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-07-12T15:28:14.724 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-07-12T15:28:14.724 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.target_file_size_base: 67108864 2023-07-12T15:28:14.724 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.target_file_size_multiplier: 1 2023-07-12T15:28:14.724 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-07-12T15:28:14.724 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-07-12T15:28:14.724 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-07-12T15:28:14.724 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-07-12T15:28:14.725 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-07-12T15:28:14.725 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-07-12T15:28:14.725 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-07-12T15:28:14.725 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-07-12T15:28:14.725 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-07-12T15:28:14.725 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-07-12T15:28:14.725 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-07-12T15:28:14.725 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-07-12T15:28:14.726 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-07-12T15:28:14.726 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.arena_block_size: 1048576 2023-07-12T15:28:14.726 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-07-12T15:28:14.726 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-07-12T15:28:14.726 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.disable_auto_compactions: 0 2023-07-12T15:28:14.726 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-07-12T15:28:14.726 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-07-12T15:28:14.726 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-07-12T15:28:14.727 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-07-12T15:28:14.727 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-07-12T15:28:14.727 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-07-12T15:28:14.727 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-07-12T15:28:14.727 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-07-12T15:28:14.727 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-07-12T15:28:14.727 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-07-12T15:28:14.727 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.table_properties_collectors: 2023-07-12T15:28:14.728 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.inplace_update_support: 0 2023-07-12T15:28:14.728 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.inplace_update_num_locks: 10000 2023-07-12T15:28:14.728 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-07-12T15:28:14.728 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-07-12T15:28:14.728 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.memtable_huge_page_size: 0 2023-07-12T15:28:14.728 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.bloom_locality: 0 2023-07-12T15:28:14.728 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.max_successive_merges: 0 2023-07-12T15:28:14.728 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.optimize_filters_for_hits: 0 2023-07-12T15:28:14.729 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.paranoid_file_checks: 0 2023-07-12T15:28:14.729 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.force_consistency_checks: 1 2023-07-12T15:28:14.729 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.report_bg_io_stats: 0 2023-07-12T15:28:14.729 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.ttl: 2592000 2023-07-12T15:28:14.729 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.periodic_compaction_seconds: 0 2023-07-12T15:28:14.729 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-07-12T15:28:14.729 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-07-12T15:28:14.730 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.enable_blob_files: false 2023-07-12T15:28:14.730 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.min_blob_size: 0 2023-07-12T15:28:14.730 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.blob_file_size: 268435456 2023-07-12T15:28:14.730 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.blob_compression_type: NoCompression 2023-07-12T15:28:14.730 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.enable_blob_garbage_collection: false 2023-07-12T15:28:14.730 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-07-12T15:28:14.730 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-07-12T15:28:14.730 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-07-12T15:28:14.731 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.blob_file_starting_level: 0 2023-07-12T15:28:14.731 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-07-12T15:28:14.731 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 26.sst 2023-07-12T15:28:14.731 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi005/store.db/MANIFEST-000008 succeeded,manifest_file_number is 8, next_file_number is 28, last_sequence is 15693, log_number is 24,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-07-12T15:28:14.731 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 24 2023-07-12T15:28:14.731 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 6b4024b1-6198-42b9-bf78-681a46766239 2023-07-12T15:28:14.731 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: EVENT_LOG_v1 {"time_micros": 1689175694411404, "job": 1, "event": "recovery_started", "wal_files": [24]} 2023-07-12T15:28:14.731 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #24 mode 2 2023-07-12T15:28:14.732 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: EVENT_LOG_v1 {"time_micros": 1689175694421064, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 29, "file_size": 3336918, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 15687, "largest_seqno": 16349, "table_properties": {"data_size": 3332217, "index_size": 3042, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 645, "raw_key_size": 5052, "raw_average_key_size": 21, "raw_value_size": 3325385, "raw_average_value_size": 14150, "num_data_blocks": 137, "num_entries": 235, "num_filter_entries": 235, "num_deletions": 2, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1689175694, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "6b4024b1-6198-42b9-bf78-681a46766239", "db_session_id": "3FIXDCMIQLNJUAWZGZQ9", "orig_file_number": 29, "seqno_to_time_mapping": "N/A"}} 2023-07-12T15:28:14.732 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: EVENT_LOG_v1 {"time_micros": 1689175694421174, "job": 1, "event": "recovery_finished"} 2023-07-12T15:28:14.732 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: [db/version_set.cc:5047] Creating manifest 31 2023-07-12T15:28:14.732 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi005/store.db/000024.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-07-12T15:28:14.732 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55f4dfa36000 2023-07-12T15:28:14.732 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: DB pointer 0x55f4dfa22000 2023-07-12T15:28:14.732 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-07-12T15:28:14.733 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-07-12T15:28:14.733 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: ** DB Stats ** 2023-07-12T15:28:14.733 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-07-12T15:28:14.733 INFO:journalctl@ceph.mon.smithi005.smithi005.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-07-12T15:28:14.733 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-07-12T15:28:14.733 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-07-12T15:28:14.733 INFO:journalctl@ceph.mon.smithi005.smithi005.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-07-12T15:28:14.733 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-07-12T15:28:14.734 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-07-12T15:28:14.734 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: 2023-07-12T15:28:14.734 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: ** Compaction Stats [default] ** 2023-07-12T15:28:14.734 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-07-12T15:28:14.734 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-07-12T15:28:14.734 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: L0 1/0 3.18 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 623.9 0.01 0.00 1 0.005 0 0 0.0 0.0 2023-07-12T15:28:14.734 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: L6 1/0 34.61 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2023-07-12T15:28:14.734 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: Sum 2/0 37.79 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 623.9 0.01 0.00 1 0.005 0 0 0.0 0.0 2023-07-12T15:28:14.735 INFO:journalctl@ceph.mon.smithi005.smithi005.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 623.9 0.01 0.00 1 0.005 0 0 0.0 0.0 2023-07-12T15:28:14.735 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: 2023-07-12T15:28:14.735 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: ** Compaction Stats [default] ** 2023-07-12T15:28:14.735 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-07-12T15:28:14.735 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-07-12T15:28:14.735 INFO:journalctl@ceph.mon.smithi005.smithi005.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 623.9 0.01 0.00 1 0.005 0 0 0.0 0.0 2023-07-12T15:28:14.735 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: 2023-07-12T15:28:14.735 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-07-12T15:28:14.736 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: 2023-07-12T15:28:14.736 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-07-12T15:28:14.736 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: Flush(GB): cumulative 0.003, interval 0.003 2023-07-12T15:28:14.736 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-07-12T15:28:14.736 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-07-12T15:28:14.736 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-07-12T15:28:14.736 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: AddFile(Keys): cumulative 0, interval 0 2023-07-12T15:28:14.737 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: Cumulative compaction: 0.00 GB write, 256.47 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-07-12T15:28:14.737 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: Interval compaction: 0.00 GB write, 256.47 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-07-12T15:28:14.737 INFO:journalctl@ceph.mon.smithi005.smithi005.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-07-12T15:28:14.737 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: Block cache BinnedLRUCache@0x55f4df9991f0#7 capacity: 512.00 MB usage: 3.80 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2023-07-12T15:28:14.737 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.72 KB,0.000137091%) IndexBlock(1,3.08 KB,0.000587106%) Misc(1,0.00 KB,0%) 2023-07-12T15:28:14.737 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: 2023-07-12T15:28:14.737 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: ** File Read Latency Histogram By Level [default] ** 2023-07-12T15:28:14.737 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: starting mon.smithi005 rank 0 at public addrs [v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0] at bind addrs [v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi005 fsid fe85c08a-20c5-11ee-9b31-001a4aab830c 2023-07-12T15:28:14.738 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: mon.smithi005@-1(???) e2 preinit fsid fe85c08a-20c5-11ee-9b31-001a4aab830c 2023-07-12T15:28:14.738 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: mon.smithi005@-1(???).mds e11 new map 2023-07-12T15:28:14.738 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: mon.smithi005@-1(???).mds e11 print_map 2023-07-12T15:28:14.738 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: e11 2023-07-12T15:28:14.738 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-07-12T15:28:14.738 INFO:journalctl@ceph.mon.smithi005.smithi005.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-07-12T15:28:14.738 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: legacy client fscid: 1 2023-07-12T15:28:14.738 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: 2023-07-12T15:28:14.739 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: Filesystem 'foofs' (1) 2023-07-12T15:28:14.739 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: fs_name foofs 2023-07-12T15:28:14.739 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: epoch 11 2023-07-12T15:28:14.739 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: flags 12 joinable allow_snaps allow_multimds_snaps 2023-07-12T15:28:14.739 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: created 2023-07-12T15:14:30.034881+0000 2023-07-12T15:28:14.739 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: modified 2023-07-12T15:21:43.419005+0000 2023-07-12T15:28:14.739 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: tableserver 0 2023-07-12T15:28:14.740 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: root 0 2023-07-12T15:28:14.740 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: session_timeout 60 2023-07-12T15:28:14.740 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: session_autoclose 300 2023-07-12T15:28:14.740 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: max_file_size 1099511627776 2023-07-12T15:28:14.740 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: required_client_features {} 2023-07-12T15:28:14.740 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: last_failure 0 2023-07-12T15:28:14.740 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: last_failure_osd_epoch 0 2023-07-12T15:28:14.740 INFO:journalctl@ceph.mon.smithi005.smithi005.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-07-12T15:28:14.741 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: max_mds 1 2023-07-12T15:28:14.741 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: in 0 2023-07-12T15:28:14.741 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: up {0=24305} 2023-07-12T15:28:14.741 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: failed 2023-07-12T15:28:14.741 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: damaged 2023-07-12T15:28:14.741 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: stopped 2023-07-12T15:28:14.741 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: data_pools [3] 2023-07-12T15:28:14.741 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: metadata_pool 2 2023-07-12T15:28:14.742 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: inline_data disabled 2023-07-12T15:28:14.742 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: balancer 2023-07-12T15:28:14.742 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: bal_rank_mask -1 2023-07-12T15:28:14.742 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: standby_count_wanted 1 2023-07-12T15:28:14.742 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: [mds.foofs.smithi107.umdxex{0:24305} state up:active seq 109 join_fscid=1 addr [v2:172.21.15.107:6832/1789887462,v1:172.21.15.107:6833/1789887462] compat {c=[1],r=[1],i=[7ff]}] 2023-07-12T15:28:14.742 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: 2023-07-12T15:28:14.742 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: 2023-07-12T15:28:14.742 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: Standby daemons: 2023-07-12T15:28:14.743 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: 2023-07-12T15:28:14.743 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout: [mds.foofs.smithi005.llyakb{-1:14482} state up:standby seq 3 join_fscid=1 addr [v2:172.21.15.5:6834/160661419,v1:172.21.15.5:6835/160661419] compat {c=[1],r=[1],i=[7ff]}] 2023-07-12T15:28:14.743 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: mon.smithi005@-1(???).osd e70 crush map has features 3314933000854323200, adjusting msgr requires 2023-07-12T15:28:14.743 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: mon.smithi005@-1(???).osd e70 crush map has features 432629239337189376, adjusting msgr requires 2023-07-12T15:28:14.743 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: mon.smithi005@-1(???).osd e70 crush map has features 432629239337189376, adjusting msgr requires 2023-07-12T15:28:14.743 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: mon.smithi005@-1(???).osd e70 crush map has features 432629239337189376, adjusting msgr requires 2023-07-12T15:28:14.743 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:14 smithi005 ceph-mon[157099]: mon.smithi005@-1(???).paxosservice(auth 1..40) refresh upgraded, format 0 -> 3 2023-07-12T15:28:15.005 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:14 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:13.149222+0000 mon.smithi107 (mon.1) 157 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mon metadata", "id": "smithi005"}]: dispatch 2023-07-12T15:28:15.005 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:14 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:13.149523+0000 mon.smithi107 (mon.1) 158 : audit [DBG] from='mgr.15196 172.21.15.5:0/713914285' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mon metadata", "id": "smithi107"}]: dispatch 2023-07-12T15:28:15.006 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:14 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:13.469835+0000 mgr.smithi005.fgymhs (mgr.15196) 30 : audit [DBG] from='client.25011 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:28:15.006 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:14 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:14.609472+0000 mon.smithi107 (mon.1) 159 : audit [DBG] from='client.? 172.21.15.5:0/3484655621' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:28:15.006 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:14 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:28:14.633771+0000 mon.smithi005 (mon.0) 1 : cluster [INF] mon.smithi005 calling monitor election 2023-07-12T15:28:15.006 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:14 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:28:14.647366+0000 mon.smithi005 (mon.0) 2 : cluster [INF] mon.smithi005 is new leader, mons smithi005,smithi107 in quorum (ranks 0,1) 2023-07-12T15:28:15.007 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:14 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:28:14.651364+0000 mon.smithi005 (mon.0) 3 : cluster [DBG] monmap e2: 2 mons at {smithi005=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0],smithi107=[v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0]} removed_ranks: {} 2023-07-12T15:28:15.007 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:14 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:28:14.651892+0000 mon.smithi005 (mon.0) 4 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi107.umdxex=up:active} 1 up:standby 2023-07-12T15:28:15.007 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:14 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:28:14.651918+0000 mon.smithi005 (mon.0) 5 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2023-07-12T15:28:15.007 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:14 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:28:14.652696+0000 mon.smithi005 (mon.0) 6 : cluster [DBG] mgrmap e37: smithi005.fgymhs(active, since 24s), standbys: smithi107.erfdst 2023-07-12T15:28:15.007 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:14 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:28:14.659931+0000 mon.smithi005 (mon.0) 7 : cluster [DBG] mgrmap e38: smithi005.fgymhs(active, since 24s), standbys: smithi107.erfdst 2023-07-12T15:28:15.007 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:14 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:28:14.659965+0000 mon.smithi005 (mon.0) 8 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2023-07-12T15:28:15.008 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:14 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:28:14.659983+0000 mon.smithi005 (mon.0) 9 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-07-12T15:28:15.008 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:14 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:28:14.659991+0000 mon.smithi005 (mon.0) 10 : cluster [WRN] daemon prometheus.smithi005 on smithi005 is in error state 2023-07-12T15:28:15.008 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:14 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:14.660063+0000 mon.smithi005 (mon.0) 11 : audit [INF] from='mgr.15196 ' entity='' 2023-07-12T15:28:16.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:16 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:28:15.663527+0000 mon.smithi005 (mon.0) 12 : cluster [DBG] mgrmap e39: smithi005.fgymhs(active, since 25s), standbys: smithi107.erfdst 2023-07-12T15:28:21.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:21 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:28:21.322530+0000 mon.smithi005 (mon.0) 13 : cluster [DBG] Standby manager daemon smithi107.erfdst restarted 2023-07-12T15:28:21.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:21 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:28:21.322647+0000 mon.smithi005 (mon.0) 14 : cluster [DBG] Standby manager daemon smithi107.erfdst started 2023-07-12T15:28:21.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:21 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:21.324594+0000 mon.smithi107 (mon.1) 160 : audit [DBG] from='mgr.? 172.21.15.107:0/2426252613' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi107.erfdst/crt"}]: dispatch 2023-07-12T15:28:21.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:21 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:21.324965+0000 mon.smithi107 (mon.1) 161 : audit [DBG] from='mgr.? 172.21.15.107:0/2426252613' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-07-12T15:28:21.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:21 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:21.327503+0000 mon.smithi107 (mon.1) 162 : audit [DBG] from='mgr.? 172.21.15.107:0/2426252613' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi107.erfdst/key"}]: dispatch 2023-07-12T15:28:21.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:21 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:21.327903+0000 mon.smithi107 (mon.1) 163 : audit [DBG] from='mgr.? 172.21.15.107:0/2426252613' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-07-12T15:28:22.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:21 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:28:21.749+0000 7ff2a241c700 -1 mon.smithi107@1(peon).osd e71 update_from_paxos full map CRC mismatch, resetting to canonical 2023-07-12T15:28:22.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:22 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:28:21.377154+0000 mon.smithi005 (mon.0) 15 : cluster [DBG] mgrmap e40: smithi005.fgymhs(active, since 31s), standbys: smithi107.erfdst 2023-07-12T15:28:22.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:22 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:28:21.747052+0000 mon.smithi005 (mon.0) 16 : cluster [INF] Active manager daemon smithi005.fgymhs restarted 2023-07-12T15:28:22.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:22 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:28:21.747505+0000 mon.smithi005 (mon.0) 17 : cluster [INF] Activating manager daemon smithi005.fgymhs 2023-07-12T15:28:22.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:22 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:28:21.752487+0000 mon.smithi005 (mon.0) 18 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2023-07-12T15:28:22.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:22 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:28:21.752741+0000 mon.smithi005 (mon.0) 19 : cluster [DBG] mgrmap e41: smithi005.fgymhs(active, starting, since 0.00537967s), standbys: smithi107.erfdst 2023-07-12T15:28:22.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:22 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:28:21.754409+0000 osd.7 (osd.7) 3 : cluster [WRN] failed to encode map e71 with expected crc 2023-07-12T15:28:22.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:22 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:28:21.762303+0000 osd.6 (osd.6) 3 : cluster [WRN] failed to encode map e71 with expected crc 2023-07-12T15:28:22.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:22 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:28:21.762380+0000 osd.1 (osd.1) 3 : cluster [WRN] failed to encode map e71 with expected crc 2023-07-12T15:28:22.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:22 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:21.763459+0000 mon.smithi005 (mon.0) 20 : audit [DBG] from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mon metadata", "id": "smithi005"}]: dispatch 2023-07-12T15:28:22.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:22 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:21.763686+0000 mon.smithi005 (mon.0) 21 : audit [DBG] from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mon metadata", "id": "smithi107"}]: dispatch 2023-07-12T15:28:22.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:22 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:21.763951+0000 mon.smithi005 (mon.0) 22 : audit [DBG] from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi005.llyakb"}]: dispatch 2023-07-12T15:28:22.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:22 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:21.764164+0000 mon.smithi005 (mon.0) 23 : audit [DBG] from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi107.umdxex"}]: dispatch 2023-07-12T15:28:22.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:22 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:21.764851+0000 mon.smithi005 (mon.0) 24 : audit [DBG] from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mgr metadata", "who": "smithi005.fgymhs", "id": "smithi005.fgymhs"}]: dispatch 2023-07-12T15:28:22.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:22 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:21.765047+0000 mon.smithi005 (mon.0) 25 : audit [DBG] from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mgr metadata", "who": "smithi107.erfdst", "id": "smithi107.erfdst"}]: dispatch 2023-07-12T15:28:22.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:22 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:21.769839+0000 mon.smithi005 (mon.0) 26 : audit [DBG] from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-07-12T15:28:22.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:22 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:21.770096+0000 mon.smithi005 (mon.0) 27 : audit [DBG] from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-07-12T15:28:22.671 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:22 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:21.770379+0000 mon.smithi005 (mon.0) 28 : audit [DBG] from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-07-12T15:28:22.671 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:22 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:21.770633+0000 mon.smithi005 (mon.0) 29 : audit [DBG] from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-07-12T15:28:22.671 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:22 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:21.770943+0000 mon.smithi005 (mon.0) 30 : audit [DBG] from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-07-12T15:28:22.671 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:22 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:21.771123+0000 mon.smithi005 (mon.0) 31 : audit [DBG] from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-07-12T15:28:22.671 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:22 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:21.771347+0000 mon.smithi005 (mon.0) 32 : audit [DBG] from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-07-12T15:28:22.671 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:22 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:21.771580+0000 mon.smithi005 (mon.0) 33 : audit [DBG] from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-07-12T15:28:22.671 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:22 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:21.771830+0000 mon.smithi005 (mon.0) 34 : audit [DBG] from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-07-12T15:28:22.672 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:22 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:21.772245+0000 mon.smithi005 (mon.0) 35 : audit [DBG] from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-07-12T15:28:22.672 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:22 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:21.772700+0000 mon.smithi005 (mon.0) 36 : audit [DBG] from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-07-12T15:28:22.672 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:22 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:28:21.791012+0000 mon.smithi005 (mon.0) 37 : cluster [INF] Manager daemon smithi005.fgymhs is now available 2023-07-12T15:28:22.672 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:22 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:21.813366+0000 mon.smithi005 (mon.0) 38 : audit [DBG] from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:28:22.672 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:22 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:21.815294+0000 mon.smithi005 (mon.0) 39 : audit [DBG] from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:28:22.672 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:22 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:21.835887+0000 mon.smithi005 (mon.0) 40 : audit [DBG] from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:28:22.672 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:22 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:21.841499+0000 mon.smithi005 (mon.0) 41 : audit [INF] from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.fgymhs/mirror_snapshot_schedule"}]: dispatch 2023-07-12T15:28:22.672 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:22 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:21.856599+0000 mon.smithi005 (mon.0) 42 : audit [INF] from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.fgymhs/trash_purge_schedule"}]: dispatch 2023-07-12T15:28:22.766 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:28:22.766 INFO:teuthology.orchestra.run.smithi005.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:c4be3de0cb572873b18bf4d7ff19efd4676dcd86f150f2b38e50b5e2946cf6ef", 2023-07-12T15:28:22.766 INFO:teuthology.orchestra.run.smithi005.stdout: "in_progress": true, 2023-07-12T15:28:22.766 INFO:teuthology.orchestra.run.smithi005.stdout: "which": "Upgrading all daemon types on all hosts", 2023-07-12T15:28:22.766 INFO:teuthology.orchestra.run.smithi005.stdout: "services_complete": [ 2023-07-12T15:28:22.767 INFO:teuthology.orchestra.run.smithi005.stdout: "mgr" 2023-07-12T15:28:22.767 INFO:teuthology.orchestra.run.smithi005.stdout: ], 2023-07-12T15:28:22.767 INFO:teuthology.orchestra.run.smithi005.stdout: "progress": "2/23 daemons upgraded", 2023-07-12T15:28:22.767 INFO:teuthology.orchestra.run.smithi005.stdout: "message": "", 2023-07-12T15:28:22.767 INFO:teuthology.orchestra.run.smithi005.stdout: "is_paused": false 2023-07-12T15:28:22.767 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:28:23.206 INFO:teuthology.orchestra.run.smithi005.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2023-07-12T15:28:23.207 INFO:teuthology.orchestra.run.smithi005.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-07-12T15:28:23.207 INFO:teuthology.orchestra.run.smithi005.stdout: daemon prometheus.smithi005 on smithi005 is in error state 2023-07-12T15:28:23.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:23 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:28:22.450660+0000 mgr.smithi005.fgymhs (mgr.25031) 1 : cephadm [INF] [12/Jul/2023:15:28:22] ENGINE Bus STARTING 2023-07-12T15:28:23.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:23 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:28:22.553174+0000 mgr.smithi005.fgymhs (mgr.25031) 2 : cephadm [INF] [12/Jul/2023:15:28:22] ENGINE Serving on http://172.21.15.5:8765 2023-07-12T15:28:23.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:23 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:28:22.670305+0000 mgr.smithi005.fgymhs (mgr.25031) 3 : cephadm [INF] [12/Jul/2023:15:28:22] ENGINE Serving on https://172.21.15.5:7150 2023-07-12T15:28:23.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:23 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:28:22.670420+0000 mgr.smithi005.fgymhs (mgr.25031) 4 : cephadm [INF] [12/Jul/2023:15:28:22] ENGINE Bus STARTED 2023-07-12T15:28:23.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:23 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:28:22.757307+0000 mon.smithi005 (mon.0) 43 : cluster [DBG] mgrmap e42: smithi005.fgymhs(active, since 1.00994s), standbys: smithi107.erfdst 2023-07-12T15:28:23.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:23 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:23.205843+0000 mon.smithi005 (mon.0) 44 : audit [DBG] from='client.? 172.21.15.5:0/530948462' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:28:24.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:24 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:22.763199+0000 mgr.smithi005.fgymhs (mgr.25031) 5 : audit [DBG] from='client.34108 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:28:24.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:24 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:28:22.765942+0000 mgr.smithi005.fgymhs (mgr.25031) 6 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-07-12T15:28:24.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:24 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:28:23.752431+0000 mon.smithi005 (mon.0) 45 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-07-12T15:28:24.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:24 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:28:23.752454+0000 mon.smithi005 (mon.0) 46 : cluster [INF] Cluster is now healthy 2023-07-12T15:28:25.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:25 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:28:23.766778+0000 mgr.smithi005.fgymhs (mgr.25031) 7 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-07-12T15:28:25.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:25 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:28:24.764109+0000 mon.smithi005 (mon.0) 47 : cluster [DBG] mgrmap e43: smithi005.fgymhs(active, since 3s), standbys: smithi107.erfdst 2023-07-12T15:28:25.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:25 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:25.007119+0000 mon.smithi005 (mon.0) 48 : audit [INF] from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:25.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:25 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:25.012428+0000 mon.smithi005 (mon.0) 49 : audit [INF] from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:26.786 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:26 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:25.649150+0000 mon.smithi005 (mon.0) 50 : audit [INF] from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:26.786 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:26 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:25.653817+0000 mon.smithi005 (mon.0) 51 : audit [INF] from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:26.787 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:26 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:26.576345+0000 mon.smithi005 (mon.0) 52 : audit [INF] from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:26.787 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:26 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:26.580622+0000 mon.smithi005 (mon.0) 53 : audit [INF] from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:27.879 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:27 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:28:25.767108+0000 mgr.smithi005.fgymhs (mgr.25031) 8 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-07-12T15:28:27.879 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:27 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:27.213895+0000 mon.smithi005 (mon.0) 54 : audit [INF] from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:27.880 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:27 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:27.218528+0000 mon.smithi005 (mon.0) 55 : audit [INF] from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:29.054 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:28 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:28:27.767968+0000 mgr.smithi005.fgymhs (mgr.25031) 9 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-07-12T15:28:29.055 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:28 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:27.984729+0000 mon.smithi005 (mon.0) 56 : audit [INF] from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:29.055 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:28 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:27.989322+0000 mon.smithi005 (mon.0) 57 : audit [INF] from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:29.055 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:28 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:27.990762+0000 mon.smithi005 (mon.0) 58 : audit [DBG] from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:28:29.055 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:28 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:27.991762+0000 mon.smithi005 (mon.0) 59 : audit [INF] from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-07-12T15:28:29.055 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:28 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:28:27.992562+0000 mgr.smithi005.fgymhs (mgr.25031) 10 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-07-12T15:28:29.055 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:28 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:28:27.993254+0000 mgr.smithi005.fgymhs (mgr.25031) 11 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-07-12T15:28:29.056 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:28 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:27.996623+0000 mon.smithi005 (mon.0) 60 : audit [INF] from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:29.056 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:28 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:28.003700+0000 mon.smithi005 (mon.0) 61 : audit [INF] from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:29.056 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:28 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:28.139205+0000 mon.smithi005 (mon.0) 62 : audit [DBG] from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:28:29.057 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:28 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:28.141705+0000 mon.smithi005 (mon.0) 63 : audit [DBG] from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:28:29.057 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:28 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:28.142878+0000 mon.smithi005 (mon.0) 64 : audit [DBG] from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-07-12T15:28:29.057 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:28 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cluster 2023-07-12T15:28:28.654675+0000 mon.smithi005 (mon.0) 65 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-07-12T15:28:30.095 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:30 smithi107 systemd[1]: Stopping Ceph mon.smithi107 for fe85c08a-20c5-11ee-9b31-001a4aab830c... 2023-07-12T15:28:30.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:30 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:28:29.109785+0000 mgr.smithi005.fgymhs (mgr.25031) 12 : cephadm [INF] Upgrade: Updating mon.smithi107 2023-07-12T15:28:30.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:30 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:29.114293+0000 mon.smithi005 (mon.0) 66 : audit [INF] from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:30.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:30 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:29.115223+0000 mon.smithi005 (mon.0) 67 : audit [INF] from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-07-12T15:28:30.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:30 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:29.116110+0000 mon.smithi005 (mon.0) 68 : audit [DBG] from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-07-12T15:28:30.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:30 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: audit 2023-07-12T15:28:29.116930+0000 mon.smithi005 (mon.0) 69 : audit [DBG] from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:28:30.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:30 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: cephadm 2023-07-12T15:28:29.117913+0000 mgr.smithi005.fgymhs (mgr.25031) 13 : cephadm [INF] Deploying daemon mon.smithi107 on smithi107 2023-07-12T15:28:30.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:30 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:28:30.206+0000 7ff2a8c29700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi107 -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-07-12T15:28:30.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:30 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107[106513]: debug 2023-07-12T15:28:30.206+0000 7ff2a8c29700 -1 mon.smithi107@1(peon) e2 *** Got Signal Terminated *** 2023-07-12T15:28:30.769 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:30 smithi107 bash[132879]: ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon.smithi107 2023-07-12T15:28:31.139 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:30 smithi107 systemd[1]: ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c@mon.smithi107.service: Succeeded. 2023-07-12T15:28:31.139 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:30 smithi107 systemd[1]: Stopped Ceph mon.smithi107 for fe85c08a-20c5-11ee-9b31-001a4aab830c. 2023-07-12T15:28:31.139 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:30 smithi107 systemd[1]: Starting Ceph mon.smithi107 for fe85c08a-20c5-11ee-9b31-001a4aab830c... 2023-07-12T15:28:31.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: set uid:gid to 167:167 (ceph:ceph) 2023-07-12T15:28:31.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc), process ceph-mon, pid 7 2023-07-12T15:28:31.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: pidfile_write: ignore empty --pid-file 2023-07-12T15:28:31.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: load: jerasure load: lrc 2023-07-12T15:28:31.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: RocksDB version: 7.9.2 2023-07-12T15:28:31.420 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Git sha 0 2023-07-12T15:28:31.420 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Compile date 2023-07-12 12:18:34 2023-07-12T15:28:31.420 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: DB SUMMARY 2023-07-12T15:28:31.420 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: DB Session ID: ZEIKMYE9BL583A17KVD6 2023-07-12T15:28:31.420 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: CURRENT file: CURRENT 2023-07-12T15:28:31.420 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: IDENTITY file: IDENTITY 2023-07-12T15:28:31.421 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: MANIFEST file: MANIFEST-000005 size: 1371 Bytes 2023-07-12T15:28:31.421 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi107/store.db dir, Total Num: 1, files: 000028.sst 2023-07-12T15:28:31.421 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi107/store.db: 000026.log size: 2839517 ; 2023-07-12T15:28:31.421 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.error_if_exists: 0 2023-07-12T15:28:31.421 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.create_if_missing: 0 2023-07-12T15:28:31.421 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.paranoid_checks: 1 2023-07-12T15:28:31.421 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.flush_verify_memtable_count: 1 2023-07-12T15:28:31.421 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-07-12T15:28:31.422 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-07-12T15:28:31.422 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.env: 0x563a39cd3720 2023-07-12T15:28:31.422 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.fs: PosixFileSystem 2023-07-12T15:28:31.422 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.info_log: 0x563a3b4612a0 2023-07-12T15:28:31.422 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.max_file_opening_threads: 16 2023-07-12T15:28:31.422 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.statistics: (nil) 2023-07-12T15:28:31.422 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.use_fsync: 0 2023-07-12T15:28:31.423 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.max_log_file_size: 0 2023-07-12T15:28:31.423 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-07-12T15:28:31.423 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.log_file_time_to_roll: 0 2023-07-12T15:28:31.423 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.keep_log_file_num: 1000 2023-07-12T15:28:31.423 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.recycle_log_file_num: 0 2023-07-12T15:28:31.423 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.allow_fallocate: 1 2023-07-12T15:28:31.423 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.allow_mmap_reads: 0 2023-07-12T15:28:31.423 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.allow_mmap_writes: 0 2023-07-12T15:28:31.424 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.use_direct_reads: 0 2023-07-12T15:28:31.424 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-07-12T15:28:31.424 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.create_missing_column_families: 0 2023-07-12T15:28:31.424 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.db_log_dir: 2023-07-12T15:28:31.425 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.wal_dir: 2023-07-12T15:28:31.425 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.table_cache_numshardbits: 6 2023-07-12T15:28:31.425 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.WAL_ttl_seconds: 0 2023-07-12T15:28:31.425 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.WAL_size_limit_MB: 0 2023-07-12T15:28:31.425 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-07-12T15:28:31.426 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-07-12T15:28:31.426 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.is_fd_close_on_exec: 1 2023-07-12T15:28:31.426 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.advise_random_on_open: 1 2023-07-12T15:28:31.426 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.db_write_buffer_size: 0 2023-07-12T15:28:31.427 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.write_buffer_manager: 0x563a3a6f25a0 2023-07-12T15:28:31.427 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-07-12T15:28:31.427 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-07-12T15:28:31.428 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.use_adaptive_mutex: 0 2023-07-12T15:28:31.428 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.rate_limiter: (nil) 2023-07-12T15:28:31.428 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-07-12T15:28:31.428 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.wal_recovery_mode: 2 2023-07-12T15:28:31.429 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.enable_thread_tracking: 0 2023-07-12T15:28:31.429 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.enable_pipelined_write: 0 2023-07-12T15:28:31.429 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.unordered_write: 0 2023-07-12T15:28:31.429 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-07-12T15:28:31.430 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-07-12T15:28:31.430 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-07-12T15:28:31.430 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-07-12T15:28:31.430 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.row_cache: None 2023-07-12T15:28:31.431 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.wal_filter: None 2023-07-12T15:28:31.431 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-07-12T15:28:31.431 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.allow_ingest_behind: 0 2023-07-12T15:28:31.431 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.two_write_queues: 0 2023-07-12T15:28:31.432 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.manual_wal_flush: 0 2023-07-12T15:28:31.432 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.wal_compression: 0 2023-07-12T15:28:31.432 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.atomic_flush: 0 2023-07-12T15:28:31.432 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-07-12T15:28:31.432 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.persist_stats_to_disk: 0 2023-07-12T15:28:31.432 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.write_dbid_to_manifest: 0 2023-07-12T15:28:31.433 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.log_readahead_size: 0 2023-07-12T15:28:31.433 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-07-12T15:28:31.433 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.best_efforts_recovery: 0 2023-07-12T15:28:31.433 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-07-12T15:28:31.433 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-07-12T15:28:31.433 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.allow_data_in_errors: 0 2023-07-12T15:28:31.433 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.db_host_id: __hostname__ 2023-07-12T15:28:31.433 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.enforce_single_del_contracts: true 2023-07-12T15:28:31.434 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.max_background_jobs: 2 2023-07-12T15:28:31.434 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.max_background_compactions: -1 2023-07-12T15:28:31.434 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.max_subcompactions: 1 2023-07-12T15:28:31.434 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-07-12T15:28:31.435 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-07-12T15:28:31.435 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.delayed_write_rate : 16777216 2023-07-12T15:28:31.435 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.max_total_wal_size: 0 2023-07-12T15:28:31.435 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-07-12T15:28:31.436 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.stats_dump_period_sec: 600 2023-07-12T15:28:31.436 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.stats_persist_period_sec: 600 2023-07-12T15:28:31.436 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-07-12T15:28:31.436 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.max_open_files: -1 2023-07-12T15:28:31.436 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.bytes_per_sync: 0 2023-07-12T15:28:31.437 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.wal_bytes_per_sync: 0 2023-07-12T15:28:31.437 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.strict_bytes_per_sync: 0 2023-07-12T15:28:31.437 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.compaction_readahead_size: 0 2023-07-12T15:28:31.437 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.max_background_flushes: -1 2023-07-12T15:28:31.437 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Compression algorithms supported: 2023-07-12T15:28:31.437 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-07-12T15:28:31.437 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: kZSTD supported: 0 2023-07-12T15:28:31.438 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: kXpressCompression supported: 0 2023-07-12T15:28:31.438 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: kLZ4HCCompression supported: 1 2023-07-12T15:28:31.438 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: kZlibCompression supported: 1 2023-07-12T15:28:31.438 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: kSnappyCompression supported: 1 2023-07-12T15:28:31.438 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: kLZ4Compression supported: 1 2023-07-12T15:28:31.438 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: kBZip2Compression supported: 0 2023-07-12T15:28:31.438 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Fast CRC32 supported: Supported on x86 2023-07-12T15:28:31.439 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: DMutex implementation: pthread_mutex_t 2023-07-12T15:28:31.439 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi107/store.db/MANIFEST-000005 2023-07-12T15:28:31.439 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-07-12T15:28:31.439 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-07-12T15:28:31.439 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.merge_operator: 2023-07-12T15:28:31.440 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.compaction_filter: None 2023-07-12T15:28:31.440 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.compaction_filter_factory: None 2023-07-12T15:28:31.440 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.sst_partitioner_factory: None 2023-07-12T15:28:31.440 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.memtable_factory: SkipListFactory 2023-07-12T15:28:31.440 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.table_factory: BlockBasedTable 2023-07-12T15:28:31.440 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x563a3b4613a0) 2023-07-12T15:28:31.440 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: cache_index_and_filter_blocks: 1 2023-07-12T15:28:31.441 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-07-12T15:28:31.441 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-07-12T15:28:31.441 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: pin_top_level_index_and_filter: 1 2023-07-12T15:28:31.441 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: index_type: 0 2023-07-12T15:28:31.441 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: data_block_index_type: 0 2023-07-12T15:28:31.441 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: index_shortening: 1 2023-07-12T15:28:31.441 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: data_block_hash_table_util_ratio: 0.750000 2023-07-12T15:28:31.441 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: checksum: 4 2023-07-12T15:28:31.442 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: no_block_cache: 0 2023-07-12T15:28:31.442 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: block_cache: 0x563a3a7731f0 2023-07-12T15:28:31.442 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: block_cache_name: BinnedLRUCache 2023-07-12T15:28:31.442 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: block_cache_options: 2023-07-12T15:28:31.442 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: capacity : 536870912 2023-07-12T15:28:31.442 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: num_shard_bits : 4 2023-07-12T15:28:31.442 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: strict_capacity_limit : 0 2023-07-12T15:28:31.443 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: high_pri_pool_ratio: 0.000 2023-07-12T15:28:31.443 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: block_cache_compressed: (nil) 2023-07-12T15:28:31.443 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: persistent_cache: (nil) 2023-07-12T15:28:31.443 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: block_size: 4096 2023-07-12T15:28:31.443 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: block_size_deviation: 10 2023-07-12T15:28:31.443 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: block_restart_interval: 16 2023-07-12T15:28:31.443 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: index_block_restart_interval: 1 2023-07-12T15:28:31.443 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: metadata_block_size: 4096 2023-07-12T15:28:31.444 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: partition_filters: 0 2023-07-12T15:28:31.444 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: use_delta_encoding: 1 2023-07-12T15:28:31.444 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: filter_policy: bloomfilter 2023-07-12T15:28:31.444 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: whole_key_filtering: 1 2023-07-12T15:28:31.444 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: verify_compression: 0 2023-07-12T15:28:31.444 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: read_amp_bytes_per_bit: 0 2023-07-12T15:28:31.444 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: format_version: 5 2023-07-12T15:28:31.445 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: enable_index_compression: 1 2023-07-12T15:28:31.445 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: block_align: 0 2023-07-12T15:28:31.445 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: max_auto_readahead_size: 262144 2023-07-12T15:28:31.445 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: prepopulate_block_cache: 0 2023-07-12T15:28:31.446 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: initial_auto_readahead_size: 8192 2023-07-12T15:28:31.446 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: num_file_reads_for_auto_readahead: 2 2023-07-12T15:28:31.446 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.write_buffer_size: 33554432 2023-07-12T15:28:31.446 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.max_write_buffer_number: 2 2023-07-12T15:28:31.446 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.compression: NoCompression 2023-07-12T15:28:31.446 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.bottommost_compression: Disabled 2023-07-12T15:28:31.447 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.prefix_extractor: nullptr 2023-07-12T15:28:31.447 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-07-12T15:28:31.447 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.num_levels: 7 2023-07-12T15:28:31.447 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-07-12T15:28:31.447 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-07-12T15:28:31.447 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-07-12T15:28:31.447 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-07-12T15:28:31.448 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-07-12T15:28:31.448 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-07-12T15:28:31.448 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-07-12T15:28:31.449 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-07-12T15:28:31.449 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-07-12T15:28:31.449 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-07-12T15:28:31.449 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-07-12T15:28:31.449 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-07-12T15:28:31.449 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.compression_opts.window_bits: -14 2023-07-12T15:28:31.450 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.compression_opts.level: 32767 2023-07-12T15:28:31.450 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.compression_opts.strategy: 0 2023-07-12T15:28:31.450 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-07-12T15:28:31.450 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-07-12T15:28:31.450 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-07-12T15:28:31.450 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-07-12T15:28:31.450 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.compression_opts.enabled: false 2023-07-12T15:28:31.450 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-07-12T15:28:31.451 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-07-12T15:28:31.451 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-07-12T15:28:31.451 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-07-12T15:28:31.451 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.target_file_size_base: 67108864 2023-07-12T15:28:31.451 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.target_file_size_multiplier: 1 2023-07-12T15:28:31.451 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-07-12T15:28:31.451 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-07-12T15:28:31.452 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-07-12T15:28:31.452 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-07-12T15:28:31.452 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-07-12T15:28:31.452 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-07-12T15:28:31.452 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-07-12T15:28:31.452 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-07-12T15:28:31.452 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-07-12T15:28:31.452 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-07-12T15:28:31.453 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-07-12T15:28:31.453 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-07-12T15:28:31.453 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-07-12T15:28:31.453 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.arena_block_size: 1048576 2023-07-12T15:28:31.453 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-07-12T15:28:31.453 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-07-12T15:28:31.453 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.disable_auto_compactions: 0 2023-07-12T15:28:31.453 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-07-12T15:28:31.454 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-07-12T15:28:31.454 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-07-12T15:28:31.454 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-07-12T15:28:31.454 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-07-12T15:28:31.454 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-07-12T15:28:31.454 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-07-12T15:28:31.454 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-07-12T15:28:31.454 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-07-12T15:28:31.455 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-07-12T15:28:31.455 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.table_properties_collectors: 2023-07-12T15:28:31.455 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.inplace_update_support: 0 2023-07-12T15:28:31.455 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.inplace_update_num_locks: 10000 2023-07-12T15:28:31.455 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-07-12T15:28:31.455 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-07-12T15:28:31.455 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.memtable_huge_page_size: 0 2023-07-12T15:28:31.456 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.bloom_locality: 0 2023-07-12T15:28:31.456 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.max_successive_merges: 0 2023-07-12T15:28:31.456 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.optimize_filters_for_hits: 0 2023-07-12T15:28:31.456 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.paranoid_file_checks: 0 2023-07-12T15:28:31.456 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.force_consistency_checks: 1 2023-07-12T15:28:31.456 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.report_bg_io_stats: 0 2023-07-12T15:28:31.457 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.ttl: 2592000 2023-07-12T15:28:31.457 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.periodic_compaction_seconds: 0 2023-07-12T15:28:31.457 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-07-12T15:28:31.457 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-07-12T15:28:31.457 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.enable_blob_files: false 2023-07-12T15:28:31.457 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.min_blob_size: 0 2023-07-12T15:28:31.457 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.blob_file_size: 268435456 2023-07-12T15:28:31.458 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.blob_compression_type: NoCompression 2023-07-12T15:28:31.458 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.enable_blob_garbage_collection: false 2023-07-12T15:28:31.458 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-07-12T15:28:31.458 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-07-12T15:28:31.458 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-07-12T15:28:31.458 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.blob_file_starting_level: 0 2023-07-12T15:28:31.458 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-07-12T15:28:31.458 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 28.sst 2023-07-12T15:28:31.459 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi107/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 30, last_sequence is 17809, log_number is 26,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-07-12T15:28:31.459 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 26 2023-07-12T15:28:31.459 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: ef947a4d-33a2-4321-99b4-bda40ee119da 2023-07-12T15:28:31.459 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: EVENT_LOG_v1 {"time_micros": 1689175711235954, "job": 1, "event": "recovery_started", "wal_files": [26]} 2023-07-12T15:28:31.459 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #26 mode 2 2023-07-12T15:28:31.460 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: EVENT_LOG_v1 {"time_micros": 1689175711242556, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 31, "file_size": 1851615, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 17804, "largest_seqno": 18094, "table_properties": {"data_size": 1849008, "index_size": 1275, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 325, "raw_key_size": 2392, "raw_average_key_size": 22, "raw_value_size": 1845857, "raw_average_value_size": 17251, "num_data_blocks": 57, "num_entries": 107, "num_filter_entries": 107, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1689175711, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "ef947a4d-33a2-4321-99b4-bda40ee119da", "db_session_id": "ZEIKMYE9BL583A17KVD6", "orig_file_number": 31, "seqno_to_time_mapping": "N/A"}} 2023-07-12T15:28:31.460 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: EVENT_LOG_v1 {"time_micros": 1689175711242655, "job": 1, "event": "recovery_finished"} 2023-07-12T15:28:31.460 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: [db/version_set.cc:5047] Creating manifest 33 2023-07-12T15:28:31.460 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi107/store.db/000026.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-07-12T15:28:31.460 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x563a3a810000 2023-07-12T15:28:31.460 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: DB pointer 0x563a3a7fc000 2023-07-12T15:28:31.460 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-07-12T15:28:31.460 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-07-12T15:28:31.461 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: ** DB Stats ** 2023-07-12T15:28:31.461 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-07-12T15:28:31.461 INFO:journalctl@ceph.mon.smithi107.smithi107.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-07-12T15:28:31.461 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-07-12T15:28:31.461 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-07-12T15:28:31.461 INFO:journalctl@ceph.mon.smithi107.smithi107.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-07-12T15:28:31.461 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-07-12T15:28:31.462 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-07-12T15:28:31.462 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: 2023-07-12T15:28:31.462 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: ** Compaction Stats [default] ** 2023-07-12T15:28:31.462 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-07-12T15:28:31.462 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-07-12T15:28:31.462 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: L0 1/0 1.77 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 631.8 0.00 0.00 1 0.003 0 0 0.0 0.0 2023-07-12T15:28:31.462 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: L6 1/0 36.60 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2023-07-12T15:28:31.462 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: Sum 2/0 38.37 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 631.8 0.00 0.00 1 0.003 0 0 0.0 0.0 2023-07-12T15:28:31.463 INFO:journalctl@ceph.mon.smithi107.smithi107.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 631.8 0.00 0.00 1 0.003 0 0 0.0 0.0 2023-07-12T15:28:31.463 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: 2023-07-12T15:28:31.463 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: ** Compaction Stats [default] ** 2023-07-12T15:28:31.463 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-07-12T15:28:31.463 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-07-12T15:28:31.463 INFO:journalctl@ceph.mon.smithi107.smithi107.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 631.8 0.00 0.00 1 0.003 0 0 0.0 0.0 2023-07-12T15:28:31.463 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: 2023-07-12T15:28:31.463 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-07-12T15:28:31.464 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: 2023-07-12T15:28:31.464 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-07-12T15:28:31.464 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: Flush(GB): cumulative 0.002, interval 0.002 2023-07-12T15:28:31.464 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-07-12T15:28:31.464 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-07-12T15:28:31.464 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-07-12T15:28:31.464 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: AddFile(Keys): cumulative 0, interval 0 2023-07-12T15:28:31.464 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: Cumulative compaction: 0.00 GB write, 158.43 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-07-12T15:28:31.465 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: Interval compaction: 0.00 GB write, 158.43 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-07-12T15:28:31.465 INFO:journalctl@ceph.mon.smithi107.smithi107.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-07-12T15:28:31.465 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: Block cache BinnedLRUCache@0x563a3a7731f0#7 capacity: 512.00 MB usage: 1.70 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2023-07-12T15:28:31.465 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.38 KB,7.15256e-05%) IndexBlock(1,1.33 KB,0.00025332%) Misc(1,0.00 KB,0%) 2023-07-12T15:28:31.465 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: 2023-07-12T15:28:31.465 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: ** File Read Latency Histogram By Level [default] ** 2023-07-12T15:28:31.465 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: starting mon.smithi107 rank 1 at public addrs [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] at bind addrs [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi107 fsid fe85c08a-20c5-11ee-9b31-001a4aab830c 2023-07-12T15:28:31.466 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: mon.smithi107@-1(???) e2 preinit fsid fe85c08a-20c5-11ee-9b31-001a4aab830c 2023-07-12T15:28:31.466 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: mon.smithi107@-1(???).mds e11 new map 2023-07-12T15:28:31.466 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: mon.smithi107@-1(???).mds e11 print_map 2023-07-12T15:28:31.466 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: e11 2023-07-12T15:28:31.466 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-07-12T15:28:31.466 INFO:journalctl@ceph.mon.smithi107.smithi107.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-07-12T15:28:31.466 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: legacy client fscid: 1 2023-07-12T15:28:31.466 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: 2023-07-12T15:28:31.467 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: Filesystem 'foofs' (1) 2023-07-12T15:28:31.467 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: fs_name foofs 2023-07-12T15:28:31.467 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: epoch 11 2023-07-12T15:28:31.467 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: flags 12 joinable allow_snaps allow_multimds_snaps 2023-07-12T15:28:31.467 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: created 2023-07-12T15:14:30.034881+0000 2023-07-12T15:28:31.467 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: modified 2023-07-12T15:21:43.419005+0000 2023-07-12T15:28:31.467 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: tableserver 0 2023-07-12T15:28:31.467 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: root 0 2023-07-12T15:28:31.468 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: session_timeout 60 2023-07-12T15:28:31.468 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: session_autoclose 300 2023-07-12T15:28:31.468 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: max_file_size 1099511627776 2023-07-12T15:28:31.468 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: required_client_features {} 2023-07-12T15:28:31.468 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: last_failure 0 2023-07-12T15:28:31.468 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: last_failure_osd_epoch 0 2023-07-12T15:28:31.468 INFO:journalctl@ceph.mon.smithi107.smithi107.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-07-12T15:28:31.468 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: max_mds 1 2023-07-12T15:28:31.469 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: in 0 2023-07-12T15:28:31.469 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: up {0=24305} 2023-07-12T15:28:31.469 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: failed 2023-07-12T15:28:31.469 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: damaged 2023-07-12T15:28:31.469 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: stopped 2023-07-12T15:28:31.469 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: data_pools [3] 2023-07-12T15:28:31.469 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: metadata_pool 2 2023-07-12T15:28:31.470 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: inline_data disabled 2023-07-12T15:28:31.470 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: balancer 2023-07-12T15:28:31.470 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: bal_rank_mask -1 2023-07-12T15:28:31.470 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: standby_count_wanted 1 2023-07-12T15:28:31.470 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: [mds.foofs.smithi107.umdxex{0:24305} state up:active seq 109 join_fscid=1 addr [v2:172.21.15.107:6832/1789887462,v1:172.21.15.107:6833/1789887462] compat {c=[1],r=[1],i=[7ff]}] 2023-07-12T15:28:31.470 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: 2023-07-12T15:28:31.470 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: 2023-07-12T15:28:31.470 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: Standby daemons: 2023-07-12T15:28:31.471 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: 2023-07-12T15:28:31.471 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout: [mds.foofs.smithi005.llyakb{-1:14482} state up:standby seq 3 join_fscid=1 addr [v2:172.21.15.5:6834/160661419,v1:172.21.15.5:6835/160661419] compat {c=[1],r=[1],i=[7ff]}] 2023-07-12T15:28:31.471 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: mon.smithi107@-1(???).osd e71 crush map has features 3314933000854323200, adjusting msgr requires 2023-07-12T15:28:31.471 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: mon.smithi107@-1(???).osd e71 crush map has features 432629239337189376, adjusting msgr requires 2023-07-12T15:28:31.471 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: mon.smithi107@-1(???).osd e71 crush map has features 432629239337189376, adjusting msgr requires 2023-07-12T15:28:31.471 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: mon.smithi107@-1(???).osd e71 crush map has features 432629239337189376, adjusting msgr requires 2023-07-12T15:28:31.471 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: mon.smithi107@-1(???).paxosservice(auth 1..41) refresh upgraded, format 0 -> 3 2023-07-12T15:28:31.471 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: expand_channel_meta expand map: {default=false} 2023-07-12T15:28:31.472 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: expand_channel_meta from 'false' to 'false' 2023-07-12T15:28:31.472 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: expand_channel_meta expanded map: {default=false} 2023-07-12T15:28:31.472 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: expand_channel_meta expand map: {default=info} 2023-07-12T15:28:31.472 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: expand_channel_meta from 'info' to 'info' 2023-07-12T15:28:31.472 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: expand_channel_meta expanded map: {default=info} 2023-07-12T15:28:31.472 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: expand_channel_meta expand map: {default=daemon} 2023-07-12T15:28:31.472 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: expand_channel_meta from 'daemon' to 'daemon' 2023-07-12T15:28:31.472 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: expand_channel_meta expanded map: {default=daemon} 2023-07-12T15:28:31.473 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: expand_channel_meta expand map: {default=debug} 2023-07-12T15:28:31.473 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: expand_channel_meta from 'debug' to 'debug' 2023-07-12T15:28:31.473 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 ceph-mon[133083]: expand_channel_meta expanded map: {default=debug} 2023-07-12T15:28:31.473 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 bash[133046]: 2525deffcab9b7b36ae0f40b35940bb936a261b20c81a178995a09721c008fd7 2023-07-12T15:28:31.473 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:31 smithi107 systemd[1]: Started Ceph mon.smithi107 for fe85c08a-20c5-11ee-9b31-001a4aab830c. 2023-07-12T15:28:33.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: mkfs fe85c08a-20c5-11ee-9b31-001a4aab830c 2023-07-12T15:28:33.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-07-12T15:28:33.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: Rados config object exists: conf-nfs.foo 2023-07-12T15:28:33.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: Creating key for client.nfs.foo.0.0.smithi005.raeamr-rgw 2023-07-12T15:28:33.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: Bind address in nfs.foo.0.0.smithi005.raeamr's ganesha conf is defaulting to empty 2023-07-12T15:28:33.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: Deploying daemon nfs.foo.0.0.smithi005.raeamr on smithi005 2023-07-12T15:28:33.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: Creating key for client.nfs.foo.1.0.smithi107.ppslpa 2023-07-12T15:28:33.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-07-12T15:28:33.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: Rados config object exists: conf-nfs.foo 2023-07-12T15:28:33.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: Creating key for client.nfs.foo.1.0.smithi107.ppslpa-rgw 2023-07-12T15:28:33.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: Bind address in nfs.foo.1.0.smithi107.ppslpa's ganesha conf is defaulting to empty 2023-07-12T15:28:33.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: Deploying daemon nfs.foo.1.0.smithi107.ppslpa on smithi107 2023-07-12T15:28:33.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-07-12T15:28:33.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: Reconfiguring alertmanager.smithi005 (dependencies changed)... 2023-07-12T15:28:33.171 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: Reconfiguring daemon alertmanager.smithi005 on smithi005 2023-07-12T15:28:33.171 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: Reconfiguring grafana.smithi005 (dependencies changed)... 2023-07-12T15:28:33.171 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: Regenerating cephadm self-signed grafana TLS certificates 2023-07-12T15:28:33.171 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: Reconfiguring daemon grafana.smithi005 on smithi005 2023-07-12T15:28:33.171 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: Reconfiguring node-exporter.smithi005 (dependencies changed)... 2023-07-12T15:28:33.171 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: Reconfiguring daemon node-exporter.smithi005 on smithi005 2023-07-12T15:28:33.171 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: Reconfiguring prometheus.smithi005 (dependencies changed)... 2023-07-12T15:28:33.172 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: Reconfiguring daemon prometheus.smithi005 on smithi005 2023-07-12T15:28:33.172 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: Reconfiguring node-exporter.smithi107 (dependencies changed)... 2023-07-12T15:28:33.172 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: Reconfiguring daemon node-exporter.smithi107 on smithi107 2023-07-12T15:28:33.172 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: Upgrade: Need to upgrade myself (mgr.smithi107.erfdst) 2023-07-12T15:28:33.172 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: Upgrade: Need to upgrade myself (mgr.smithi107.erfdst) 2023-07-12T15:28:33.172 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: Upgrade: Updating mgr.smithi005.fgymhs 2023-07-12T15:28:33.172 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: Deploying daemon mgr.smithi005.fgymhs on smithi005 2023-07-12T15:28:33.173 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-07-12T15:28:33.173 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: Upgrade: Need to upgrade myself (mgr.smithi107.erfdst) 2023-07-12T15:28:33.173 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: Upgrade: Need to upgrade myself (mgr.smithi107.erfdst) 2023-07-12T15:28:33.173 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: Failing over to other MGR 2023-07-12T15:28:33.173 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: inventory: adjusted host smithi107 addr 'smithi107' -> '172.21.15.107' 2023-07-12T15:28:33.173 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: [12/Jul/2023:15:27:51] ENGINE Bus STARTING 2023-07-12T15:28:33.173 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: [12/Jul/2023:15:27:51] ENGINE Serving on https://172.21.15.5:7150 2023-07-12T15:28:33.173 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: [12/Jul/2023:15:27:51] ENGINE Serving on http://172.21.15.5:8765 2023-07-12T15:28:33.174 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: [12/Jul/2023:15:27:51] ENGINE Bus STARTED 2023-07-12T15:28:33.174 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: mgrmap e35: smithi005.fgymhs(active, since 3s) 2023-07-12T15:28:33.174 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: pgmap v5: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-07-12T15:28:33.174 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: pgmap v6: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-07-12T15:28:33.174 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: Standby manager daemon smithi107.erfdst started 2023-07-12T15:28:33.174 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-07-12T15:28:33.174 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: pgmap v7: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 162 B/s rd, 0 op/s 2023-07-12T15:28:33.174 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: Reconfiguring prometheus.smithi005 (dependencies changed)... 2023-07-12T15:28:33.175 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: mgrmap e36: smithi005.fgymhs(active, since 8s), standbys: smithi107.erfdst 2023-07-12T15:28:33.175 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: Reconfiguring daemon prometheus.smithi005 on smithi005 2023-07-12T15:28:33.175 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-07-12T15:28:33.175 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: pgmap v8: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 123 B/s rd, 0 op/s 2023-07-12T15:28:33.175 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: Upgrade: Updating mgr.smithi107.erfdst 2023-07-12T15:28:33.175 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: Deploying daemon mgr.smithi107.erfdst on smithi107 2023-07-12T15:28:33.175 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: pgmap v9: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-07-12T15:28:33.176 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: pgmap v10: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 181 B/s rd, 0 op/s 2023-07-12T15:28:33.176 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: pgmap v11: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 181 B/s rd, 0 op/s 2023-07-12T15:28:33.176 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: pgmap v12: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 271 B/s rd, 0 op/s 2023-07-12T15:28:33.176 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: pgmap v13: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:28:33.176 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-07-12T15:28:33.176 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: pgmap v14: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-07-12T15:28:33.176 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: pgmap v15: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 125 B/s rd, 0 op/s 2023-07-12T15:28:33.176 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: Upgrade: Setting container_image for all mgr 2023-07-12T15:28:33.177 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: Standby manager daemon smithi107.erfdst restarted 2023-07-12T15:28:33.177 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: Standby manager daemon smithi107.erfdst started 2023-07-12T15:28:33.177 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: mgrmap e37: smithi005.fgymhs(active, since 21s), standbys: smithi107.erfdst 2023-07-12T15:28:33.177 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: mon.smithi005 calling monitor election 2023-07-12T15:28:33.177 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: mon.smithi005 is new leader, mons smithi005,smithi107 in quorum (ranks 0,1) 2023-07-12T15:28:33.177 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: monmap e2: 2 mons at {smithi005=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0],smithi107=[v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0]} removed_ranks: {} 2023-07-12T15:28:33.177 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: fsmap foofs:1 {0=foofs.smithi107.umdxex=up:active} 1 up:standby 2023-07-12T15:28:33.178 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: osdmap e70: 8 total, 8 up, 8 in 2023-07-12T15:28:33.178 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: mgrmap e37: smithi005.fgymhs(active, since 24s), standbys: smithi107.erfdst 2023-07-12T15:28:33.178 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: mgrmap e38: smithi005.fgymhs(active, since 24s), standbys: smithi107.erfdst 2023-07-12T15:28:33.178 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2023-07-12T15:28:33.178 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-07-12T15:28:33.178 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: daemon prometheus.smithi005 on smithi005 is in error state 2023-07-12T15:28:33.178 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: from='mgr.15196 ' entity='' 2023-07-12T15:28:33.178 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: mgrmap e39: smithi005.fgymhs(active, since 25s), standbys: smithi107.erfdst 2023-07-12T15:28:33.179 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: Standby manager daemon smithi107.erfdst restarted 2023-07-12T15:28:33.179 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: Standby manager daemon smithi107.erfdst started 2023-07-12T15:28:33.179 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: from='mgr.? 172.21.15.107:0/2426252613' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi107.erfdst/crt"}]: dispatch 2023-07-12T15:28:33.179 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: from='mgr.? 172.21.15.107:0/2426252613' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-07-12T15:28:33.179 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: from='mgr.? 172.21.15.107:0/2426252613' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi107.erfdst/key"}]: dispatch 2023-07-12T15:28:33.179 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: from='mgr.? 172.21.15.107:0/2426252613' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-07-12T15:28:33.179 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: mgrmap e40: smithi005.fgymhs(active, since 31s), standbys: smithi107.erfdst 2023-07-12T15:28:33.179 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: Active manager daemon smithi005.fgymhs restarted 2023-07-12T15:28:33.180 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: Activating manager daemon smithi005.fgymhs 2023-07-12T15:28:33.180 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: osdmap e71: 8 total, 8 up, 8 in 2023-07-12T15:28:33.180 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: mgrmap e41: smithi005.fgymhs(active, starting, since 0.00537967s), standbys: smithi107.erfdst 2023-07-12T15:28:33.180 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: failed to encode map e71 with expected crc 2023-07-12T15:28:33.180 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: failed to encode map e71 with expected crc 2023-07-12T15:28:33.180 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: failed to encode map e71 with expected crc 2023-07-12T15:28:33.180 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mon metadata", "id": "smithi005"}]: dispatch 2023-07-12T15:28:33.181 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mon metadata", "id": "smithi107"}]: dispatch 2023-07-12T15:28:33.181 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi005.llyakb"}]: dispatch 2023-07-12T15:28:33.181 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi107.umdxex"}]: dispatch 2023-07-12T15:28:33.181 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mgr metadata", "who": "smithi005.fgymhs", "id": "smithi005.fgymhs"}]: dispatch 2023-07-12T15:28:33.181 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mgr metadata", "who": "smithi107.erfdst", "id": "smithi107.erfdst"}]: dispatch 2023-07-12T15:28:33.181 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-07-12T15:28:33.181 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-07-12T15:28:33.181 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-07-12T15:28:33.182 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-07-12T15:28:33.182 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-07-12T15:28:33.182 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-07-12T15:28:33.183 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-07-12T15:28:33.183 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-07-12T15:28:33.183 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-07-12T15:28:33.183 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-07-12T15:28:33.183 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-07-12T15:28:33.183 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: Manager daemon smithi005.fgymhs is now available 2023-07-12T15:28:33.184 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:28:33.184 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:28:33.184 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:28:33.184 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.fgymhs/mirror_snapshot_schedule"}]: dispatch 2023-07-12T15:28:33.184 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.fgymhs/trash_purge_schedule"}]: dispatch 2023-07-12T15:28:33.184 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: [12/Jul/2023:15:28:22] ENGINE Bus STARTING 2023-07-12T15:28:33.184 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: [12/Jul/2023:15:28:22] ENGINE Serving on http://172.21.15.5:8765 2023-07-12T15:28:33.184 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: [12/Jul/2023:15:28:22] ENGINE Serving on https://172.21.15.5:7150 2023-07-12T15:28:33.185 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: [12/Jul/2023:15:28:22] ENGINE Bus STARTED 2023-07-12T15:28:33.185 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: mgrmap e42: smithi005.fgymhs(active, since 1.00994s), standbys: smithi107.erfdst 2023-07-12T15:28:33.185 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: from='client.34108 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:28:33.185 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: pgmap v3: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-07-12T15:28:33.185 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: from='client.? 172.21.15.5:0/530948462' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:28:33.185 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-07-12T15:28:33.185 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: Cluster is now healthy 2023-07-12T15:28:33.186 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: pgmap v4: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-07-12T15:28:33.186 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: mgrmap e43: smithi005.fgymhs(active, since 3s), standbys: smithi107.erfdst 2023-07-12T15:28:33.186 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:33.186 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:33.186 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:33.186 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:33.186 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: pgmap v5: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-07-12T15:28:33.186 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:33.187 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:33.187 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:33.187 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:33.187 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: pgmap v6: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-07-12T15:28:33.187 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:33.187 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:33.187 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:28:33.187 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-07-12T15:28:33.188 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-07-12T15:28:33.188 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: pgmap v7: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-07-12T15:28:33.188 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:33.188 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:33.188 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:28:33.188 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:28:33.188 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-07-12T15:28:33.188 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-07-12T15:28:33.189 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: Upgrade: Updating mon.smithi107 2023-07-12T15:28:33.189 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:33.189 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-07-12T15:28:33.189 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-07-12T15:28:33.189 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:28:33.189 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: Deploying daemon mon.smithi107 on smithi107 2023-07-12T15:28:33.189 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2023-07-12T15:28:33.190 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-07-12T15:28:33.190 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: daemon prometheus.smithi005 on smithi005 is in error state 2023-07-12T15:28:33.190 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mon metadata", "id": "smithi005"}]: dispatch 2023-07-12T15:28:33.190 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: mon.smithi107 calling monitor election 2023-07-12T15:28:33.190 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: mon.smithi005 calling monitor election 2023-07-12T15:28:33.190 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: mon.smithi005 is new leader, mons smithi005,smithi107 in quorum (ranks 0,1) 2023-07-12T15:28:33.190 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mon metadata", "id": "smithi107"}]: dispatch 2023-07-12T15:28:33.190 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: monmap e3: 2 mons at {smithi005=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0],smithi107=[v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0]} removed_ranks: {} 2023-07-12T15:28:33.191 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: fsmap foofs:1 {0=foofs.smithi107.umdxex=up:active} 1 up:standby 2023-07-12T15:28:33.191 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: osdmap e71: 8 total, 8 up, 8 in 2023-07-12T15:28:33.191 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: mgrmap e43: smithi005.fgymhs(active, since 10s), standbys: smithi107.erfdst 2023-07-12T15:28:33.191 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2023-07-12T15:28:33.191 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-07-12T15:28:33.191 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: daemon prometheus.smithi005 on smithi005 is in error state 2023-07-12T15:28:33.192 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:33.192 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:33.192 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:28:33.192 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:32 smithi107 ceph-mon[133083]: pgmap v9: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 110 B/s rd, 0 op/s 2023-07-12T15:28:33.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: mkfs fe85c08a-20c5-11ee-9b31-001a4aab830c 2023-07-12T15:28:33.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-07-12T15:28:33.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: Rados config object exists: conf-nfs.foo 2023-07-12T15:28:33.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: Creating key for client.nfs.foo.0.0.smithi005.raeamr-rgw 2023-07-12T15:28:33.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: Bind address in nfs.foo.0.0.smithi005.raeamr's ganesha conf is defaulting to empty 2023-07-12T15:28:33.250 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: Deploying daemon nfs.foo.0.0.smithi005.raeamr on smithi005 2023-07-12T15:28:33.250 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: Creating key for client.nfs.foo.1.0.smithi107.ppslpa 2023-07-12T15:28:33.250 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-07-12T15:28:33.250 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: Rados config object exists: conf-nfs.foo 2023-07-12T15:28:33.250 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: Creating key for client.nfs.foo.1.0.smithi107.ppslpa-rgw 2023-07-12T15:28:33.250 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: Bind address in nfs.foo.1.0.smithi107.ppslpa's ganesha conf is defaulting to empty 2023-07-12T15:28:33.250 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: Deploying daemon nfs.foo.1.0.smithi107.ppslpa on smithi107 2023-07-12T15:28:33.251 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-07-12T15:28:33.251 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: Reconfiguring alertmanager.smithi005 (dependencies changed)... 2023-07-12T15:28:33.251 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: Reconfiguring daemon alertmanager.smithi005 on smithi005 2023-07-12T15:28:33.251 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: Reconfiguring grafana.smithi005 (dependencies changed)... 2023-07-12T15:28:33.251 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: Regenerating cephadm self-signed grafana TLS certificates 2023-07-12T15:28:33.252 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: Reconfiguring daemon grafana.smithi005 on smithi005 2023-07-12T15:28:33.252 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: Reconfiguring node-exporter.smithi005 (dependencies changed)... 2023-07-12T15:28:33.252 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: Reconfiguring daemon node-exporter.smithi005 on smithi005 2023-07-12T15:28:33.252 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: Reconfiguring prometheus.smithi005 (dependencies changed)... 2023-07-12T15:28:33.252 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: Reconfiguring daemon prometheus.smithi005 on smithi005 2023-07-12T15:28:33.252 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: Reconfiguring node-exporter.smithi107 (dependencies changed)... 2023-07-12T15:28:33.252 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: Reconfiguring daemon node-exporter.smithi107 on smithi107 2023-07-12T15:28:33.253 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: Upgrade: Need to upgrade myself (mgr.smithi107.erfdst) 2023-07-12T15:28:33.253 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: Upgrade: Need to upgrade myself (mgr.smithi107.erfdst) 2023-07-12T15:28:33.253 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: Upgrade: Updating mgr.smithi005.fgymhs 2023-07-12T15:28:33.253 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: Deploying daemon mgr.smithi005.fgymhs on smithi005 2023-07-12T15:28:33.253 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-07-12T15:28:33.254 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: Upgrade: Need to upgrade myself (mgr.smithi107.erfdst) 2023-07-12T15:28:33.254 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: Upgrade: Need to upgrade myself (mgr.smithi107.erfdst) 2023-07-12T15:28:33.254 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: Failing over to other MGR 2023-07-12T15:28:33.254 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: inventory: adjusted host smithi107 addr 'smithi107' -> '172.21.15.107' 2023-07-12T15:28:33.255 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: [12/Jul/2023:15:27:51] ENGINE Bus STARTING 2023-07-12T15:28:33.255 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: [12/Jul/2023:15:27:51] ENGINE Serving on https://172.21.15.5:7150 2023-07-12T15:28:33.255 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: [12/Jul/2023:15:27:51] ENGINE Serving on http://172.21.15.5:8765 2023-07-12T15:28:33.255 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: [12/Jul/2023:15:27:51] ENGINE Bus STARTED 2023-07-12T15:28:33.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: mgrmap e35: smithi005.fgymhs(active, since 3s) 2023-07-12T15:28:33.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: pgmap v5: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-07-12T15:28:33.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: pgmap v6: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-07-12T15:28:33.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: Standby manager daemon smithi107.erfdst started 2023-07-12T15:28:33.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-07-12T15:28:33.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: pgmap v7: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 162 B/s rd, 0 op/s 2023-07-12T15:28:33.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: Reconfiguring prometheus.smithi005 (dependencies changed)... 2023-07-12T15:28:33.258 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: mgrmap e36: smithi005.fgymhs(active, since 8s), standbys: smithi107.erfdst 2023-07-12T15:28:33.258 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: Reconfiguring daemon prometheus.smithi005 on smithi005 2023-07-12T15:28:33.258 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-07-12T15:28:33.258 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: pgmap v8: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 123 B/s rd, 0 op/s 2023-07-12T15:28:33.258 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: Upgrade: Updating mgr.smithi107.erfdst 2023-07-12T15:28:33.259 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: Deploying daemon mgr.smithi107.erfdst on smithi107 2023-07-12T15:28:33.259 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: pgmap v9: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-07-12T15:28:33.259 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: pgmap v10: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 181 B/s rd, 0 op/s 2023-07-12T15:28:33.260 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: pgmap v11: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 181 B/s rd, 0 op/s 2023-07-12T15:28:33.260 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: pgmap v12: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 271 B/s rd, 0 op/s 2023-07-12T15:28:33.260 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: pgmap v13: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:28:33.261 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-07-12T15:28:33.261 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: pgmap v14: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-07-12T15:28:33.261 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: pgmap v15: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 125 B/s rd, 0 op/s 2023-07-12T15:28:33.261 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: Upgrade: Setting container_image for all mgr 2023-07-12T15:28:33.262 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: Standby manager daemon smithi107.erfdst restarted 2023-07-12T15:28:33.262 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: Standby manager daemon smithi107.erfdst started 2023-07-12T15:28:33.262 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: mgrmap e37: smithi005.fgymhs(active, since 21s), standbys: smithi107.erfdst 2023-07-12T15:28:33.263 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: mon.smithi005 calling monitor election 2023-07-12T15:28:33.263 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: mon.smithi005 is new leader, mons smithi005,smithi107 in quorum (ranks 0,1) 2023-07-12T15:28:33.263 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: monmap e2: 2 mons at {smithi005=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0],smithi107=[v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0]} removed_ranks: {} 2023-07-12T15:28:33.264 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: fsmap foofs:1 {0=foofs.smithi107.umdxex=up:active} 1 up:standby 2023-07-12T15:28:33.264 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: osdmap e70: 8 total, 8 up, 8 in 2023-07-12T15:28:33.264 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: mgrmap e37: smithi005.fgymhs(active, since 24s), standbys: smithi107.erfdst 2023-07-12T15:28:33.265 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: mgrmap e38: smithi005.fgymhs(active, since 24s), standbys: smithi107.erfdst 2023-07-12T15:28:33.265 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2023-07-12T15:28:33.265 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-07-12T15:28:33.265 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: daemon prometheus.smithi005 on smithi005 is in error state 2023-07-12T15:28:33.266 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: from='mgr.15196 ' entity='' 2023-07-12T15:28:33.266 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: mgrmap e39: smithi005.fgymhs(active, since 25s), standbys: smithi107.erfdst 2023-07-12T15:28:33.266 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: Standby manager daemon smithi107.erfdst restarted 2023-07-12T15:28:33.266 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: Standby manager daemon smithi107.erfdst started 2023-07-12T15:28:33.267 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: from='mgr.? 172.21.15.107:0/2426252613' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi107.erfdst/crt"}]: dispatch 2023-07-12T15:28:33.267 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: from='mgr.? 172.21.15.107:0/2426252613' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-07-12T15:28:33.267 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: from='mgr.? 172.21.15.107:0/2426252613' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi107.erfdst/key"}]: dispatch 2023-07-12T15:28:33.267 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: from='mgr.? 172.21.15.107:0/2426252613' entity='mgr.smithi107.erfdst' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-07-12T15:28:33.267 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: mgrmap e40: smithi005.fgymhs(active, since 31s), standbys: smithi107.erfdst 2023-07-12T15:28:33.268 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: Active manager daemon smithi005.fgymhs restarted 2023-07-12T15:28:33.268 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: Activating manager daemon smithi005.fgymhs 2023-07-12T15:28:33.268 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: osdmap e71: 8 total, 8 up, 8 in 2023-07-12T15:28:33.269 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: mgrmap e41: smithi005.fgymhs(active, starting, since 0.00537967s), standbys: smithi107.erfdst 2023-07-12T15:28:33.269 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: failed to encode map e71 with expected crc 2023-07-12T15:28:33.269 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: failed to encode map e71 with expected crc 2023-07-12T15:28:33.269 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: failed to encode map e71 with expected crc 2023-07-12T15:28:33.269 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mon metadata", "id": "smithi005"}]: dispatch 2023-07-12T15:28:33.269 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mon metadata", "id": "smithi107"}]: dispatch 2023-07-12T15:28:33.270 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi005.llyakb"}]: dispatch 2023-07-12T15:28:33.270 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi107.umdxex"}]: dispatch 2023-07-12T15:28:33.270 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mgr metadata", "who": "smithi005.fgymhs", "id": "smithi005.fgymhs"}]: dispatch 2023-07-12T15:28:33.270 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mgr metadata", "who": "smithi107.erfdst", "id": "smithi107.erfdst"}]: dispatch 2023-07-12T15:28:33.270 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-07-12T15:28:33.270 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-07-12T15:28:33.270 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-07-12T15:28:33.271 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-07-12T15:28:33.271 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-07-12T15:28:33.271 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-07-12T15:28:33.271 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-07-12T15:28:33.271 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-07-12T15:28:33.271 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-07-12T15:28:33.271 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-07-12T15:28:33.271 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-07-12T15:28:33.272 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: Manager daemon smithi005.fgymhs is now available 2023-07-12T15:28:33.272 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:28:33.272 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:28:33.272 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:28:33.272 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.fgymhs/mirror_snapshot_schedule"}]: dispatch 2023-07-12T15:28:33.273 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.fgymhs/trash_purge_schedule"}]: dispatch 2023-07-12T15:28:33.273 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: [12/Jul/2023:15:28:22] ENGINE Bus STARTING 2023-07-12T15:28:33.273 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: [12/Jul/2023:15:28:22] ENGINE Serving on http://172.21.15.5:8765 2023-07-12T15:28:33.273 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: [12/Jul/2023:15:28:22] ENGINE Serving on https://172.21.15.5:7150 2023-07-12T15:28:33.273 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: [12/Jul/2023:15:28:22] ENGINE Bus STARTED 2023-07-12T15:28:33.273 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: mgrmap e42: smithi005.fgymhs(active, since 1.00994s), standbys: smithi107.erfdst 2023-07-12T15:28:33.273 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: from='client.34108 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:28:33.274 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: pgmap v3: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-07-12T15:28:33.274 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: from='client.? 172.21.15.5:0/530948462' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:28:33.274 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-07-12T15:28:33.274 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: Cluster is now healthy 2023-07-12T15:28:33.274 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: pgmap v4: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-07-12T15:28:33.274 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: mgrmap e43: smithi005.fgymhs(active, since 3s), standbys: smithi107.erfdst 2023-07-12T15:28:33.274 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:33.274 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:33.275 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:33.275 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:33.275 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: pgmap v5: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-07-12T15:28:33.276 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:33.276 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:33.276 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:33.276 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:33.276 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: pgmap v6: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-07-12T15:28:33.277 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:33.277 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:33.277 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:28:33.277 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-07-12T15:28:33.277 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-07-12T15:28:33.278 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: pgmap v7: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-07-12T15:28:33.278 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:33.278 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:33.278 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:28:33.278 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:28:33.279 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-07-12T15:28:33.279 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-07-12T15:28:33.279 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: Upgrade: Updating mon.smithi107 2023-07-12T15:28:33.280 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:33.280 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-07-12T15:28:33.280 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-07-12T15:28:33.280 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:28:33.280 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: Deploying daemon mon.smithi107 on smithi107 2023-07-12T15:28:33.280 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2023-07-12T15:28:33.281 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-07-12T15:28:33.281 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: daemon prometheus.smithi005 on smithi005 is in error state 2023-07-12T15:28:33.281 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mon metadata", "id": "smithi005"}]: dispatch 2023-07-12T15:28:33.281 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: mon.smithi107 calling monitor election 2023-07-12T15:28:33.281 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: mon.smithi005 calling monitor election 2023-07-12T15:28:33.281 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: mon.smithi005 is new leader, mons smithi005,smithi107 in quorum (ranks 0,1) 2023-07-12T15:28:33.282 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mon metadata", "id": "smithi107"}]: dispatch 2023-07-12T15:28:33.282 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: monmap e3: 2 mons at {smithi005=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0],smithi107=[v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0]} removed_ranks: {} 2023-07-12T15:28:33.282 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: fsmap foofs:1 {0=foofs.smithi107.umdxex=up:active} 1 up:standby 2023-07-12T15:28:33.282 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: osdmap e71: 8 total, 8 up, 8 in 2023-07-12T15:28:33.282 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: mgrmap e43: smithi005.fgymhs(active, since 10s), standbys: smithi107.erfdst 2023-07-12T15:28:33.283 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2023-07-12T15:28:33.283 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-07-12T15:28:33.283 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: daemon prometheus.smithi005 on smithi005 is in error state 2023-07-12T15:28:33.283 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:33.283 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:33.284 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:28:33.284 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:32 smithi005 ceph-mon[157099]: pgmap v9: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 110 B/s rd, 0 op/s 2023-07-12T15:28:35.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:35 smithi107 ceph-mon[133083]: pgmap v10: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2023-07-12T15:28:35.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:35 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:35.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:35 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:35.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:35 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:35.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:35 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:35.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:35 smithi005 ceph-mon[157099]: pgmap v10: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2023-07-12T15:28:35.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:35 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:35.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:35 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:35.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:35 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:35.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:35 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:37.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:37 smithi107 ceph-mon[133083]: pgmap v11: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2023-07-12T15:28:37.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:37 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:28:37.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:37 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:37.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:37 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:37.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:37 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:28:37.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:37 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-07-12T15:28:37.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:37 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:37.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:37 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:37.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:37 smithi005 ceph-mon[157099]: pgmap v11: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2023-07-12T15:28:37.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:37 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:28:37.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:37 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:37.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:37 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:37.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:37 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:28:37.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:37 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-07-12T15:28:37.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:37 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:37.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:37 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:38.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:38 smithi005 ceph-mon[157099]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-07-12T15:28:38.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:38 smithi005 ceph-mon[157099]: pgmap v12: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-07-12T15:28:38.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:38 smithi005 ceph-mon[157099]: pgmap v13: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 106 B/s rd, 0 op/s 2023-07-12T15:28:38.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:38 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-07-12T15:28:38.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:38 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-07-12T15:28:38.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:38 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:28:39.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:38 smithi107 ceph-mon[133083]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-07-12T15:28:39.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:38 smithi107 ceph-mon[133083]: pgmap v12: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-07-12T15:28:39.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:38 smithi107 ceph-mon[133083]: pgmap v13: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 106 B/s rd, 0 op/s 2023-07-12T15:28:39.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:38 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-07-12T15:28:39.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:38 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-07-12T15:28:39.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:38 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:28:39.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:39 smithi005 ceph-mon[157099]: Reconfiguring mon.smithi005 (monmap changed)... 2023-07-12T15:28:39.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:39 smithi005 ceph-mon[157099]: Reconfiguring daemon mon.smithi005 on smithi005 2023-07-12T15:28:39.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:39 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:39.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:39 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:39.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:39 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi005.fgymhs", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-07-12T15:28:39.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:39 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mgr services"}]: dispatch 2023-07-12T15:28:39.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:39 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:28:39.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:39 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:39.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:39 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:40.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:39 smithi107 ceph-mon[133083]: Reconfiguring mon.smithi005 (monmap changed)... 2023-07-12T15:28:40.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:39 smithi107 ceph-mon[133083]: Reconfiguring daemon mon.smithi005 on smithi005 2023-07-12T15:28:40.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:39 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:40.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:39 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:40.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:39 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi005.fgymhs", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-07-12T15:28:40.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:39 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mgr services"}]: dispatch 2023-07-12T15:28:40.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:39 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:28:40.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:39 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:40.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:39 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:40.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:40 smithi005 ceph-mon[157099]: Reconfiguring mgr.smithi005.fgymhs (monmap changed)... 2023-07-12T15:28:40.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:40 smithi005 ceph-mon[157099]: Reconfiguring daemon mgr.smithi005.fgymhs on smithi005 2023-07-12T15:28:40.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:40 smithi005 ceph-mon[157099]: pgmap v14: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 212 B/s rd, 0 op/s 2023-07-12T15:28:40.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:40 smithi005 ceph-mon[157099]: Reconfiguring crash.smithi005 (monmap changed)... 2023-07-12T15:28:40.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:40 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi005", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-07-12T15:28:40.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:40 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:28:40.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:40 smithi005 ceph-mon[157099]: Reconfiguring daemon crash.smithi005 on smithi005 2023-07-12T15:28:40.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:40 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:40.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:40 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:41.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:40 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-07-12T15:28:41.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:40 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:28:41.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:40 smithi107 ceph-mon[133083]: Reconfiguring mgr.smithi005.fgymhs (monmap changed)... 2023-07-12T15:28:41.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:40 smithi107 ceph-mon[133083]: Reconfiguring daemon mgr.smithi005.fgymhs on smithi005 2023-07-12T15:28:41.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:40 smithi107 ceph-mon[133083]: pgmap v14: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 212 B/s rd, 0 op/s 2023-07-12T15:28:41.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:40 smithi107 ceph-mon[133083]: Reconfiguring crash.smithi005 (monmap changed)... 2023-07-12T15:28:41.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:40 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi005", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-07-12T15:28:41.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:40 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:28:41.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:40 smithi107 ceph-mon[133083]: Reconfiguring daemon crash.smithi005 on smithi005 2023-07-12T15:28:41.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:40 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:41.171 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:40 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:41.171 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:40 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-07-12T15:28:41.172 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:40 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:28:41.989 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:41 smithi005 ceph-mon[157099]: Reconfiguring osd.0 (monmap changed)... 2023-07-12T15:28:41.989 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:41 smithi005 ceph-mon[157099]: Reconfiguring daemon osd.0 on smithi005 2023-07-12T15:28:41.989 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:41 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:41.989 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:41 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:41.989 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:41 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-07-12T15:28:41.990 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:41 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:28:42.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:41 smithi107 ceph-mon[133083]: Reconfiguring osd.0 (monmap changed)... 2023-07-12T15:28:42.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:41 smithi107 ceph-mon[133083]: Reconfiguring daemon osd.0 on smithi005 2023-07-12T15:28:42.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:41 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:42.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:41 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:42.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:41 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-07-12T15:28:42.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:41 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:28:42.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:42 smithi005 ceph-mon[157099]: pgmap v15: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 212 B/s rd, 0 op/s 2023-07-12T15:28:42.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:42 smithi005 ceph-mon[157099]: Reconfiguring osd.1 (monmap changed)... 2023-07-12T15:28:42.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:42 smithi005 ceph-mon[157099]: Reconfiguring daemon osd.1 on smithi005 2023-07-12T15:28:42.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:42 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:42.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:42 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:42.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:42 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-07-12T15:28:42.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:42 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:28:43.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:42 smithi107 ceph-mon[133083]: pgmap v15: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 212 B/s rd, 0 op/s 2023-07-12T15:28:43.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:42 smithi107 ceph-mon[133083]: Reconfiguring osd.1 (monmap changed)... 2023-07-12T15:28:43.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:42 smithi107 ceph-mon[133083]: Reconfiguring daemon osd.1 on smithi005 2023-07-12T15:28:43.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:42 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:43.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:42 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:43.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:42 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-07-12T15:28:43.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:42 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:28:43.977 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:43 smithi005 ceph-mon[157099]: Reconfiguring osd.2 (monmap changed)... 2023-07-12T15:28:43.978 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:43 smithi005 ceph-mon[157099]: Reconfiguring daemon osd.2 on smithi005 2023-07-12T15:28:43.978 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:43 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:43.978 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:43 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:43.978 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:43 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-07-12T15:28:43.979 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:43 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:28:44.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:43 smithi107 ceph-mon[133083]: Reconfiguring osd.2 (monmap changed)... 2023-07-12T15:28:44.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:43 smithi107 ceph-mon[133083]: Reconfiguring daemon osd.2 on smithi005 2023-07-12T15:28:44.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:43 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:44.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:43 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:44.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:43 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-07-12T15:28:44.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:43 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:28:44.991 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:44 smithi005 ceph-mon[157099]: Reconfiguring osd.3 (monmap changed)... 2023-07-12T15:28:44.992 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:44 smithi005 ceph-mon[157099]: Reconfiguring daemon osd.3 on smithi005 2023-07-12T15:28:44.992 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:44 smithi005 ceph-mon[157099]: pgmap v16: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 212 B/s rd, 0 op/s 2023-07-12T15:28:44.992 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:44 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:44.992 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:44 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:44.992 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:44 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi005.llyakb", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-07-12T15:28:44.992 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:44 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:28:45.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:44 smithi107 ceph-mon[133083]: Reconfiguring osd.3 (monmap changed)... 2023-07-12T15:28:45.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:44 smithi107 ceph-mon[133083]: Reconfiguring daemon osd.3 on smithi005 2023-07-12T15:28:45.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:44 smithi107 ceph-mon[133083]: pgmap v16: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 212 B/s rd, 0 op/s 2023-07-12T15:28:45.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:44 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:45.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:44 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:45.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:44 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi005.llyakb", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-07-12T15:28:45.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:44 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:28:45.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:45 smithi005 ceph-mon[157099]: Reconfiguring mds.foofs.smithi005.llyakb (monmap changed)... 2023-07-12T15:28:45.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:45 smithi005 ceph-mon[157099]: Reconfiguring daemon mds.foofs.smithi005.llyakb on smithi005 2023-07-12T15:28:46.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:45 smithi107 ceph-mon[133083]: Reconfiguring mds.foofs.smithi005.llyakb (monmap changed)... 2023-07-12T15:28:46.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:45 smithi107 ceph-mon[133083]: Reconfiguring daemon mds.foofs.smithi005.llyakb on smithi005 2023-07-12T15:28:46.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:46 smithi107 ceph-mon[133083]: pgmap v17: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 212 B/s rd, 0 op/s 2023-07-12T15:28:46.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:46 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:46.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:46 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:46.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:46 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi107", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-07-12T15:28:46.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:46 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:28:46.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:46 smithi005 ceph-mon[157099]: pgmap v17: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 212 B/s rd, 0 op/s 2023-07-12T15:28:46.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:46 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:46.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:46 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:46.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:46 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi107", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-07-12T15:28:46.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:46 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:28:47.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:47 smithi107 ceph-mon[133083]: Reconfiguring crash.smithi107 (monmap changed)... 2023-07-12T15:28:47.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:47 smithi107 ceph-mon[133083]: Reconfiguring daemon crash.smithi107 on smithi107 2023-07-12T15:28:47.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:47 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:47.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:47 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:47.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:47 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi107.erfdst", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-07-12T15:28:47.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:47 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mgr services"}]: dispatch 2023-07-12T15:28:47.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:47 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:28:47.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:47 smithi005 ceph-mon[157099]: Reconfiguring crash.smithi107 (monmap changed)... 2023-07-12T15:28:47.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:47 smithi005 ceph-mon[157099]: Reconfiguring daemon crash.smithi107 on smithi107 2023-07-12T15:28:47.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:47 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:47.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:47 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:47.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:47 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi107.erfdst", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-07-12T15:28:47.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:47 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mgr services"}]: dispatch 2023-07-12T15:28:47.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:47 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:28:48.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:48 smithi107 ceph-mon[133083]: Reconfiguring mgr.smithi107.erfdst (monmap changed)... 2023-07-12T15:28:48.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:48 smithi107 ceph-mon[133083]: Reconfiguring daemon mgr.smithi107.erfdst on smithi107 2023-07-12T15:28:48.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:48 smithi107 ceph-mon[133083]: pgmap v18: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-07-12T15:28:48.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:48 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:48.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:48 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:48.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:48 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-07-12T15:28:48.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:48 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-07-12T15:28:48.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:48 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:28:48.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:48 smithi005 ceph-mon[157099]: Reconfiguring mgr.smithi107.erfdst (monmap changed)... 2023-07-12T15:28:48.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:48 smithi005 ceph-mon[157099]: Reconfiguring daemon mgr.smithi107.erfdst on smithi107 2023-07-12T15:28:48.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:48 smithi005 ceph-mon[157099]: pgmap v18: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-07-12T15:28:48.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:48 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:48.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:48 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:48.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:48 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-07-12T15:28:48.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:48 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-07-12T15:28:48.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:48 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:28:49.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:49 smithi107 ceph-mon[133083]: Reconfiguring mon.smithi107 (monmap changed)... 2023-07-12T15:28:49.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:49 smithi107 ceph-mon[133083]: Reconfiguring daemon mon.smithi107 on smithi107 2023-07-12T15:28:49.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:49 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:49.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:49 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:49.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:49 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-07-12T15:28:49.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:49 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:28:49.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:49 smithi005 ceph-mon[157099]: Reconfiguring mon.smithi107 (monmap changed)... 2023-07-12T15:28:49.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:49 smithi005 ceph-mon[157099]: Reconfiguring daemon mon.smithi107 on smithi107 2023-07-12T15:28:49.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:49 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:49.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:49 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:49.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:49 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-07-12T15:28:49.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:49 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:28:50.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:50 smithi107 ceph-mon[133083]: Reconfiguring osd.4 (monmap changed)... 2023-07-12T15:28:50.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:50 smithi107 ceph-mon[133083]: Reconfiguring daemon osd.4 on smithi107 2023-07-12T15:28:50.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:50 smithi107 ceph-mon[133083]: pgmap v19: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-07-12T15:28:50.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:50 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:50.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:50 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:50.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:50 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-07-12T15:28:50.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:50 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:28:50.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:50 smithi005 ceph-mon[157099]: Reconfiguring osd.4 (monmap changed)... 2023-07-12T15:28:50.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:50 smithi005 ceph-mon[157099]: Reconfiguring daemon osd.4 on smithi107 2023-07-12T15:28:50.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:50 smithi005 ceph-mon[157099]: pgmap v19: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-07-12T15:28:50.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:50 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:50.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:50 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:50.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:50 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-07-12T15:28:50.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:50 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:28:51.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:51 smithi005 ceph-mon[157099]: Reconfiguring osd.5 (monmap changed)... 2023-07-12T15:28:51.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:51 smithi005 ceph-mon[157099]: Reconfiguring daemon osd.5 on smithi107 2023-07-12T15:28:51.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:51 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:51.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:51 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:51.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:51 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-07-12T15:28:51.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:51 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:28:51.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:51 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:51.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:51 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:52.059 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:51 smithi107 ceph-mon[133083]: Reconfiguring osd.5 (monmap changed)... 2023-07-12T15:28:52.059 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:51 smithi107 ceph-mon[133083]: Reconfiguring daemon osd.5 on smithi107 2023-07-12T15:28:52.059 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:51 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:52.059 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:51 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:52.059 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:51 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-07-12T15:28:52.059 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:51 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:28:52.060 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:51 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:52.060 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:51 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:52.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:52 smithi005 ceph-mon[157099]: Reconfiguring osd.6 (monmap changed)... 2023-07-12T15:28:52.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:52 smithi005 ceph-mon[157099]: Reconfiguring daemon osd.6 on smithi107 2023-07-12T15:28:52.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:52 smithi005 ceph-mon[157099]: pgmap v20: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:28:52.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:52 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-07-12T15:28:52.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:52 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:28:52.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:52 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:28:52.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:52 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:52.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:52 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:53.075 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:52 smithi107 ceph-mon[133083]: Reconfiguring osd.6 (monmap changed)... 2023-07-12T15:28:53.076 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:52 smithi107 ceph-mon[133083]: Reconfiguring daemon osd.6 on smithi107 2023-07-12T15:28:53.076 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:52 smithi107 ceph-mon[133083]: pgmap v20: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:28:53.076 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:52 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-07-12T15:28:53.076 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:52 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:28:53.076 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:52 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:28:53.077 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:52 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:53.077 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:52 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:53.562 INFO:teuthology.orchestra.run.smithi005.stdout:true 2023-07-12T15:28:53.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:53 smithi005 ceph-mon[157099]: Reconfiguring osd.7 (monmap changed)... 2023-07-12T15:28:53.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:53 smithi005 ceph-mon[157099]: Reconfiguring daemon osd.7 on smithi107 2023-07-12T15:28:53.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:53 smithi005 ceph-mon[157099]: Reconfiguring mds.foofs.smithi107.umdxex (monmap changed)... 2023-07-12T15:28:53.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:53 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi107.umdxex", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-07-12T15:28:53.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:53 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:28:53.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:53 smithi005 ceph-mon[157099]: Reconfiguring daemon mds.foofs.smithi107.umdxex on smithi107 2023-07-12T15:28:53.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:53 smithi005 ceph-mon[157099]: from='client.34140 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:28:53.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:53 smithi005 ceph-mon[157099]: pgmap v21: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-07-12T15:28:53.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:53 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:53.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:53 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:54.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:53 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:28:54.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:53 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:28:54.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:53 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:28:54.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:53 smithi005 ceph-mon[157099]: Upgrade: Setting container_image for all mon 2023-07-12T15:28:54.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:53 smithi107 ceph-mon[133083]: Reconfiguring osd.7 (monmap changed)... 2023-07-12T15:28:54.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:53 smithi107 ceph-mon[133083]: Reconfiguring daemon osd.7 on smithi107 2023-07-12T15:28:54.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:53 smithi107 ceph-mon[133083]: Reconfiguring mds.foofs.smithi107.umdxex (monmap changed)... 2023-07-12T15:28:54.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:53 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi107.umdxex", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-07-12T15:28:54.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:53 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:28:54.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:53 smithi107 ceph-mon[133083]: Reconfiguring daemon mds.foofs.smithi107.umdxex on smithi107 2023-07-12T15:28:54.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:53 smithi107 ceph-mon[133083]: from='client.34140 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:28:54.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:53 smithi107 ceph-mon[133083]: pgmap v21: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-07-12T15:28:54.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:53 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:54.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:53 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:54.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:53 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:28:54.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:53 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:28:54.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:53 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:28:54.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:53 smithi107 ceph-mon[133083]: Upgrade: Setting container_image for all mon 2023-07-12T15:28:54.234 INFO:teuthology.orchestra.run.smithi005.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-07-12T15:28:54.234 INFO:teuthology.orchestra.run.smithi005.stdout:alertmanager.smithi005 smithi005 *:9093,9094 running (10m) 27s ago 17m 18.3M - 0.20.0 0881eb8f169f 355c4c29f2f8 2023-07-12T15:28:54.234 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi005 smithi005 running (17m) 27s ago 17m 7000k - 16.2.4 8d91d370c2b8 d66dbf6fdb25 2023-07-12T15:28:54.234 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi107 smithi107 running (17m) 19s ago 17m 7184k - 16.2.4 8d91d370c2b8 b2a554924ee7 2023-07-12T15:28:54.235 INFO:teuthology.orchestra.run.smithi005.stdout:grafana.smithi005 smithi005 *:3000 running (7m) 27s ago 17m 42.9M - 6.7.4 557c83e11646 0aeea3117a7c 2023-07-12T15:28:54.235 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi005.llyakb smithi005 running (14m) 27s ago 14m 20.0M - 16.2.4 8d91d370c2b8 2e9588e0199b 2023-07-12T15:28:54.235 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi107.umdxex smithi107 running (14m) 19s ago 14m 43.2M - 16.2.4 8d91d370c2b8 401879dbc3a1 2023-07-12T15:28:54.235 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi005.fgymhs smithi005 *:8443,9283,8765 running (72s) 27s ago 18m 475M - 18.1.2-55-gb1bd0540 45bffa74f7bc 6affde0ea8e4 2023-07-12T15:28:54.235 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi107.erfdst smithi107 *:8443,9283,8765 running (50s) 19s ago 17m 442M - 18.1.2-55-gb1bd0540 45bffa74f7bc 72e428a0d1d5 2023-07-12T15:28:54.235 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi005 smithi005 running (40s) 27s ago 18m 71.8M 2048M 18.1.2-55-gb1bd0540 45bffa74f7bc 504af0dbfbc2 2023-07-12T15:28:54.235 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi107 smithi107 running (23s) 19s ago 17m 23.2M 2048M 18.1.2-55-gb1bd0540 45bffa74f7bc 2525deffcab9 2023-07-12T15:28:54.235 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.0.0.smithi005.raeamr smithi005 *:2049 running (12m) 27s ago 12m 148M - 3.5 8d91d370c2b8 cf45a3af5fd8 2023-07-12T15:28:54.236 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.1.0.smithi107.ppslpa smithi107 *:2049 running (12m) 19s ago 12m 90.5M - 3.5 8d91d370c2b8 1d4a977d4dad 2023-07-12T15:28:54.236 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi005 smithi005 *:9100 running (5m) 27s ago 17m 16.0M - 0.18.1 e5a616e4b9cf 49464b372a56 2023-07-12T15:28:54.236 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi107 smithi107 *:9100 running (76s) 19s ago 17m 5200k - 0.18.1 e5a616e4b9cf 96904bdb35f8 2023-07-12T15:28:54.236 INFO:teuthology.orchestra.run.smithi005.stdout:osd.0 smithi005 running (16m) 27s ago 16m 2926M 4096M 16.2.4 8d91d370c2b8 b76fd1d0c8e6 2023-07-12T15:28:54.236 INFO:teuthology.orchestra.run.smithi005.stdout:osd.1 smithi005 running (16m) 27s ago 16m 2991M 4096M 16.2.4 8d91d370c2b8 0c931b3abdbc 2023-07-12T15:28:54.236 INFO:teuthology.orchestra.run.smithi005.stdout:osd.2 smithi005 running (16m) 27s ago 16m 1979M 4096M 16.2.4 8d91d370c2b8 2712a85e1556 2023-07-12T15:28:54.236 INFO:teuthology.orchestra.run.smithi005.stdout:osd.3 smithi005 running (16m) 27s ago 16m 2939M 4096M 16.2.4 8d91d370c2b8 91a5ecefbf60 2023-07-12T15:28:54.237 INFO:teuthology.orchestra.run.smithi005.stdout:osd.4 smithi107 running (15m) 19s ago 15m 2658M 4096M 16.2.4 8d91d370c2b8 27cd7acb5a1c 2023-07-12T15:28:54.237 INFO:teuthology.orchestra.run.smithi005.stdout:osd.5 smithi107 running (15m) 19s ago 15m 3511M 4096M 16.2.4 8d91d370c2b8 c0ddb4bafed0 2023-07-12T15:28:54.237 INFO:teuthology.orchestra.run.smithi005.stdout:osd.6 smithi107 running (15m) 19s ago 15m 2855M 4096M 16.2.4 8d91d370c2b8 82bc037c969c 2023-07-12T15:28:54.237 INFO:teuthology.orchestra.run.smithi005.stdout:osd.7 smithi107 running (15m) 19s ago 15m 4406M 4096M 16.2.4 8d91d370c2b8 516c8ea96297 2023-07-12T15:28:54.237 INFO:teuthology.orchestra.run.smithi005.stdout:prometheus.smithi005 smithi005 *:9095 error 27s ago 17m - - 2023-07-12T15:28:54.638 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:28:54.638 INFO:teuthology.orchestra.run.smithi005.stdout: "mon": { 2023-07-12T15:28:54.639 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 2 2023-07-12T15:28:54.639 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:28:54.639 INFO:teuthology.orchestra.run.smithi005.stdout: "mgr": { 2023-07-12T15:28:54.639 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 2 2023-07-12T15:28:54.639 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:28:54.639 INFO:teuthology.orchestra.run.smithi005.stdout: "osd": { 2023-07-12T15:28:54.639 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2023-07-12T15:28:54.640 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:28:54.640 INFO:teuthology.orchestra.run.smithi005.stdout: "mds": { 2023-07-12T15:28:54.640 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2023-07-12T15:28:54.640 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:28:54.640 INFO:teuthology.orchestra.run.smithi005.stdout: "overall": { 2023-07-12T15:28:54.640 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 10, 2023-07-12T15:28:54.640 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 4 2023-07-12T15:28:54.640 INFO:teuthology.orchestra.run.smithi005.stdout: } 2023-07-12T15:28:54.641 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:28:54.975 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:28:54.975 INFO:teuthology.orchestra.run.smithi005.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:c4be3de0cb572873b18bf4d7ff19efd4676dcd86f150f2b38e50b5e2946cf6ef", 2023-07-12T15:28:54.976 INFO:teuthology.orchestra.run.smithi005.stdout: "in_progress": true, 2023-07-12T15:28:54.976 INFO:teuthology.orchestra.run.smithi005.stdout: "which": "Upgrading all daemon types on all hosts", 2023-07-12T15:28:54.976 INFO:teuthology.orchestra.run.smithi005.stdout: "services_complete": [ 2023-07-12T15:28:54.976 INFO:teuthology.orchestra.run.smithi005.stdout: "mon", 2023-07-12T15:28:54.977 INFO:teuthology.orchestra.run.smithi005.stdout: "mgr" 2023-07-12T15:28:54.977 INFO:teuthology.orchestra.run.smithi005.stdout: ], 2023-07-12T15:28:54.977 INFO:teuthology.orchestra.run.smithi005.stdout: "progress": "4/23 daemons upgraded", 2023-07-12T15:28:54.977 INFO:teuthology.orchestra.run.smithi005.stdout: "message": "Currently upgrading crash daemons", 2023-07-12T15:28:54.978 INFO:teuthology.orchestra.run.smithi005.stdout: "is_paused": false 2023-07-12T15:28:54.978 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:28:54.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:54 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:54.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:54 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi005"}]: dispatch 2023-07-12T15:28:54.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:54 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi005"}]': finished 2023-07-12T15:28:54.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:54 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi107"}]: dispatch 2023-07-12T15:28:54.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:54 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi107"}]': finished 2023-07-12T15:28:54.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:54 smithi005 ceph-mon[157099]: from='client.34144 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:28:54.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:54 smithi005 ceph-mon[157099]: from='client.34148 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:28:54.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:54 smithi005 ceph-mon[157099]: from='client.? 172.21.15.5:0/2504568284' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:28:54.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:54 smithi005 ceph-mon[157099]: Upgrade: Updating crash.smithi005 (1/2) 2023-07-12T15:28:54.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:54 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:55.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:54 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi005", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-07-12T15:28:55.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:54 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:28:55.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:54 smithi005 ceph-mon[157099]: Deploying daemon crash.smithi005 on smithi005 2023-07-12T15:28:55.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:54 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:55.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:54 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi005"}]: dispatch 2023-07-12T15:28:55.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:54 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi005"}]': finished 2023-07-12T15:28:55.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:54 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi107"}]: dispatch 2023-07-12T15:28:55.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:54 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi107"}]': finished 2023-07-12T15:28:55.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:54 smithi107 ceph-mon[133083]: from='client.34144 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:28:55.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:54 smithi107 ceph-mon[133083]: from='client.34148 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:28:55.171 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:54 smithi107 ceph-mon[133083]: from='client.? 172.21.15.5:0/2504568284' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:28:55.171 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:54 smithi107 ceph-mon[133083]: Upgrade: Updating crash.smithi005 (1/2) 2023-07-12T15:28:55.171 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:54 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:55.171 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:54 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi005", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-07-12T15:28:55.172 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:54 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:28:55.172 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:54 smithi107 ceph-mon[133083]: Deploying daemon crash.smithi005 on smithi005 2023-07-12T15:28:55.391 INFO:teuthology.orchestra.run.smithi005.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2023-07-12T15:28:55.391 INFO:teuthology.orchestra.run.smithi005.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-07-12T15:28:55.392 INFO:teuthology.orchestra.run.smithi005.stdout: daemon prometheus.smithi005 on smithi005 is in error state 2023-07-12T15:28:55.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:55 smithi005 ceph-mon[157099]: from='client.34156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:28:55.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:55 smithi005 ceph-mon[157099]: from='client.? 172.21.15.5:0/1445857163' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:28:55.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:55 smithi005 ceph-mon[157099]: pgmap v22: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:28:56.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:55 smithi107 ceph-mon[133083]: from='client.34156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:28:56.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:55 smithi107 ceph-mon[133083]: from='client.? 172.21.15.5:0/1445857163' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:28:56.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:55 smithi107 ceph-mon[133083]: pgmap v22: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:28:58.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:58 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:58.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:58 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:58.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:58 smithi107 ceph-mon[133083]: pgmap v23: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:28:58.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:58 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:58.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:58 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:58.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:58 smithi005 ceph-mon[157099]: pgmap v23: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:28:59.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:59 smithi107 ceph-mon[133083]: Upgrade: Updating crash.smithi107 (2/2) 2023-07-12T15:28:59.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:59 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:59.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:59 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi107", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-07-12T15:28:59.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:59 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:28:59.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:28:59 smithi107 ceph-mon[133083]: Deploying daemon crash.smithi107 on smithi107 2023-07-12T15:28:59.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:59 smithi005 ceph-mon[157099]: Upgrade: Updating crash.smithi107 (2/2) 2023-07-12T15:28:59.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:59 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:28:59.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:59 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi107", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-07-12T15:28:59.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:59 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:28:59.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:28:59 smithi005 ceph-mon[157099]: Deploying daemon crash.smithi107 on smithi107 2023-07-12T15:29:00.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:00 smithi005 ceph-mon[157099]: pgmap v24: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-07-12T15:29:00.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:00 smithi107 ceph-mon[133083]: pgmap v24: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-07-12T15:29:01.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:01 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:01.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:01 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:01.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:01 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:29:01.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:01 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:01.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:01 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:01.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:01 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:29:02.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:02 smithi107 ceph-mon[133083]: pgmap v25: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:29:02.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:02 smithi005 ceph-mon[157099]: pgmap v25: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:29:04.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:04 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:04.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:04 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:04.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:04 smithi005 ceph-mon[157099]: pgmap v26: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-07-12T15:29:04.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:04 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:04.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:04 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:04.876 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:04 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:04.876 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:04 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:04.876 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:04 smithi107 ceph-mon[133083]: pgmap v26: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-07-12T15:29:04.877 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:04 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:04.877 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:04 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:05.970 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:05 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:05.970 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:05 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:05.971 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:05 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:05.971 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:05 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:06.011 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:05 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:06.012 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:05 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:06.012 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:05 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:06.012 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:05 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:06.900 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:06 smithi005 ceph-mon[157099]: pgmap v27: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:29:06.900 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:06 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:06.900 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:06 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:07.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:06 smithi107 ceph-mon[133083]: pgmap v27: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:29:07.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:06 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:07.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:06 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:07.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:07 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:29:08.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:07 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:29:08.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:08 smithi005 ceph-mon[157099]: pgmap v28: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:29:08.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:08 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:08.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:08 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:08.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:08 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:29:08.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:08 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-07-12T15:29:08.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:08 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:08.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:08 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:08.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:08 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:29:08.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:08 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:29:08.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:08 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:29:08.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:08 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:29:08.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:08 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:09.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:08 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi005"}]: dispatch 2023-07-12T15:29:09.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:08 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi005"}]': finished 2023-07-12T15:29:09.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:08 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi107"}]: dispatch 2023-07-12T15:29:09.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:08 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi107"}]': finished 2023-07-12T15:29:09.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:08 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-07-12T15:29:09.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:08 smithi107 ceph-mon[133083]: pgmap v28: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:29:09.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:08 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:09.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:08 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:09.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:08 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:29:09.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:08 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-07-12T15:29:09.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:08 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:09.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:08 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:09.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:08 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:29:09.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:08 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:29:09.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:08 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:29:09.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:08 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:29:09.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:08 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:09.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:08 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi005"}]: dispatch 2023-07-12T15:29:09.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:08 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi005"}]': finished 2023-07-12T15:29:09.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:08 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi107"}]: dispatch 2023-07-12T15:29:09.171 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:08 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi107"}]': finished 2023-07-12T15:29:09.171 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:08 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-07-12T15:29:09.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:09 smithi005 ceph-mon[157099]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-07-12T15:29:09.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:09 smithi005 ceph-mon[157099]: pgmap v29: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 301 B/s rd, 0 op/s 2023-07-12T15:29:09.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:09 smithi005 ceph-mon[157099]: pgmap v30: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 249 B/s rd, 0 op/s 2023-07-12T15:29:09.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:09 smithi005 ceph-mon[157099]: Upgrade: Setting container_image for all crash 2023-07-12T15:29:09.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:09 smithi005 ceph-mon[157099]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-07-12T15:29:09.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:09 smithi005 ceph-mon[157099]: Upgrade: osd.0 is safe to restart 2023-07-12T15:29:09.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:09.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-07-12T15:29:09.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:29:10.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:09 smithi107 ceph-mon[133083]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-07-12T15:29:10.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:09 smithi107 ceph-mon[133083]: pgmap v29: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 301 B/s rd, 0 op/s 2023-07-12T15:29:10.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:09 smithi107 ceph-mon[133083]: pgmap v30: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 249 B/s rd, 0 op/s 2023-07-12T15:29:10.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:09 smithi107 ceph-mon[133083]: Upgrade: Setting container_image for all crash 2023-07-12T15:29:10.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:09 smithi107 ceph-mon[133083]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-07-12T15:29:10.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:09 smithi107 ceph-mon[133083]: Upgrade: osd.0 is safe to restart 2023-07-12T15:29:10.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:10.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-07-12T15:29:10.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:29:10.758 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:10 smithi005 ceph-mon[157099]: Upgrade: Updating osd.0 2023-07-12T15:29:10.758 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:10 smithi005 ceph-mon[157099]: Deploying daemon osd.0 on smithi005 2023-07-12T15:29:11.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:10 smithi107 ceph-mon[133083]: Upgrade: Updating osd.0 2023-07-12T15:29:11.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:10 smithi107 ceph-mon[133083]: Deploying daemon osd.0 on smithi005 2023-07-12T15:29:11.455 INFO:journalctl@ceph.osd.0.smithi005.stdout:Jul 12 15:29:11 smithi005 systemd[1]: Stopping Ceph osd.0 for fe85c08a-20c5-11ee-9b31-001a4aab830c... 2023-07-12T15:29:11.455 INFO:journalctl@ceph.osd.0.smithi005.stdout:Jul 12 15:29:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.0[115416]: debug 2023-07-12T15:29:11.172+0000 7f57ef299700 -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-07-12T15:29:11.455 INFO:journalctl@ceph.osd.0.smithi005.stdout:Jul 12 15:29:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.0[115416]: debug 2023-07-12T15:29:11.172+0000 7f57ef299700 -1 osd.0 71 *** Got signal Terminated *** 2023-07-12T15:29:11.456 INFO:journalctl@ceph.osd.0.smithi005.stdout:Jul 12 15:29:11 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.0[115416]: debug 2023-07-12T15:29:11.172+0000 7f57ef299700 -1 osd.0 71 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-07-12T15:29:11.724 INFO:journalctl@ceph.osd.0.smithi005.stdout:Jul 12 15:29:11 smithi005 bash[163097]: ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.0 2023-07-12T15:29:11.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:11 smithi005 ceph-mon[157099]: pgmap v31: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 249 B/s rd, 0 op/s 2023-07-12T15:29:11.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:11 smithi005 ceph-mon[157099]: osd.0 reported immediately failed by osd.1 2023-07-12T15:29:11.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:11 smithi005 ceph-mon[157099]: osd.0 failed (root=default,host=smithi005) (connection refused reported by osd.1) 2023-07-12T15:29:11.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:11 smithi005 ceph-mon[157099]: osd.0 reported immediately failed by osd.2 2023-07-12T15:29:11.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:11 smithi005 ceph-mon[157099]: osd.0 reported immediately failed by osd.3 2023-07-12T15:29:11.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:11 smithi005 ceph-mon[157099]: osd.0 reported immediately failed by osd.7 2023-07-12T15:29:11.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:11 smithi005 ceph-mon[157099]: osd.0 reported immediately failed by osd.6 2023-07-12T15:29:11.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:11 smithi005 ceph-mon[157099]: osd.0 reported immediately failed by osd.1 2023-07-12T15:29:11.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:11 smithi005 ceph-mon[157099]: osd.0 reported immediately failed by osd.2 2023-07-12T15:29:12.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:11 smithi005 ceph-mon[157099]: osd.0 reported immediately failed by osd.4 2023-07-12T15:29:12.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:11 smithi005 ceph-mon[157099]: osd.0 reported immediately failed by osd.5 2023-07-12T15:29:12.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:11 smithi005 ceph-mon[157099]: osd.0 reported immediately failed by osd.3 2023-07-12T15:29:12.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:11 smithi005 ceph-mon[157099]: osd.0 reported immediately failed by osd.7 2023-07-12T15:29:12.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:11 smithi005 ceph-mon[157099]: osd.0 reported immediately failed by osd.6 2023-07-12T15:29:12.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:11 smithi005 ceph-mon[157099]: osd.0 reported immediately failed by osd.4 2023-07-12T15:29:12.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:11 smithi005 ceph-mon[157099]: osd.0 reported immediately failed by osd.5 2023-07-12T15:29:12.001 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:11 smithi005 ceph-mon[157099]: osd.0 reported immediately failed by osd.3 2023-07-12T15:29:12.001 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:11 smithi005 ceph-mon[157099]: osd.0 reported immediately failed by osd.4 2023-07-12T15:29:12.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:11 smithi107 ceph-mon[133083]: pgmap v31: 129 pgs: 129 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 249 B/s rd, 0 op/s 2023-07-12T15:29:12.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:11 smithi107 ceph-mon[133083]: osd.0 reported immediately failed by osd.1 2023-07-12T15:29:12.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:11 smithi107 ceph-mon[133083]: osd.0 failed (root=default,host=smithi005) (connection refused reported by osd.1) 2023-07-12T15:29:12.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:11 smithi107 ceph-mon[133083]: osd.0 reported immediately failed by osd.2 2023-07-12T15:29:12.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:11 smithi107 ceph-mon[133083]: osd.0 reported immediately failed by osd.3 2023-07-12T15:29:12.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:11 smithi107 ceph-mon[133083]: osd.0 reported immediately failed by osd.7 2023-07-12T15:29:12.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:11 smithi107 ceph-mon[133083]: osd.0 reported immediately failed by osd.6 2023-07-12T15:29:12.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:11 smithi107 ceph-mon[133083]: osd.0 reported immediately failed by osd.1 2023-07-12T15:29:12.171 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:11 smithi107 ceph-mon[133083]: osd.0 reported immediately failed by osd.2 2023-07-12T15:29:12.171 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:11 smithi107 ceph-mon[133083]: osd.0 reported immediately failed by osd.4 2023-07-12T15:29:12.171 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:11 smithi107 ceph-mon[133083]: osd.0 reported immediately failed by osd.5 2023-07-12T15:29:12.172 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:11 smithi107 ceph-mon[133083]: osd.0 reported immediately failed by osd.3 2023-07-12T15:29:12.172 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:11 smithi107 ceph-mon[133083]: osd.0 reported immediately failed by osd.7 2023-07-12T15:29:12.172 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:11 smithi107 ceph-mon[133083]: osd.0 reported immediately failed by osd.6 2023-07-12T15:29:12.173 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:11 smithi107 ceph-mon[133083]: osd.0 reported immediately failed by osd.4 2023-07-12T15:29:12.173 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:11 smithi107 ceph-mon[133083]: osd.0 reported immediately failed by osd.5 2023-07-12T15:29:12.173 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:11 smithi107 ceph-mon[133083]: osd.0 reported immediately failed by osd.3 2023-07-12T15:29:12.174 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:11 smithi107 ceph-mon[133083]: osd.0 reported immediately failed by osd.4 2023-07-12T15:29:12.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:12 smithi005 ceph-mon[157099]: Health check failed: 1 osds down (OSD_DOWN) 2023-07-12T15:29:12.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:12 smithi005 ceph-mon[157099]: failed to encode map e72 with expected crc 2023-07-12T15:29:12.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:12 smithi005 ceph-mon[157099]: osdmap e72: 8 total, 7 up, 8 in 2023-07-12T15:29:12.999 INFO:journalctl@ceph.osd.0.smithi005.stdout:Jul 12 15:29:12 smithi005 systemd[1]: ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c@osd.0.service: Succeeded. 2023-07-12T15:29:12.999 INFO:journalctl@ceph.osd.0.smithi005.stdout:Jul 12 15:29:12 smithi005 systemd[1]: Stopped Ceph osd.0 for fe85c08a-20c5-11ee-9b31-001a4aab830c. 2023-07-12T15:29:12.999 INFO:journalctl@ceph.osd.0.smithi005.stdout:Jul 12 15:29:12 smithi005 systemd[1]: Starting Ceph osd.0 for fe85c08a-20c5-11ee-9b31-001a4aab830c... 2023-07-12T15:29:13.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:12 smithi107 ceph-mon[133083]: Health check failed: 1 osds down (OSD_DOWN) 2023-07-12T15:29:13.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:12 smithi107 ceph-mon[133083]: failed to encode map e72 with expected crc 2023-07-12T15:29:13.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:12 smithi107 ceph-mon[133083]: osdmap e72: 8 total, 7 up, 8 in 2023-07-12T15:29:13.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:13 smithi005 ceph-mon[157099]: pgmap v33: 129 pgs: 16 stale+active+clean, 113 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 165 B/s rd, 0 op/s 2023-07-12T15:29:13.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:13 smithi005 ceph-mon[157099]: failed to encode map e73 with expected crc 2023-07-12T15:29:13.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:13 smithi005 ceph-mon[157099]: osdmap e73: 8 total, 7 up, 8 in 2023-07-12T15:29:13.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:13 smithi005 ceph-mon[157099]: failed to encode map e73 with expected crc 2023-07-12T15:29:13.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:13 smithi005 ceph-mon[157099]: failed to encode map e73 with expected crc 2023-07-12T15:29:13.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:13 smithi005 ceph-mon[157099]: failed to encode map e73 with expected crc 2023-07-12T15:29:13.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:13 smithi005 ceph-mon[157099]: failed to encode map e73 with expected crc 2023-07-12T15:29:13.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:13 smithi005 ceph-mon[157099]: failed to encode map e73 with expected crc 2023-07-12T15:29:13.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:13 smithi005 ceph-mon[157099]: failed to encode map e73 with expected crc 2023-07-12T15:29:13.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:13 smithi005 ceph-mon[157099]: failed to encode map e73 with expected crc 2023-07-12T15:29:13.999 INFO:journalctl@ceph.osd.0.smithi005.stdout:Jul 12 15:29:13 smithi005 bash[163376]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2023-07-12T15:29:13.999 INFO:journalctl@ceph.osd.0.smithi005.stdout:Jul 12 15:29:13 smithi005 bash[163376]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-0 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2023-07-12T15:29:14.000 INFO:journalctl@ceph.osd.0.smithi005.stdout:Jul 12 15:29:13 smithi005 bash[163376]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2023-07-12T15:29:14.000 INFO:journalctl@ceph.osd.0.smithi005.stdout:Jul 12 15:29:13 smithi005 bash[163376]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2023-07-12T15:29:14.000 INFO:journalctl@ceph.osd.0.smithi005.stdout:Jul 12 15:29:13 smithi005 bash[163376]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-0/block 2023-07-12T15:29:14.000 INFO:journalctl@ceph.osd.0.smithi005.stdout:Jul 12 15:29:13 smithi005 bash[163376]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2023-07-12T15:29:14.000 INFO:journalctl@ceph.osd.0.smithi005.stdout:Jul 12 15:29:13 smithi005 bash[163376]: --> ceph-volume raw activate successful for osd ID: 0 2023-07-12T15:29:14.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:13 smithi107 ceph-mon[133083]: pgmap v33: 129 pgs: 16 stale+active+clean, 113 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 165 B/s rd, 0 op/s 2023-07-12T15:29:14.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:13 smithi107 ceph-mon[133083]: failed to encode map e73 with expected crc 2023-07-12T15:29:14.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:13 smithi107 ceph-mon[133083]: osdmap e73: 8 total, 7 up, 8 in 2023-07-12T15:29:14.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:13 smithi107 ceph-mon[133083]: failed to encode map e73 with expected crc 2023-07-12T15:29:14.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:13 smithi107 ceph-mon[133083]: failed to encode map e73 with expected crc 2023-07-12T15:29:14.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:13 smithi107 ceph-mon[133083]: failed to encode map e73 with expected crc 2023-07-12T15:29:14.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:13 smithi107 ceph-mon[133083]: failed to encode map e73 with expected crc 2023-07-12T15:29:14.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:13 smithi107 ceph-mon[133083]: failed to encode map e73 with expected crc 2023-07-12T15:29:14.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:13 smithi107 ceph-mon[133083]: failed to encode map e73 with expected crc 2023-07-12T15:29:14.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:13 smithi107 ceph-mon[133083]: failed to encode map e73 with expected crc 2023-07-12T15:29:14.748 INFO:journalctl@ceph.osd.0.smithi005.stdout:Jul 12 15:29:14 smithi005 ceph-osd[163668]: -- 172.21.15.5:0/2953016417 <== mon.0 v2:172.21.15.5:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x56452c1fe4e0 con 0x56452c1cec00 2023-07-12T15:29:14.748 INFO:journalctl@ceph.osd.0.smithi005.stdout:Jul 12 15:29:14 smithi005 bash[163630]: 231608dda745b2ea8b6119bf9e9a7cbdfd31b9ef8bd32332671ec78d126b1223 2023-07-12T15:29:14.749 INFO:journalctl@ceph.osd.0.smithi005.stdout:Jul 12 15:29:14 smithi005 systemd[1]: Started Ceph osd.0 for fe85c08a-20c5-11ee-9b31-001a4aab830c. 2023-07-12T15:29:15.248 INFO:journalctl@ceph.osd.0.smithi005.stdout:Jul 12 15:29:14 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-0[163645]: 2023-07-12T15:29:14.936+0000 7f7abf924640 -1 Falling back to public interface 2023-07-12T15:29:15.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:15 smithi005 ceph-mon[157099]: pgmap v35: 129 pgs: 18 active+undersized+degraded, 31 active+undersized, 80 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 69/447 objects degraded (15.436%) 2023-07-12T15:29:15.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:15 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:15.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:15 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:15.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:15 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:29:15.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:15 smithi005 ceph-mon[157099]: Health check failed: Degraded data redundancy: 69/447 objects degraded (15.436%), 18 pgs degraded (PG_DEGRADED) 2023-07-12T15:29:15.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:15 smithi107 ceph-mon[133083]: pgmap v35: 129 pgs: 18 active+undersized+degraded, 31 active+undersized, 80 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 69/447 objects degraded (15.436%) 2023-07-12T15:29:15.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:15 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:15.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:15 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:15.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:15 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:29:15.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:15 smithi107 ceph-mon[133083]: Health check failed: Degraded data redundancy: 69/447 objects degraded (15.436%), 18 pgs degraded (PG_DEGRADED) 2023-07-12T15:29:17.692 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:17 smithi005 ceph-mon[157099]: pgmap v36: 129 pgs: 18 active+undersized+degraded, 31 active+undersized, 80 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 69/447 objects degraded (15.436%) 2023-07-12T15:29:17.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:17 smithi107 ceph-mon[133083]: pgmap v36: 129 pgs: 18 active+undersized+degraded, 31 active+undersized, 80 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 69/447 objects degraded (15.436%) 2023-07-12T15:29:19.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:19 smithi005 ceph-mon[157099]: pgmap v37: 129 pgs: 18 active+undersized+degraded, 31 active+undersized, 80 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 69/447 objects degraded (15.436%) 2023-07-12T15:29:19.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:19 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:19.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:19 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:19.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:19 smithi107 ceph-mon[133083]: pgmap v37: 129 pgs: 18 active+undersized+degraded, 31 active+undersized, 80 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 69/447 objects degraded (15.436%) 2023-07-12T15:29:19.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:19 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:19.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:19 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:20.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:20 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:20.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:20 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:20.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:20 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:20.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:20 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:21.823 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:21 smithi005 ceph-mon[157099]: pgmap v38: 129 pgs: 18 active+undersized+degraded, 31 active+undersized, 80 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 69/447 objects degraded (15.436%) 2023-07-12T15:29:21.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:21 smithi107 ceph-mon[133083]: pgmap v38: 129 pgs: 18 active+undersized+degraded, 31 active+undersized, 80 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 69/447 objects degraded (15.436%) 2023-07-12T15:29:22.748 INFO:journalctl@ceph.osd.0.smithi005.stdout:Jul 12 15:29:22 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-0[163645]: 2023-07-12T15:29:22.360+0000 7f7abf924640 -1 osd.0 71 log_to_monitors true 2023-07-12T15:29:23.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:22 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:23.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:22 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:29:23.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:22 smithi107 ceph-mon[133083]: pgmap v39: 129 pgs: 18 active+undersized+degraded, 31 active+undersized, 80 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 69/447 objects degraded (15.436%) 2023-07-12T15:29:23.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:22 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:23.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:22 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:23.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:22 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:29:23.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:22 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-07-12T15:29:23.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:22 smithi107 ceph-mon[133083]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-07-12T15:29:23.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:22 smithi107 ceph-mon[133083]: pgmap v40: 129 pgs: 18 active+undersized+degraded, 31 active+undersized, 80 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 69/447 objects degraded (15.436%) 2023-07-12T15:29:23.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:22 smithi107 ceph-mon[133083]: pgmap v41: 129 pgs: 18 active+undersized+degraded, 31 active+undersized, 80 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 126 B/s rd, 0 op/s; 69/447 objects degraded (15.436%) 2023-07-12T15:29:23.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:22 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:23.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:22 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:23.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:22 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:29:23.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:22 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:29:23.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:22 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:29:23.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:22 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:29:23.171 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:22 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-07-12T15:29:23.171 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:22 smithi107 ceph-mon[133083]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-07-12T15:29:23.171 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:22 smithi107 ceph-mon[133083]: Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2023-07-12T15:29:23.171 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:22 smithi107 ceph-mon[133083]: from='osd.0 [v2:172.21.15.5:6802/2807131968,v1:172.21.15.5:6803/2807131968]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-07-12T15:29:23.248 INFO:journalctl@ceph.osd.0.smithi005.stdout:Jul 12 15:29:22 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-0[163645]: 2023-07-12T15:29:22.946+0000 7f7aaed8d700 -1 osd.0 71 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-07-12T15:29:23.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:22 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:23.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:22 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:29:23.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:22 smithi005 ceph-mon[157099]: pgmap v39: 129 pgs: 18 active+undersized+degraded, 31 active+undersized, 80 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 69/447 objects degraded (15.436%) 2023-07-12T15:29:23.250 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:22 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:23.250 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:22 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:23.250 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:22 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:29:23.250 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:22 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-07-12T15:29:23.251 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:22 smithi005 ceph-mon[157099]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-07-12T15:29:23.251 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:22 smithi005 ceph-mon[157099]: pgmap v40: 129 pgs: 18 active+undersized+degraded, 31 active+undersized, 80 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 69/447 objects degraded (15.436%) 2023-07-12T15:29:23.251 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:22 smithi005 ceph-mon[157099]: pgmap v41: 129 pgs: 18 active+undersized+degraded, 31 active+undersized, 80 active+clean; 228 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 126 B/s rd, 0 op/s; 69/447 objects degraded (15.436%) 2023-07-12T15:29:23.251 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:22 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:23.251 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:22 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:23.251 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:22 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:29:23.251 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:22 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:29:23.252 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:22 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:29:23.252 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:22 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:29:23.252 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:22 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-07-12T15:29:23.252 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:22 smithi005 ceph-mon[157099]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-07-12T15:29:23.252 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:22 smithi005 ceph-mon[157099]: Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2023-07-12T15:29:23.252 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:22 smithi005 ceph-mon[157099]: from='osd.0 [v2:172.21.15.5:6802/2807131968,v1:172.21.15.5:6803/2807131968]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-07-12T15:29:24.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:23 smithi005 ceph-mon[157099]: failed to encode map e74 with expected crc 2023-07-12T15:29:24.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:23 smithi005 ceph-mon[157099]: from='osd.0 [v2:172.21.15.5:6802/2807131968,v1:172.21.15.5:6803/2807131968]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-07-12T15:29:24.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:23 smithi005 ceph-mon[157099]: osdmap e74: 8 total, 7 up, 8 in 2023-07-12T15:29:24.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:23 smithi005 ceph-mon[157099]: from='osd.0 [v2:172.21.15.5:6802/2807131968,v1:172.21.15.5:6803/2807131968]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-07-12T15:29:24.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:23 smithi107 ceph-mon[133083]: failed to encode map e74 with expected crc 2023-07-12T15:29:24.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:23 smithi107 ceph-mon[133083]: from='osd.0 [v2:172.21.15.5:6802/2807131968,v1:172.21.15.5:6803/2807131968]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-07-12T15:29:24.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:23 smithi107 ceph-mon[133083]: osdmap e74: 8 total, 7 up, 8 in 2023-07-12T15:29:24.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:23 smithi107 ceph-mon[133083]: from='osd.0 [v2:172.21.15.5:6802/2807131968,v1:172.21.15.5:6803/2807131968]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-07-12T15:29:25.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:24 smithi005 ceph-mon[157099]: pgmap v43: 129 pgs: 18 active+undersized+degraded, 31 active+undersized, 80 active+clean; 228 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 168 B/s rd, 0 op/s; 69/447 objects degraded (15.436%) 2023-07-12T15:29:25.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:24 smithi005 ceph-mon[157099]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-07-12T15:29:25.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:24 smithi005 ceph-mon[157099]: failed to encode map e74 with expected crc 2023-07-12T15:29:25.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:24 smithi005 ceph-mon[157099]: osd.0 [v2:172.21.15.5:6802/2807131968,v1:172.21.15.5:6803/2807131968] boot 2023-07-12T15:29:25.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:24 smithi005 ceph-mon[157099]: osdmap e75: 8 total, 8 up, 8 in 2023-07-12T15:29:25.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:24 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-07-12T15:29:25.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:24 smithi107 ceph-mon[133083]: pgmap v43: 129 pgs: 18 active+undersized+degraded, 31 active+undersized, 80 active+clean; 228 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 168 B/s rd, 0 op/s; 69/447 objects degraded (15.436%) 2023-07-12T15:29:25.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:24 smithi107 ceph-mon[133083]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-07-12T15:29:25.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:24 smithi107 ceph-mon[133083]: failed to encode map e74 with expected crc 2023-07-12T15:29:25.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:24 smithi107 ceph-mon[133083]: osd.0 [v2:172.21.15.5:6802/2807131968,v1:172.21.15.5:6803/2807131968] boot 2023-07-12T15:29:25.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:24 smithi107 ceph-mon[133083]: osdmap e75: 8 total, 8 up, 8 in 2023-07-12T15:29:25.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:24 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-07-12T15:29:25.750 INFO:teuthology.orchestra.run.smithi005.stdout:true 2023-07-12T15:29:26.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:25 smithi005 ceph-mon[157099]: failed to encode map e76 with expected crc 2023-07-12T15:29:26.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:25 smithi005 ceph-mon[157099]: osdmap e76: 8 total, 8 up, 8 in 2023-07-12T15:29:26.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:25 smithi005 ceph-mon[157099]: failed to encode map e76 with expected crc 2023-07-12T15:29:26.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:25 smithi005 ceph-mon[157099]: failed to encode map e76 with expected crc 2023-07-12T15:29:26.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:25 smithi005 ceph-mon[157099]: failed to encode map e76 with expected crc 2023-07-12T15:29:26.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:25 smithi005 ceph-mon[157099]: failed to encode map e76 with expected crc 2023-07-12T15:29:26.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:25 smithi005 ceph-mon[157099]: failed to encode map e76 with expected crc 2023-07-12T15:29:26.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:25 smithi005 ceph-mon[157099]: failed to encode map e76 with expected crc 2023-07-12T15:29:26.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:25 smithi005 ceph-mon[157099]: failed to encode map e76 with expected crc 2023-07-12T15:29:26.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:25 smithi005 ceph-mon[157099]: failed to encode map e76 with expected crc 2023-07-12T15:29:26.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:25 smithi005 ceph-mon[157099]: failed to encode map e76 with expected crc 2023-07-12T15:29:26.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:25 smithi005 ceph-mon[157099]: failed to encode map e76 with expected crc 2023-07-12T15:29:26.250 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:25 smithi005 ceph-mon[157099]: failed to encode map e76 with expected crc 2023-07-12T15:29:26.250 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:25 smithi005 ceph-mon[157099]: failed to encode map e76 with expected crc 2023-07-12T15:29:26.250 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:25 smithi005 ceph-mon[157099]: from='client.34168 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:29:26.394 INFO:teuthology.orchestra.run.smithi005.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-07-12T15:29:26.394 INFO:teuthology.orchestra.run.smithi005.stdout:alertmanager.smithi005 smithi005 *:9093,9094 running (10m) 7s ago 18m 18.3M - 0.20.0 0881eb8f169f 355c4c29f2f8 2023-07-12T15:29:26.394 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi005 smithi005 running (29s) 7s ago 18m 7503k - 18.1.2-55-gb1bd0540 45bffa74f7bc 6d61cd746662 2023-07-12T15:29:26.395 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi107 smithi107 running (26s) 22s ago 17m 7448k - 18.1.2-55-gb1bd0540 45bffa74f7bc 8e028a47fcc1 2023-07-12T15:29:26.395 INFO:teuthology.orchestra.run.smithi005.stdout:grafana.smithi005 smithi005 *:3000 running (8m) 7s ago 18m 42.9M - 6.7.4 557c83e11646 0aeea3117a7c 2023-07-12T15:29:26.395 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi005.llyakb smithi005 running (14m) 7s ago 14m 20.2M - 16.2.4 8d91d370c2b8 2e9588e0199b 2023-07-12T15:29:26.395 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi107.umdxex smithi107 running (14m) 22s ago 14m 43.1M - 16.2.4 8d91d370c2b8 401879dbc3a1 2023-07-12T15:29:26.395 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi005.fgymhs smithi005 *:8443,9283,8765 running (105s) 7s ago 19m 499M - 18.1.2-55-gb1bd0540 45bffa74f7bc 6affde0ea8e4 2023-07-12T15:29:26.395 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi107.erfdst smithi107 *:8443,9283,8765 running (82s) 22s ago 17m 443M - 18.1.2-55-gb1bd0540 45bffa74f7bc 72e428a0d1d5 2023-07-12T15:29:26.395 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi005 smithi005 running (72s) 7s ago 19m 95.1M 2048M 18.1.2-55-gb1bd0540 45bffa74f7bc 504af0dbfbc2 2023-07-12T15:29:26.395 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi107 smithi107 running (55s) 22s ago 17m 70.6M 2048M 18.1.2-55-gb1bd0540 45bffa74f7bc 2525deffcab9 2023-07-12T15:29:26.396 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.0.0.smithi005.raeamr smithi005 *:2049 running (12m) 7s ago 12m 148M - 3.5 8d91d370c2b8 cf45a3af5fd8 2023-07-12T15:29:26.396 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.1.0.smithi107.ppslpa smithi107 *:2049 running (12m) 22s ago 12m 90.5M - 3.5 8d91d370c2b8 1d4a977d4dad 2023-07-12T15:29:26.396 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi005 smithi005 *:9100 running (5m) 7s ago 18m 18.0M - 0.18.1 e5a616e4b9cf 49464b372a56 2023-07-12T15:29:26.396 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi107 smithi107 *:9100 running (108s) 22s ago 17m 5200k - 0.18.1 e5a616e4b9cf 96904bdb35f8 2023-07-12T15:29:26.396 INFO:teuthology.orchestra.run.smithi005.stdout:osd.0 smithi005 running (12s) 7s ago 17m 14.8M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc 231608dda745 2023-07-12T15:29:26.396 INFO:teuthology.orchestra.run.smithi005.stdout:osd.1 smithi005 running (17m) 7s ago 17m 2995M 4096M 16.2.4 8d91d370c2b8 0c931b3abdbc 2023-07-12T15:29:26.397 INFO:teuthology.orchestra.run.smithi005.stdout:osd.2 smithi005 running (16m) 7s ago 16m 1982M 4096M 16.2.4 8d91d370c2b8 2712a85e1556 2023-07-12T15:29:26.397 INFO:teuthology.orchestra.run.smithi005.stdout:osd.3 smithi005 running (16m) 7s ago 16m 2942M 4096M 16.2.4 8d91d370c2b8 91a5ecefbf60 2023-07-12T15:29:26.397 INFO:teuthology.orchestra.run.smithi005.stdout:osd.4 smithi107 running (16m) 22s ago 16m 2660M 4096M 16.2.4 8d91d370c2b8 27cd7acb5a1c 2023-07-12T15:29:26.397 INFO:teuthology.orchestra.run.smithi005.stdout:osd.5 smithi107 running (16m) 22s ago 16m 3512M 4096M 16.2.4 8d91d370c2b8 c0ddb4bafed0 2023-07-12T15:29:26.397 INFO:teuthology.orchestra.run.smithi005.stdout:osd.6 smithi107 running (16m) 22s ago 16m 2856M 4096M 16.2.4 8d91d370c2b8 82bc037c969c 2023-07-12T15:29:26.397 INFO:teuthology.orchestra.run.smithi005.stdout:osd.7 smithi107 running (15m) 22s ago 15m 4407M 4096M 16.2.4 8d91d370c2b8 516c8ea96297 2023-07-12T15:29:26.397 INFO:teuthology.orchestra.run.smithi005.stdout:prometheus.smithi005 smithi005 *:9095 error 7s ago 18m - - 2023-07-12T15:29:26.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:25 smithi107 ceph-mon[133083]: failed to encode map e76 with expected crc 2023-07-12T15:29:26.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:25 smithi107 ceph-mon[133083]: osdmap e76: 8 total, 8 up, 8 in 2023-07-12T15:29:26.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:25 smithi107 ceph-mon[133083]: failed to encode map e76 with expected crc 2023-07-12T15:29:26.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:25 smithi107 ceph-mon[133083]: failed to encode map e76 with expected crc 2023-07-12T15:29:26.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:25 smithi107 ceph-mon[133083]: failed to encode map e76 with expected crc 2023-07-12T15:29:26.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:25 smithi107 ceph-mon[133083]: failed to encode map e76 with expected crc 2023-07-12T15:29:26.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:25 smithi107 ceph-mon[133083]: failed to encode map e76 with expected crc 2023-07-12T15:29:26.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:25 smithi107 ceph-mon[133083]: failed to encode map e76 with expected crc 2023-07-12T15:29:26.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:25 smithi107 ceph-mon[133083]: failed to encode map e76 with expected crc 2023-07-12T15:29:26.420 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:25 smithi107 ceph-mon[133083]: failed to encode map e76 with expected crc 2023-07-12T15:29:26.420 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:25 smithi107 ceph-mon[133083]: failed to encode map e76 with expected crc 2023-07-12T15:29:26.420 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:25 smithi107 ceph-mon[133083]: failed to encode map e76 with expected crc 2023-07-12T15:29:26.420 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:25 smithi107 ceph-mon[133083]: failed to encode map e76 with expected crc 2023-07-12T15:29:26.420 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:25 smithi107 ceph-mon[133083]: failed to encode map e76 with expected crc 2023-07-12T15:29:26.420 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:25 smithi107 ceph-mon[133083]: from='client.34168 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:29:26.783 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:29:26.784 INFO:teuthology.orchestra.run.smithi005.stdout: "mon": { 2023-07-12T15:29:26.784 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 2 2023-07-12T15:29:26.784 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:29:26.784 INFO:teuthology.orchestra.run.smithi005.stdout: "mgr": { 2023-07-12T15:29:26.784 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 2 2023-07-12T15:29:26.784 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:29:26.784 INFO:teuthology.orchestra.run.smithi005.stdout: "osd": { 2023-07-12T15:29:26.785 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 7, 2023-07-12T15:29:26.785 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 1 2023-07-12T15:29:26.785 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:29:26.785 INFO:teuthology.orchestra.run.smithi005.stdout: "mds": { 2023-07-12T15:29:26.785 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2023-07-12T15:29:26.785 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:29:26.785 INFO:teuthology.orchestra.run.smithi005.stdout: "overall": { 2023-07-12T15:29:26.786 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 9, 2023-07-12T15:29:26.786 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 5 2023-07-12T15:29:26.786 INFO:teuthology.orchestra.run.smithi005.stdout: } 2023-07-12T15:29:26.786 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:29:27.112 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:29:27.112 INFO:teuthology.orchestra.run.smithi005.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:c4be3de0cb572873b18bf4d7ff19efd4676dcd86f150f2b38e50b5e2946cf6ef", 2023-07-12T15:29:27.112 INFO:teuthology.orchestra.run.smithi005.stdout: "in_progress": true, 2023-07-12T15:29:27.112 INFO:teuthology.orchestra.run.smithi005.stdout: "which": "Upgrading all daemon types on all hosts", 2023-07-12T15:29:27.112 INFO:teuthology.orchestra.run.smithi005.stdout: "services_complete": [ 2023-07-12T15:29:27.113 INFO:teuthology.orchestra.run.smithi005.stdout: "mon", 2023-07-12T15:29:27.113 INFO:teuthology.orchestra.run.smithi005.stdout: "mgr", 2023-07-12T15:29:27.113 INFO:teuthology.orchestra.run.smithi005.stdout: "crash" 2023-07-12T15:29:27.113 INFO:teuthology.orchestra.run.smithi005.stdout: ], 2023-07-12T15:29:27.113 INFO:teuthology.orchestra.run.smithi005.stdout: "progress": "7/23 daemons upgraded", 2023-07-12T15:29:27.113 INFO:teuthology.orchestra.run.smithi005.stdout: "message": "Currently upgrading osd daemons", 2023-07-12T15:29:27.113 INFO:teuthology.orchestra.run.smithi005.stdout: "is_paused": false 2023-07-12T15:29:27.114 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:29:27.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:26 smithi005 ceph-mon[157099]: pgmap v46: 129 pgs: 18 active+undersized+degraded, 31 active+undersized, 80 active+clean; 228 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 69/447 objects degraded (15.436%) 2023-07-12T15:29:27.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:26 smithi005 ceph-mon[157099]: from='client.34172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:29:27.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:26 smithi005 ceph-mon[157099]: from='client.34176 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:29:27.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:26 smithi005 ceph-mon[157099]: from='client.? 172.21.15.5:0/2262224945' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:29:27.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:26 smithi107 ceph-mon[133083]: pgmap v46: 129 pgs: 18 active+undersized+degraded, 31 active+undersized, 80 active+clean; 228 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 69/447 objects degraded (15.436%) 2023-07-12T15:29:27.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:26 smithi107 ceph-mon[133083]: from='client.34172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:29:27.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:26 smithi107 ceph-mon[133083]: from='client.34176 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:29:27.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:26 smithi107 ceph-mon[133083]: from='client.? 172.21.15.5:0/2262224945' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:29:27.500 INFO:teuthology.orchestra.run.smithi005.stdout:HEALTH_WARN 1 failed cephadm daemon(s); Degraded data redundancy: 69/447 objects degraded (15.436%), 18 pgs degraded 2023-07-12T15:29:27.500 INFO:teuthology.orchestra.run.smithi005.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-07-12T15:29:27.500 INFO:teuthology.orchestra.run.smithi005.stdout: daemon prometheus.smithi005 on smithi005 is in error state 2023-07-12T15:29:27.500 INFO:teuthology.orchestra.run.smithi005.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 69/447 objects degraded (15.436%), 18 pgs degraded 2023-07-12T15:29:27.500 INFO:teuthology.orchestra.run.smithi005.stdout: pg 1.0 is active+undersized+degraded, acting [7,6] 2023-07-12T15:29:27.501 INFO:teuthology.orchestra.run.smithi005.stdout: pg 2.0 is active+undersized+degraded, acting [7,1] 2023-07-12T15:29:27.501 INFO:teuthology.orchestra.run.smithi005.stdout: pg 2.1 is active+undersized+degraded, acting [2,3] 2023-07-12T15:29:27.501 INFO:teuthology.orchestra.run.smithi005.stdout: pg 2.4 is active+undersized+degraded, acting [1,7] 2023-07-12T15:29:27.501 INFO:teuthology.orchestra.run.smithi005.stdout: pg 2.5 is active+undersized+degraded, acting [7,4] 2023-07-12T15:29:27.501 INFO:teuthology.orchestra.run.smithi005.stdout: pg 2.8 is active+undersized+degraded, acting [7,1] 2023-07-12T15:29:27.501 INFO:teuthology.orchestra.run.smithi005.stdout: pg 2.c is active+undersized+degraded, acting [2,5] 2023-07-12T15:29:27.502 INFO:teuthology.orchestra.run.smithi005.stdout: pg 2.f is active+undersized+degraded, acting [4,7] 2023-07-12T15:29:27.502 INFO:teuthology.orchestra.run.smithi005.stdout: pg 2.10 is active+undersized+degraded, acting [2,1] 2023-07-12T15:29:27.502 INFO:teuthology.orchestra.run.smithi005.stdout: pg 2.13 is active+undersized+degraded, acting [4,3] 2023-07-12T15:29:27.502 INFO:teuthology.orchestra.run.smithi005.stdout: pg 2.15 is active+undersized+degraded, acting [1,5] 2023-07-12T15:29:27.502 INFO:teuthology.orchestra.run.smithi005.stdout: pg 2.19 is active+undersized+degraded, acting [3,6] 2023-07-12T15:29:27.502 INFO:teuthology.orchestra.run.smithi005.stdout: pg 2.1d is active+undersized+degraded, acting [7,6] 2023-07-12T15:29:27.503 INFO:teuthology.orchestra.run.smithi005.stdout: pg 2.1e is active+undersized+degraded, acting [3,5] 2023-07-12T15:29:27.503 INFO:teuthology.orchestra.run.smithi005.stdout: pg 2.1f is active+undersized+degraded, acting [7,4] 2023-07-12T15:29:27.503 INFO:teuthology.orchestra.run.smithi005.stdout: pg 3.10 is active+undersized+degraded, acting [6,5] 2023-07-12T15:29:27.503 INFO:teuthology.orchestra.run.smithi005.stdout: pg 4.19 is active+undersized+degraded, acting [3,2] 2023-07-12T15:29:27.503 INFO:teuthology.orchestra.run.smithi005.stdout: pg 5.5 is active+undersized+degraded, acting [1,4] 2023-07-12T15:29:28.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:27 smithi005 ceph-mon[157099]: from='client.34184 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:29:28.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:27 smithi005 ceph-mon[157099]: from='client.? 172.21.15.5:0/4291862513' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:29:28.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:27 smithi107 ceph-mon[133083]: from='client.34184 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:29:28.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:27 smithi107 ceph-mon[133083]: from='client.? 172.21.15.5:0/4291862513' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:29:29.243 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:28 smithi005 ceph-mon[157099]: pgmap v47: 129 pgs: 3 active+undersized+degraded, 13 active+undersized, 113 active+clean; 228 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s; 12/447 objects degraded (2.685%) 2023-07-12T15:29:29.243 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:28 smithi005 ceph-mon[157099]: Health check update: Degraded data redundancy: 12/447 objects degraded (2.685%), 3 pgs degraded (PG_DEGRADED) 2023-07-12T15:29:29.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:28 smithi107 ceph-mon[133083]: pgmap v47: 129 pgs: 3 active+undersized+degraded, 13 active+undersized, 113 active+clean; 228 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s; 12/447 objects degraded (2.685%) 2023-07-12T15:29:29.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:28 smithi107 ceph-mon[133083]: Health check update: Degraded data redundancy: 12/447 objects degraded (2.685%), 3 pgs degraded (PG_DEGRADED) 2023-07-12T15:29:30.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:30 smithi107 ceph-mon[133083]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 12/447 objects degraded (2.685%), 3 pgs degraded) 2023-07-12T15:29:30.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:30 smithi005 ceph-mon[157099]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 12/447 objects degraded (2.685%), 3 pgs degraded) 2023-07-12T15:29:31.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:31 smithi005 ceph-mon[157099]: pgmap v48: 129 pgs: 129 active+clean; 228 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 146 B/s rd, 0 op/s 2023-07-12T15:29:31.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:31 smithi107 ceph-mon[133083]: pgmap v48: 129 pgs: 129 active+clean; 228 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 146 B/s rd, 0 op/s 2023-07-12T15:29:33.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:33 smithi107 ceph-mon[133083]: pgmap v49: 129 pgs: 129 active+clean; 228 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2023-07-12T15:29:33.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:33 smithi005 ceph-mon[157099]: pgmap v49: 129 pgs: 129 active+clean; 228 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2023-07-12T15:29:35.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:35 smithi107 ceph-mon[133083]: pgmap v50: 129 pgs: 129 active+clean; 228 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 205 B/s rd, 0 op/s 2023-07-12T15:29:35.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:35 smithi005 ceph-mon[157099]: pgmap v50: 129 pgs: 129 active+clean; 228 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 205 B/s rd, 0 op/s 2023-07-12T15:29:37.744 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:37 smithi005 ceph-mon[157099]: pgmap v51: 129 pgs: 129 active+clean; 228 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 186 B/s rd, 0 op/s 2023-07-12T15:29:37.745 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:37 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:37.745 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:37 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:29:37.745 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:37 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:37.745 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:37 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-07-12T15:29:37.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:37 smithi107 ceph-mon[133083]: pgmap v51: 129 pgs: 129 active+clean; 228 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 186 B/s rd, 0 op/s 2023-07-12T15:29:37.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:37 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:37.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:37 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:29:37.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:37 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:37.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:37 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-07-12T15:29:38.884 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:38 smithi005 ceph-mon[157099]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-07-12T15:29:38.884 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:38 smithi005 ceph-mon[157099]: Upgrade: osd.1 is safe to restart 2023-07-12T15:29:38.884 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:38 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:38.884 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:38 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-07-12T15:29:38.885 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:38 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:29:38.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:38 smithi107 ceph-mon[133083]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-07-12T15:29:38.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:38 smithi107 ceph-mon[133083]: Upgrade: osd.1 is safe to restart 2023-07-12T15:29:38.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:38 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:38.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:38 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-07-12T15:29:38.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:38 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:29:39.667 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:39 smithi005 ceph-mon[157099]: pgmap v52: 129 pgs: 129 active+clean; 228 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-07-12T15:29:39.667 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:39 smithi005 ceph-mon[157099]: Upgrade: Updating osd.1 2023-07-12T15:29:39.668 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:39 smithi005 ceph-mon[157099]: Deploying daemon osd.1 on smithi005 2023-07-12T15:29:39.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:39 smithi107 ceph-mon[133083]: pgmap v52: 129 pgs: 129 active+clean; 228 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-07-12T15:29:39.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:39 smithi107 ceph-mon[133083]: Upgrade: Updating osd.1 2023-07-12T15:29:39.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:39 smithi107 ceph-mon[133083]: Deploying daemon osd.1 on smithi005 2023-07-12T15:29:40.409 INFO:journalctl@ceph.osd.1.smithi005.stdout:Jul 12 15:29:40 smithi005 systemd[1]: Stopping Ceph osd.1 for fe85c08a-20c5-11ee-9b31-001a4aab830c... 2023-07-12T15:29:40.748 INFO:journalctl@ceph.osd.1.smithi005.stdout:Jul 12 15:29:40 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.1[118069]: debug 2023-07-12T15:29:40.513+0000 7fae9c90a700 -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-07-12T15:29:40.748 INFO:journalctl@ceph.osd.1.smithi005.stdout:Jul 12 15:29:40 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.1[118069]: debug 2023-07-12T15:29:40.513+0000 7fae9c90a700 -1 osd.1 76 *** Got signal Terminated *** 2023-07-12T15:29:40.748 INFO:journalctl@ceph.osd.1.smithi005.stdout:Jul 12 15:29:40 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.1[118069]: debug 2023-07-12T15:29:40.513+0000 7fae9c90a700 -1 osd.1 76 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-07-12T15:29:41.248 INFO:journalctl@ceph.osd.1.smithi005.stdout:Jul 12 15:29:40 smithi005 bash[166836]: ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.1 2023-07-12T15:29:41.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:41 smithi005 ceph-mon[157099]: pgmap v53: 129 pgs: 129 active+clean; 228 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:29:41.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:41 smithi005 ceph-mon[157099]: osd.1 reported immediately failed by osd.6 2023-07-12T15:29:41.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:41 smithi005 ceph-mon[157099]: osd.1 failed (root=default,host=smithi005) (connection refused reported by osd.6) 2023-07-12T15:29:41.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:41 smithi005 ceph-mon[157099]: osd.1 reported immediately failed by osd.5 2023-07-12T15:29:41.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:41 smithi005 ceph-mon[157099]: osd.1 reported immediately failed by osd.3 2023-07-12T15:29:41.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:41 smithi005 ceph-mon[157099]: osd.1 reported immediately failed by osd.7 2023-07-12T15:29:41.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:41 smithi005 ceph-mon[157099]: osd.1 reported immediately failed by osd.6 2023-07-12T15:29:41.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:41 smithi005 ceph-mon[157099]: osd.1 reported immediately failed by osd.2 2023-07-12T15:29:41.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:41 smithi005 ceph-mon[157099]: osd.1 reported immediately failed by osd.0 2023-07-12T15:29:41.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:41 smithi005 ceph-mon[157099]: osd.1 reported immediately failed by osd.4 2023-07-12T15:29:41.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:41 smithi005 ceph-mon[157099]: osd.1 reported immediately failed by osd.5 2023-07-12T15:29:41.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:41 smithi005 ceph-mon[157099]: osd.1 reported immediately failed by osd.3 2023-07-12T15:29:41.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:41 smithi005 ceph-mon[157099]: osd.1 reported immediately failed by osd.7 2023-07-12T15:29:41.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:41 smithi005 ceph-mon[157099]: osd.1 reported immediately failed by osd.2 2023-07-12T15:29:41.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:41 smithi005 ceph-mon[157099]: osd.1 reported immediately failed by osd.0 2023-07-12T15:29:41.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:41 smithi005 ceph-mon[157099]: osd.1 reported immediately failed by osd.4 2023-07-12T15:29:41.751 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:41 smithi005 ceph-mon[157099]: osd.1 reported immediately failed by osd.0 2023-07-12T15:29:41.751 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:41 smithi005 ceph-mon[157099]: osd.1 reported immediately failed by osd.5 2023-07-12T15:29:41.751 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:41 smithi005 ceph-mon[157099]: osd.1 reported immediately failed by osd.7 2023-07-12T15:29:41.751 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:41 smithi005 ceph-mon[157099]: osd.1 reported immediately failed by osd.3 2023-07-12T15:29:41.751 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:41 smithi005 ceph-mon[157099]: osd.1 reported immediately failed by osd.2 2023-07-12T15:29:41.751 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:41 smithi005 ceph-mon[157099]: osd.1 reported immediately failed by osd.0 2023-07-12T15:29:41.751 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:41 smithi005 ceph-mon[157099]: osd.1 reported immediately failed by osd.5 2023-07-12T15:29:41.752 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:41 smithi005 ceph-mon[157099]: osd.1 reported immediately failed by osd.7 2023-07-12T15:29:41.752 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:41 smithi005 ceph-mon[157099]: osd.1 reported immediately failed by osd.3 2023-07-12T15:29:41.752 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:41 smithi005 ceph-mon[157099]: osd.1 reported immediately failed by osd.2 2023-07-12T15:29:41.752 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:41 smithi005 ceph-mon[157099]: osd.1 reported immediately failed by osd.2 2023-07-12T15:29:41.752 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:41 smithi005 ceph-mon[157099]: osd.1 reported immediately failed by osd.3 2023-07-12T15:29:41.752 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:41 smithi005 ceph-mon[157099]: osd.1 reported immediately failed by osd.2 2023-07-12T15:29:41.752 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:41 smithi005 ceph-mon[157099]: osd.1 reported immediately failed by osd.0 2023-07-12T15:29:41.753 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:41 smithi005 ceph-mon[157099]: osd.1 reported immediately failed by osd.3 2023-07-12T15:29:41.753 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:41 smithi005 ceph-mon[157099]: osd.1 reported immediately failed by osd.0 2023-07-12T15:29:41.753 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:41 smithi005 ceph-mon[157099]: osd.1 reported immediately failed by osd.4 2023-07-12T15:29:41.753 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:41 smithi005 ceph-mon[157099]: osd.1 reported immediately failed by osd.5 2023-07-12T15:29:41.753 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:41 smithi005 ceph-mon[157099]: osd.1 reported immediately failed by osd.7 2023-07-12T15:29:41.753 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:41 smithi005 ceph-mon[157099]: osd.1 reported immediately failed by osd.6 2023-07-12T15:29:41.753 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:41 smithi005 ceph-mon[157099]: osd.1 reported immediately failed by osd.4 2023-07-12T15:29:41.753 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:41 smithi005 ceph-mon[157099]: osd.1 reported immediately failed by osd.5 2023-07-12T15:29:41.754 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:41 smithi005 ceph-mon[157099]: osd.1 reported immediately failed by osd.7 2023-07-12T15:29:41.754 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:41 smithi005 ceph-mon[157099]: osd.1 reported immediately failed by osd.6 2023-07-12T15:29:41.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:41 smithi107 ceph-mon[133083]: pgmap v53: 129 pgs: 129 active+clean; 228 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:29:41.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:41 smithi107 ceph-mon[133083]: osd.1 reported immediately failed by osd.6 2023-07-12T15:29:41.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:41 smithi107 ceph-mon[133083]: osd.1 failed (root=default,host=smithi005) (connection refused reported by osd.6) 2023-07-12T15:29:41.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:41 smithi107 ceph-mon[133083]: osd.1 reported immediately failed by osd.5 2023-07-12T15:29:41.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:41 smithi107 ceph-mon[133083]: osd.1 reported immediately failed by osd.3 2023-07-12T15:29:41.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:41 smithi107 ceph-mon[133083]: osd.1 reported immediately failed by osd.7 2023-07-12T15:29:41.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:41 smithi107 ceph-mon[133083]: osd.1 reported immediately failed by osd.6 2023-07-12T15:29:41.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:41 smithi107 ceph-mon[133083]: osd.1 reported immediately failed by osd.2 2023-07-12T15:29:41.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:41 smithi107 ceph-mon[133083]: osd.1 reported immediately failed by osd.0 2023-07-12T15:29:41.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:41 smithi107 ceph-mon[133083]: osd.1 reported immediately failed by osd.4 2023-07-12T15:29:41.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:41 smithi107 ceph-mon[133083]: osd.1 reported immediately failed by osd.5 2023-07-12T15:29:41.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:41 smithi107 ceph-mon[133083]: osd.1 reported immediately failed by osd.3 2023-07-12T15:29:41.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:41 smithi107 ceph-mon[133083]: osd.1 reported immediately failed by osd.7 2023-07-12T15:29:41.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:41 smithi107 ceph-mon[133083]: osd.1 reported immediately failed by osd.2 2023-07-12T15:29:41.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:41 smithi107 ceph-mon[133083]: osd.1 reported immediately failed by osd.0 2023-07-12T15:29:41.923 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:41 smithi107 ceph-mon[133083]: osd.1 reported immediately failed by osd.4 2023-07-12T15:29:41.923 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:41 smithi107 ceph-mon[133083]: osd.1 reported immediately failed by osd.0 2023-07-12T15:29:41.923 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:41 smithi107 ceph-mon[133083]: osd.1 reported immediately failed by osd.5 2023-07-12T15:29:41.923 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:41 smithi107 ceph-mon[133083]: osd.1 reported immediately failed by osd.7 2023-07-12T15:29:41.923 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:41 smithi107 ceph-mon[133083]: osd.1 reported immediately failed by osd.3 2023-07-12T15:29:41.923 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:41 smithi107 ceph-mon[133083]: osd.1 reported immediately failed by osd.2 2023-07-12T15:29:41.924 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:41 smithi107 ceph-mon[133083]: osd.1 reported immediately failed by osd.0 2023-07-12T15:29:41.924 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:41 smithi107 ceph-mon[133083]: osd.1 reported immediately failed by osd.5 2023-07-12T15:29:41.924 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:41 smithi107 ceph-mon[133083]: osd.1 reported immediately failed by osd.7 2023-07-12T15:29:41.924 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:41 smithi107 ceph-mon[133083]: osd.1 reported immediately failed by osd.3 2023-07-12T15:29:41.924 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:41 smithi107 ceph-mon[133083]: osd.1 reported immediately failed by osd.2 2023-07-12T15:29:41.924 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:41 smithi107 ceph-mon[133083]: osd.1 reported immediately failed by osd.2 2023-07-12T15:29:41.924 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:41 smithi107 ceph-mon[133083]: osd.1 reported immediately failed by osd.3 2023-07-12T15:29:41.925 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:41 smithi107 ceph-mon[133083]: osd.1 reported immediately failed by osd.2 2023-07-12T15:29:41.925 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:41 smithi107 ceph-mon[133083]: osd.1 reported immediately failed by osd.0 2023-07-12T15:29:41.925 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:41 smithi107 ceph-mon[133083]: osd.1 reported immediately failed by osd.3 2023-07-12T15:29:41.925 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:41 smithi107 ceph-mon[133083]: osd.1 reported immediately failed by osd.0 2023-07-12T15:29:41.925 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:41 smithi107 ceph-mon[133083]: osd.1 reported immediately failed by osd.4 2023-07-12T15:29:41.925 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:41 smithi107 ceph-mon[133083]: osd.1 reported immediately failed by osd.5 2023-07-12T15:29:41.925 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:41 smithi107 ceph-mon[133083]: osd.1 reported immediately failed by osd.7 2023-07-12T15:29:41.926 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:41 smithi107 ceph-mon[133083]: osd.1 reported immediately failed by osd.6 2023-07-12T15:29:41.926 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:41 smithi107 ceph-mon[133083]: osd.1 reported immediately failed by osd.4 2023-07-12T15:29:41.926 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:41 smithi107 ceph-mon[133083]: osd.1 reported immediately failed by osd.5 2023-07-12T15:29:41.926 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:41 smithi107 ceph-mon[133083]: osd.1 reported immediately failed by osd.7 2023-07-12T15:29:41.926 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:41 smithi107 ceph-mon[133083]: osd.1 reported immediately failed by osd.6 2023-07-12T15:29:42.470 INFO:journalctl@ceph.osd.1.smithi005.stdout:Jul 12 15:29:42 smithi005 systemd[1]: ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c@osd.1.service: Succeeded. 2023-07-12T15:29:42.471 INFO:journalctl@ceph.osd.1.smithi005.stdout:Jul 12 15:29:42 smithi005 systemd[1]: Stopped Ceph osd.1 for fe85c08a-20c5-11ee-9b31-001a4aab830c. 2023-07-12T15:29:42.471 INFO:journalctl@ceph.osd.1.smithi005.stdout:Jul 12 15:29:42 smithi005 systemd[1]: Starting Ceph osd.1 for fe85c08a-20c5-11ee-9b31-001a4aab830c... 2023-07-12T15:29:42.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:42 smithi005 ceph-mon[157099]: Health check failed: 1 osds down (OSD_DOWN) 2023-07-12T15:29:42.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:42 smithi005 ceph-mon[157099]: failed to encode map e77 with expected crc 2023-07-12T15:29:42.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:42 smithi005 ceph-mon[157099]: osdmap e77: 8 total, 7 up, 8 in 2023-07-12T15:29:42.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:42 smithi005 ceph-mon[157099]: failed to encode map e77 with expected crc 2023-07-12T15:29:42.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:42 smithi107 ceph-mon[133083]: Health check failed: 1 osds down (OSD_DOWN) 2023-07-12T15:29:42.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:42 smithi107 ceph-mon[133083]: failed to encode map e77 with expected crc 2023-07-12T15:29:42.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:42 smithi107 ceph-mon[133083]: osdmap e77: 8 total, 7 up, 8 in 2023-07-12T15:29:42.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:42 smithi107 ceph-mon[133083]: failed to encode map e77 with expected crc 2023-07-12T15:29:43.498 INFO:journalctl@ceph.osd.1.smithi005.stdout:Jul 12 15:29:43 smithi005 bash[167118]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2023-07-12T15:29:43.498 INFO:journalctl@ceph.osd.1.smithi005.stdout:Jul 12 15:29:43 smithi005 bash[167118]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-1 --no-mon-config --dev /dev/mapper/vg_nvme-lv_3 2023-07-12T15:29:43.498 INFO:journalctl@ceph.osd.1.smithi005.stdout:Jul 12 15:29:43 smithi005 bash[167118]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2023-07-12T15:29:43.498 INFO:journalctl@ceph.osd.1.smithi005.stdout:Jul 12 15:29:43 smithi005 bash[167118]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2023-07-12T15:29:43.499 INFO:journalctl@ceph.osd.1.smithi005.stdout:Jul 12 15:29:43 smithi005 bash[167118]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-1/block 2023-07-12T15:29:43.499 INFO:journalctl@ceph.osd.1.smithi005.stdout:Jul 12 15:29:43 smithi005 bash[167118]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2023-07-12T15:29:43.499 INFO:journalctl@ceph.osd.1.smithi005.stdout:Jul 12 15:29:43 smithi005 bash[167118]: --> ceph-volume raw activate successful for osd ID: 1 2023-07-12T15:29:43.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:43 smithi107 ceph-mon[133083]: pgmap v55: 129 pgs: 16 stale+active+clean, 113 active+clean; 228 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-07-12T15:29:43.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:43 smithi107 ceph-mon[133083]: failed to encode map e78 with expected crc 2023-07-12T15:29:43.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:43 smithi107 ceph-mon[133083]: osdmap e78: 8 total, 7 up, 8 in 2023-07-12T15:29:43.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:43 smithi107 ceph-mon[133083]: failed to encode map e78 with expected crc 2023-07-12T15:29:43.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:43 smithi107 ceph-mon[133083]: failed to encode map e78 with expected crc 2023-07-12T15:29:43.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:43 smithi107 ceph-mon[133083]: failed to encode map e78 with expected crc 2023-07-12T15:29:43.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:43 smithi107 ceph-mon[133083]: failed to encode map e78 with expected crc 2023-07-12T15:29:43.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:43 smithi107 ceph-mon[133083]: failed to encode map e78 with expected crc 2023-07-12T15:29:43.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:43 smithi107 ceph-mon[133083]: failed to encode map e78 with expected crc 2023-07-12T15:29:43.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:43 smithi107 ceph-mon[133083]: failed to encode map e78 with expected crc 2023-07-12T15:29:43.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:43 smithi107 ceph-mon[133083]: failed to encode map e78 with expected crc 2023-07-12T15:29:43.998 INFO:journalctl@ceph.osd.1.smithi005.stdout:Jul 12 15:29:43 smithi005 bash[167375]: a0dfe59f0ad8c767a72704ac8246ee2de9b9312382df69be2b4cf5761698b16c 2023-07-12T15:29:43.998 INFO:journalctl@ceph.osd.1.smithi005.stdout:Jul 12 15:29:43 smithi005 ceph-osd[167413]: -- 172.21.15.5:0/1423640921 <== mon.0 v2:172.21.15.5:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x559d6243a4e0 con 0x559d6240ac00 2023-07-12T15:29:43.998 INFO:journalctl@ceph.osd.1.smithi005.stdout:Jul 12 15:29:43 smithi005 systemd[1]: Started Ceph osd.1 for fe85c08a-20c5-11ee-9b31-001a4aab830c. 2023-07-12T15:29:43.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:43 smithi005 ceph-mon[157099]: pgmap v55: 129 pgs: 16 stale+active+clean, 113 active+clean; 228 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-07-12T15:29:43.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:43 smithi005 ceph-mon[157099]: failed to encode map e78 with expected crc 2023-07-12T15:29:43.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:43 smithi005 ceph-mon[157099]: osdmap e78: 8 total, 7 up, 8 in 2023-07-12T15:29:43.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:43 smithi005 ceph-mon[157099]: failed to encode map e78 with expected crc 2023-07-12T15:29:43.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:43 smithi005 ceph-mon[157099]: failed to encode map e78 with expected crc 2023-07-12T15:29:43.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:43 smithi005 ceph-mon[157099]: failed to encode map e78 with expected crc 2023-07-12T15:29:44.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:43 smithi005 ceph-mon[157099]: failed to encode map e78 with expected crc 2023-07-12T15:29:44.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:43 smithi005 ceph-mon[157099]: failed to encode map e78 with expected crc 2023-07-12T15:29:44.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:43 smithi005 ceph-mon[157099]: failed to encode map e78 with expected crc 2023-07-12T15:29:44.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:43 smithi005 ceph-mon[157099]: failed to encode map e78 with expected crc 2023-07-12T15:29:44.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:43 smithi005 ceph-mon[157099]: failed to encode map e78 with expected crc 2023-07-12T15:29:44.498 INFO:journalctl@ceph.osd.1.smithi005.stdout:Jul 12 15:29:44 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-1[167390]: 2023-07-12T15:29:44.186+0000 7f83ccef5640 -1 Falling back to public interface 2023-07-12T15:29:44.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:44 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:44.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:44 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:44.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:44 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:29:45.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:44 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:45.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:44 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:45.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:44 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:29:45.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:45 smithi005 ceph-mon[157099]: pgmap v57: 129 pgs: 15 active+undersized+degraded, 38 active+undersized, 76 active+clean; 228 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 47/447 objects degraded (10.515%) 2023-07-12T15:29:45.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:45 smithi005 ceph-mon[157099]: Health check failed: Degraded data redundancy: 47/447 objects degraded (10.515%), 15 pgs degraded (PG_DEGRADED) 2023-07-12T15:29:46.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:45 smithi107 ceph-mon[133083]: pgmap v57: 129 pgs: 15 active+undersized+degraded, 38 active+undersized, 76 active+clean; 228 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 47/447 objects degraded (10.515%) 2023-07-12T15:29:46.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:45 smithi107 ceph-mon[133083]: Health check failed: Degraded data redundancy: 47/447 objects degraded (10.515%), 15 pgs degraded (PG_DEGRADED) 2023-07-12T15:29:47.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:47 smithi005 ceph-mon[157099]: pgmap v58: 129 pgs: 15 active+undersized+degraded, 38 active+undersized, 76 active+clean; 228 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 47/447 objects degraded (10.515%) 2023-07-12T15:29:47.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:47 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:47.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:47 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:48.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:47 smithi107 ceph-mon[133083]: pgmap v58: 129 pgs: 15 active+undersized+degraded, 38 active+undersized, 76 active+clean; 228 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 47/447 objects degraded (10.515%) 2023-07-12T15:29:48.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:47 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:48.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:47 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:49.624 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:49 smithi005 ceph-mon[157099]: pgmap v59: 129 pgs: 15 active+undersized+degraded, 38 active+undersized, 76 active+clean; 228 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 47/447 objects degraded (10.515%) 2023-07-12T15:29:49.625 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:49 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:49.625 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:49 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:49.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:49 smithi107 ceph-mon[133083]: pgmap v59: 129 pgs: 15 active+undersized+degraded, 38 active+undersized, 76 active+clean; 228 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 47/447 objects degraded (10.515%) 2023-07-12T15:29:49.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:49 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:49.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:49 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:51.166 INFO:journalctl@ceph.osd.1.smithi005.stdout:Jul 12 15:29:51 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-1[167390]: 2023-07-12T15:29:51.088+0000 7f83ccef5640 -1 osd.1 76 log_to_monitors true 2023-07-12T15:29:51.474 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:51 smithi005 ceph-mon[157099]: pgmap v60: 129 pgs: 15 active+undersized+degraded, 38 active+undersized, 76 active+clean; 228 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 47/447 objects degraded (10.515%) 2023-07-12T15:29:51.474 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:51 smithi005 ceph-mon[157099]: from='osd.1 [v2:172.21.15.5:6810/51995391,v1:172.21.15.5:6811/51995391]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-07-12T15:29:51.748 INFO:journalctl@ceph.osd.1.smithi005.stdout:Jul 12 15:29:51 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-1[167390]: 2023-07-12T15:29:51.484+0000 7f83be362700 -1 osd.1 76 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-07-12T15:29:51.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:51 smithi107 ceph-mon[133083]: pgmap v60: 129 pgs: 15 active+undersized+degraded, 38 active+undersized, 76 active+clean; 228 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 47/447 objects degraded (10.515%) 2023-07-12T15:29:51.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:51 smithi107 ceph-mon[133083]: from='osd.1 [v2:172.21.15.5:6810/51995391,v1:172.21.15.5:6811/51995391]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-07-12T15:29:52.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:52 smithi005 ceph-mon[157099]: failed to encode map e79 with expected crc 2023-07-12T15:29:52.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:52 smithi005 ceph-mon[157099]: from='osd.1 [v2:172.21.15.5:6810/51995391,v1:172.21.15.5:6811/51995391]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-07-12T15:29:52.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:52 smithi005 ceph-mon[157099]: osdmap e79: 8 total, 7 up, 8 in 2023-07-12T15:29:52.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:52 smithi005 ceph-mon[157099]: from='osd.1 [v2:172.21.15.5:6810/51995391,v1:172.21.15.5:6811/51995391]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-07-12T15:29:52.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:52 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:52.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:52 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:52.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:52 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:29:52.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:52 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-07-12T15:29:52.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:52 smithi005 ceph-mon[157099]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-07-12T15:29:52.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:52 smithi005 ceph-mon[157099]: pgmap v62: 129 pgs: 15 active+undersized+degraded, 38 active+undersized, 76 active+clean; 228 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 47/447 objects degraded (10.515%) 2023-07-12T15:29:52.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:52 smithi005 ceph-mon[157099]: pgmap v63: 129 pgs: 15 active+undersized+degraded, 38 active+undersized, 76 active+clean; 228 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 133 B/s rd, 0 op/s; 47/447 objects degraded (10.515%) 2023-07-12T15:29:52.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:52 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:52.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:52 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:52.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:52 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:29:52.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:52 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:29:52.751 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:52 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:29:52.751 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:52 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:29:52.751 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:52 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-07-12T15:29:52.751 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:52 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:52.751 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:52 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:29:52.751 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:52 smithi005 ceph-mon[157099]: failed to encode map e79 with expected crc 2023-07-12T15:29:52.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:52 smithi107 ceph-mon[133083]: failed to encode map e79 with expected crc 2023-07-12T15:29:52.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:52 smithi107 ceph-mon[133083]: from='osd.1 [v2:172.21.15.5:6810/51995391,v1:172.21.15.5:6811/51995391]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-07-12T15:29:52.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:52 smithi107 ceph-mon[133083]: osdmap e79: 8 total, 7 up, 8 in 2023-07-12T15:29:52.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:52 smithi107 ceph-mon[133083]: from='osd.1 [v2:172.21.15.5:6810/51995391,v1:172.21.15.5:6811/51995391]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-07-12T15:29:52.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:52 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:52.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:52 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:52.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:52 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:29:52.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:52 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-07-12T15:29:52.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:52 smithi107 ceph-mon[133083]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-07-12T15:29:52.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:52 smithi107 ceph-mon[133083]: pgmap v62: 129 pgs: 15 active+undersized+degraded, 38 active+undersized, 76 active+clean; 228 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 47/447 objects degraded (10.515%) 2023-07-12T15:29:52.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:52 smithi107 ceph-mon[133083]: pgmap v63: 129 pgs: 15 active+undersized+degraded, 38 active+undersized, 76 active+clean; 228 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 133 B/s rd, 0 op/s; 47/447 objects degraded (10.515%) 2023-07-12T15:29:52.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:52 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:52.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:52 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:52.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:52 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:29:52.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:52 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:29:52.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:52 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:29:52.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:52 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:29:52.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:52 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-07-12T15:29:52.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:52 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:29:52.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:52 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:29:52.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:52 smithi107 ceph-mon[133083]: failed to encode map e79 with expected crc 2023-07-12T15:29:53.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:53 smithi005 ceph-mon[157099]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-07-12T15:29:53.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:53 smithi005 ceph-mon[157099]: Upgrade: unsafe to stop osd(s) at this time (10 PGs are or would become offline) 2023-07-12T15:29:53.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:53 smithi005 ceph-mon[157099]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-07-12T15:29:53.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:53 smithi005 ceph-mon[157099]: osd.1 [v2:172.21.15.5:6810/51995391,v1:172.21.15.5:6811/51995391] boot 2023-07-12T15:29:53.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:53 smithi005 ceph-mon[157099]: osdmap e80: 8 total, 8 up, 8 in 2023-07-12T15:29:53.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:53 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-07-12T15:29:53.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:53 smithi005 ceph-mon[157099]: mgrmap e44: smithi005.fgymhs(active, since 91s), standbys: smithi107.erfdst 2023-07-12T15:29:53.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:53 smithi005 ceph-mon[157099]: osdmap e81: 8 total, 8 up, 8 in 2023-07-12T15:29:53.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:53 smithi107 ceph-mon[133083]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-07-12T15:29:53.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:53 smithi107 ceph-mon[133083]: Upgrade: unsafe to stop osd(s) at this time (10 PGs are or would become offline) 2023-07-12T15:29:53.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:53 smithi107 ceph-mon[133083]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-07-12T15:29:53.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:53 smithi107 ceph-mon[133083]: osd.1 [v2:172.21.15.5:6810/51995391,v1:172.21.15.5:6811/51995391] boot 2023-07-12T15:29:53.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:53 smithi107 ceph-mon[133083]: osdmap e80: 8 total, 8 up, 8 in 2023-07-12T15:29:53.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:53 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-07-12T15:29:53.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:53 smithi107 ceph-mon[133083]: mgrmap e44: smithi005.fgymhs(active, since 91s), standbys: smithi107.erfdst 2023-07-12T15:29:53.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:53 smithi107 ceph-mon[133083]: osdmap e81: 8 total, 8 up, 8 in 2023-07-12T15:29:54.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:54 smithi107 ceph-mon[133083]: failed to encode map e81 with expected crc 2023-07-12T15:29:54.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:54 smithi107 ceph-mon[133083]: failed to encode map e81 with expected crc 2023-07-12T15:29:54.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:54 smithi107 ceph-mon[133083]: failed to encode map e81 with expected crc 2023-07-12T15:29:54.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:54 smithi107 ceph-mon[133083]: failed to encode map e81 with expected crc 2023-07-12T15:29:54.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:54 smithi107 ceph-mon[133083]: failed to encode map e81 with expected crc 2023-07-12T15:29:54.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:54 smithi107 ceph-mon[133083]: failed to encode map e81 with expected crc 2023-07-12T15:29:54.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:54 smithi107 ceph-mon[133083]: failed to encode map e81 with expected crc 2023-07-12T15:29:54.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:54 smithi107 ceph-mon[133083]: failed to encode map e81 with expected crc 2023-07-12T15:29:54.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:54 smithi107 ceph-mon[133083]: failed to encode map e81 with expected crc 2023-07-12T15:29:54.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:54 smithi107 ceph-mon[133083]: failed to encode map e81 with expected crc 2023-07-12T15:29:54.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:54 smithi107 ceph-mon[133083]: failed to encode map e81 with expected crc 2023-07-12T15:29:54.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:54 smithi107 ceph-mon[133083]: failed to encode map e81 with expected crc 2023-07-12T15:29:54.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:54 smithi107 ceph-mon[133083]: failed to encode map e81 with expected crc 2023-07-12T15:29:54.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:54 smithi107 ceph-mon[133083]: pgmap v66: 129 pgs: 37 peering, 7 active+undersized+degraded, 9 active+undersized, 76 active+clean; 228 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 278 B/s rd, 278 B/s wr, 0 op/s; 25/447 objects degraded (5.593%) 2023-07-12T15:29:54.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:54 smithi005 ceph-mon[157099]: failed to encode map e81 with expected crc 2023-07-12T15:29:54.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:54 smithi005 ceph-mon[157099]: failed to encode map e81 with expected crc 2023-07-12T15:29:54.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:54 smithi005 ceph-mon[157099]: failed to encode map e81 with expected crc 2023-07-12T15:29:54.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:54 smithi005 ceph-mon[157099]: failed to encode map e81 with expected crc 2023-07-12T15:29:54.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:54 smithi005 ceph-mon[157099]: failed to encode map e81 with expected crc 2023-07-12T15:29:54.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:54 smithi005 ceph-mon[157099]: failed to encode map e81 with expected crc 2023-07-12T15:29:54.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:54 smithi005 ceph-mon[157099]: failed to encode map e81 with expected crc 2023-07-12T15:29:54.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:54 smithi005 ceph-mon[157099]: failed to encode map e81 with expected crc 2023-07-12T15:29:54.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:54 smithi005 ceph-mon[157099]: failed to encode map e81 with expected crc 2023-07-12T15:29:54.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:54 smithi005 ceph-mon[157099]: failed to encode map e81 with expected crc 2023-07-12T15:29:54.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:54 smithi005 ceph-mon[157099]: failed to encode map e81 with expected crc 2023-07-12T15:29:55.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:54 smithi005 ceph-mon[157099]: failed to encode map e81 with expected crc 2023-07-12T15:29:55.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:54 smithi005 ceph-mon[157099]: failed to encode map e81 with expected crc 2023-07-12T15:29:55.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:54 smithi005 ceph-mon[157099]: pgmap v66: 129 pgs: 37 peering, 7 active+undersized+degraded, 9 active+undersized, 76 active+clean; 228 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 278 B/s rd, 278 B/s wr, 0 op/s; 25/447 objects degraded (5.593%) 2023-07-12T15:29:55.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:55 smithi107 ceph-mon[133083]: Health check update: Degraded data redundancy: 25/447 objects degraded (5.593%), 7 pgs degraded (PG_DEGRADED) 2023-07-12T15:29:55.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:55 smithi005 ceph-mon[157099]: Health check update: Degraded data redundancy: 25/447 objects degraded (5.593%), 7 pgs degraded (PG_DEGRADED) 2023-07-12T15:29:56.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:56 smithi107 ceph-mon[133083]: pgmap v67: 129 pgs: 37 peering, 7 active+undersized+degraded, 9 active+undersized, 76 active+clean; 228 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 247 B/s rd, 247 B/s wr, 0 op/s; 25/447 objects degraded (5.593%) 2023-07-12T15:29:56.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:56 smithi005 ceph-mon[157099]: pgmap v67: 129 pgs: 37 peering, 7 active+undersized+degraded, 9 active+undersized, 76 active+clean; 228 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 247 B/s rd, 247 B/s wr, 0 op/s; 25/447 objects degraded (5.593%) 2023-07-12T15:29:57.860 INFO:teuthology.orchestra.run.smithi005.stdout:true 2023-07-12T15:29:57.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:57 smithi005 ceph-mon[157099]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 25/447 objects degraded (5.593%), 7 pgs degraded) 2023-07-12T15:29:58.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:57 smithi107 ceph-mon[133083]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 25/447 objects degraded (5.593%), 7 pgs degraded) 2023-07-12T15:29:58.500 INFO:teuthology.orchestra.run.smithi005.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-07-12T15:29:58.500 INFO:teuthology.orchestra.run.smithi005.stdout:alertmanager.smithi005 smithi005 *:9093,9094 running (11m) 10s ago 18m 18.3M - 0.20.0 0881eb8f169f 355c4c29f2f8 2023-07-12T15:29:58.500 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi005 smithi005 running (61s) 10s ago 18m 7503k - 18.1.2-55-gb1bd0540 45bffa74f7bc 6d61cd746662 2023-07-12T15:29:58.500 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi107 smithi107 running (58s) 55s ago 18m 7448k - 18.1.2-55-gb1bd0540 45bffa74f7bc 8e028a47fcc1 2023-07-12T15:29:58.500 INFO:teuthology.orchestra.run.smithi005.stdout:grafana.smithi005 smithi005 *:3000 running (8m) 10s ago 18m 43.0M - 6.7.4 557c83e11646 0aeea3117a7c 2023-07-12T15:29:58.501 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi005.llyakb smithi005 running (15m) 10s ago 15m 20.3M - 16.2.4 8d91d370c2b8 2e9588e0199b 2023-07-12T15:29:58.501 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi107.umdxex smithi107 running (15m) 55s ago 15m 43.1M - 16.2.4 8d91d370c2b8 401879dbc3a1 2023-07-12T15:29:58.501 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi005.fgymhs smithi005 *:8443,9283,8765 running (2m) 10s ago 19m 502M - 18.1.2-55-gb1bd0540 45bffa74f7bc 6affde0ea8e4 2023-07-12T15:29:58.501 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi107.erfdst smithi107 *:8443,9283,8765 running (114s) 55s ago 18m 443M - 18.1.2-55-gb1bd0540 45bffa74f7bc 72e428a0d1d5 2023-07-12T15:29:58.501 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi005 smithi005 running (104s) 10s ago 20m 99.9M 2048M 18.1.2-55-gb1bd0540 45bffa74f7bc 504af0dbfbc2 2023-07-12T15:29:58.501 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi107 smithi107 running (87s) 55s ago 18m 70.6M 2048M 18.1.2-55-gb1bd0540 45bffa74f7bc 2525deffcab9 2023-07-12T15:29:58.501 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.0.0.smithi005.raeamr smithi005 *:2049 running (13m) 10s ago 13m 148M - 3.5 8d91d370c2b8 cf45a3af5fd8 2023-07-12T15:29:58.501 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.1.0.smithi107.ppslpa smithi107 *:2049 running (13m) 55s ago 13m 90.5M - 3.5 8d91d370c2b8 1d4a977d4dad 2023-07-12T15:29:58.502 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi005 smithi005 *:9100 running (6m) 10s ago 18m 18.0M - 0.18.1 e5a616e4b9cf 49464b372a56 2023-07-12T15:29:58.502 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi107 smithi107 *:9100 running (2m) 55s ago 18m 5200k - 0.18.1 e5a616e4b9cf 96904bdb35f8 2023-07-12T15:29:58.502 INFO:teuthology.orchestra.run.smithi005.stdout:osd.0 smithi005 running (44s) 10s ago 17m 906M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc 231608dda745 2023-07-12T15:29:58.502 INFO:teuthology.orchestra.run.smithi005.stdout:osd.1 smithi005 running (14s) 10s ago 17m 12.3M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc a0dfe59f0ad8 2023-07-12T15:29:58.502 INFO:teuthology.orchestra.run.smithi005.stdout:osd.2 smithi005 running (17m) 10s ago 17m 1986M 4096M 16.2.4 8d91d370c2b8 2712a85e1556 2023-07-12T15:29:58.502 INFO:teuthology.orchestra.run.smithi005.stdout:osd.3 smithi005 running (17m) 10s ago 17m 2951M 4096M 16.2.4 8d91d370c2b8 91a5ecefbf60 2023-07-12T15:29:58.502 INFO:teuthology.orchestra.run.smithi005.stdout:osd.4 smithi107 running (16m) 55s ago 16m 2660M 4096M 16.2.4 8d91d370c2b8 27cd7acb5a1c 2023-07-12T15:29:58.503 INFO:teuthology.orchestra.run.smithi005.stdout:osd.5 smithi107 running (16m) 55s ago 16m 3512M 4096M 16.2.4 8d91d370c2b8 c0ddb4bafed0 2023-07-12T15:29:58.503 INFO:teuthology.orchestra.run.smithi005.stdout:osd.6 smithi107 running (16m) 55s ago 16m 2856M 4096M 16.2.4 8d91d370c2b8 82bc037c969c 2023-07-12T15:29:58.503 INFO:teuthology.orchestra.run.smithi005.stdout:osd.7 smithi107 running (16m) 55s ago 16m 4407M 4096M 16.2.4 8d91d370c2b8 516c8ea96297 2023-07-12T15:29:58.503 INFO:teuthology.orchestra.run.smithi005.stdout:prometheus.smithi005 smithi005 *:9095 error 10s ago 18m - - 2023-07-12T15:29:58.887 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:29:58.888 INFO:teuthology.orchestra.run.smithi005.stdout: "mon": { 2023-07-12T15:29:58.888 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 2 2023-07-12T15:29:58.888 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:29:58.888 INFO:teuthology.orchestra.run.smithi005.stdout: "mgr": { 2023-07-12T15:29:58.888 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 2 2023-07-12T15:29:58.889 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:29:58.889 INFO:teuthology.orchestra.run.smithi005.stdout: "osd": { 2023-07-12T15:29:58.889 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 6, 2023-07-12T15:29:58.889 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 2 2023-07-12T15:29:58.889 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:29:58.889 INFO:teuthology.orchestra.run.smithi005.stdout: "mds": { 2023-07-12T15:29:58.890 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2023-07-12T15:29:58.890 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:29:58.890 INFO:teuthology.orchestra.run.smithi005.stdout: "overall": { 2023-07-12T15:29:58.890 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8, 2023-07-12T15:29:58.890 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 6 2023-07-12T15:29:58.890 INFO:teuthology.orchestra.run.smithi005.stdout: } 2023-07-12T15:29:58.890 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:29:58.997 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:58 smithi005 ceph-mon[157099]: pgmap v68: 129 pgs: 37 peering, 92 active+clean; 228 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s; 46 B/s, 0 objects/s recovering 2023-07-12T15:29:59.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:58 smithi107 ceph-mon[133083]: pgmap v68: 129 pgs: 37 peering, 92 active+clean; 228 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s; 46 B/s, 0 objects/s recovering 2023-07-12T15:29:59.213 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:29:59.214 INFO:teuthology.orchestra.run.smithi005.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:c4be3de0cb572873b18bf4d7ff19efd4676dcd86f150f2b38e50b5e2946cf6ef", 2023-07-12T15:29:59.214 INFO:teuthology.orchestra.run.smithi005.stdout: "in_progress": true, 2023-07-12T15:29:59.214 INFO:teuthology.orchestra.run.smithi005.stdout: "which": "Upgrading all daemon types on all hosts", 2023-07-12T15:29:59.214 INFO:teuthology.orchestra.run.smithi005.stdout: "services_complete": [ 2023-07-12T15:29:59.214 INFO:teuthology.orchestra.run.smithi005.stdout: "mon", 2023-07-12T15:29:59.214 INFO:teuthology.orchestra.run.smithi005.stdout: "mgr", 2023-07-12T15:29:59.215 INFO:teuthology.orchestra.run.smithi005.stdout: "crash" 2023-07-12T15:29:59.215 INFO:teuthology.orchestra.run.smithi005.stdout: ], 2023-07-12T15:29:59.215 INFO:teuthology.orchestra.run.smithi005.stdout: "progress": "8/23 daemons upgraded", 2023-07-12T15:29:59.215 INFO:teuthology.orchestra.run.smithi005.stdout: "message": "Currently upgrading osd daemons", 2023-07-12T15:29:59.215 INFO:teuthology.orchestra.run.smithi005.stdout: "is_paused": false 2023-07-12T15:29:59.215 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:29:59.603 INFO:teuthology.orchestra.run.smithi005.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2023-07-12T15:29:59.603 INFO:teuthology.orchestra.run.smithi005.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-07-12T15:29:59.603 INFO:teuthology.orchestra.run.smithi005.stdout: daemon prometheus.smithi005 on smithi005 is in error state 2023-07-12T15:29:59.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:59 smithi005 ceph-mon[157099]: from='client.34196 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:29:59.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:59 smithi005 ceph-mon[157099]: from='client.34200 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:29:59.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:59 smithi005 ceph-mon[157099]: from='client.34204 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:29:59.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:59 smithi005 ceph-mon[157099]: from='client.? 172.21.15.5:0/207679185' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:29:59.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:29:59 smithi005 ceph-mon[157099]: from='client.? 172.21.15.5:0/2086400800' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:30:00.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:59 smithi107 ceph-mon[133083]: from='client.34196 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:30:00.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:59 smithi107 ceph-mon[133083]: from='client.34200 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:30:00.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:59 smithi107 ceph-mon[133083]: from='client.34204 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:30:00.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:59 smithi107 ceph-mon[133083]: from='client.? 172.21.15.5:0/207679185' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:30:00.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:29:59 smithi107 ceph-mon[133083]: from='client.? 172.21.15.5:0/2086400800' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:30:00.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:00 smithi005 ceph-mon[157099]: from='client.34212 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:30:00.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:00 smithi005 ceph-mon[157099]: pgmap v69: 129 pgs: 129 active+clean; 228 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 383 B/s wr, 0 op/s; 35 B/s, 0 objects/s recovering 2023-07-12T15:30:00.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:00 smithi005 ceph-mon[157099]: overall HEALTH_WARN 1 failed cephadm daemon(s) 2023-07-12T15:30:01.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:00 smithi107 ceph-mon[133083]: from='client.34212 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:30:01.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:00 smithi107 ceph-mon[133083]: pgmap v69: 129 pgs: 129 active+clean; 228 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 383 B/s wr, 0 op/s; 35 B/s, 0 objects/s recovering 2023-07-12T15:30:01.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:00 smithi107 ceph-mon[133083]: overall HEALTH_WARN 1 failed cephadm daemon(s) 2023-07-12T15:30:02.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:02 smithi005 ceph-mon[157099]: pgmap v70: 129 pgs: 129 active+clean; 228 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 224 B/s rd, 336 B/s wr, 0 op/s; 30 B/s, 0 objects/s recovering 2023-07-12T15:30:03.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:02 smithi107 ceph-mon[133083]: pgmap v70: 129 pgs: 129 active+clean; 228 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 224 B/s rd, 336 B/s wr, 0 op/s; 30 B/s, 0 objects/s recovering 2023-07-12T15:30:04.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:04 smithi005 ceph-mon[157099]: pgmap v71: 129 pgs: 129 active+clean; 228 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 202 B/s rd, 202 B/s wr, 0 op/s; 27 B/s, 0 objects/s recovering 2023-07-12T15:30:05.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:04 smithi107 ceph-mon[133083]: pgmap v71: 129 pgs: 129 active+clean; 228 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 202 B/s rd, 202 B/s wr, 0 op/s; 27 B/s, 0 objects/s recovering 2023-07-12T15:30:06.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:06 smithi005 ceph-mon[157099]: pgmap v72: 129 pgs: 129 active+clean; 228 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 23 B/s, 0 objects/s recovering 2023-07-12T15:30:07.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:06 smithi107 ceph-mon[133083]: pgmap v72: 129 pgs: 129 active+clean; 228 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 23 B/s, 0 objects/s recovering 2023-07-12T15:30:07.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:07 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-07-12T15:30:07.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:07 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:30:07.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:07 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:30:07.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:07 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:30:08.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:07 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-07-12T15:30:08.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:07 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:30:08.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:07 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:30:08.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:07 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:30:08.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:08 smithi005 ceph-mon[157099]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-07-12T15:30:08.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:08 smithi005 ceph-mon[157099]: Upgrade: osd.2 is safe to restart 2023-07-12T15:30:08.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:08 smithi005 ceph-mon[157099]: pgmap v73: 129 pgs: 129 active+clean; 228 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 23 B/s, 0 objects/s recovering 2023-07-12T15:30:08.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:08 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:30:08.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:08 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-07-12T15:30:08.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:08 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:30:09.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:08 smithi107 ceph-mon[133083]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-07-12T15:30:09.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:08 smithi107 ceph-mon[133083]: Upgrade: osd.2 is safe to restart 2023-07-12T15:30:09.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:08 smithi107 ceph-mon[133083]: pgmap v73: 129 pgs: 129 active+clean; 228 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 23 B/s, 0 objects/s recovering 2023-07-12T15:30:09.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:08 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:30:09.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:08 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-07-12T15:30:09.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:08 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:30:09.826 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:09 smithi005 ceph-mon[157099]: Upgrade: Updating osd.2 2023-07-12T15:30:09.826 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:09 smithi005 ceph-mon[157099]: Deploying daemon osd.2 on smithi005 2023-07-12T15:30:10.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:09 smithi107 ceph-mon[133083]: Upgrade: Updating osd.2 2023-07-12T15:30:10.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:09 smithi107 ceph-mon[133083]: Deploying daemon osd.2 on smithi005 2023-07-12T15:30:10.188 INFO:journalctl@ceph.osd.2.smithi005.stdout:Jul 12 15:30:09 smithi005 systemd[1]: Stopping Ceph osd.2 for fe85c08a-20c5-11ee-9b31-001a4aab830c... 2023-07-12T15:30:10.188 INFO:journalctl@ceph.osd.2.smithi005.stdout:Jul 12 15:30:09 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.2[121924]: debug 2023-07-12T15:30:09.923+0000 7f4ba29d3700 -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-07-12T15:30:10.189 INFO:journalctl@ceph.osd.2.smithi005.stdout:Jul 12 15:30:09 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.2[121924]: debug 2023-07-12T15:30:09.923+0000 7f4ba29d3700 -1 osd.2 81 *** Got signal Terminated *** 2023-07-12T15:30:10.189 INFO:journalctl@ceph.osd.2.smithi005.stdout:Jul 12 15:30:09 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.2[121924]: debug 2023-07-12T15:30:09.923+0000 7f4ba29d3700 -1 osd.2 81 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-07-12T15:30:10.498 INFO:journalctl@ceph.osd.2.smithi005.stdout:Jul 12 15:30:10 smithi005 bash[170102]: ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.2 2023-07-12T15:30:10.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:10 smithi005 ceph-mon[157099]: pgmap v74: 129 pgs: 129 active+clean; 228 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-07-12T15:30:10.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:10 smithi005 ceph-mon[157099]: osd.2 reported immediately failed by osd.7 2023-07-12T15:30:10.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:10 smithi005 ceph-mon[157099]: osd.2 failed (root=default,host=smithi005) (connection refused reported by osd.7) 2023-07-12T15:30:10.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:10 smithi005 ceph-mon[157099]: osd.2 reported immediately failed by osd.4 2023-07-12T15:30:11.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:10 smithi005 ceph-mon[157099]: osd.2 reported immediately failed by osd.5 2023-07-12T15:30:11.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:10 smithi005 ceph-mon[157099]: osd.2 reported immediately failed by osd.3 2023-07-12T15:30:11.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:10 smithi005 ceph-mon[157099]: osd.2 reported immediately failed by osd.7 2023-07-12T15:30:11.001 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:10 smithi005 ceph-mon[157099]: osd.2 reported immediately failed by osd.6 2023-07-12T15:30:11.001 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:10 smithi005 ceph-mon[157099]: osd.2 reported immediately failed by osd.0 2023-07-12T15:30:11.001 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:10 smithi005 ceph-mon[157099]: osd.2 reported immediately failed by osd.1 2023-07-12T15:30:11.001 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:10 smithi005 ceph-mon[157099]: osd.2 reported immediately failed by osd.4 2023-07-12T15:30:11.002 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:10 smithi005 ceph-mon[157099]: osd.2 reported immediately failed by osd.5 2023-07-12T15:30:11.002 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:10 smithi005 ceph-mon[157099]: osd.2 reported immediately failed by osd.3 2023-07-12T15:30:11.002 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:10 smithi005 ceph-mon[157099]: osd.2 reported immediately failed by osd.6 2023-07-12T15:30:11.003 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:10 smithi005 ceph-mon[157099]: osd.2 reported immediately failed by osd.0 2023-07-12T15:30:11.003 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:10 smithi005 ceph-mon[157099]: osd.2 reported immediately failed by osd.1 2023-07-12T15:30:11.003 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:10 smithi005 ceph-mon[157099]: osd.2 reported immediately failed by osd.7 2023-07-12T15:30:11.003 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:10 smithi005 ceph-mon[157099]: osd.2 reported immediately failed by osd.5 2023-07-12T15:30:11.004 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:10 smithi005 ceph-mon[157099]: osd.2 reported immediately failed by osd.7 2023-07-12T15:30:11.004 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:10 smithi005 ceph-mon[157099]: osd.2 reported immediately failed by osd.5 2023-07-12T15:30:11.004 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:10 smithi005 ceph-mon[157099]: osd.2 reported immediately failed by osd.6 2023-07-12T15:30:11.004 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:10 smithi005 ceph-mon[157099]: osd.2 reported immediately failed by osd.0 2023-07-12T15:30:11.005 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:10 smithi005 ceph-mon[157099]: osd.2 reported immediately failed by osd.1 2023-07-12T15:30:11.005 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:10 smithi005 ceph-mon[157099]: osd.2 reported immediately failed by osd.4 2023-07-12T15:30:11.005 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:10 smithi005 ceph-mon[157099]: osd.2 reported immediately failed by osd.3 2023-07-12T15:30:11.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:10 smithi005 ceph-mon[157099]: osd.2 reported immediately failed by osd.6 2023-07-12T15:30:11.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:10 smithi005 ceph-mon[157099]: osd.2 reported immediately failed by osd.0 2023-07-12T15:30:11.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:10 smithi005 ceph-mon[157099]: osd.2 reported immediately failed by osd.1 2023-07-12T15:30:11.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:10 smithi005 ceph-mon[157099]: osd.2 reported immediately failed by osd.4 2023-07-12T15:30:11.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:10 smithi005 ceph-mon[157099]: osd.2 reported immediately failed by osd.3 2023-07-12T15:30:11.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:10 smithi107 ceph-mon[133083]: pgmap v74: 129 pgs: 129 active+clean; 228 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-07-12T15:30:11.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:10 smithi107 ceph-mon[133083]: osd.2 reported immediately failed by osd.7 2023-07-12T15:30:11.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:10 smithi107 ceph-mon[133083]: osd.2 failed (root=default,host=smithi005) (connection refused reported by osd.7) 2023-07-12T15:30:11.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:10 smithi107 ceph-mon[133083]: osd.2 reported immediately failed by osd.4 2023-07-12T15:30:11.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:10 smithi107 ceph-mon[133083]: osd.2 reported immediately failed by osd.5 2023-07-12T15:30:11.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:10 smithi107 ceph-mon[133083]: osd.2 reported immediately failed by osd.3 2023-07-12T15:30:11.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:10 smithi107 ceph-mon[133083]: osd.2 reported immediately failed by osd.7 2023-07-12T15:30:11.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:10 smithi107 ceph-mon[133083]: osd.2 reported immediately failed by osd.6 2023-07-12T15:30:11.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:10 smithi107 ceph-mon[133083]: osd.2 reported immediately failed by osd.0 2023-07-12T15:30:11.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:10 smithi107 ceph-mon[133083]: osd.2 reported immediately failed by osd.1 2023-07-12T15:30:11.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:10 smithi107 ceph-mon[133083]: osd.2 reported immediately failed by osd.4 2023-07-12T15:30:11.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:10 smithi107 ceph-mon[133083]: osd.2 reported immediately failed by osd.5 2023-07-12T15:30:11.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:10 smithi107 ceph-mon[133083]: osd.2 reported immediately failed by osd.3 2023-07-12T15:30:11.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:10 smithi107 ceph-mon[133083]: osd.2 reported immediately failed by osd.6 2023-07-12T15:30:11.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:10 smithi107 ceph-mon[133083]: osd.2 reported immediately failed by osd.0 2023-07-12T15:30:11.171 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:10 smithi107 ceph-mon[133083]: osd.2 reported immediately failed by osd.1 2023-07-12T15:30:11.171 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:10 smithi107 ceph-mon[133083]: osd.2 reported immediately failed by osd.7 2023-07-12T15:30:11.171 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:10 smithi107 ceph-mon[133083]: osd.2 reported immediately failed by osd.5 2023-07-12T15:30:11.171 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:10 smithi107 ceph-mon[133083]: osd.2 reported immediately failed by osd.7 2023-07-12T15:30:11.171 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:10 smithi107 ceph-mon[133083]: osd.2 reported immediately failed by osd.5 2023-07-12T15:30:11.171 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:10 smithi107 ceph-mon[133083]: osd.2 reported immediately failed by osd.6 2023-07-12T15:30:11.171 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:10 smithi107 ceph-mon[133083]: osd.2 reported immediately failed by osd.0 2023-07-12T15:30:11.172 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:10 smithi107 ceph-mon[133083]: osd.2 reported immediately failed by osd.1 2023-07-12T15:30:11.172 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:10 smithi107 ceph-mon[133083]: osd.2 reported immediately failed by osd.4 2023-07-12T15:30:11.172 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:10 smithi107 ceph-mon[133083]: osd.2 reported immediately failed by osd.3 2023-07-12T15:30:11.172 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:10 smithi107 ceph-mon[133083]: osd.2 reported immediately failed by osd.6 2023-07-12T15:30:11.172 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:10 smithi107 ceph-mon[133083]: osd.2 reported immediately failed by osd.0 2023-07-12T15:30:11.173 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:10 smithi107 ceph-mon[133083]: osd.2 reported immediately failed by osd.1 2023-07-12T15:30:11.173 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:10 smithi107 ceph-mon[133083]: osd.2 reported immediately failed by osd.4 2023-07-12T15:30:11.173 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:10 smithi107 ceph-mon[133083]: osd.2 reported immediately failed by osd.3 2023-07-12T15:30:11.961 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:11 smithi005 ceph-mon[157099]: Health check failed: 1 osds down (OSD_DOWN) 2023-07-12T15:30:11.982 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:11 smithi005 ceph-mon[157099]: failed to encode map e82 with expected crc 2023-07-12T15:30:11.982 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:11 smithi005 ceph-mon[157099]: osdmap e82: 8 total, 7 up, 8 in 2023-07-12T15:30:11.982 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:11 smithi005 ceph-mon[157099]: failed to encode map e82 with expected crc 2023-07-12T15:30:11.983 INFO:journalctl@ceph.osd.2.smithi005.stdout:Jul 12 15:30:11 smithi005 systemd[1]: ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c@osd.2.service: Succeeded. 2023-07-12T15:30:11.983 INFO:journalctl@ceph.osd.2.smithi005.stdout:Jul 12 15:30:11 smithi005 systemd[1]: Stopped Ceph osd.2 for fe85c08a-20c5-11ee-9b31-001a4aab830c. 2023-07-12T15:30:11.983 INFO:journalctl@ceph.osd.2.smithi005.stdout:Jul 12 15:30:11 smithi005 systemd[1]: Starting Ceph osd.2 for fe85c08a-20c5-11ee-9b31-001a4aab830c... 2023-07-12T15:30:12.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:11 smithi107 ceph-mon[133083]: Health check failed: 1 osds down (OSD_DOWN) 2023-07-12T15:30:12.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:11 smithi107 ceph-mon[133083]: failed to encode map e82 with expected crc 2023-07-12T15:30:12.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:11 smithi107 ceph-mon[133083]: osdmap e82: 8 total, 7 up, 8 in 2023-07-12T15:30:12.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:11 smithi107 ceph-mon[133083]: failed to encode map e82 with expected crc 2023-07-12T15:30:12.796 INFO:journalctl@ceph.osd.2.smithi005.stdout:Jul 12 15:30:12 smithi005 bash[170379]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2023-07-12T15:30:12.796 INFO:journalctl@ceph.osd.2.smithi005.stdout:Jul 12 15:30:12 smithi005 bash[170379]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-2 --no-mon-config --dev /dev/mapper/vg_nvme-lv_2 2023-07-12T15:30:12.796 INFO:journalctl@ceph.osd.2.smithi005.stdout:Jul 12 15:30:12 smithi005 bash[170379]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2023-07-12T15:30:12.796 INFO:journalctl@ceph.osd.2.smithi005.stdout:Jul 12 15:30:12 smithi005 bash[170379]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2023-07-12T15:30:12.796 INFO:journalctl@ceph.osd.2.smithi005.stdout:Jul 12 15:30:12 smithi005 bash[170379]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-2/block 2023-07-12T15:30:12.796 INFO:journalctl@ceph.osd.2.smithi005.stdout:Jul 12 15:30:12 smithi005 bash[170379]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2023-07-12T15:30:12.797 INFO:journalctl@ceph.osd.2.smithi005.stdout:Jul 12 15:30:12 smithi005 bash[170379]: --> ceph-volume raw activate successful for osd ID: 2 2023-07-12T15:30:12.797 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:12 smithi005 ceph-mon[157099]: pgmap v76: 129 pgs: 6 peering, 9 stale+active+clean, 114 active+clean; 228 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-07-12T15:30:12.797 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:12 smithi005 ceph-mon[157099]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2023-07-12T15:30:12.797 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:12 smithi005 ceph-mon[157099]: failed to encode map e83 with expected crc 2023-07-12T15:30:12.797 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:12 smithi005 ceph-mon[157099]: osdmap e83: 8 total, 7 up, 8 in 2023-07-12T15:30:12.797 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:12 smithi005 ceph-mon[157099]: failed to encode map e83 with expected crc 2023-07-12T15:30:12.798 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:12 smithi005 ceph-mon[157099]: failed to encode map e83 with expected crc 2023-07-12T15:30:12.798 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:12 smithi005 ceph-mon[157099]: failed to encode map e83 with expected crc 2023-07-12T15:30:12.798 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:12 smithi005 ceph-mon[157099]: failed to encode map e83 with expected crc 2023-07-12T15:30:12.798 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:12 smithi005 ceph-mon[157099]: failed to encode map e83 with expected crc 2023-07-12T15:30:12.798 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:12 smithi005 ceph-mon[157099]: failed to encode map e83 with expected crc 2023-07-12T15:30:12.798 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:12 smithi005 ceph-mon[157099]: failed to encode map e83 with expected crc 2023-07-12T15:30:12.798 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:12 smithi005 ceph-mon[157099]: failed to encode map e83 with expected crc 2023-07-12T15:30:13.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:12 smithi107 ceph-mon[133083]: pgmap v76: 129 pgs: 6 peering, 9 stale+active+clean, 114 active+clean; 228 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-07-12T15:30:13.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:12 smithi107 ceph-mon[133083]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2023-07-12T15:30:13.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:12 smithi107 ceph-mon[133083]: failed to encode map e83 with expected crc 2023-07-12T15:30:13.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:12 smithi107 ceph-mon[133083]: osdmap e83: 8 total, 7 up, 8 in 2023-07-12T15:30:13.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:12 smithi107 ceph-mon[133083]: failed to encode map e83 with expected crc 2023-07-12T15:30:13.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:12 smithi107 ceph-mon[133083]: failed to encode map e83 with expected crc 2023-07-12T15:30:13.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:12 smithi107 ceph-mon[133083]: failed to encode map e83 with expected crc 2023-07-12T15:30:13.171 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:12 smithi107 ceph-mon[133083]: failed to encode map e83 with expected crc 2023-07-12T15:30:13.171 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:12 smithi107 ceph-mon[133083]: failed to encode map e83 with expected crc 2023-07-12T15:30:13.171 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:12 smithi107 ceph-mon[133083]: failed to encode map e83 with expected crc 2023-07-12T15:30:13.172 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:12 smithi107 ceph-mon[133083]: failed to encode map e83 with expected crc 2023-07-12T15:30:13.172 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:12 smithi107 ceph-mon[133083]: failed to encode map e83 with expected crc 2023-07-12T15:30:13.998 INFO:journalctl@ceph.osd.2.smithi005.stdout:Jul 12 15:30:13 smithi005 ceph-osd[170773]: -- 172.21.15.5:0/222176583 <== mon.0 v2:172.21.15.5:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x557e414a24e0 con 0x557e41473000 2023-07-12T15:30:13.998 INFO:journalctl@ceph.osd.2.smithi005.stdout:Jul 12 15:30:13 smithi005 bash[170735]: 8592a0040135644d4328b5e5be8ef3dad6fd1b58946cd0b35265d54ff5164a24 2023-07-12T15:30:13.999 INFO:journalctl@ceph.osd.2.smithi005.stdout:Jul 12 15:30:13 smithi005 systemd[1]: Started Ceph osd.2 for fe85c08a-20c5-11ee-9b31-001a4aab830c. 2023-07-12T15:30:14.498 INFO:journalctl@ceph.osd.2.smithi005.stdout:Jul 12 15:30:14 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-2[170750]: 2023-07-12T15:30:14.032+0000 7fa9abb95640 -1 Falling back to public interface 2023-07-12T15:30:14.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:14 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:30:14.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:14 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:30:14.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:14 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:30:14.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:14 smithi107 ceph-mon[133083]: pgmap v78: 129 pgs: 12 active+undersized+degraded, 6 peering, 16 active+undersized, 95 active+clean; 228 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 41/447 objects degraded (9.172%) 2023-07-12T15:30:14.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:14 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:30:14.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:14 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:30:14.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:14 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:30:14.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:14 smithi005 ceph-mon[157099]: pgmap v78: 129 pgs: 12 active+undersized+degraded, 6 peering, 16 active+undersized, 95 active+clean; 228 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 41/447 objects degraded (9.172%) 2023-07-12T15:30:15.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:15 smithi107 ceph-mon[133083]: Health check failed: Degraded data redundancy: 41/447 objects degraded (9.172%), 12 pgs degraded (PG_DEGRADED) 2023-07-12T15:30:15.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:15 smithi005 ceph-mon[157099]: Health check failed: Degraded data redundancy: 41/447 objects degraded (9.172%), 12 pgs degraded (PG_DEGRADED) 2023-07-12T15:30:16.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:16 smithi107 ceph-mon[133083]: pgmap v79: 129 pgs: 12 active+undersized+degraded, 6 peering, 16 active+undersized, 95 active+clean; 228 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 41/447 objects degraded (9.172%) 2023-07-12T15:30:16.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:16 smithi005 ceph-mon[157099]: pgmap v79: 129 pgs: 12 active+undersized+degraded, 6 peering, 16 active+undersized, 95 active+clean; 228 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 41/447 objects degraded (9.172%) 2023-07-12T15:30:18.431 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:18 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:30:18.431 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:18 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:30:18.431 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:18 smithi005 ceph-mon[157099]: pgmap v80: 129 pgs: 13 active+undersized+degraded, 21 active+undersized, 95 active+clean; 228 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 127 B/s rd, 0 op/s; 49/447 objects degraded (10.962%) 2023-07-12T15:30:18.432 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:18 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:30:18.432 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:18 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:30:18.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:18 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:30:18.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:18 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:30:18.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:18 smithi107 ceph-mon[133083]: pgmap v80: 129 pgs: 13 active+undersized+degraded, 21 active+undersized, 95 active+clean; 228 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 127 B/s rd, 0 op/s; 49/447 objects degraded (10.962%) 2023-07-12T15:30:18.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:18 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:30:18.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:18 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:30:19.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:19 smithi005 ceph-mon[157099]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2023-07-12T15:30:19.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:19 smithi107 ceph-mon[133083]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2023-07-12T15:30:20.248 INFO:journalctl@ceph.osd.2.smithi005.stdout:Jul 12 15:30:19 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-2[170750]: 2023-07-12T15:30:19.814+0000 7fa9abb95640 -1 osd.2 81 log_to_monitors true 2023-07-12T15:30:20.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:20 smithi005 ceph-mon[157099]: pgmap v81: 129 pgs: 13 active+undersized+degraded, 21 active+undersized, 95 active+clean; 228 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 230 B/s rd, 0 op/s; 49/447 objects degraded (10.962%) 2023-07-12T15:30:20.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:20 smithi005 ceph-mon[157099]: from='osd.2 [v2:172.21.15.5:6818/1678169669,v1:172.21.15.5:6819/1678169669]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-07-12T15:30:20.749 INFO:journalctl@ceph.osd.2.smithi005.stdout:Jul 12 15:30:20 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-2[170750]: 2023-07-12T15:30:20.496+0000 7fa99c000700 -1 osd.2 81 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-07-12T15:30:20.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:20 smithi107 ceph-mon[133083]: pgmap v81: 129 pgs: 13 active+undersized+degraded, 21 active+undersized, 95 active+clean; 228 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 230 B/s rd, 0 op/s; 49/447 objects degraded (10.962%) 2023-07-12T15:30:20.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:20 smithi107 ceph-mon[133083]: from='osd.2 [v2:172.21.15.5:6818/1678169669,v1:172.21.15.5:6819/1678169669]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-07-12T15:30:21.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:21 smithi005 ceph-mon[157099]: from='osd.2 [v2:172.21.15.5:6818/1678169669,v1:172.21.15.5:6819/1678169669]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-07-12T15:30:21.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:21 smithi005 ceph-mon[157099]: osdmap e84: 8 total, 7 up, 8 in 2023-07-12T15:30:21.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:21 smithi005 ceph-mon[157099]: from='osd.2 [v2:172.21.15.5:6818/1678169669,v1:172.21.15.5:6819/1678169669]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-07-12T15:30:21.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:21 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:30:21.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:21 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:30:21.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:21 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:30:21.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:21 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-07-12T15:30:21.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:21 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:30:21.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:21 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:30:21.751 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:21 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:30:21.751 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:21 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:30:21.751 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:21 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:30:21.751 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:21 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:30:21.751 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:21 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-07-12T15:30:21.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:21 smithi107 ceph-mon[133083]: from='osd.2 [v2:172.21.15.5:6818/1678169669,v1:172.21.15.5:6819/1678169669]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-07-12T15:30:21.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:21 smithi107 ceph-mon[133083]: osdmap e84: 8 total, 7 up, 8 in 2023-07-12T15:30:21.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:21 smithi107 ceph-mon[133083]: from='osd.2 [v2:172.21.15.5:6818/1678169669,v1:172.21.15.5:6819/1678169669]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-07-12T15:30:21.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:21 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:30:21.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:21 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:30:21.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:21 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:30:21.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:21 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-07-12T15:30:21.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:21 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:30:21.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:21 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:30:21.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:21 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:30:21.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:21 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:30:21.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:21 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:30:21.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:21 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:30:21.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:21 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-07-12T15:30:22.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:22 smithi107 ceph-mon[133083]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-07-12T15:30:22.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:22 smithi107 ceph-mon[133083]: pgmap v83: 129 pgs: 13 active+undersized+degraded, 21 active+undersized, 95 active+clean; 228 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 225 B/s rd, 0 op/s; 49/447 objects degraded (10.962%) 2023-07-12T15:30:22.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:22 smithi107 ceph-mon[133083]: pgmap v84: 129 pgs: 13 active+undersized+degraded, 21 active+undersized, 95 active+clean; 228 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 142 B/s rd, 0 op/s; 49/447 objects degraded (10.962%) 2023-07-12T15:30:22.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:22 smithi107 ceph-mon[133083]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-07-12T15:30:22.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:22 smithi107 ceph-mon[133083]: Upgrade: unsafe to stop osd(s) at this time (11 PGs are or would become offline) 2023-07-12T15:30:22.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:22 smithi107 ceph-mon[133083]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-07-12T15:30:22.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:22 smithi107 ceph-mon[133083]: failed to encode map e84 with expected crc 2023-07-12T15:30:22.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:22 smithi107 ceph-mon[133083]: osd.2 [v2:172.21.15.5:6818/1678169669,v1:172.21.15.5:6819/1678169669] boot 2023-07-12T15:30:22.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:22 smithi107 ceph-mon[133083]: osdmap e85: 8 total, 8 up, 8 in 2023-07-12T15:30:22.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:22 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-07-12T15:30:22.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:22 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:30:22.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:22 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:30:22.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:22 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:30:22.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:22 smithi005 ceph-mon[157099]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-07-12T15:30:22.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:22 smithi005 ceph-mon[157099]: pgmap v83: 129 pgs: 13 active+undersized+degraded, 21 active+undersized, 95 active+clean; 228 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 225 B/s rd, 0 op/s; 49/447 objects degraded (10.962%) 2023-07-12T15:30:22.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:22 smithi005 ceph-mon[157099]: pgmap v84: 129 pgs: 13 active+undersized+degraded, 21 active+undersized, 95 active+clean; 228 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 142 B/s rd, 0 op/s; 49/447 objects degraded (10.962%) 2023-07-12T15:30:22.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:22 smithi005 ceph-mon[157099]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-07-12T15:30:22.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:22 smithi005 ceph-mon[157099]: Upgrade: unsafe to stop osd(s) at this time (11 PGs are or would become offline) 2023-07-12T15:30:22.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:22 smithi005 ceph-mon[157099]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-07-12T15:30:22.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:22 smithi005 ceph-mon[157099]: failed to encode map e84 with expected crc 2023-07-12T15:30:22.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:22 smithi005 ceph-mon[157099]: osd.2 [v2:172.21.15.5:6818/1678169669,v1:172.21.15.5:6819/1678169669] boot 2023-07-12T15:30:22.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:22 smithi005 ceph-mon[157099]: osdmap e85: 8 total, 8 up, 8 in 2023-07-12T15:30:22.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:22 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-07-12T15:30:22.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:22 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:30:23.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:22 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:30:23.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:22 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:30:23.844 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:23 smithi005 ceph-mon[157099]: failed to encode map e86 with expected crc 2023-07-12T15:30:23.845 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:23 smithi005 ceph-mon[157099]: osdmap e86: 8 total, 8 up, 8 in 2023-07-12T15:30:23.845 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:23 smithi005 ceph-mon[157099]: failed to encode map e86 with expected crc 2023-07-12T15:30:23.845 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:23 smithi005 ceph-mon[157099]: failed to encode map e86 with expected crc 2023-07-12T15:30:23.845 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:23 smithi005 ceph-mon[157099]: failed to encode map e86 with expected crc 2023-07-12T15:30:23.845 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:23 smithi005 ceph-mon[157099]: failed to encode map e86 with expected crc 2023-07-12T15:30:23.846 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:23 smithi005 ceph-mon[157099]: failed to encode map e86 with expected crc 2023-07-12T15:30:23.846 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:23 smithi005 ceph-mon[157099]: failed to encode map e86 with expected crc 2023-07-12T15:30:23.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:23 smithi107 ceph-mon[133083]: failed to encode map e86 with expected crc 2023-07-12T15:30:23.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:23 smithi107 ceph-mon[133083]: osdmap e86: 8 total, 8 up, 8 in 2023-07-12T15:30:23.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:23 smithi107 ceph-mon[133083]: failed to encode map e86 with expected crc 2023-07-12T15:30:23.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:23 smithi107 ceph-mon[133083]: failed to encode map e86 with expected crc 2023-07-12T15:30:23.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:23 smithi107 ceph-mon[133083]: failed to encode map e86 with expected crc 2023-07-12T15:30:23.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:23 smithi107 ceph-mon[133083]: failed to encode map e86 with expected crc 2023-07-12T15:30:23.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:23 smithi107 ceph-mon[133083]: failed to encode map e86 with expected crc 2023-07-12T15:30:23.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:23 smithi107 ceph-mon[133083]: failed to encode map e86 with expected crc 2023-07-12T15:30:24.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:24 smithi107 ceph-mon[133083]: pgmap v87: 129 pgs: 5 active+undersized+degraded, 13 active+undersized, 111 active+clean; 228 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 320 B/s rd, 0 op/s; 22/447 objects degraded (4.922%) 2023-07-12T15:30:24.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:24 smithi107 ceph-mon[133083]: Health check update: Degraded data redundancy: 22/447 objects degraded (4.922%), 5 pgs degraded (PG_DEGRADED) 2023-07-12T15:30:24.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:24 smithi005 ceph-mon[157099]: pgmap v87: 129 pgs: 5 active+undersized+degraded, 13 active+undersized, 111 active+clean; 228 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 320 B/s rd, 0 op/s; 22/447 objects degraded (4.922%) 2023-07-12T15:30:24.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:24 smithi005 ceph-mon[157099]: Health check update: Degraded data redundancy: 22/447 objects degraded (4.922%), 5 pgs degraded (PG_DEGRADED) 2023-07-12T15:30:26.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:26 smithi107 ceph-mon[133083]: pgmap v88: 129 pgs: 5 active+undersized+degraded, 10 active+undersized, 114 active+clean; 228 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 236 B/s rd, 0 op/s; 22/447 objects degraded (4.922%) 2023-07-12T15:30:26.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:26 smithi005 ceph-mon[157099]: pgmap v88: 129 pgs: 5 active+undersized+degraded, 10 active+undersized, 114 active+clean; 228 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 236 B/s rd, 0 op/s; 22/447 objects degraded (4.922%) 2023-07-12T15:30:27.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:27 smithi107 ceph-mon[133083]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 22/447 objects degraded (4.922%), 5 pgs degraded) 2023-07-12T15:30:27.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:27 smithi005 ceph-mon[157099]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 22/447 objects degraded (4.922%), 5 pgs degraded) 2023-07-12T15:30:28.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:28 smithi107 ceph-mon[133083]: pgmap v89: 129 pgs: 129 active+clean; 228 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:30:28.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:28 smithi005 ceph-mon[157099]: pgmap v89: 129 pgs: 129 active+clean; 228 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:30:29.959 INFO:teuthology.orchestra.run.smithi005.stdout:true 2023-07-12T15:30:30.604 INFO:teuthology.orchestra.run.smithi005.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-07-12T15:30:30.604 INFO:teuthology.orchestra.run.smithi005.stdout:alertmanager.smithi005 smithi005 *:9093,9094 running (11m) 13s ago 19m 18.3M - 0.20.0 0881eb8f169f 355c4c29f2f8 2023-07-12T15:30:30.604 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi005 smithi005 running (93s) 13s ago 19m 7503k - 18.1.2-55-gb1bd0540 45bffa74f7bc 6d61cd746662 2023-07-12T15:30:30.604 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi107 smithi107 running (90s) 87s ago 19m 7448k - 18.1.2-55-gb1bd0540 45bffa74f7bc 8e028a47fcc1 2023-07-12T15:30:30.604 INFO:teuthology.orchestra.run.smithi005.stdout:grafana.smithi005 smithi005 *:3000 running (9m) 13s ago 19m 43.1M - 6.7.4 557c83e11646 0aeea3117a7c 2023-07-12T15:30:30.605 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi005.llyakb smithi005 running (15m) 13s ago 15m 20.4M - 16.2.4 8d91d370c2b8 2e9588e0199b 2023-07-12T15:30:30.605 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi107.umdxex smithi107 running (15m) 87s ago 15m 43.1M - 16.2.4 8d91d370c2b8 401879dbc3a1 2023-07-12T15:30:30.605 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi005.fgymhs smithi005 *:8443,9283,8765 running (2m) 13s ago 20m 503M - 18.1.2-55-gb1bd0540 45bffa74f7bc 6affde0ea8e4 2023-07-12T15:30:30.605 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi107.erfdst smithi107 *:8443,9283,8765 running (2m) 87s ago 19m 443M - 18.1.2-55-gb1bd0540 45bffa74f7bc 72e428a0d1d5 2023-07-12T15:30:30.605 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi005 smithi005 running (2m) 13s ago 20m 105M 2048M 18.1.2-55-gb1bd0540 45bffa74f7bc 504af0dbfbc2 2023-07-12T15:30:30.605 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi107 smithi107 running (119s) 87s ago 18m 70.6M 2048M 18.1.2-55-gb1bd0540 45bffa74f7bc 2525deffcab9 2023-07-12T15:30:30.605 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.0.0.smithi005.raeamr smithi005 *:2049 running (13m) 13s ago 13m 148M - 3.5 8d91d370c2b8 cf45a3af5fd8 2023-07-12T15:30:30.605 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.1.0.smithi107.ppslpa smithi107 *:2049 running (13m) 87s ago 13m 90.5M - 3.5 8d91d370c2b8 1d4a977d4dad 2023-07-12T15:30:30.606 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi005 smithi005 *:9100 running (7m) 13s ago 19m 18.0M - 0.18.1 e5a616e4b9cf 49464b372a56 2023-07-12T15:30:30.606 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi107 smithi107 *:9100 running (2m) 87s ago 18m 5200k - 0.18.1 e5a616e4b9cf 96904bdb35f8 2023-07-12T15:30:30.606 INFO:teuthology.orchestra.run.smithi005.stdout:osd.0 smithi005 running (76s) 13s ago 18m 914M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc 231608dda745 2023-07-12T15:30:30.606 INFO:teuthology.orchestra.run.smithi005.stdout:osd.1 smithi005 running (47s) 13s ago 18m 782M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc a0dfe59f0ad8 2023-07-12T15:30:30.606 INFO:teuthology.orchestra.run.smithi005.stdout:osd.2 smithi005 running (17s) 13s ago 17m 11.9M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc 8592a0040135 2023-07-12T15:30:30.606 INFO:teuthology.orchestra.run.smithi005.stdout:osd.3 smithi005 running (17m) 13s ago 17m 2959M 4096M 16.2.4 8d91d370c2b8 91a5ecefbf60 2023-07-12T15:30:30.606 INFO:teuthology.orchestra.run.smithi005.stdout:osd.4 smithi107 running (17m) 87s ago 17m 2660M 4096M 16.2.4 8d91d370c2b8 27cd7acb5a1c 2023-07-12T15:30:30.607 INFO:teuthology.orchestra.run.smithi005.stdout:osd.5 smithi107 running (17m) 87s ago 17m 3512M 4096M 16.2.4 8d91d370c2b8 c0ddb4bafed0 2023-07-12T15:30:30.607 INFO:teuthology.orchestra.run.smithi005.stdout:osd.6 smithi107 running (17m) 87s ago 17m 2856M 4096M 16.2.4 8d91d370c2b8 82bc037c969c 2023-07-12T15:30:30.607 INFO:teuthology.orchestra.run.smithi005.stdout:osd.7 smithi107 running (16m) 87s ago 16m 4407M 4096M 16.2.4 8d91d370c2b8 516c8ea96297 2023-07-12T15:30:30.607 INFO:teuthology.orchestra.run.smithi005.stdout:prometheus.smithi005 smithi005 *:9095 error 13s ago 19m - - 2023-07-12T15:30:30.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:30 smithi107 ceph-mon[133083]: pgmap v90: 129 pgs: 129 active+clean; 228 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-07-12T15:30:30.992 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:30:30.992 INFO:teuthology.orchestra.run.smithi005.stdout: "mon": { 2023-07-12T15:30:30.992 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 2 2023-07-12T15:30:30.992 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:30:30.992 INFO:teuthology.orchestra.run.smithi005.stdout: "mgr": { 2023-07-12T15:30:30.993 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 2 2023-07-12T15:30:30.993 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:30:30.993 INFO:teuthology.orchestra.run.smithi005.stdout: "osd": { 2023-07-12T15:30:30.993 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 5, 2023-07-12T15:30:30.993 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 3 2023-07-12T15:30:30.993 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:30:30.993 INFO:teuthology.orchestra.run.smithi005.stdout: "mds": { 2023-07-12T15:30:30.994 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2023-07-12T15:30:30.994 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:30:30.994 INFO:teuthology.orchestra.run.smithi005.stdout: "overall": { 2023-07-12T15:30:30.994 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 7, 2023-07-12T15:30:30.994 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 7 2023-07-12T15:30:30.994 INFO:teuthology.orchestra.run.smithi005.stdout: } 2023-07-12T15:30:30.994 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:30:30.997 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:30 smithi005 ceph-mon[157099]: pgmap v90: 129 pgs: 129 active+clean; 228 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-07-12T15:30:31.315 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:30:31.315 INFO:teuthology.orchestra.run.smithi005.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:c4be3de0cb572873b18bf4d7ff19efd4676dcd86f150f2b38e50b5e2946cf6ef", 2023-07-12T15:30:31.315 INFO:teuthology.orchestra.run.smithi005.stdout: "in_progress": true, 2023-07-12T15:30:31.316 INFO:teuthology.orchestra.run.smithi005.stdout: "which": "Upgrading all daemon types on all hosts", 2023-07-12T15:30:31.316 INFO:teuthology.orchestra.run.smithi005.stdout: "services_complete": [ 2023-07-12T15:30:31.316 INFO:teuthology.orchestra.run.smithi005.stdout: "mon", 2023-07-12T15:30:31.316 INFO:teuthology.orchestra.run.smithi005.stdout: "mgr", 2023-07-12T15:30:31.316 INFO:teuthology.orchestra.run.smithi005.stdout: "crash" 2023-07-12T15:30:31.316 INFO:teuthology.orchestra.run.smithi005.stdout: ], 2023-07-12T15:30:31.316 INFO:teuthology.orchestra.run.smithi005.stdout: "progress": "9/23 daemons upgraded", 2023-07-12T15:30:31.317 INFO:teuthology.orchestra.run.smithi005.stdout: "message": "Currently upgrading osd daemons", 2023-07-12T15:30:31.317 INFO:teuthology.orchestra.run.smithi005.stdout: "is_paused": false 2023-07-12T15:30:31.317 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:30:31.704 INFO:teuthology.orchestra.run.smithi005.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2023-07-12T15:30:31.704 INFO:teuthology.orchestra.run.smithi005.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-07-12T15:30:31.704 INFO:teuthology.orchestra.run.smithi005.stdout: daemon prometheus.smithi005 on smithi005 is in error state 2023-07-12T15:30:31.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:31 smithi107 ceph-mon[133083]: from='client.34224 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:30:31.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:31 smithi107 ceph-mon[133083]: from='client.34228 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:30:31.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:31 smithi107 ceph-mon[133083]: from='client.34232 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:30:31.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:31 smithi107 ceph-mon[133083]: from='client.? 172.21.15.5:0/769272283' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:30:31.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:31 smithi005 ceph-mon[157099]: from='client.34224 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:30:31.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:31 smithi005 ceph-mon[157099]: from='client.34228 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:30:31.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:31 smithi005 ceph-mon[157099]: from='client.34232 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:30:31.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:31 smithi005 ceph-mon[157099]: from='client.? 172.21.15.5:0/769272283' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:30:32.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:32 smithi107 ceph-mon[133083]: pgmap v91: 129 pgs: 129 active+clean; 228 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 219 B/s rd, 0 op/s 2023-07-12T15:30:32.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:32 smithi107 ceph-mon[133083]: from='client.34240 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:30:32.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:32 smithi107 ceph-mon[133083]: from='client.? 172.21.15.5:0/2705934136' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:30:32.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:32 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:30:32.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:32 smithi005 ceph-mon[157099]: pgmap v91: 129 pgs: 129 active+clean; 228 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 219 B/s rd, 0 op/s 2023-07-12T15:30:32.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:32 smithi005 ceph-mon[157099]: from='client.34240 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:30:32.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:32 smithi005 ceph-mon[157099]: from='client.? 172.21.15.5:0/2705934136' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:30:32.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:32 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:30:34.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:34 smithi005 ceph-mon[157099]: pgmap v92: 129 pgs: 129 active+clean; 228 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 297 B/s rd, 0 op/s 2023-07-12T15:30:34.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:34 smithi107 ceph-mon[133083]: pgmap v92: 129 pgs: 129 active+clean; 228 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 297 B/s rd, 0 op/s 2023-07-12T15:30:36.617 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:36 smithi005 ceph-mon[157099]: pgmap v93: 129 pgs: 129 active+clean; 228 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:30:36.618 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:36 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-07-12T15:30:36.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:36 smithi107 ceph-mon[133083]: pgmap v93: 129 pgs: 129 active+clean; 228 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:30:36.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:36 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-07-12T15:30:37.709 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:37 smithi005 ceph-mon[157099]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-07-12T15:30:37.709 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:37 smithi005 ceph-mon[157099]: Upgrade: osd.3 is safe to restart 2023-07-12T15:30:37.709 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:37 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:30:37.709 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:37 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:30:37.710 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:37 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:30:37.710 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:37 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-07-12T15:30:37.710 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:37 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:30:37.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:37 smithi107 ceph-mon[133083]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-07-12T15:30:37.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:37 smithi107 ceph-mon[133083]: Upgrade: osd.3 is safe to restart 2023-07-12T15:30:37.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:37 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:30:37.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:37 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:30:37.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:37 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:30:37.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:37 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-07-12T15:30:37.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:37 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:30:38.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:38 smithi005 ceph-mon[157099]: pgmap v94: 129 pgs: 129 active+clean; 228 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:30:38.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:38 smithi005 ceph-mon[157099]: Upgrade: Updating osd.3 2023-07-12T15:30:38.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:38 smithi005 ceph-mon[157099]: Deploying daemon osd.3 on smithi005 2023-07-12T15:30:38.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:38 smithi107 ceph-mon[133083]: pgmap v94: 129 pgs: 129 active+clean; 228 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:30:38.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:38 smithi107 ceph-mon[133083]: Upgrade: Updating osd.3 2023-07-12T15:30:38.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:38 smithi107 ceph-mon[133083]: Deploying daemon osd.3 on smithi005 2023-07-12T15:30:39.433 INFO:journalctl@ceph.osd.3.smithi005.stdout:Jul 12 15:30:39 smithi005 systemd[1]: Stopping Ceph osd.3 for fe85c08a-20c5-11ee-9b31-001a4aab830c... 2023-07-12T15:30:39.434 INFO:journalctl@ceph.osd.3.smithi005.stdout:Jul 12 15:30:39 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.3[125563]: debug 2023-07-12T15:30:39.154+0000 7ff469f52700 -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-07-12T15:30:39.434 INFO:journalctl@ceph.osd.3.smithi005.stdout:Jul 12 15:30:39 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.3[125563]: debug 2023-07-12T15:30:39.154+0000 7ff469f52700 -1 osd.3 86 *** Got signal Terminated *** 2023-07-12T15:30:39.434 INFO:journalctl@ceph.osd.3.smithi005.stdout:Jul 12 15:30:39 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.3[125563]: debug 2023-07-12T15:30:39.154+0000 7ff469f52700 -1 osd.3 86 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-07-12T15:30:39.748 INFO:journalctl@ceph.osd.3.smithi005.stdout:Jul 12 15:30:39 smithi005 bash[173419]: ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.3 2023-07-12T15:30:39.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:39 smithi005 ceph-mon[157099]: osd.3 reported immediately failed by osd.2 2023-07-12T15:30:39.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:39 smithi005 ceph-mon[157099]: osd.3 failed (root=default,host=smithi005) (connection refused reported by osd.2) 2023-07-12T15:30:39.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:39 smithi005 ceph-mon[157099]: osd.3 reported immediately failed by osd.0 2023-07-12T15:30:39.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:39 smithi005 ceph-mon[157099]: osd.3 reported immediately failed by osd.1 2023-07-12T15:30:39.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:39 smithi005 ceph-mon[157099]: osd.3 reported immediately failed by osd.4 2023-07-12T15:30:39.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:39 smithi005 ceph-mon[157099]: osd.3 reported immediately failed by osd.5 2023-07-12T15:30:39.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:39 smithi005 ceph-mon[157099]: osd.3 reported immediately failed by osd.7 2023-07-12T15:30:39.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:39 smithi005 ceph-mon[157099]: osd.3 reported immediately failed by osd.6 2023-07-12T15:30:39.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:39 smithi005 ceph-mon[157099]: osd.3 reported immediately failed by osd.0 2023-07-12T15:30:39.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:39 smithi005 ceph-mon[157099]: osd.3 reported immediately failed by osd.1 2023-07-12T15:30:39.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:39 smithi005 ceph-mon[157099]: osd.3 reported immediately failed by osd.2 2023-07-12T15:30:39.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:39 smithi005 ceph-mon[157099]: osd.3 reported immediately failed by osd.4 2023-07-12T15:30:39.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:39 smithi005 ceph-mon[157099]: osd.3 reported immediately failed by osd.5 2023-07-12T15:30:39.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:39 smithi005 ceph-mon[157099]: osd.3 reported immediately failed by osd.7 2023-07-12T15:30:39.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:39 smithi005 ceph-mon[157099]: osd.3 reported immediately failed by osd.6 2023-07-12T15:30:39.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:39 smithi005 ceph-mon[157099]: osd.3 reported immediately failed by osd.4 2023-07-12T15:30:39.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:39 smithi107 ceph-mon[133083]: osd.3 reported immediately failed by osd.2 2023-07-12T15:30:39.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:39 smithi107 ceph-mon[133083]: osd.3 failed (root=default,host=smithi005) (connection refused reported by osd.2) 2023-07-12T15:30:39.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:39 smithi107 ceph-mon[133083]: osd.3 reported immediately failed by osd.0 2023-07-12T15:30:39.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:39 smithi107 ceph-mon[133083]: osd.3 reported immediately failed by osd.1 2023-07-12T15:30:39.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:39 smithi107 ceph-mon[133083]: osd.3 reported immediately failed by osd.4 2023-07-12T15:30:39.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:39 smithi107 ceph-mon[133083]: osd.3 reported immediately failed by osd.5 2023-07-12T15:30:39.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:39 smithi107 ceph-mon[133083]: osd.3 reported immediately failed by osd.7 2023-07-12T15:30:39.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:39 smithi107 ceph-mon[133083]: osd.3 reported immediately failed by osd.6 2023-07-12T15:30:39.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:39 smithi107 ceph-mon[133083]: osd.3 reported immediately failed by osd.0 2023-07-12T15:30:39.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:39 smithi107 ceph-mon[133083]: osd.3 reported immediately failed by osd.1 2023-07-12T15:30:39.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:39 smithi107 ceph-mon[133083]: osd.3 reported immediately failed by osd.2 2023-07-12T15:30:39.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:39 smithi107 ceph-mon[133083]: osd.3 reported immediately failed by osd.4 2023-07-12T15:30:39.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:39 smithi107 ceph-mon[133083]: osd.3 reported immediately failed by osd.5 2023-07-12T15:30:39.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:39 smithi107 ceph-mon[133083]: osd.3 reported immediately failed by osd.7 2023-07-12T15:30:39.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:39 smithi107 ceph-mon[133083]: osd.3 reported immediately failed by osd.6 2023-07-12T15:30:39.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:39 smithi107 ceph-mon[133083]: osd.3 reported immediately failed by osd.4 2023-07-12T15:30:40.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:40 smithi005 ceph-mon[157099]: pgmap v95: 129 pgs: 129 active+clean; 228 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-07-12T15:30:40.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:40 smithi005 ceph-mon[157099]: Health check failed: 1 osds down (OSD_DOWN) 2023-07-12T15:30:40.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:40 smithi005 ceph-mon[157099]: failed to encode map e87 with expected crc 2023-07-12T15:30:40.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:40 smithi005 ceph-mon[157099]: osdmap e87: 8 total, 7 up, 8 in 2023-07-12T15:30:40.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:40 smithi005 ceph-mon[157099]: failed to encode map e87 with expected crc 2023-07-12T15:30:40.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:40 smithi107 ceph-mon[133083]: pgmap v95: 129 pgs: 129 active+clean; 228 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-07-12T15:30:40.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:40 smithi107 ceph-mon[133083]: Health check failed: 1 osds down (OSD_DOWN) 2023-07-12T15:30:40.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:40 smithi107 ceph-mon[133083]: failed to encode map e87 with expected crc 2023-07-12T15:30:40.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:40 smithi107 ceph-mon[133083]: osdmap e87: 8 total, 7 up, 8 in 2023-07-12T15:30:40.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:40 smithi107 ceph-mon[133083]: failed to encode map e87 with expected crc 2023-07-12T15:30:41.216 INFO:journalctl@ceph.osd.3.smithi005.stdout:Jul 12 15:30:40 smithi005 systemd[1]: ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c@osd.3.service: Succeeded. 2023-07-12T15:30:41.217 INFO:journalctl@ceph.osd.3.smithi005.stdout:Jul 12 15:30:40 smithi005 systemd[1]: Stopped Ceph osd.3 for fe85c08a-20c5-11ee-9b31-001a4aab830c. 2023-07-12T15:30:41.217 INFO:journalctl@ceph.osd.3.smithi005.stdout:Jul 12 15:30:40 smithi005 systemd[1]: Starting Ceph osd.3 for fe85c08a-20c5-11ee-9b31-001a4aab830c... 2023-07-12T15:30:41.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:41 smithi107 ceph-mon[133083]: failed to encode map e88 with expected crc 2023-07-12T15:30:41.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:41 smithi107 ceph-mon[133083]: osdmap e88: 8 total, 7 up, 8 in 2023-07-12T15:30:41.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:41 smithi107 ceph-mon[133083]: failed to encode map e88 with expected crc 2023-07-12T15:30:41.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:41 smithi107 ceph-mon[133083]: failed to encode map e88 with expected crc 2023-07-12T15:30:41.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:41 smithi107 ceph-mon[133083]: failed to encode map e88 with expected crc 2023-07-12T15:30:41.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:41 smithi107 ceph-mon[133083]: failed to encode map e88 with expected crc 2023-07-12T15:30:41.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:41 smithi107 ceph-mon[133083]: failed to encode map e88 with expected crc 2023-07-12T15:30:41.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:41 smithi107 ceph-mon[133083]: failed to encode map e88 with expected crc 2023-07-12T15:30:41.925 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:41 smithi005 ceph-mon[157099]: failed to encode map e88 with expected crc 2023-07-12T15:30:41.925 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:41 smithi005 ceph-mon[157099]: osdmap e88: 8 total, 7 up, 8 in 2023-07-12T15:30:41.925 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:41 smithi005 ceph-mon[157099]: failed to encode map e88 with expected crc 2023-07-12T15:30:41.925 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:41 smithi005 ceph-mon[157099]: failed to encode map e88 with expected crc 2023-07-12T15:30:41.926 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:41 smithi005 ceph-mon[157099]: failed to encode map e88 with expected crc 2023-07-12T15:30:41.926 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:41 smithi005 ceph-mon[157099]: failed to encode map e88 with expected crc 2023-07-12T15:30:41.926 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:41 smithi005 ceph-mon[157099]: failed to encode map e88 with expected crc 2023-07-12T15:30:41.926 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:41 smithi005 ceph-mon[157099]: failed to encode map e88 with expected crc 2023-07-12T15:30:41.926 INFO:journalctl@ceph.osd.3.smithi005.stdout:Jul 12 15:30:41 smithi005 bash[173699]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2023-07-12T15:30:41.926 INFO:journalctl@ceph.osd.3.smithi005.stdout:Jul 12 15:30:41 smithi005 bash[173699]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-3 --no-mon-config --dev /dev/mapper/vg_nvme-lv_1 2023-07-12T15:30:41.927 INFO:journalctl@ceph.osd.3.smithi005.stdout:Jul 12 15:30:41 smithi005 bash[173699]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2023-07-12T15:30:41.927 INFO:journalctl@ceph.osd.3.smithi005.stdout:Jul 12 15:30:41 smithi005 bash[173699]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2023-07-12T15:30:41.927 INFO:journalctl@ceph.osd.3.smithi005.stdout:Jul 12 15:30:41 smithi005 bash[173699]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-3/block 2023-07-12T15:30:41.927 INFO:journalctl@ceph.osd.3.smithi005.stdout:Jul 12 15:30:41 smithi005 bash[173699]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2023-07-12T15:30:41.927 INFO:journalctl@ceph.osd.3.smithi005.stdout:Jul 12 15:30:41 smithi005 bash[173699]: --> ceph-volume raw activate successful for osd ID: 3 2023-07-12T15:30:42.748 INFO:journalctl@ceph.osd.3.smithi005.stdout:Jul 12 15:30:42 smithi005 ceph-osd[174015]: -- 172.21.15.5:0/2962768653 <== mon.0 v2:172.21.15.5:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55c80a9e84e0 con 0x55c80a9b8c00 2023-07-12T15:30:42.749 INFO:journalctl@ceph.osd.3.smithi005.stdout:Jul 12 15:30:42 smithi005 bash[173977]: 51659b46e9a243ff63546852eca9e07ec62f91055258a3eaac374b10222b2859 2023-07-12T15:30:42.749 INFO:journalctl@ceph.osd.3.smithi005.stdout:Jul 12 15:30:42 smithi005 systemd[1]: Started Ceph osd.3 for fe85c08a-20c5-11ee-9b31-001a4aab830c. 2023-07-12T15:30:42.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:42 smithi005 ceph-mon[157099]: pgmap v98: 129 pgs: 6 peering, 18 stale+active+clean, 105 active+clean; 228 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-07-12T15:30:42.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:42 smithi005 ceph-mon[157099]: Health check failed: Reduced data availability: 2 pgs peering (PG_AVAILABILITY) 2023-07-12T15:30:42.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:42 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:30:42.751 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:42 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:30:42.751 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:42 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:30:42.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:42 smithi107 ceph-mon[133083]: pgmap v98: 129 pgs: 6 peering, 18 stale+active+clean, 105 active+clean; 228 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-07-12T15:30:42.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:42 smithi107 ceph-mon[133083]: Health check failed: Reduced data availability: 2 pgs peering (PG_AVAILABILITY) 2023-07-12T15:30:42.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:42 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:30:42.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:42 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:30:42.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:42 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:30:43.248 INFO:journalctl@ceph.osd.3.smithi005.stdout:Jul 12 15:30:42 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-3[173992]: 2023-07-12T15:30:42.949+0000 7fd37e4a4640 -1 Falling back to public interface 2023-07-12T15:30:43.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:43 smithi107 ceph-mon[133083]: Health check failed: Degraded data redundancy: 29/447 objects degraded (6.488%), 9 pgs degraded (PG_DEGRADED) 2023-07-12T15:30:43.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:43 smithi005 ceph-mon[157099]: Health check failed: Degraded data redundancy: 29/447 objects degraded (6.488%), 9 pgs degraded (PG_DEGRADED) 2023-07-12T15:30:44.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:44 smithi107 ceph-mon[133083]: pgmap v99: 129 pgs: 9 active+undersized+degraded, 6 peering, 4 stale+active+clean, 25 active+undersized, 85 active+clean; 228 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 29/447 objects degraded (6.488%) 2023-07-12T15:30:44.981 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:44 smithi005 ceph-mon[157099]: pgmap v99: 129 pgs: 9 active+undersized+degraded, 6 peering, 4 stale+active+clean, 25 active+undersized, 85 active+clean; 228 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 29/447 objects degraded (6.488%) 2023-07-12T15:30:46.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:46 smithi107 ceph-mon[133083]: pgmap v100: 129 pgs: 11 active+undersized+degraded, 6 peering, 33 active+undersized, 79 active+clean; 228 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 37/447 objects degraded (8.277%) 2023-07-12T15:30:46.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:46 smithi005 ceph-mon[157099]: pgmap v100: 129 pgs: 11 active+undersized+degraded, 6 peering, 33 active+undersized, 79 active+clean; 228 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 37/447 objects degraded (8.277%) 2023-07-12T15:30:48.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:47 smithi107 ceph-mon[133083]: pgmap v101: 129 pgs: 16 active+undersized+degraded, 34 active+undersized, 79 active+clean; 228 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 51/447 objects degraded (11.409%) 2023-07-12T15:30:48.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:47 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:30:48.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:47 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:30:48.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:47 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:30:48.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:47 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:30:48.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:47 smithi107 ceph-mon[133083]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2023-07-12T15:30:48.186 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:47 smithi005 ceph-mon[157099]: pgmap v101: 129 pgs: 16 active+undersized+degraded, 34 active+undersized, 79 active+clean; 228 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 51/447 objects degraded (11.409%) 2023-07-12T15:30:48.186 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:47 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:30:48.186 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:47 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:30:48.186 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:47 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:30:48.186 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:47 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:30:48.187 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:47 smithi005 ceph-mon[157099]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2023-07-12T15:30:50.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:49 smithi107 ceph-mon[133083]: pgmap v102: 129 pgs: 16 active+undersized+degraded, 34 active+undersized, 79 active+clean; 228 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 51/447 objects degraded (11.409%) 2023-07-12T15:30:50.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:49 smithi107 ceph-mon[133083]: Health check update: Degraded data redundancy: 51/447 objects degraded (11.409%), 16 pgs degraded (PG_DEGRADED) 2023-07-12T15:30:50.173 INFO:journalctl@ceph.osd.3.smithi005.stdout:Jul 12 15:30:49 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-3[173992]: 2023-07-12T15:30:49.961+0000 7fd37e4a4640 -1 osd.3 86 log_to_monitors true 2023-07-12T15:30:50.174 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:49 smithi005 ceph-mon[157099]: pgmap v102: 129 pgs: 16 active+undersized+degraded, 34 active+undersized, 79 active+clean; 228 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 51/447 objects degraded (11.409%) 2023-07-12T15:30:50.174 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:49 smithi005 ceph-mon[157099]: Health check update: Degraded data redundancy: 51/447 objects degraded (11.409%), 16 pgs degraded (PG_DEGRADED) 2023-07-12T15:30:51.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:50 smithi107 ceph-mon[133083]: from='osd.3 [v2:172.21.15.5:6826/275305165,v1:172.21.15.5:6827/275305165]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-07-12T15:30:51.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:50 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:30:51.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:50 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:30:51.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:50 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:30:51.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:50 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-07-12T15:30:51.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:50 smithi107 ceph-mon[133083]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-07-12T15:30:51.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:50 smithi107 ceph-mon[133083]: pgmap v103: 129 pgs: 16 active+undersized+degraded, 34 active+undersized, 79 active+clean; 228 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 51/447 objects degraded (11.409%) 2023-07-12T15:30:51.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:50 smithi107 ceph-mon[133083]: pgmap v104: 129 pgs: 16 active+undersized+degraded, 34 active+undersized, 79 active+clean; 228 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 51/447 objects degraded (11.409%) 2023-07-12T15:30:51.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:50 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:30:51.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:50 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:30:51.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:50 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:30:51.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:50 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:30:51.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:50 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:30:51.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:50 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:30:51.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:50 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-07-12T15:30:51.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:50 smithi107 ceph-mon[133083]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-07-12T15:30:51.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:50 smithi107 ceph-mon[133083]: Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2023-07-12T15:30:51.248 INFO:journalctl@ceph.osd.3.smithi005.stdout:Jul 12 15:30:50 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-3[173992]: 2023-07-12T15:30:50.919+0000 7fd36c90b700 -1 osd.3 86 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-07-12T15:30:51.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:50 smithi005 ceph-mon[157099]: from='osd.3 [v2:172.21.15.5:6826/275305165,v1:172.21.15.5:6827/275305165]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-07-12T15:30:51.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:50 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:30:51.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:50 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:30:51.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:50 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:30:51.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:50 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-07-12T15:30:51.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:50 smithi005 ceph-mon[157099]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-07-12T15:30:51.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:50 smithi005 ceph-mon[157099]: pgmap v103: 129 pgs: 16 active+undersized+degraded, 34 active+undersized, 79 active+clean; 228 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 51/447 objects degraded (11.409%) 2023-07-12T15:30:51.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:50 smithi005 ceph-mon[157099]: pgmap v104: 129 pgs: 16 active+undersized+degraded, 34 active+undersized, 79 active+clean; 228 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 51/447 objects degraded (11.409%) 2023-07-12T15:30:51.250 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:50 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:30:51.250 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:50 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:30:51.250 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:50 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:30:51.250 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:50 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:30:51.250 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:50 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:30:51.250 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:50 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:30:51.250 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:50 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-07-12T15:30:51.250 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:50 smithi005 ceph-mon[157099]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-07-12T15:30:51.251 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:50 smithi005 ceph-mon[157099]: Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2023-07-12T15:30:52.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:51 smithi107 ceph-mon[133083]: from='osd.3 [v2:172.21.15.5:6826/275305165,v1:172.21.15.5:6827/275305165]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-07-12T15:30:52.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:51 smithi107 ceph-mon[133083]: osdmap e89: 8 total, 7 up, 8 in 2023-07-12T15:30:52.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:51 smithi107 ceph-mon[133083]: from='osd.3 [v2:172.21.15.5:6826/275305165,v1:172.21.15.5:6827/275305165]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-07-12T15:30:52.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:51 smithi107 ceph-mon[133083]: failed to encode map e89 with expected crc 2023-07-12T15:30:52.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:51 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:30:52.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:51 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:30:52.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:51 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:30:52.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:51 smithi005 ceph-mon[157099]: from='osd.3 [v2:172.21.15.5:6826/275305165,v1:172.21.15.5:6827/275305165]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-07-12T15:30:52.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:51 smithi005 ceph-mon[157099]: osdmap e89: 8 total, 7 up, 8 in 2023-07-12T15:30:52.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:51 smithi005 ceph-mon[157099]: from='osd.3 [v2:172.21.15.5:6826/275305165,v1:172.21.15.5:6827/275305165]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-07-12T15:30:52.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:51 smithi005 ceph-mon[157099]: failed to encode map e89 with expected crc 2023-07-12T15:30:52.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:51 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:30:52.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:51 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:30:52.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:51 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:30:53.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:52 smithi107 ceph-mon[133083]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-07-12T15:30:53.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:52 smithi107 ceph-mon[133083]: failed to encode map e90 with expected crc 2023-07-12T15:30:53.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:52 smithi107 ceph-mon[133083]: osd.3 [v2:172.21.15.5:6826/275305165,v1:172.21.15.5:6827/275305165] boot 2023-07-12T15:30:53.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:52 smithi107 ceph-mon[133083]: osdmap e90: 8 total, 8 up, 8 in 2023-07-12T15:30:53.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:52 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-07-12T15:30:53.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:52 smithi107 ceph-mon[133083]: pgmap v107: 129 pgs: 16 active+undersized+degraded, 34 active+undersized, 79 active+clean; 228 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 196 B/s rd, 0 op/s; 51/447 objects degraded (11.409%) 2023-07-12T15:30:53.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:52 smithi005 ceph-mon[157099]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-07-12T15:30:53.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:52 smithi005 ceph-mon[157099]: failed to encode map e90 with expected crc 2023-07-12T15:30:53.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:52 smithi005 ceph-mon[157099]: osd.3 [v2:172.21.15.5:6826/275305165,v1:172.21.15.5:6827/275305165] boot 2023-07-12T15:30:53.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:52 smithi005 ceph-mon[157099]: osdmap e90: 8 total, 8 up, 8 in 2023-07-12T15:30:53.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:52 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-07-12T15:30:53.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:52 smithi005 ceph-mon[157099]: pgmap v107: 129 pgs: 16 active+undersized+degraded, 34 active+undersized, 79 active+clean; 228 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 196 B/s rd, 0 op/s; 51/447 objects degraded (11.409%) 2023-07-12T15:30:54.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:53 smithi107 ceph-mon[133083]: failed to encode map e91 with expected crc 2023-07-12T15:30:54.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:53 smithi107 ceph-mon[133083]: failed to encode map e91 with expected crc 2023-07-12T15:30:54.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:53 smithi107 ceph-mon[133083]: osdmap e91: 8 total, 8 up, 8 in 2023-07-12T15:30:54.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:53 smithi107 ceph-mon[133083]: failed to encode map e91 with expected crc 2023-07-12T15:30:54.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:53 smithi107 ceph-mon[133083]: failed to encode map e91 with expected crc 2023-07-12T15:30:54.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:53 smithi107 ceph-mon[133083]: failed to encode map e91 with expected crc 2023-07-12T15:30:54.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:53 smithi107 ceph-mon[133083]: failed to encode map e91 with expected crc 2023-07-12T15:30:54.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:53 smithi107 ceph-mon[133083]: failed to encode map e91 with expected crc 2023-07-12T15:30:54.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:53 smithi107 ceph-mon[133083]: failed to encode map e91 with expected crc 2023-07-12T15:30:54.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:53 smithi107 ceph-mon[133083]: failed to encode map e91 with expected crc 2023-07-12T15:30:54.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:53 smithi107 ceph-mon[133083]: failed to encode map e91 with expected crc 2023-07-12T15:30:54.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:53 smithi107 ceph-mon[133083]: failed to encode map e91 with expected crc 2023-07-12T15:30:54.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:53 smithi005 ceph-mon[157099]: failed to encode map e91 with expected crc 2023-07-12T15:30:54.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:53 smithi005 ceph-mon[157099]: failed to encode map e91 with expected crc 2023-07-12T15:30:54.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:53 smithi005 ceph-mon[157099]: osdmap e91: 8 total, 8 up, 8 in 2023-07-12T15:30:54.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:53 smithi005 ceph-mon[157099]: failed to encode map e91 with expected crc 2023-07-12T15:30:54.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:53 smithi005 ceph-mon[157099]: failed to encode map e91 with expected crc 2023-07-12T15:30:54.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:53 smithi005 ceph-mon[157099]: failed to encode map e91 with expected crc 2023-07-12T15:30:54.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:53 smithi005 ceph-mon[157099]: failed to encode map e91 with expected crc 2023-07-12T15:30:54.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:53 smithi005 ceph-mon[157099]: failed to encode map e91 with expected crc 2023-07-12T15:30:54.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:53 smithi005 ceph-mon[157099]: failed to encode map e91 with expected crc 2023-07-12T15:30:54.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:53 smithi005 ceph-mon[157099]: failed to encode map e91 with expected crc 2023-07-12T15:30:54.250 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:53 smithi005 ceph-mon[157099]: failed to encode map e91 with expected crc 2023-07-12T15:30:54.250 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:53 smithi005 ceph-mon[157099]: failed to encode map e91 with expected crc 2023-07-12T15:30:55.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:55 smithi005 ceph-mon[157099]: pgmap v109: 129 pgs: 14 peering, 13 active+undersized+degraded, 17 active+undersized, 85 active+clean; 228 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 36/447 objects degraded (8.054%) 2023-07-12T15:30:55.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:55 smithi005 ceph-mon[157099]: Health check update: Degraded data redundancy: 36/447 objects degraded (8.054%), 13 pgs degraded (PG_DEGRADED) 2023-07-12T15:30:55.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:55 smithi107 ceph-mon[133083]: pgmap v109: 129 pgs: 14 peering, 13 active+undersized+degraded, 17 active+undersized, 85 active+clean; 228 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 36/447 objects degraded (8.054%) 2023-07-12T15:30:55.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:55 smithi107 ceph-mon[133083]: Health check update: Degraded data redundancy: 36/447 objects degraded (8.054%), 13 pgs degraded (PG_DEGRADED) 2023-07-12T15:30:57.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:57 smithi005 ceph-mon[157099]: pgmap v110: 129 pgs: 14 peering, 3 active+undersized+degraded, 3 active+undersized, 109 active+clean; 228 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 27 KiB/s rd, 27 op/s; 9/447 objects degraded (2.013%) 2023-07-12T15:30:57.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:57 smithi107 ceph-mon[133083]: pgmap v110: 129 pgs: 14 peering, 3 active+undersized+degraded, 3 active+undersized, 109 active+clean; 228 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 27 KiB/s rd, 27 op/s; 9/447 objects degraded (2.013%) 2023-07-12T15:30:58.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:58 smithi107 ceph-mon[133083]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 9/447 objects degraded (2.013%), 3 pgs degraded) 2023-07-12T15:30:58.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:58 smithi005 ceph-mon[157099]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 9/447 objects degraded (2.013%), 3 pgs degraded) 2023-07-12T15:30:59.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:30:59 smithi107 ceph-mon[133083]: pgmap v111: 129 pgs: 129 active+clean; 228 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 23 KiB/s rd, 23 op/s 2023-07-12T15:30:59.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:30:59 smithi005 ceph-mon[157099]: pgmap v111: 129 pgs: 129 active+clean; 228 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 23 KiB/s rd, 23 op/s 2023-07-12T15:31:01.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:01 smithi107 ceph-mon[133083]: pgmap v112: 129 pgs: 129 active+clean; 228 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 20 KiB/s rd, 20 op/s 2023-07-12T15:31:01.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:01 smithi005 ceph-mon[157099]: pgmap v112: 129 pgs: 129 active+clean; 228 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 20 KiB/s rd, 20 op/s 2023-07-12T15:31:02.060 INFO:teuthology.orchestra.run.smithi005.stdout:true 2023-07-12T15:31:02.706 INFO:teuthology.orchestra.run.smithi005.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-07-12T15:31:02.707 INFO:teuthology.orchestra.run.smithi005.stdout:alertmanager.smithi005 smithi005 *:9093,9094 running (12m) 15s ago 19m 18.3M - 0.20.0 0881eb8f169f 355c4c29f2f8 2023-07-12T15:31:02.707 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi005 smithi005 running (2m) 15s ago 19m 7503k - 18.1.2-55-gb1bd0540 45bffa74f7bc 6d61cd746662 2023-07-12T15:31:02.707 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi107 smithi107 running (2m) 119s ago 19m 7448k - 18.1.2-55-gb1bd0540 45bffa74f7bc 8e028a47fcc1 2023-07-12T15:31:02.707 INFO:teuthology.orchestra.run.smithi005.stdout:grafana.smithi005 smithi005 *:3000 running (9m) 15s ago 19m 43.1M - 6.7.4 557c83e11646 0aeea3117a7c 2023-07-12T15:31:02.707 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi005.llyakb smithi005 running (16m) 15s ago 16m 20.5M - 16.2.4 8d91d370c2b8 2e9588e0199b 2023-07-12T15:31:02.707 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi107.umdxex smithi107 running (16m) 119s ago 16m 43.1M - 16.2.4 8d91d370c2b8 401879dbc3a1 2023-07-12T15:31:02.707 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi005.fgymhs smithi005 *:8443,9283,8765 running (3m) 15s ago 21m 505M - 18.1.2-55-gb1bd0540 45bffa74f7bc 6affde0ea8e4 2023-07-12T15:31:02.708 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi107.erfdst smithi107 *:8443,9283,8765 running (2m) 119s ago 19m 443M - 18.1.2-55-gb1bd0540 45bffa74f7bc 72e428a0d1d5 2023-07-12T15:31:02.708 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi005 smithi005 running (2m) 15s ago 21m 110M 2048M 18.1.2-55-gb1bd0540 45bffa74f7bc 504af0dbfbc2 2023-07-12T15:31:02.708 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi107 smithi107 running (2m) 119s ago 19m 70.6M 2048M 18.1.2-55-gb1bd0540 45bffa74f7bc 2525deffcab9 2023-07-12T15:31:02.708 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.0.0.smithi005.raeamr smithi005 *:2049 running (14m) 15s ago 14m 148M - 3.5 8d91d370c2b8 cf45a3af5fd8 2023-07-12T15:31:02.708 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.1.0.smithi107.ppslpa smithi107 *:2049 running (14m) 119s ago 14m 90.5M - 3.5 8d91d370c2b8 1d4a977d4dad 2023-07-12T15:31:02.708 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi005 smithi005 *:9100 running (7m) 15s ago 19m 18.0M - 0.18.1 e5a616e4b9cf 49464b372a56 2023-07-12T15:31:02.708 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi107 smithi107 *:9100 running (3m) 119s ago 19m 5200k - 0.18.1 e5a616e4b9cf 96904bdb35f8 2023-07-12T15:31:02.708 INFO:teuthology.orchestra.run.smithi005.stdout:osd.0 smithi005 running (108s) 15s ago 18m 921M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc 231608dda745 2023-07-12T15:31:02.709 INFO:teuthology.orchestra.run.smithi005.stdout:osd.1 smithi005 running (79s) 15s ago 18m 790M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc a0dfe59f0ad8 2023-07-12T15:31:02.709 INFO:teuthology.orchestra.run.smithi005.stdout:osd.2 smithi005 running (49s) 15s ago 18m 638M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc 8592a0040135 2023-07-12T15:31:02.709 INFO:teuthology.orchestra.run.smithi005.stdout:osd.3 smithi005 running (20s) 15s ago 18m 14.7M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc 51659b46e9a2 2023-07-12T15:31:02.709 INFO:teuthology.orchestra.run.smithi005.stdout:osd.4 smithi107 running (18m) 119s ago 18m 2660M 4096M 16.2.4 8d91d370c2b8 27cd7acb5a1c 2023-07-12T15:31:02.709 INFO:teuthology.orchestra.run.smithi005.stdout:osd.5 smithi107 running (17m) 119s ago 17m 3512M 4096M 16.2.4 8d91d370c2b8 c0ddb4bafed0 2023-07-12T15:31:02.709 INFO:teuthology.orchestra.run.smithi005.stdout:osd.6 smithi107 running (17m) 119s ago 17m 2856M 4096M 16.2.4 8d91d370c2b8 82bc037c969c 2023-07-12T15:31:02.709 INFO:teuthology.orchestra.run.smithi005.stdout:osd.7 smithi107 running (17m) 119s ago 17m 4407M 4096M 16.2.4 8d91d370c2b8 516c8ea96297 2023-07-12T15:31:02.710 INFO:teuthology.orchestra.run.smithi005.stdout:prometheus.smithi005 smithi005 *:9095 error 15s ago 19m - - 2023-07-12T15:31:03.096 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:31:03.096 INFO:teuthology.orchestra.run.smithi005.stdout: "mon": { 2023-07-12T15:31:03.097 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 2 2023-07-12T15:31:03.097 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:31:03.097 INFO:teuthology.orchestra.run.smithi005.stdout: "mgr": { 2023-07-12T15:31:03.097 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 2 2023-07-12T15:31:03.098 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:31:03.098 INFO:teuthology.orchestra.run.smithi005.stdout: "osd": { 2023-07-12T15:31:03.098 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 4, 2023-07-12T15:31:03.098 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 4 2023-07-12T15:31:03.098 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:31:03.099 INFO:teuthology.orchestra.run.smithi005.stdout: "mds": { 2023-07-12T15:31:03.099 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2023-07-12T15:31:03.099 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:31:03.099 INFO:teuthology.orchestra.run.smithi005.stdout: "overall": { 2023-07-12T15:31:03.099 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 6, 2023-07-12T15:31:03.100 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 8 2023-07-12T15:31:03.100 INFO:teuthology.orchestra.run.smithi005.stdout: } 2023-07-12T15:31:03.100 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:31:03.421 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:31:03.421 INFO:teuthology.orchestra.run.smithi005.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:c4be3de0cb572873b18bf4d7ff19efd4676dcd86f150f2b38e50b5e2946cf6ef", 2023-07-12T15:31:03.421 INFO:teuthology.orchestra.run.smithi005.stdout: "in_progress": true, 2023-07-12T15:31:03.421 INFO:teuthology.orchestra.run.smithi005.stdout: "which": "Upgrading all daemon types on all hosts", 2023-07-12T15:31:03.421 INFO:teuthology.orchestra.run.smithi005.stdout: "services_complete": [ 2023-07-12T15:31:03.421 INFO:teuthology.orchestra.run.smithi005.stdout: "mon", 2023-07-12T15:31:03.422 INFO:teuthology.orchestra.run.smithi005.stdout: "mgr", 2023-07-12T15:31:03.422 INFO:teuthology.orchestra.run.smithi005.stdout: "crash" 2023-07-12T15:31:03.422 INFO:teuthology.orchestra.run.smithi005.stdout: ], 2023-07-12T15:31:03.422 INFO:teuthology.orchestra.run.smithi005.stdout: "progress": "10/23 daemons upgraded", 2023-07-12T15:31:03.422 INFO:teuthology.orchestra.run.smithi005.stdout: "message": "Currently upgrading osd daemons", 2023-07-12T15:31:03.422 INFO:teuthology.orchestra.run.smithi005.stdout: "is_paused": false 2023-07-12T15:31:03.422 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:31:03.804 INFO:teuthology.orchestra.run.smithi005.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2023-07-12T15:31:03.805 INFO:teuthology.orchestra.run.smithi005.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-07-12T15:31:03.805 INFO:teuthology.orchestra.run.smithi005.stdout: daemon prometheus.smithi005 on smithi005 is in error state 2023-07-12T15:31:03.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:03 smithi107 ceph-mon[133083]: pgmap v113: 129 pgs: 129 active+clean; 228 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2023-07-12T15:31:03.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:03 smithi107 ceph-mon[133083]: from='client.34252 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:31:03.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:03 smithi107 ceph-mon[133083]: from='client.34256 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:31:03.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:03 smithi107 ceph-mon[133083]: from='client.34260 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:31:03.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:03 smithi107 ceph-mon[133083]: from='client.? 172.21.15.5:0/2403219905' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:31:03.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:03 smithi005 ceph-mon[157099]: pgmap v113: 129 pgs: 129 active+clean; 228 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2023-07-12T15:31:03.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:03 smithi005 ceph-mon[157099]: from='client.34252 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:31:03.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:03 smithi005 ceph-mon[157099]: from='client.34256 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:31:03.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:03 smithi005 ceph-mon[157099]: from='client.34260 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:31:03.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:03 smithi005 ceph-mon[157099]: from='client.? 172.21.15.5:0/2403219905' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:31:04.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:04 smithi107 ceph-mon[133083]: from='client.34268 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:31:04.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:04 smithi107 ceph-mon[133083]: from='client.? 172.21.15.5:0/1425733971' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:31:04.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:04 smithi005 ceph-mon[157099]: from='client.34268 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:31:04.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:04 smithi005 ceph-mon[157099]: from='client.? 172.21.15.5:0/1425733971' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:31:05.875 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:05 smithi107 ceph-mon[133083]: pgmap v114: 129 pgs: 129 active+clean; 228 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 15 KiB/s rd, 14 op/s 2023-07-12T15:31:05.875 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:05 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-07-12T15:31:05.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:05 smithi005 ceph-mon[157099]: pgmap v114: 129 pgs: 129 active+clean; 228 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 15 KiB/s rd, 14 op/s 2023-07-12T15:31:05.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:05 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-07-12T15:31:06.870 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:06 smithi005 ceph-mon[157099]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-07-12T15:31:06.870 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:06 smithi005 ceph-mon[157099]: Upgrade: osd.4 is safe to restart 2023-07-12T15:31:06.870 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:06 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:31:06.870 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:06 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-07-12T15:31:06.870 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:06 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:31:06.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:06 smithi107 ceph-mon[133083]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-07-12T15:31:06.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:06 smithi107 ceph-mon[133083]: Upgrade: osd.4 is safe to restart 2023-07-12T15:31:06.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:06 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:31:06.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:06 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-07-12T15:31:06.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:06 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:31:07.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:07 smithi107 ceph-mon[133083]: pgmap v115: 129 pgs: 129 active+clean; 228 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 14 KiB/s rd, 13 op/s 2023-07-12T15:31:07.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:07 smithi107 ceph-mon[133083]: Upgrade: Updating osd.4 2023-07-12T15:31:07.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:07 smithi107 ceph-mon[133083]: Deploying daemon osd.4 on smithi107 2023-07-12T15:31:07.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:07 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:31:07.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:07 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:31:07.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:07 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:31:07.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:07 smithi005 ceph-mon[157099]: pgmap v115: 129 pgs: 129 active+clean; 228 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 14 KiB/s rd, 13 op/s 2023-07-12T15:31:07.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:07 smithi005 ceph-mon[157099]: Upgrade: Updating osd.4 2023-07-12T15:31:07.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:07 smithi005 ceph-mon[157099]: Deploying daemon osd.4 on smithi107 2023-07-12T15:31:07.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:07 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:31:07.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:07 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:31:07.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:07 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:31:08.341 INFO:journalctl@ceph.osd.4.smithi107.stdout:Jul 12 15:31:08 smithi107 systemd[1]: Stopping Ceph osd.4 for fe85c08a-20c5-11ee-9b31-001a4aab830c... 2023-07-12T15:31:08.599 INFO:journalctl@ceph.osd.4.smithi107.stdout:Jul 12 15:31:08 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.4[110269]: debug 2023-07-12T15:31:08.337+0000 7f9e9ebc8700 -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-07-12T15:31:08.600 INFO:journalctl@ceph.osd.4.smithi107.stdout:Jul 12 15:31:08 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.4[110269]: debug 2023-07-12T15:31:08.337+0000 7f9e9ebc8700 -1 osd.4 91 *** Got signal Terminated *** 2023-07-12T15:31:08.600 INFO:journalctl@ceph.osd.4.smithi107.stdout:Jul 12 15:31:08 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.4[110269]: debug 2023-07-12T15:31:08.337+0000 7f9e9ebc8700 -1 osd.4 91 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-07-12T15:31:08.918 INFO:journalctl@ceph.osd.4.smithi107.stdout:Jul 12 15:31:08 smithi107 bash[138308]: ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.4 2023-07-12T15:31:09.816 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:09 smithi107 ceph-mon[133083]: pgmap v116: 129 pgs: 129 active+clean; 228 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:31:09.816 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:09 smithi107 ceph-mon[133083]: osd.4 reported immediately failed by osd.2 2023-07-12T15:31:09.816 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:09 smithi107 ceph-mon[133083]: osd.4 failed (root=default,host=smithi107) (connection refused reported by osd.2) 2023-07-12T15:31:09.817 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:09 smithi107 ceph-mon[133083]: osd.4 reported immediately failed by osd.3 2023-07-12T15:31:09.817 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:09 smithi107 ceph-mon[133083]: osd.4 reported immediately failed by osd.5 2023-07-12T15:31:09.817 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:09 smithi107 ceph-mon[133083]: osd.4 reported immediately failed by osd.7 2023-07-12T15:31:09.817 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:09 smithi107 ceph-mon[133083]: osd.4 reported immediately failed by osd.6 2023-07-12T15:31:09.817 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:09 smithi107 ceph-mon[133083]: osd.4 reported immediately failed by osd.0 2023-07-12T15:31:09.817 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:09 smithi107 ceph-mon[133083]: osd.4 reported immediately failed by osd.1 2023-07-12T15:31:09.817 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:09 smithi107 ceph-mon[133083]: osd.4 reported immediately failed by osd.2 2023-07-12T15:31:09.818 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:09 smithi107 ceph-mon[133083]: osd.4 reported immediately failed by osd.3 2023-07-12T15:31:09.818 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:09 smithi107 ceph-mon[133083]: osd.4 reported immediately failed by osd.5 2023-07-12T15:31:09.818 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:09 smithi107 ceph-mon[133083]: osd.4 reported immediately failed by osd.7 2023-07-12T15:31:09.818 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:09 smithi107 ceph-mon[133083]: osd.4 reported immediately failed by osd.6 2023-07-12T15:31:09.818 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:09 smithi107 ceph-mon[133083]: osd.4 reported immediately failed by osd.0 2023-07-12T15:31:09.818 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:09 smithi107 ceph-mon[133083]: osd.4 reported immediately failed by osd.1 2023-07-12T15:31:09.818 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:09 smithi107 ceph-mon[133083]: osd.4 reported immediately failed by osd.7 2023-07-12T15:31:09.819 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:09 smithi107 ceph-mon[133083]: osd.4 reported immediately failed by osd.1 2023-07-12T15:31:09.819 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:09 smithi107 ceph-mon[133083]: osd.4 reported immediately failed by osd.2 2023-07-12T15:31:09.819 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:09 smithi107 ceph-mon[133083]: osd.4 reported immediately failed by osd.0 2023-07-12T15:31:09.819 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:09 smithi107 ceph-mon[133083]: osd.4 reported immediately failed by osd.3 2023-07-12T15:31:09.819 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:09 smithi107 ceph-mon[133083]: osd.4 reported immediately failed by osd.5 2023-07-12T15:31:09.819 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:09 smithi107 ceph-mon[133083]: osd.4 reported immediately failed by osd.3 2023-07-12T15:31:09.819 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:09 smithi107 ceph-mon[133083]: osd.4 reported immediately failed by osd.1 2023-07-12T15:31:09.820 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:09 smithi107 ceph-mon[133083]: osd.4 reported immediately failed by osd.2 2023-07-12T15:31:09.820 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:09 smithi107 ceph-mon[133083]: osd.4 reported immediately failed by osd.3 2023-07-12T15:31:09.820 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:09 smithi107 ceph-mon[133083]: osd.4 reported immediately failed by osd.5 2023-07-12T15:31:09.820 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:09 smithi107 ceph-mon[133083]: osd.4 reported immediately failed by osd.7 2023-07-12T15:31:09.820 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:09 smithi107 ceph-mon[133083]: osd.4 reported immediately failed by osd.6 2023-07-12T15:31:09.820 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:09 smithi107 ceph-mon[133083]: osd.4 reported immediately failed by osd.0 2023-07-12T15:31:09.820 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:09 smithi107 ceph-mon[133083]: osd.4 reported immediately failed by osd.1 2023-07-12T15:31:09.821 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:09 smithi107 ceph-mon[133083]: osd.4 reported immediately failed by osd.2 2023-07-12T15:31:09.821 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:09 smithi107 ceph-mon[133083]: osd.4 reported immediately failed by osd.5 2023-07-12T15:31:09.821 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:09 smithi107 ceph-mon[133083]: osd.4 reported immediately failed by osd.7 2023-07-12T15:31:09.821 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:09 smithi107 ceph-mon[133083]: osd.4 reported immediately failed by osd.6 2023-07-12T15:31:09.821 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:09 smithi107 ceph-mon[133083]: osd.4 reported immediately failed by osd.0 2023-07-12T15:31:09.821 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:09 smithi107 ceph-mon[133083]: osd.4 reported immediately failed by osd.7 2023-07-12T15:31:09.821 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:09 smithi107 ceph-mon[133083]: osd.4 reported immediately failed by osd.1 2023-07-12T15:31:09.822 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:09 smithi107 ceph-mon[133083]: osd.4 reported immediately failed by osd.2 2023-07-12T15:31:09.822 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:09 smithi107 ceph-mon[133083]: osd.4 reported immediately failed by osd.0 2023-07-12T15:31:09.822 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:09 smithi107 ceph-mon[133083]: osd.4 reported immediately failed by osd.3 2023-07-12T15:31:09.822 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:09 smithi107 ceph-mon[133083]: osd.4 reported immediately failed by osd.5 2023-07-12T15:31:09.822 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:09 smithi107 ceph-mon[133083]: osd.4 reported immediately failed by osd.7 2023-07-12T15:31:09.822 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:09 smithi107 ceph-mon[133083]: osd.4 reported immediately failed by osd.2 2023-07-12T15:31:09.822 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:09 smithi107 ceph-mon[133083]: osd.4 reported immediately failed by osd.1 2023-07-12T15:31:09.822 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:09 smithi107 ceph-mon[133083]: osd.4 reported immediately failed by osd.0 2023-07-12T15:31:09.823 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:09 smithi107 ceph-mon[133083]: osd.4 reported immediately failed by osd.3 2023-07-12T15:31:09.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:09 smithi005 ceph-mon[157099]: pgmap v116: 129 pgs: 129 active+clean; 228 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:31:09.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:09 smithi005 ceph-mon[157099]: osd.4 reported immediately failed by osd.2 2023-07-12T15:31:09.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:09 smithi005 ceph-mon[157099]: osd.4 failed (root=default,host=smithi107) (connection refused reported by osd.2) 2023-07-12T15:31:09.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:09 smithi005 ceph-mon[157099]: osd.4 reported immediately failed by osd.3 2023-07-12T15:31:09.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:09 smithi005 ceph-mon[157099]: osd.4 reported immediately failed by osd.5 2023-07-12T15:31:09.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:09 smithi005 ceph-mon[157099]: osd.4 reported immediately failed by osd.7 2023-07-12T15:31:09.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:09 smithi005 ceph-mon[157099]: osd.4 reported immediately failed by osd.6 2023-07-12T15:31:10.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:09 smithi005 ceph-mon[157099]: osd.4 reported immediately failed by osd.0 2023-07-12T15:31:10.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:09 smithi005 ceph-mon[157099]: osd.4 reported immediately failed by osd.1 2023-07-12T15:31:10.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:09 smithi005 ceph-mon[157099]: osd.4 reported immediately failed by osd.2 2023-07-12T15:31:10.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:09 smithi005 ceph-mon[157099]: osd.4 reported immediately failed by osd.3 2023-07-12T15:31:10.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:09 smithi005 ceph-mon[157099]: osd.4 reported immediately failed by osd.5 2023-07-12T15:31:10.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:09 smithi005 ceph-mon[157099]: osd.4 reported immediately failed by osd.7 2023-07-12T15:31:10.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:09 smithi005 ceph-mon[157099]: osd.4 reported immediately failed by osd.6 2023-07-12T15:31:10.001 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:09 smithi005 ceph-mon[157099]: osd.4 reported immediately failed by osd.0 2023-07-12T15:31:10.001 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:09 smithi005 ceph-mon[157099]: osd.4 reported immediately failed by osd.1 2023-07-12T15:31:10.001 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:09 smithi005 ceph-mon[157099]: osd.4 reported immediately failed by osd.7 2023-07-12T15:31:10.001 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:09 smithi005 ceph-mon[157099]: osd.4 reported immediately failed by osd.1 2023-07-12T15:31:10.001 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:09 smithi005 ceph-mon[157099]: osd.4 reported immediately failed by osd.2 2023-07-12T15:31:10.001 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:09 smithi005 ceph-mon[157099]: osd.4 reported immediately failed by osd.0 2023-07-12T15:31:10.001 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:09 smithi005 ceph-mon[157099]: osd.4 reported immediately failed by osd.3 2023-07-12T15:31:10.002 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:09 smithi005 ceph-mon[157099]: osd.4 reported immediately failed by osd.5 2023-07-12T15:31:10.002 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:09 smithi005 ceph-mon[157099]: osd.4 reported immediately failed by osd.3 2023-07-12T15:31:10.002 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:09 smithi005 ceph-mon[157099]: osd.4 reported immediately failed by osd.1 2023-07-12T15:31:10.002 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:09 smithi005 ceph-mon[157099]: osd.4 reported immediately failed by osd.2 2023-07-12T15:31:10.002 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:09 smithi005 ceph-mon[157099]: osd.4 reported immediately failed by osd.3 2023-07-12T15:31:10.002 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:09 smithi005 ceph-mon[157099]: osd.4 reported immediately failed by osd.5 2023-07-12T15:31:10.002 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:09 smithi005 ceph-mon[157099]: osd.4 reported immediately failed by osd.7 2023-07-12T15:31:10.003 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:09 smithi005 ceph-mon[157099]: osd.4 reported immediately failed by osd.6 2023-07-12T15:31:10.003 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:09 smithi005 ceph-mon[157099]: osd.4 reported immediately failed by osd.0 2023-07-12T15:31:10.003 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:09 smithi005 ceph-mon[157099]: osd.4 reported immediately failed by osd.1 2023-07-12T15:31:10.003 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:09 smithi005 ceph-mon[157099]: osd.4 reported immediately failed by osd.2 2023-07-12T15:31:10.003 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:09 smithi005 ceph-mon[157099]: osd.4 reported immediately failed by osd.5 2023-07-12T15:31:10.003 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:09 smithi005 ceph-mon[157099]: osd.4 reported immediately failed by osd.7 2023-07-12T15:31:10.003 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:09 smithi005 ceph-mon[157099]: osd.4 reported immediately failed by osd.6 2023-07-12T15:31:10.004 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:09 smithi005 ceph-mon[157099]: osd.4 reported immediately failed by osd.0 2023-07-12T15:31:10.004 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:09 smithi005 ceph-mon[157099]: osd.4 reported immediately failed by osd.7 2023-07-12T15:31:10.004 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:09 smithi005 ceph-mon[157099]: osd.4 reported immediately failed by osd.1 2023-07-12T15:31:10.004 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:09 smithi005 ceph-mon[157099]: osd.4 reported immediately failed by osd.2 2023-07-12T15:31:10.004 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:09 smithi005 ceph-mon[157099]: osd.4 reported immediately failed by osd.0 2023-07-12T15:31:10.004 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:09 smithi005 ceph-mon[157099]: osd.4 reported immediately failed by osd.3 2023-07-12T15:31:10.004 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:09 smithi005 ceph-mon[157099]: osd.4 reported immediately failed by osd.5 2023-07-12T15:31:10.005 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:09 smithi005 ceph-mon[157099]: osd.4 reported immediately failed by osd.7 2023-07-12T15:31:10.005 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:09 smithi005 ceph-mon[157099]: osd.4 reported immediately failed by osd.2 2023-07-12T15:31:10.005 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:09 smithi005 ceph-mon[157099]: osd.4 reported immediately failed by osd.1 2023-07-12T15:31:10.005 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:09 smithi005 ceph-mon[157099]: osd.4 reported immediately failed by osd.0 2023-07-12T15:31:10.005 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:09 smithi005 ceph-mon[157099]: osd.4 reported immediately failed by osd.3 2023-07-12T15:31:10.087 INFO:journalctl@ceph.osd.4.smithi107.stdout:Jul 12 15:31:09 smithi107 systemd[1]: ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c@osd.4.service: Succeeded. 2023-07-12T15:31:10.088 INFO:journalctl@ceph.osd.4.smithi107.stdout:Jul 12 15:31:09 smithi107 systemd[1]: Stopped Ceph osd.4 for fe85c08a-20c5-11ee-9b31-001a4aab830c. 2023-07-12T15:31:10.364 INFO:journalctl@ceph.osd.4.smithi107.stdout:Jul 12 15:31:10 smithi107 systemd[1]: Starting Ceph osd.4 for fe85c08a-20c5-11ee-9b31-001a4aab830c... 2023-07-12T15:31:10.914 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:10 smithi107 ceph-mon[133083]: Health check failed: 1 osds down (OSD_DOWN) 2023-07-12T15:31:10.914 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:10 smithi107 ceph-mon[133083]: osdmap e92: 8 total, 7 up, 8 in 2023-07-12T15:31:10.914 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:10 smithi107 ceph-mon[133083]: failed to encode map e92 with expected crc 2023-07-12T15:31:10.914 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:10 smithi107 ceph-mon[133083]: failed to encode map e92 with expected crc 2023-07-12T15:31:10.915 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:10 smithi107 ceph-mon[133083]: failed to encode map e92 with expected crc 2023-07-12T15:31:10.915 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:10 smithi107 ceph-mon[133083]: failed to encode map e92 with expected crc 2023-07-12T15:31:10.915 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:10 smithi107 ceph-mon[133083]: failed to encode map e92 with expected crc 2023-07-12T15:31:10.915 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:10 smithi107 ceph-mon[133083]: failed to encode map e92 with expected crc 2023-07-12T15:31:10.915 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:10 smithi107 ceph-mon[133083]: failed to encode map e92 with expected crc 2023-07-12T15:31:10.915 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:10 smithi107 ceph-mon[133083]: failed to encode map e92 with expected crc 2023-07-12T15:31:10.915 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:10 smithi107 ceph-mon[133083]: failed to encode map e92 with expected crc 2023-07-12T15:31:10.915 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:10 smithi107 ceph-mon[133083]: failed to encode map e92 with expected crc 2023-07-12T15:31:10.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:10 smithi005 ceph-mon[157099]: Health check failed: 1 osds down (OSD_DOWN) 2023-07-12T15:31:10.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:10 smithi005 ceph-mon[157099]: osdmap e92: 8 total, 7 up, 8 in 2023-07-12T15:31:10.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:10 smithi005 ceph-mon[157099]: failed to encode map e92 with expected crc 2023-07-12T15:31:10.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:10 smithi005 ceph-mon[157099]: failed to encode map e92 with expected crc 2023-07-12T15:31:10.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:10 smithi005 ceph-mon[157099]: failed to encode map e92 with expected crc 2023-07-12T15:31:11.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:10 smithi005 ceph-mon[157099]: failed to encode map e92 with expected crc 2023-07-12T15:31:11.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:10 smithi005 ceph-mon[157099]: failed to encode map e92 with expected crc 2023-07-12T15:31:11.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:10 smithi005 ceph-mon[157099]: failed to encode map e92 with expected crc 2023-07-12T15:31:11.001 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:10 smithi005 ceph-mon[157099]: failed to encode map e92 with expected crc 2023-07-12T15:31:11.001 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:10 smithi005 ceph-mon[157099]: failed to encode map e92 with expected crc 2023-07-12T15:31:11.001 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:10 smithi005 ceph-mon[157099]: failed to encode map e92 with expected crc 2023-07-12T15:31:11.001 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:10 smithi005 ceph-mon[157099]: failed to encode map e92 with expected crc 2023-07-12T15:31:11.168 INFO:journalctl@ceph.osd.4.smithi107.stdout:Jul 12 15:31:10 smithi107 bash[138625]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2023-07-12T15:31:11.168 INFO:journalctl@ceph.osd.4.smithi107.stdout:Jul 12 15:31:10 smithi107 bash[138625]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-4 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2023-07-12T15:31:11.168 INFO:journalctl@ceph.osd.4.smithi107.stdout:Jul 12 15:31:10 smithi107 bash[138625]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2023-07-12T15:31:11.169 INFO:journalctl@ceph.osd.4.smithi107.stdout:Jul 12 15:31:10 smithi107 bash[138625]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2023-07-12T15:31:11.169 INFO:journalctl@ceph.osd.4.smithi107.stdout:Jul 12 15:31:10 smithi107 bash[138625]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-4/block 2023-07-12T15:31:11.169 INFO:journalctl@ceph.osd.4.smithi107.stdout:Jul 12 15:31:10 smithi107 bash[138625]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2023-07-12T15:31:11.169 INFO:journalctl@ceph.osd.4.smithi107.stdout:Jul 12 15:31:10 smithi107 bash[138625]: --> ceph-volume raw activate successful for osd ID: 4 2023-07-12T15:31:11.918 INFO:journalctl@ceph.osd.4.smithi107.stdout:Jul 12 15:31:11 smithi107 ceph-osd[138913]: -- 172.21.15.107:0/1534641513 <== mon.1 v2:172.21.15.107:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5566f629c4e0 con 0x5566f626cc00 2023-07-12T15:31:11.919 INFO:journalctl@ceph.osd.4.smithi107.stdout:Jul 12 15:31:11 smithi107 bash[138874]: 8aff710dba6db902fb1b0e670989a93735b8f9af5e6a30798bcb2abfbb3ebb5e 2023-07-12T15:31:11.919 INFO:journalctl@ceph.osd.4.smithi107.stdout:Jul 12 15:31:11 smithi107 systemd[1]: Started Ceph osd.4 for fe85c08a-20c5-11ee-9b31-001a4aab830c. 2023-07-12T15:31:11.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:11 smithi107 ceph-mon[133083]: pgmap v118: 129 pgs: 18 stale+active+clean, 111 active+clean; 228 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-07-12T15:31:11.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:11 smithi107 ceph-mon[133083]: osdmap e93: 8 total, 7 up, 8 in 2023-07-12T15:31:11.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:11 smithi107 ceph-mon[133083]: failed to encode map e93 with expected crc 2023-07-12T15:31:11.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:11 smithi107 ceph-mon[133083]: failed to encode map e93 with expected crc 2023-07-12T15:31:11.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:11 smithi107 ceph-mon[133083]: failed to encode map e93 with expected crc 2023-07-12T15:31:11.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:11 smithi107 ceph-mon[133083]: failed to encode map e93 with expected crc 2023-07-12T15:31:11.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:11 smithi107 ceph-mon[133083]: failed to encode map e93 with expected crc 2023-07-12T15:31:11.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:11 smithi005 ceph-mon[157099]: pgmap v118: 129 pgs: 18 stale+active+clean, 111 active+clean; 228 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-07-12T15:31:11.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:11 smithi005 ceph-mon[157099]: osdmap e93: 8 total, 7 up, 8 in 2023-07-12T15:31:11.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:11 smithi005 ceph-mon[157099]: failed to encode map e93 with expected crc 2023-07-12T15:31:11.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:11 smithi005 ceph-mon[157099]: failed to encode map e93 with expected crc 2023-07-12T15:31:11.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:11 smithi005 ceph-mon[157099]: failed to encode map e93 with expected crc 2023-07-12T15:31:11.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:11 smithi005 ceph-mon[157099]: failed to encode map e93 with expected crc 2023-07-12T15:31:11.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:11 smithi005 ceph-mon[157099]: failed to encode map e93 with expected crc 2023-07-12T15:31:12.418 INFO:journalctl@ceph.osd.4.smithi107.stdout:Jul 12 15:31:12 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-4[138890]: 2023-07-12T15:31:12.117+0000 7f31d04ab640 -1 Falling back to public interface 2023-07-12T15:31:12.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:12 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:31:12.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:12 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:31:12.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:12 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:31:12.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:12 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:31:12.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:12 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:31:12.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:12 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:31:13.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:13 smithi107 ceph-mon[133083]: pgmap v120: 129 pgs: 3 active+undersized+degraded, 3 peering, 9 stale+active+clean, 13 active+undersized, 101 active+clean; 228 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 11/447 objects degraded (2.461%) 2023-07-12T15:31:13.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:13 smithi107 ceph-mon[133083]: Health check failed: Reduced data availability: 2 pgs peering (PG_AVAILABILITY) 2023-07-12T15:31:13.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:13 smithi107 ceph-mon[133083]: Health check failed: Degraded data redundancy: 11/447 objects degraded (2.461%), 3 pgs degraded (PG_DEGRADED) 2023-07-12T15:31:13.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:13 smithi005 ceph-mon[157099]: pgmap v120: 129 pgs: 3 active+undersized+degraded, 3 peering, 9 stale+active+clean, 13 active+undersized, 101 active+clean; 228 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 11/447 objects degraded (2.461%) 2023-07-12T15:31:13.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:13 smithi005 ceph-mon[157099]: Health check failed: Reduced data availability: 2 pgs peering (PG_AVAILABILITY) 2023-07-12T15:31:13.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:13 smithi005 ceph-mon[157099]: Health check failed: Degraded data redundancy: 11/447 objects degraded (2.461%), 3 pgs degraded (PG_DEGRADED) 2023-07-12T15:31:15.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:15 smithi107 ceph-mon[133083]: pgmap v121: 129 pgs: 15 active+undersized+degraded, 3 peering, 39 active+undersized, 72 active+clean; 228 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 127 B/s rd, 0 op/s; 51/447 objects degraded (11.409%) 2023-07-12T15:31:15.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:15 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:31:15.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:15 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:31:15.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:15 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:31:15.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:15 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:31:15.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:15 smithi005 ceph-mon[157099]: pgmap v121: 129 pgs: 15 active+undersized+degraded, 3 peering, 39 active+undersized, 72 active+clean; 228 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 127 B/s rd, 0 op/s; 51/447 objects degraded (11.409%) 2023-07-12T15:31:15.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:15 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:31:15.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:15 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:31:15.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:15 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:31:15.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:15 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:31:16.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:16 smithi005 ceph-mon[157099]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2023-07-12T15:31:16.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:16 smithi107 ceph-mon[133083]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2023-07-12T15:31:17.627 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:17 smithi005 ceph-mon[157099]: pgmap v122: 129 pgs: 16 active+undersized+degraded, 41 active+undersized, 72 active+clean; 228 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 52/447 objects degraded (11.633%) 2023-07-12T15:31:17.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:17 smithi107 ceph-mon[133083]: pgmap v122: 129 pgs: 16 active+undersized+degraded, 41 active+undersized, 72 active+clean; 228 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 52/447 objects degraded (11.633%) 2023-07-12T15:31:18.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:18 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:31:18.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:18 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:31:18.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:18 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:31:18.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:18 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-07-12T15:31:18.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:18 smithi005 ceph-mon[157099]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-07-12T15:31:18.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:18 smithi005 ceph-mon[157099]: pgmap v123: 129 pgs: 16 active+undersized+degraded, 41 active+undersized, 72 active+clean; 228 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 258 B/s rd, 0 op/s; 52/447 objects degraded (11.633%) 2023-07-12T15:31:18.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:18 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:31:18.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:18 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:31:18.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:18 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:31:18.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:18 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:31:18.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:18 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:31:18.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:18 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:31:18.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:18 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-07-12T15:31:18.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:18 smithi005 ceph-mon[157099]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-07-12T15:31:18.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:18 smithi005 ceph-mon[157099]: Upgrade: unsafe to stop osd(s) at this time (10 PGs are or would become offline) 2023-07-12T15:31:18.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:18 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:31:18.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:18 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:31:18.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:18 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:31:18.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:18 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-07-12T15:31:18.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:18 smithi107 ceph-mon[133083]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-07-12T15:31:18.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:18 smithi107 ceph-mon[133083]: pgmap v123: 129 pgs: 16 active+undersized+degraded, 41 active+undersized, 72 active+clean; 228 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 258 B/s rd, 0 op/s; 52/447 objects degraded (11.633%) 2023-07-12T15:31:18.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:18 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:31:18.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:18 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:31:18.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:18 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:31:18.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:18 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:31:18.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:18 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:31:18.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:18 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:31:18.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:18 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-07-12T15:31:18.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:18 smithi107 ceph-mon[133083]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-07-12T15:31:18.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:18 smithi107 ceph-mon[133083]: Upgrade: unsafe to stop osd(s) at this time (10 PGs are or would become offline) 2023-07-12T15:31:19.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:19 smithi005 ceph-mon[157099]: Health check update: Degraded data redundancy: 52/447 objects degraded (11.633%), 16 pgs degraded (PG_DEGRADED) 2023-07-12T15:31:19.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:19 smithi005 ceph-mon[157099]: from='osd.4 [v2:172.21.15.107:6800/752921383,v1:172.21.15.107:6801/752921383]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-07-12T15:31:19.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:19 smithi005 ceph-mon[157099]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-07-12T15:31:19.918 INFO:journalctl@ceph.osd.4.smithi107.stdout:Jul 12 15:31:19 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-4[138890]: 2023-07-12T15:31:19.482+0000 7f31d04ab640 -1 osd.4 91 log_to_monitors true 2023-07-12T15:31:19.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:19 smithi107 ceph-mon[133083]: Health check update: Degraded data redundancy: 52/447 objects degraded (11.633%), 16 pgs degraded (PG_DEGRADED) 2023-07-12T15:31:19.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:19 smithi107 ceph-mon[133083]: from='osd.4 [v2:172.21.15.107:6800/752921383,v1:172.21.15.107:6801/752921383]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-07-12T15:31:19.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:19 smithi107 ceph-mon[133083]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-07-12T15:31:20.918 INFO:journalctl@ceph.osd.4.smithi107.stdout:Jul 12 15:31:20 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-4[138890]: 2023-07-12T15:31:20.518+0000 7f31c0115700 -1 osd.4 91 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-07-12T15:31:20.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:20 smithi107 ceph-mon[133083]: pgmap v124: 129 pgs: 16 active+undersized+degraded, 41 active+undersized, 72 active+clean; 228 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 216 B/s rd, 0 op/s; 52/447 objects degraded (11.633%) 2023-07-12T15:31:20.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:20 smithi107 ceph-mon[133083]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-07-12T15:31:20.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:20 smithi107 ceph-mon[133083]: osdmap e94: 8 total, 7 up, 8 in 2023-07-12T15:31:20.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:20 smithi005 ceph-mon[157099]: pgmap v124: 129 pgs: 16 active+undersized+degraded, 41 active+undersized, 72 active+clean; 228 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 216 B/s rd, 0 op/s; 52/447 objects degraded (11.633%) 2023-07-12T15:31:20.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:20 smithi005 ceph-mon[157099]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-07-12T15:31:20.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:20 smithi005 ceph-mon[157099]: osdmap e94: 8 total, 7 up, 8 in 2023-07-12T15:31:21.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:21 smithi107 ceph-mon[133083]: failed to encode map e94 with expected crc 2023-07-12T15:31:21.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:21 smithi107 ceph-mon[133083]: from='osd.4 [v2:172.21.15.107:6800/752921383,v1:172.21.15.107:6801/752921383]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2023-07-12T15:31:21.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:21 smithi107 ceph-mon[133083]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2023-07-12T15:31:21.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:21 smithi005 ceph-mon[157099]: failed to encode map e94 with expected crc 2023-07-12T15:31:21.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:21 smithi005 ceph-mon[157099]: from='osd.4 [v2:172.21.15.107:6800/752921383,v1:172.21.15.107:6801/752921383]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2023-07-12T15:31:21.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:21 smithi005 ceph-mon[157099]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2023-07-12T15:31:22.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:22 smithi107 ceph-mon[133083]: pgmap v126: 129 pgs: 16 active+undersized+degraded, 41 active+undersized, 72 active+clean; 228 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 216 B/s rd, 0 op/s; 52/447 objects degraded (11.633%) 2023-07-12T15:31:22.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:22 smithi107 ceph-mon[133083]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-07-12T15:31:22.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:22 smithi107 ceph-mon[133083]: failed to encode map e95 with expected crc 2023-07-12T15:31:22.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:22 smithi107 ceph-mon[133083]: osd.4 [v2:172.21.15.107:6800/752921383,v1:172.21.15.107:6801/752921383] boot 2023-07-12T15:31:22.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:22 smithi107 ceph-mon[133083]: osdmap e95: 8 total, 8 up, 8 in 2023-07-12T15:31:22.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:22 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-07-12T15:31:22.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:22 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:31:22.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:22 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:31:22.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:22 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:31:22.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:22 smithi005 ceph-mon[157099]: pgmap v126: 129 pgs: 16 active+undersized+degraded, 41 active+undersized, 72 active+clean; 228 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 216 B/s rd, 0 op/s; 52/447 objects degraded (11.633%) 2023-07-12T15:31:22.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:22 smithi005 ceph-mon[157099]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-07-12T15:31:22.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:22 smithi005 ceph-mon[157099]: failed to encode map e95 with expected crc 2023-07-12T15:31:22.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:22 smithi005 ceph-mon[157099]: osd.4 [v2:172.21.15.107:6800/752921383,v1:172.21.15.107:6801/752921383] boot 2023-07-12T15:31:22.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:22 smithi005 ceph-mon[157099]: osdmap e95: 8 total, 8 up, 8 in 2023-07-12T15:31:22.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:22 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-07-12T15:31:22.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:22 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:31:22.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:22 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:31:22.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:22 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:31:23.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:23 smithi107 ceph-mon[133083]: failed to encode map e96 with expected crc 2023-07-12T15:31:23.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:23 smithi107 ceph-mon[133083]: osdmap e96: 8 total, 8 up, 8 in 2023-07-12T15:31:23.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:23 smithi107 ceph-mon[133083]: failed to encode map e96 with expected crc 2023-07-12T15:31:23.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:23 smithi107 ceph-mon[133083]: failed to encode map e96 with expected crc 2023-07-12T15:31:23.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:23 smithi107 ceph-mon[133083]: failed to encode map e96 with expected crc 2023-07-12T15:31:23.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:23 smithi107 ceph-mon[133083]: failed to encode map e96 with expected crc 2023-07-12T15:31:23.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:23 smithi107 ceph-mon[133083]: failed to encode map e96 with expected crc 2023-07-12T15:31:23.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:23 smithi107 ceph-mon[133083]: failed to encode map e96 with expected crc 2023-07-12T15:31:23.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:23 smithi107 ceph-mon[133083]: failed to encode map e96 with expected crc 2023-07-12T15:31:23.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:23 smithi005 ceph-mon[157099]: failed to encode map e96 with expected crc 2023-07-12T15:31:23.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:23 smithi005 ceph-mon[157099]: osdmap e96: 8 total, 8 up, 8 in 2023-07-12T15:31:23.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:23 smithi005 ceph-mon[157099]: failed to encode map e96 with expected crc 2023-07-12T15:31:23.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:23 smithi005 ceph-mon[157099]: failed to encode map e96 with expected crc 2023-07-12T15:31:23.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:23 smithi005 ceph-mon[157099]: failed to encode map e96 with expected crc 2023-07-12T15:31:23.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:23 smithi005 ceph-mon[157099]: failed to encode map e96 with expected crc 2023-07-12T15:31:23.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:23 smithi005 ceph-mon[157099]: failed to encode map e96 with expected crc 2023-07-12T15:31:23.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:23 smithi005 ceph-mon[157099]: failed to encode map e96 with expected crc 2023-07-12T15:31:23.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:23 smithi005 ceph-mon[157099]: failed to encode map e96 with expected crc 2023-07-12T15:31:24.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:24 smithi107 ceph-mon[133083]: pgmap v129: 129 pgs: 6 active+undersized+degraded, 22 active+undersized, 101 active+clean; 228 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s; 16/447 objects degraded (3.579%) 2023-07-12T15:31:24.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:24 smithi107 ceph-mon[133083]: Health check update: Degraded data redundancy: 16/447 objects degraded (3.579%), 6 pgs degraded (PG_DEGRADED) 2023-07-12T15:31:24.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:24 smithi005 ceph-mon[157099]: pgmap v129: 129 pgs: 6 active+undersized+degraded, 22 active+undersized, 101 active+clean; 228 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s; 16/447 objects degraded (3.579%) 2023-07-12T15:31:24.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:24 smithi005 ceph-mon[157099]: Health check update: Degraded data redundancy: 16/447 objects degraded (3.579%), 6 pgs degraded (PG_DEGRADED) 2023-07-12T15:31:26.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:26 smithi107 ceph-mon[133083]: pgmap v130: 129 pgs: 6 active+undersized+degraded, 22 active+undersized, 101 active+clean; 228 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s; 16/447 objects degraded (3.579%) 2023-07-12T15:31:26.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:26 smithi005 ceph-mon[157099]: pgmap v130: 129 pgs: 6 active+undersized+degraded, 22 active+undersized, 101 active+clean; 228 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s; 16/447 objects degraded (3.579%) 2023-07-12T15:31:27.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:27 smithi107 ceph-mon[133083]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 16/447 objects degraded (3.579%), 6 pgs degraded) 2023-07-12T15:31:27.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:27 smithi005 ceph-mon[157099]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 16/447 objects degraded (3.579%), 6 pgs degraded) 2023-07-12T15:31:28.851 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:28 smithi005 ceph-mon[157099]: pgmap v131: 129 pgs: 129 active+clean; 228 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 292 B/s rd, 0 op/s 2023-07-12T15:31:28.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:28 smithi107 ceph-mon[133083]: pgmap v131: 129 pgs: 129 active+clean; 228 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 292 B/s rd, 0 op/s 2023-07-12T15:31:30.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:30 smithi005 ceph-mon[157099]: pgmap v132: 129 pgs: 129 active+clean; 228 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2023-07-12T15:31:30.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:30 smithi107 ceph-mon[133083]: pgmap v132: 129 pgs: 129 active+clean; 228 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2023-07-12T15:31:32.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:32 smithi107 ceph-mon[133083]: pgmap v133: 129 pgs: 129 active+clean; 228 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-07-12T15:31:32.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:32 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:31:32.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:32 smithi005 ceph-mon[157099]: pgmap v133: 129 pgs: 129 active+clean; 228 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-07-12T15:31:32.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:32 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:31:33.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:33 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-07-12T15:31:33.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:33 smithi107 ceph-mon[133083]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-07-12T15:31:33.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:33 smithi107 ceph-mon[133083]: Upgrade: osd.5 is safe to restart 2023-07-12T15:31:33.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:33 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-07-12T15:31:33.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:33 smithi005 ceph-mon[157099]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-07-12T15:31:33.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:33 smithi005 ceph-mon[157099]: Upgrade: osd.5 is safe to restart 2023-07-12T15:31:34.161 INFO:teuthology.orchestra.run.smithi005.stdout:true 2023-07-12T15:31:34.804 INFO:teuthology.orchestra.run.smithi005.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-07-12T15:31:34.804 INFO:teuthology.orchestra.run.smithi005.stdout:alertmanager.smithi005 smithi005 *:9093,9094 running (12m) 47s ago 20m 18.3M - 0.20.0 0881eb8f169f 355c4c29f2f8 2023-07-12T15:31:34.804 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi005 smithi005 running (2m) 47s ago 20m 7503k - 18.1.2-55-gb1bd0540 45bffa74f7bc 6d61cd746662 2023-07-12T15:31:34.804 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi107 smithi107 running (2m) 20s ago 20m 7448k - 18.1.2-55-gb1bd0540 45bffa74f7bc 8e028a47fcc1 2023-07-12T15:31:34.804 INFO:teuthology.orchestra.run.smithi005.stdout:grafana.smithi005 smithi005 *:3000 running (10m) 47s ago 20m 43.1M - 6.7.4 557c83e11646 0aeea3117a7c 2023-07-12T15:31:34.804 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi005.llyakb smithi005 running (17m) 47s ago 17m 20.5M - 16.2.4 8d91d370c2b8 2e9588e0199b 2023-07-12T15:31:34.805 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi107.umdxex smithi107 running (17m) 20s ago 17m 43.2M - 16.2.4 8d91d370c2b8 401879dbc3a1 2023-07-12T15:31:34.805 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi005.fgymhs smithi005 *:8443,9283,8765 running (3m) 47s ago 21m 505M - 18.1.2-55-gb1bd0540 45bffa74f7bc 6affde0ea8e4 2023-07-12T15:31:34.805 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi107.erfdst smithi107 *:8443,9283,8765 running (3m) 20s ago 20m 444M - 18.1.2-55-gb1bd0540 45bffa74f7bc 72e428a0d1d5 2023-07-12T15:31:34.805 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi005 smithi005 running (3m) 47s ago 21m 110M 2048M 18.1.2-55-gb1bd0540 45bffa74f7bc 504af0dbfbc2 2023-07-12T15:31:34.805 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi107 smithi107 running (3m) 20s ago 20m 79.2M 2048M 18.1.2-55-gb1bd0540 45bffa74f7bc 2525deffcab9 2023-07-12T15:31:34.805 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.0.0.smithi005.raeamr smithi005 *:2049 running (14m) 47s ago 14m 148M - 3.5 8d91d370c2b8 cf45a3af5fd8 2023-07-12T15:31:34.805 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.1.0.smithi107.ppslpa smithi107 *:2049 running (14m) 20s ago 14m 90.8M - 3.5 8d91d370c2b8 1d4a977d4dad 2023-07-12T15:31:34.806 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi005 smithi005 *:9100 running (8m) 47s ago 20m 18.0M - 0.18.1 e5a616e4b9cf 49464b372a56 2023-07-12T15:31:34.806 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi107 smithi107 *:9100 running (3m) 20s ago 19m 5200k - 0.18.1 e5a616e4b9cf 96904bdb35f8 2023-07-12T15:31:34.806 INFO:teuthology.orchestra.run.smithi005.stdout:osd.0 smithi005 running (2m) 47s ago 19m 921M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc 231608dda745 2023-07-12T15:31:34.806 INFO:teuthology.orchestra.run.smithi005.stdout:osd.1 smithi005 running (111s) 47s ago 19m 790M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc a0dfe59f0ad8 2023-07-12T15:31:34.807 INFO:teuthology.orchestra.run.smithi005.stdout:osd.2 smithi005 running (81s) 47s ago 19m 638M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc 8592a0040135 2023-07-12T15:31:34.807 INFO:teuthology.orchestra.run.smithi005.stdout:osd.3 smithi005 running (52s) 47s ago 18m 14.7M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc 51659b46e9a2 2023-07-12T15:31:34.807 INFO:teuthology.orchestra.run.smithi005.stdout:osd.4 smithi107 running (23s) 20s ago 18m 11.9M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc 8aff710dba6d 2023-07-12T15:31:34.807 INFO:teuthology.orchestra.run.smithi005.stdout:osd.5 smithi107 running (18m) 20s ago 18m 3534M 4096M 16.2.4 8d91d370c2b8 c0ddb4bafed0 2023-07-12T15:31:34.807 INFO:teuthology.orchestra.run.smithi005.stdout:osd.6 smithi107 running (18m) 20s ago 18m 2873M 4096M 16.2.4 8d91d370c2b8 82bc037c969c 2023-07-12T15:31:34.807 INFO:teuthology.orchestra.run.smithi005.stdout:osd.7 smithi107 running (17m) 20s ago 17m 4432M 4096M 16.2.4 8d91d370c2b8 516c8ea96297 2023-07-12T15:31:34.807 INFO:teuthology.orchestra.run.smithi005.stdout:prometheus.smithi005 smithi005 *:9095 error 47s ago 20m - - 2023-07-12T15:31:34.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:34 smithi005 ceph-mon[157099]: pgmap v134: 129 pgs: 129 active+clean; 228 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 186 B/s rd, 0 op/s 2023-07-12T15:31:34.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:34 smithi005 ceph-mon[157099]: Upgrade: Updating osd.5 2023-07-12T15:31:34.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:34 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:31:34.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:34 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-07-12T15:31:34.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:34 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:31:34.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:34 smithi005 ceph-mon[157099]: Deploying daemon osd.5 on smithi107 2023-07-12T15:31:35.151 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:34 smithi107 ceph-mon[133083]: pgmap v134: 129 pgs: 129 active+clean; 228 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 186 B/s rd, 0 op/s 2023-07-12T15:31:35.152 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:34 smithi107 ceph-mon[133083]: Upgrade: Updating osd.5 2023-07-12T15:31:35.152 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:34 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:31:35.152 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:34 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-07-12T15:31:35.152 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:34 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:31:35.152 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:34 smithi107 ceph-mon[133083]: Deploying daemon osd.5 on smithi107 2023-07-12T15:31:35.191 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:31:35.192 INFO:teuthology.orchestra.run.smithi005.stdout: "mon": { 2023-07-12T15:31:35.192 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 2 2023-07-12T15:31:35.192 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:31:35.193 INFO:teuthology.orchestra.run.smithi005.stdout: "mgr": { 2023-07-12T15:31:35.193 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 2 2023-07-12T15:31:35.193 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:31:35.194 INFO:teuthology.orchestra.run.smithi005.stdout: "osd": { 2023-07-12T15:31:35.194 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 3, 2023-07-12T15:31:35.194 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 5 2023-07-12T15:31:35.194 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:31:35.195 INFO:teuthology.orchestra.run.smithi005.stdout: "mds": { 2023-07-12T15:31:35.195 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2023-07-12T15:31:35.195 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:31:35.195 INFO:teuthology.orchestra.run.smithi005.stdout: "overall": { 2023-07-12T15:31:35.197 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 5, 2023-07-12T15:31:35.197 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 9 2023-07-12T15:31:35.197 INFO:teuthology.orchestra.run.smithi005.stdout: } 2023-07-12T15:31:35.197 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:31:35.519 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:31:35.520 INFO:teuthology.orchestra.run.smithi005.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:c4be3de0cb572873b18bf4d7ff19efd4676dcd86f150f2b38e50b5e2946cf6ef", 2023-07-12T15:31:35.520 INFO:teuthology.orchestra.run.smithi005.stdout: "in_progress": true, 2023-07-12T15:31:35.520 INFO:teuthology.orchestra.run.smithi005.stdout: "which": "Upgrading all daemon types on all hosts", 2023-07-12T15:31:35.520 INFO:teuthology.orchestra.run.smithi005.stdout: "services_complete": [ 2023-07-12T15:31:35.520 INFO:teuthology.orchestra.run.smithi005.stdout: "mon", 2023-07-12T15:31:35.521 INFO:teuthology.orchestra.run.smithi005.stdout: "mgr", 2023-07-12T15:31:35.521 INFO:teuthology.orchestra.run.smithi005.stdout: "crash" 2023-07-12T15:31:35.521 INFO:teuthology.orchestra.run.smithi005.stdout: ], 2023-07-12T15:31:35.521 INFO:teuthology.orchestra.run.smithi005.stdout: "progress": "11/23 daemons upgraded", 2023-07-12T15:31:35.521 INFO:teuthology.orchestra.run.smithi005.stdout: "message": "Currently upgrading osd daemons", 2023-07-12T15:31:35.521 INFO:teuthology.orchestra.run.smithi005.stdout: "is_paused": false 2023-07-12T15:31:35.521 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:31:35.738 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:35 smithi107 ceph-mon[133083]: from='client.34278 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:31:35.739 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:35 smithi107 ceph-mon[133083]: from='client.34282 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:31:35.739 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:35 smithi107 ceph-mon[133083]: from='client.? 172.21.15.5:0/3140851180' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:31:35.908 INFO:teuthology.orchestra.run.smithi005.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2023-07-12T15:31:35.909 INFO:teuthology.orchestra.run.smithi005.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-07-12T15:31:35.909 INFO:teuthology.orchestra.run.smithi005.stdout: daemon prometheus.smithi005 on smithi005 is in error state 2023-07-12T15:31:35.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:35 smithi005 ceph-mon[157099]: from='client.34278 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:31:35.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:35 smithi005 ceph-mon[157099]: from='client.34282 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:31:35.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:35 smithi005 ceph-mon[157099]: from='client.? 172.21.15.5:0/3140851180' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:31:36.127 INFO:journalctl@ceph.osd.5.smithi107.stdout:Jul 12 15:31:35 smithi107 systemd[1]: Stopping Ceph osd.5 for fe85c08a-20c5-11ee-9b31-001a4aab830c... 2023-07-12T15:31:36.127 INFO:journalctl@ceph.osd.5.smithi107.stdout:Jul 12 15:31:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.5[113122]: debug 2023-07-12T15:31:35.865+0000 7fe854f9f700 -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-07-12T15:31:36.127 INFO:journalctl@ceph.osd.5.smithi107.stdout:Jul 12 15:31:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.5[113122]: debug 2023-07-12T15:31:35.865+0000 7fe854f9f700 -1 osd.5 96 *** Got signal Terminated *** 2023-07-12T15:31:36.127 INFO:journalctl@ceph.osd.5.smithi107.stdout:Jul 12 15:31:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.5[113122]: debug 2023-07-12T15:31:35.865+0000 7fe854f9f700 -1 osd.5 96 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-07-12T15:31:36.399 INFO:journalctl@ceph.osd.5.smithi107.stdout:Jul 12 15:31:36 smithi107 bash[141006]: ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.5 2023-07-12T15:31:36.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:36 smithi005 ceph-mon[157099]: from='client.34286 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:31:36.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:36 smithi005 ceph-mon[157099]: pgmap v135: 129 pgs: 129 active+clean; 228 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:31:36.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:36 smithi005 ceph-mon[157099]: from='client.34294 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:31:36.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:36 smithi005 ceph-mon[157099]: from='client.? 172.21.15.5:0/2022534904' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:31:36.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:36 smithi005 ceph-mon[157099]: osd.5 reported immediately failed by osd.6 2023-07-12T15:31:36.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:36 smithi005 ceph-mon[157099]: osd.5 failed (root=default,host=smithi107) (connection refused reported by osd.6) 2023-07-12T15:31:36.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:36 smithi005 ceph-mon[157099]: osd.5 reported immediately failed by osd.6 2023-07-12T15:31:36.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:36 smithi005 ceph-mon[157099]: osd.5 reported immediately failed by osd.0 2023-07-12T15:31:36.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:36 smithi005 ceph-mon[157099]: osd.5 reported immediately failed by osd.1 2023-07-12T15:31:36.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:36 smithi005 ceph-mon[157099]: osd.5 reported immediately failed by osd.2 2023-07-12T15:31:37.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:36 smithi005 ceph-mon[157099]: osd.5 reported immediately failed by osd.3 2023-07-12T15:31:37.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:36 smithi005 ceph-mon[157099]: osd.5 reported immediately failed by osd.4 2023-07-12T15:31:37.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:36 smithi005 ceph-mon[157099]: osd.5 reported immediately failed by osd.7 2023-07-12T15:31:37.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:36 smithi005 ceph-mon[157099]: osd.5 reported immediately failed by osd.0 2023-07-12T15:31:37.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:36 smithi005 ceph-mon[157099]: osd.5 reported immediately failed by osd.1 2023-07-12T15:31:37.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:36 smithi005 ceph-mon[157099]: osd.5 reported immediately failed by osd.2 2023-07-12T15:31:37.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:36 smithi005 ceph-mon[157099]: osd.5 reported immediately failed by osd.3 2023-07-12T15:31:37.001 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:36 smithi005 ceph-mon[157099]: osd.5 reported immediately failed by osd.4 2023-07-12T15:31:37.001 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:36 smithi005 ceph-mon[157099]: osd.5 reported immediately failed by osd.7 2023-07-12T15:31:37.001 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:36 smithi005 ceph-mon[157099]: osd.5 reported immediately failed by osd.6 2023-07-12T15:31:37.001 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:36 smithi005 ceph-mon[157099]: osd.5 reported immediately failed by osd.4 2023-07-12T15:31:37.001 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:36 smithi005 ceph-mon[157099]: osd.5 reported immediately failed by osd.7 2023-07-12T15:31:37.001 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:36 smithi005 ceph-mon[157099]: osd.5 reported immediately failed by osd.6 2023-07-12T15:31:37.001 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:36 smithi005 ceph-mon[157099]: osd.5 reported immediately failed by osd.0 2023-07-12T15:31:37.001 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:36 smithi005 ceph-mon[157099]: osd.5 reported immediately failed by osd.1 2023-07-12T15:31:37.002 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:36 smithi005 ceph-mon[157099]: osd.5 reported immediately failed by osd.2 2023-07-12T15:31:37.002 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:36 smithi005 ceph-mon[157099]: osd.5 reported immediately failed by osd.3 2023-07-12T15:31:37.002 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:36 smithi005 ceph-mon[157099]: osd.5 reported immediately failed by osd.4 2023-07-12T15:31:37.002 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:36 smithi005 ceph-mon[157099]: osd.5 reported immediately failed by osd.7 2023-07-12T15:31:37.002 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:36 smithi005 ceph-mon[157099]: osd.5 reported immediately failed by osd.0 2023-07-12T15:31:37.002 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:36 smithi005 ceph-mon[157099]: osd.5 reported immediately failed by osd.1 2023-07-12T15:31:37.002 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:36 smithi005 ceph-mon[157099]: osd.5 reported immediately failed by osd.2 2023-07-12T15:31:37.002 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:36 smithi005 ceph-mon[157099]: osd.5 reported immediately failed by osd.3 2023-07-12T15:31:37.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:36 smithi107 ceph-mon[133083]: from='client.34286 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:31:37.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:36 smithi107 ceph-mon[133083]: pgmap v135: 129 pgs: 129 active+clean; 228 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:31:37.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:36 smithi107 ceph-mon[133083]: from='client.34294 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:31:37.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:36 smithi107 ceph-mon[133083]: from='client.? 172.21.15.5:0/2022534904' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:31:37.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:36 smithi107 ceph-mon[133083]: osd.5 reported immediately failed by osd.6 2023-07-12T15:31:37.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:36 smithi107 ceph-mon[133083]: osd.5 failed (root=default,host=smithi107) (connection refused reported by osd.6) 2023-07-12T15:31:37.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:36 smithi107 ceph-mon[133083]: osd.5 reported immediately failed by osd.6 2023-07-12T15:31:37.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:36 smithi107 ceph-mon[133083]: osd.5 reported immediately failed by osd.0 2023-07-12T15:31:37.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:36 smithi107 ceph-mon[133083]: osd.5 reported immediately failed by osd.1 2023-07-12T15:31:37.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:36 smithi107 ceph-mon[133083]: osd.5 reported immediately failed by osd.2 2023-07-12T15:31:37.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:36 smithi107 ceph-mon[133083]: osd.5 reported immediately failed by osd.3 2023-07-12T15:31:37.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:36 smithi107 ceph-mon[133083]: osd.5 reported immediately failed by osd.4 2023-07-12T15:31:37.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:36 smithi107 ceph-mon[133083]: osd.5 reported immediately failed by osd.7 2023-07-12T15:31:37.171 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:36 smithi107 ceph-mon[133083]: osd.5 reported immediately failed by osd.0 2023-07-12T15:31:37.171 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:36 smithi107 ceph-mon[133083]: osd.5 reported immediately failed by osd.1 2023-07-12T15:31:37.171 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:36 smithi107 ceph-mon[133083]: osd.5 reported immediately failed by osd.2 2023-07-12T15:31:37.171 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:36 smithi107 ceph-mon[133083]: osd.5 reported immediately failed by osd.3 2023-07-12T15:31:37.171 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:36 smithi107 ceph-mon[133083]: osd.5 reported immediately failed by osd.4 2023-07-12T15:31:37.171 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:36 smithi107 ceph-mon[133083]: osd.5 reported immediately failed by osd.7 2023-07-12T15:31:37.171 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:36 smithi107 ceph-mon[133083]: osd.5 reported immediately failed by osd.6 2023-07-12T15:31:37.171 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:36 smithi107 ceph-mon[133083]: osd.5 reported immediately failed by osd.4 2023-07-12T15:31:37.172 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:36 smithi107 ceph-mon[133083]: osd.5 reported immediately failed by osd.7 2023-07-12T15:31:37.172 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:36 smithi107 ceph-mon[133083]: osd.5 reported immediately failed by osd.6 2023-07-12T15:31:37.172 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:36 smithi107 ceph-mon[133083]: osd.5 reported immediately failed by osd.0 2023-07-12T15:31:37.172 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:36 smithi107 ceph-mon[133083]: osd.5 reported immediately failed by osd.1 2023-07-12T15:31:37.173 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:36 smithi107 ceph-mon[133083]: osd.5 reported immediately failed by osd.2 2023-07-12T15:31:37.173 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:36 smithi107 ceph-mon[133083]: osd.5 reported immediately failed by osd.3 2023-07-12T15:31:37.173 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:36 smithi107 ceph-mon[133083]: osd.5 reported immediately failed by osd.4 2023-07-12T15:31:37.173 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:36 smithi107 ceph-mon[133083]: osd.5 reported immediately failed by osd.7 2023-07-12T15:31:37.173 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:36 smithi107 ceph-mon[133083]: osd.5 reported immediately failed by osd.0 2023-07-12T15:31:37.174 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:36 smithi107 ceph-mon[133083]: osd.5 reported immediately failed by osd.1 2023-07-12T15:31:37.174 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:36 smithi107 ceph-mon[133083]: osd.5 reported immediately failed by osd.2 2023-07-12T15:31:37.174 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:36 smithi107 ceph-mon[133083]: osd.5 reported immediately failed by osd.3 2023-07-12T15:31:37.918 INFO:journalctl@ceph.osd.5.smithi107.stdout:Jul 12 15:31:37 smithi107 systemd[1]: ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c@osd.5.service: Succeeded. 2023-07-12T15:31:37.919 INFO:journalctl@ceph.osd.5.smithi107.stdout:Jul 12 15:31:37 smithi107 systemd[1]: Stopped Ceph osd.5 for fe85c08a-20c5-11ee-9b31-001a4aab830c. 2023-07-12T15:31:37.919 INFO:journalctl@ceph.osd.5.smithi107.stdout:Jul 12 15:31:37 smithi107 systemd[1]: Starting Ceph osd.5 for fe85c08a-20c5-11ee-9b31-001a4aab830c... 2023-07-12T15:31:37.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:37 smithi107 ceph-mon[133083]: Health check failed: 1 osds down (OSD_DOWN) 2023-07-12T15:31:37.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:37 smithi107 ceph-mon[133083]: failed to encode map e97 with expected crc 2023-07-12T15:31:37.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:37 smithi107 ceph-mon[133083]: osdmap e97: 8 total, 7 up, 8 in 2023-07-12T15:31:37.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:37 smithi107 ceph-mon[133083]: failed to encode map e97 with expected crc 2023-07-12T15:31:37.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:37 smithi107 ceph-mon[133083]: failed to encode map e97 with expected crc 2023-07-12T15:31:37.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:37 smithi107 ceph-mon[133083]: failed to encode map e97 with expected crc 2023-07-12T15:31:37.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:37 smithi107 ceph-mon[133083]: failed to encode map e97 with expected crc 2023-07-12T15:31:37.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:37 smithi107 ceph-mon[133083]: failed to encode map e97 with expected crc 2023-07-12T15:31:37.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:37 smithi107 ceph-mon[133083]: failed to encode map e97 with expected crc 2023-07-12T15:31:37.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:37 smithi107 ceph-mon[133083]: failed to encode map e97 with expected crc 2023-07-12T15:31:37.923 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:37 smithi107 ceph-mon[133083]: failed to encode map e97 with expected crc 2023-07-12T15:31:37.923 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:37 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:31:37.923 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:37 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:31:37.923 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:37 smithi107 ceph-mon[133083]: osdmap e98: 8 total, 7 up, 8 in 2023-07-12T15:31:38.001 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:37 smithi005 ceph-mon[157099]: Health check failed: 1 osds down (OSD_DOWN) 2023-07-12T15:31:38.001 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:37 smithi005 ceph-mon[157099]: failed to encode map e97 with expected crc 2023-07-12T15:31:38.001 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:37 smithi005 ceph-mon[157099]: osdmap e97: 8 total, 7 up, 8 in 2023-07-12T15:31:38.002 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:37 smithi005 ceph-mon[157099]: failed to encode map e97 with expected crc 2023-07-12T15:31:38.002 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:37 smithi005 ceph-mon[157099]: failed to encode map e97 with expected crc 2023-07-12T15:31:38.002 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:37 smithi005 ceph-mon[157099]: failed to encode map e97 with expected crc 2023-07-12T15:31:38.002 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:37 smithi005 ceph-mon[157099]: failed to encode map e97 with expected crc 2023-07-12T15:31:38.002 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:37 smithi005 ceph-mon[157099]: failed to encode map e97 with expected crc 2023-07-12T15:31:38.002 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:37 smithi005 ceph-mon[157099]: failed to encode map e97 with expected crc 2023-07-12T15:31:38.002 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:37 smithi005 ceph-mon[157099]: failed to encode map e97 with expected crc 2023-07-12T15:31:38.002 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:37 smithi005 ceph-mon[157099]: failed to encode map e97 with expected crc 2023-07-12T15:31:38.003 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:37 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:31:38.003 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:37 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:31:38.003 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:37 smithi005 ceph-mon[157099]: osdmap e98: 8 total, 7 up, 8 in 2023-07-12T15:31:38.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:38 smithi107 ceph-mon[133083]: pgmap v137: 129 pgs: 18 stale+active+clean, 111 active+clean; 228 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-07-12T15:31:38.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:38 smithi107 ceph-mon[133083]: failed to encode map e98 with expected crc 2023-07-12T15:31:38.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:38 smithi107 ceph-mon[133083]: failed to encode map e98 with expected crc 2023-07-12T15:31:38.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:38 smithi107 ceph-mon[133083]: failed to encode map e98 with expected crc 2023-07-12T15:31:38.920 INFO:journalctl@ceph.osd.5.smithi107.stdout:Jul 12 15:31:38 smithi107 bash[141291]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2023-07-12T15:31:38.920 INFO:journalctl@ceph.osd.5.smithi107.stdout:Jul 12 15:31:38 smithi107 bash[141291]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-5 --no-mon-config --dev /dev/mapper/vg_nvme-lv_3 2023-07-12T15:31:38.920 INFO:journalctl@ceph.osd.5.smithi107.stdout:Jul 12 15:31:38 smithi107 bash[141291]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2023-07-12T15:31:38.921 INFO:journalctl@ceph.osd.5.smithi107.stdout:Jul 12 15:31:38 smithi107 bash[141291]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2023-07-12T15:31:38.921 INFO:journalctl@ceph.osd.5.smithi107.stdout:Jul 12 15:31:38 smithi107 bash[141291]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-5/block 2023-07-12T15:31:38.921 INFO:journalctl@ceph.osd.5.smithi107.stdout:Jul 12 15:31:38 smithi107 bash[141291]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2023-07-12T15:31:38.921 INFO:journalctl@ceph.osd.5.smithi107.stdout:Jul 12 15:31:38 smithi107 bash[141291]: --> ceph-volume raw activate successful for osd ID: 5 2023-07-12T15:31:38.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:38 smithi005 ceph-mon[157099]: pgmap v137: 129 pgs: 18 stale+active+clean, 111 active+clean; 228 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-07-12T15:31:39.038 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:38 smithi005 ceph-mon[157099]: failed to encode map e98 with expected crc 2023-07-12T15:31:39.038 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:38 smithi005 ceph-mon[157099]: failed to encode map e98 with expected crc 2023-07-12T15:31:39.039 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:38 smithi005 ceph-mon[157099]: failed to encode map e98 with expected crc 2023-07-12T15:31:39.418 INFO:journalctl@ceph.osd.5.smithi107.stdout:Jul 12 15:31:39 smithi107 ceph-osd[141604]: -- 172.21.15.107:0/3213737593 <== mon.1 v2:172.21.15.107:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x56377d90a4e0 con 0x56377d8db000 2023-07-12T15:31:39.418 INFO:journalctl@ceph.osd.5.smithi107.stdout:Jul 12 15:31:39 smithi107 bash[141566]: acb768e345069897b9244f4dbb4813a55ba5c6c968cedfdabd73f6767dc9a977 2023-07-12T15:31:39.418 INFO:journalctl@ceph.osd.5.smithi107.stdout:Jul 12 15:31:39 smithi107 systemd[1]: Started Ceph osd.5 for fe85c08a-20c5-11ee-9b31-001a4aab830c. 2023-07-12T15:31:40.168 INFO:journalctl@ceph.osd.5.smithi107.stdout:Jul 12 15:31:39 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-5[141581]: 2023-07-12T15:31:39.749+0000 7f876f464640 -1 Falling back to public interface 2023-07-12T15:31:40.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:40 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:31:40.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:40 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:31:40.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:40 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:31:40.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:40 smithi107 ceph-mon[133083]: pgmap v139: 129 pgs: 7 active+undersized+degraded, 13 stale+active+clean, 11 active+undersized, 98 active+clean; 228 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 127 B/s rd, 0 op/s; 25/447 objects degraded (5.593%) 2023-07-12T15:31:40.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:40 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:31:40.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:40 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:31:40.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:40 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:31:40.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:40 smithi005 ceph-mon[157099]: pgmap v139: 129 pgs: 7 active+undersized+degraded, 13 stale+active+clean, 11 active+undersized, 98 active+clean; 228 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 127 B/s rd, 0 op/s; 25/447 objects degraded (5.593%) 2023-07-12T15:31:41.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:41 smithi107 ceph-mon[133083]: Health check failed: Degraded data redundancy: 25/447 objects degraded (5.593%), 7 pgs degraded (PG_DEGRADED) 2023-07-12T15:31:41.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:41 smithi005 ceph-mon[157099]: Health check failed: Degraded data redundancy: 25/447 objects degraded (5.593%), 7 pgs degraded (PG_DEGRADED) 2023-07-12T15:31:42.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:42 smithi107 ceph-mon[133083]: pgmap v140: 129 pgs: 15 active+undersized+degraded, 30 active+undersized, 84 active+clean; 228 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 46/447 objects degraded (10.291%) 2023-07-12T15:31:42.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:42 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:31:42.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:42 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:31:42.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:42 smithi005 ceph-mon[157099]: pgmap v140: 129 pgs: 15 active+undersized+degraded, 30 active+undersized, 84 active+clean; 228 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 46/447 objects degraded (10.291%) 2023-07-12T15:31:42.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:42 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:31:42.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:42 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:31:43.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:43 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:31:43.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:43 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:31:43.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:43 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:31:43.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:43 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:31:44.841 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:44 smithi107 ceph-mon[133083]: pgmap v141: 129 pgs: 15 active+undersized+degraded, 30 active+undersized, 84 active+clean; 228 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 46/447 objects degraded (10.291%) 2023-07-12T15:31:44.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:44 smithi005 ceph-mon[157099]: pgmap v141: 129 pgs: 15 active+undersized+degraded, 30 active+undersized, 84 active+clean; 228 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 46/447 objects degraded (10.291%) 2023-07-12T15:31:46.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:46 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:31:46.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:46 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:31:46.420 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:46 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:31:46.420 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:46 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-07-12T15:31:46.420 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:46 smithi107 ceph-mon[133083]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-07-12T15:31:46.421 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:46 smithi107 ceph-mon[133083]: pgmap v142: 129 pgs: 15 active+undersized+degraded, 30 active+undersized, 84 active+clean; 228 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 122 B/s rd, 0 op/s; 46/447 objects degraded (10.291%) 2023-07-12T15:31:46.421 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:46 smithi107 ceph-mon[133083]: pgmap v143: 129 pgs: 15 active+undersized+degraded, 30 active+undersized, 84 active+clean; 228 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 135 B/s rd, 0 op/s; 46/447 objects degraded (10.291%) 2023-07-12T15:31:46.422 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:46 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:31:46.422 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:46 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:31:46.422 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:46 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:31:46.422 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:46 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:31:46.422 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:46 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:31:46.422 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:46 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:31:46.422 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:46 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-07-12T15:31:46.423 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:46 smithi107 ceph-mon[133083]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-07-12T15:31:46.423 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:46 smithi107 ceph-mon[133083]: Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2023-07-12T15:31:46.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:46 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:31:46.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:46 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:31:46.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:46 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:31:46.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:46 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-07-12T15:31:46.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:46 smithi005 ceph-mon[157099]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-07-12T15:31:46.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:46 smithi005 ceph-mon[157099]: pgmap v142: 129 pgs: 15 active+undersized+degraded, 30 active+undersized, 84 active+clean; 228 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 122 B/s rd, 0 op/s; 46/447 objects degraded (10.291%) 2023-07-12T15:31:46.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:46 smithi005 ceph-mon[157099]: pgmap v143: 129 pgs: 15 active+undersized+degraded, 30 active+undersized, 84 active+clean; 228 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 135 B/s rd, 0 op/s; 46/447 objects degraded (10.291%) 2023-07-12T15:31:46.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:46 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:31:46.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:46 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:31:46.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:46 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:31:46.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:46 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:31:46.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:46 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:31:46.500 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:46 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:31:46.500 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:46 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-07-12T15:31:46.500 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:46 smithi005 ceph-mon[157099]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-07-12T15:31:46.500 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:46 smithi005 ceph-mon[157099]: Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2023-07-12T15:31:47.668 INFO:journalctl@ceph.osd.5.smithi107.stdout:Jul 12 15:31:47 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-5[141581]: 2023-07-12T15:31:47.395+0000 7f876f464640 -1 osd.5 96 log_to_monitors true 2023-07-12T15:31:48.418 INFO:journalctl@ceph.osd.5.smithi107.stdout:Jul 12 15:31:48 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-5[141581]: 2023-07-12T15:31:48.148+0000 7f875e8cd700 -1 osd.5 96 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-07-12T15:31:48.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:48 smithi107 ceph-mon[133083]: pgmap v144: 129 pgs: 15 active+undersized+degraded, 30 active+undersized, 84 active+clean; 228 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 218 B/s rd, 0 op/s; 46/447 objects degraded (10.291%) 2023-07-12T15:31:48.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:48 smithi107 ceph-mon[133083]: from='osd.5 [v2:172.21.15.107:6808/257307856,v1:172.21.15.107:6809/257307856]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-07-12T15:31:48.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:48 smithi107 ceph-mon[133083]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-07-12T15:31:48.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:48 smithi005 ceph-mon[157099]: pgmap v144: 129 pgs: 15 active+undersized+degraded, 30 active+undersized, 84 active+clean; 228 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 218 B/s rd, 0 op/s; 46/447 objects degraded (10.291%) 2023-07-12T15:31:48.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:48 smithi005 ceph-mon[157099]: from='osd.5 [v2:172.21.15.107:6808/257307856,v1:172.21.15.107:6809/257307856]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-07-12T15:31:48.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:48 smithi005 ceph-mon[157099]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-07-12T15:31:49.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:49 smithi107 ceph-mon[133083]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-07-12T15:31:49.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:49 smithi107 ceph-mon[133083]: osdmap e99: 8 total, 7 up, 8 in 2023-07-12T15:31:49.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:49 smithi107 ceph-mon[133083]: from='osd.5 [v2:172.21.15.107:6808/257307856,v1:172.21.15.107:6809/257307856]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2023-07-12T15:31:49.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:49 smithi107 ceph-mon[133083]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2023-07-12T15:31:49.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:49 smithi005 ceph-mon[157099]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-07-12T15:31:49.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:49 smithi005 ceph-mon[157099]: osdmap e99: 8 total, 7 up, 8 in 2023-07-12T15:31:49.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:49 smithi005 ceph-mon[157099]: from='osd.5 [v2:172.21.15.107:6808/257307856,v1:172.21.15.107:6809/257307856]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2023-07-12T15:31:49.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:49 smithi005 ceph-mon[157099]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2023-07-12T15:31:50.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:50 smithi107 ceph-mon[133083]: pgmap v146: 129 pgs: 15 active+undersized+degraded, 30 active+undersized, 84 active+clean; 228 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 135 B/s rd, 0 op/s; 46/447 objects degraded (10.291%) 2023-07-12T15:31:50.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:50 smithi107 ceph-mon[133083]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-07-12T15:31:50.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:50 smithi107 ceph-mon[133083]: osd.5 [v2:172.21.15.107:6808/257307856,v1:172.21.15.107:6809/257307856] boot 2023-07-12T15:31:50.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:50 smithi107 ceph-mon[133083]: osdmap e100: 8 total, 8 up, 8 in 2023-07-12T15:31:50.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:50 smithi107 ceph-mon[133083]: failed to encode map e99 with expected crc 2023-07-12T15:31:50.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:50 smithi107 ceph-mon[133083]: failed to encode map e99 with expected crc 2023-07-12T15:31:50.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:50 smithi107 ceph-mon[133083]: failed to encode map e99 with expected crc 2023-07-12T15:31:50.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:50 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-07-12T15:31:50.420 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:50 smithi107 ceph-mon[133083]: failed to encode map e99 with expected crc 2023-07-12T15:31:50.420 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:50 smithi107 ceph-mon[133083]: failed to encode map e99 with expected crc 2023-07-12T15:31:50.420 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:50 smithi107 ceph-mon[133083]: failed to encode map e99 with expected crc 2023-07-12T15:31:50.420 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:50 smithi107 ceph-mon[133083]: failed to encode map e99 with expected crc 2023-07-12T15:31:50.420 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:50 smithi107 ceph-mon[133083]: failed to encode map e99 with expected crc 2023-07-12T15:31:50.420 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:50 smithi107 ceph-mon[133083]: failed to encode map e99 with expected crc 2023-07-12T15:31:50.420 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:50 smithi107 ceph-mon[133083]: Health check update: Degraded data redundancy: 46/447 objects degraded (10.291%), 15 pgs degraded (PG_DEGRADED) 2023-07-12T15:31:50.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:50 smithi005 ceph-mon[157099]: pgmap v146: 129 pgs: 15 active+undersized+degraded, 30 active+undersized, 84 active+clean; 228 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 135 B/s rd, 0 op/s; 46/447 objects degraded (10.291%) 2023-07-12T15:31:50.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:50 smithi005 ceph-mon[157099]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-07-12T15:31:50.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:50 smithi005 ceph-mon[157099]: osd.5 [v2:172.21.15.107:6808/257307856,v1:172.21.15.107:6809/257307856] boot 2023-07-12T15:31:50.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:50 smithi005 ceph-mon[157099]: osdmap e100: 8 total, 8 up, 8 in 2023-07-12T15:31:50.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:50 smithi005 ceph-mon[157099]: failed to encode map e99 with expected crc 2023-07-12T15:31:50.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:50 smithi005 ceph-mon[157099]: failed to encode map e99 with expected crc 2023-07-12T15:31:50.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:50 smithi005 ceph-mon[157099]: failed to encode map e99 with expected crc 2023-07-12T15:31:50.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:50 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-07-12T15:31:50.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:50 smithi005 ceph-mon[157099]: failed to encode map e99 with expected crc 2023-07-12T15:31:50.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:50 smithi005 ceph-mon[157099]: failed to encode map e99 with expected crc 2023-07-12T15:31:50.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:50 smithi005 ceph-mon[157099]: failed to encode map e99 with expected crc 2023-07-12T15:31:50.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:50 smithi005 ceph-mon[157099]: failed to encode map e99 with expected crc 2023-07-12T15:31:50.500 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:50 smithi005 ceph-mon[157099]: failed to encode map e99 with expected crc 2023-07-12T15:31:50.500 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:50 smithi005 ceph-mon[157099]: failed to encode map e99 with expected crc 2023-07-12T15:31:50.500 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:50 smithi005 ceph-mon[157099]: Health check update: Degraded data redundancy: 46/447 objects degraded (10.291%), 15 pgs degraded (PG_DEGRADED) 2023-07-12T15:31:51.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:51 smithi107 ceph-mon[133083]: failed to encode map e101 with expected crc 2023-07-12T15:31:51.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:51 smithi107 ceph-mon[133083]: osdmap e101: 8 total, 8 up, 8 in 2023-07-12T15:31:51.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:51 smithi107 ceph-mon[133083]: failed to encode map e101 with expected crc 2023-07-12T15:31:51.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:51 smithi107 ceph-mon[133083]: failed to encode map e101 with expected crc 2023-07-12T15:31:51.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:51 smithi107 ceph-mon[133083]: failed to encode map e101 with expected crc 2023-07-12T15:31:51.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:51 smithi005 ceph-mon[157099]: failed to encode map e101 with expected crc 2023-07-12T15:31:51.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:51 smithi005 ceph-mon[157099]: osdmap e101: 8 total, 8 up, 8 in 2023-07-12T15:31:51.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:51 smithi005 ceph-mon[157099]: failed to encode map e101 with expected crc 2023-07-12T15:31:51.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:51 smithi005 ceph-mon[157099]: failed to encode map e101 with expected crc 2023-07-12T15:31:51.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:51 smithi005 ceph-mon[157099]: failed to encode map e101 with expected crc 2023-07-12T15:31:52.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:52 smithi107 ceph-mon[133083]: pgmap v149: 129 pgs: 13 active+undersized+degraded, 23 active+undersized, 93 active+clean; 228 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s; 42/447 objects degraded (9.396%) 2023-07-12T15:31:52.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:52 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:31:52.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:52 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:31:52.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:52 smithi005 ceph-mon[157099]: pgmap v149: 129 pgs: 13 active+undersized+degraded, 23 active+undersized, 93 active+clean; 228 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s; 42/447 objects degraded (9.396%) 2023-07-12T15:31:52.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:52 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:31:52.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:52 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:31:54.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:54 smithi107 ceph-mon[133083]: pgmap v150: 129 pgs: 6 active+undersized+degraded, 12 active+undersized, 111 active+clean; 228 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s; 18/447 objects degraded (4.027%) 2023-07-12T15:31:54.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:54 smithi005 ceph-mon[157099]: pgmap v150: 129 pgs: 6 active+undersized+degraded, 12 active+undersized, 111 active+clean; 228 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s; 18/447 objects degraded (4.027%) 2023-07-12T15:31:55.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:55 smithi107 ceph-mon[133083]: Health check update: Degraded data redundancy: 18/447 objects degraded (4.027%), 6 pgs degraded (PG_DEGRADED) 2023-07-12T15:31:55.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:55 smithi005 ceph-mon[157099]: Health check update: Degraded data redundancy: 18/447 objects degraded (4.027%), 6 pgs degraded (PG_DEGRADED) 2023-07-12T15:31:56.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:56 smithi107 ceph-mon[133083]: pgmap v151: 129 pgs: 129 active+clean; 228 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 147 B/s rd, 0 op/s 2023-07-12T15:31:56.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:56 smithi107 ceph-mon[133083]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 18/447 objects degraded (4.027%), 6 pgs degraded) 2023-07-12T15:31:56.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:56 smithi005 ceph-mon[157099]: pgmap v151: 129 pgs: 129 active+clean; 228 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 147 B/s rd, 0 op/s 2023-07-12T15:31:56.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:56 smithi005 ceph-mon[157099]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 18/447 objects degraded (4.027%), 6 pgs degraded) 2023-07-12T15:31:58.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:57 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:31:58.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:31:57 smithi005 ceph-mon[157099]: pgmap v152: 129 pgs: 129 active+clean; 228 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-07-12T15:31:58.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:57 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:31:58.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:31:57 smithi107 ceph-mon[133083]: pgmap v152: 129 pgs: 129 active+clean; 228 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-07-12T15:32:00.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:00 smithi107 ceph-mon[133083]: pgmap v153: 129 pgs: 129 active+clean; 228 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 205 B/s rd, 0 op/s 2023-07-12T15:32:00.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:00 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-07-12T15:32:00.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:00 smithi005 ceph-mon[157099]: pgmap v153: 129 pgs: 129 active+clean; 228 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 205 B/s rd, 0 op/s 2023-07-12T15:32:00.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:00 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-07-12T15:32:01.819 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:01 smithi107 ceph-mon[133083]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-07-12T15:32:01.819 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:01 smithi107 ceph-mon[133083]: Upgrade: osd.6 is safe to restart 2023-07-12T15:32:01.819 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:01 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:01.819 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:01 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-07-12T15:32:01.820 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:01 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:32:01.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:01 smithi005 ceph-mon[157099]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-07-12T15:32:01.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:01 smithi005 ceph-mon[157099]: Upgrade: osd.6 is safe to restart 2023-07-12T15:32:01.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:01 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:01.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:01 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-07-12T15:32:01.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:01 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:32:02.799 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:02 smithi107 ceph-mon[133083]: pgmap v154: 129 pgs: 129 active+clean; 228 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 280 B/s rd, 0 op/s 2023-07-12T15:32:02.799 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:02 smithi107 ceph-mon[133083]: Upgrade: Updating osd.6 2023-07-12T15:32:02.799 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:02 smithi107 ceph-mon[133083]: Deploying daemon osd.6 on smithi107 2023-07-12T15:32:02.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:02 smithi005 ceph-mon[157099]: pgmap v154: 129 pgs: 129 active+clean; 228 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 280 B/s rd, 0 op/s 2023-07-12T15:32:02.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:02 smithi005 ceph-mon[157099]: Upgrade: Updating osd.6 2023-07-12T15:32:02.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:02 smithi005 ceph-mon[157099]: Deploying daemon osd.6 on smithi107 2023-07-12T15:32:03.668 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:32:03 smithi107 systemd[1]: Stopping Ceph osd.6 for fe85c08a-20c5-11ee-9b31-001a4aab830c... 2023-07-12T15:32:03.669 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:32:03 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.6[115983]: debug 2023-07-12T15:32:03.509+0000 7f3b6ce8e700 -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-07-12T15:32:03.669 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:32:03 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.6[115983]: debug 2023-07-12T15:32:03.509+0000 7f3b6ce8e700 -1 osd.6 101 *** Got signal Terminated *** 2023-07-12T15:32:03.669 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:32:03 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.6[115983]: debug 2023-07-12T15:32:03.509+0000 7f3b6ce8e700 -1 osd.6 101 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-07-12T15:32:04.168 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:32:03 smithi107 bash[143698]: ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.6 2023-07-12T15:32:04.844 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:04 smithi107 ceph-mon[133083]: pgmap v155: 129 pgs: 129 active+clean; 228 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:32:04.844 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:04 smithi107 ceph-mon[133083]: osd.6 reported immediately failed by osd.7 2023-07-12T15:32:04.844 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:04 smithi107 ceph-mon[133083]: osd.6 failed (root=default,host=smithi107) (connection refused reported by osd.7) 2023-07-12T15:32:04.845 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:04 smithi107 ceph-mon[133083]: osd.6 reported immediately failed by osd.7 2023-07-12T15:32:04.845 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:04 smithi107 ceph-mon[133083]: osd.6 reported immediately failed by osd.4 2023-07-12T15:32:04.845 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:04 smithi107 ceph-mon[133083]: osd.6 reported immediately failed by osd.0 2023-07-12T15:32:04.845 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:04 smithi107 ceph-mon[133083]: osd.6 reported immediately failed by osd.1 2023-07-12T15:32:04.845 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:04 smithi107 ceph-mon[133083]: osd.6 reported immediately failed by osd.2 2023-07-12T15:32:04.845 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:04 smithi107 ceph-mon[133083]: osd.6 reported immediately failed by osd.3 2023-07-12T15:32:04.845 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:04 smithi107 ceph-mon[133083]: osd.6 reported immediately failed by osd.5 2023-07-12T15:32:04.845 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:04 smithi107 ceph-mon[133083]: osd.6 reported immediately failed by osd.0 2023-07-12T15:32:04.846 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:04 smithi107 ceph-mon[133083]: osd.6 reported immediately failed by osd.1 2023-07-12T15:32:04.846 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:04 smithi107 ceph-mon[133083]: osd.6 reported immediately failed by osd.2 2023-07-12T15:32:04.846 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:04 smithi107 ceph-mon[133083]: osd.6 reported immediately failed by osd.3 2023-07-12T15:32:04.846 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:04 smithi107 ceph-mon[133083]: osd.6 reported immediately failed by osd.4 2023-07-12T15:32:04.846 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:04 smithi107 ceph-mon[133083]: osd.6 reported immediately failed by osd.5 2023-07-12T15:32:04.846 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:04 smithi107 ceph-mon[133083]: osd.6 reported immediately failed by osd.7 2023-07-12T15:32:04.846 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:04 smithi107 ceph-mon[133083]: osd.6 reported immediately failed by osd.7 2023-07-12T15:32:04.846 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:04 smithi107 ceph-mon[133083]: osd.6 reported immediately failed by osd.4 2023-07-12T15:32:04.847 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:04 smithi107 ceph-mon[133083]: osd.6 reported immediately failed by osd.5 2023-07-12T15:32:04.847 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:04 smithi107 ceph-mon[133083]: osd.6 reported immediately failed by osd.0 2023-07-12T15:32:04.847 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:04 smithi107 ceph-mon[133083]: osd.6 reported immediately failed by osd.1 2023-07-12T15:32:04.847 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:04 smithi107 ceph-mon[133083]: osd.6 reported immediately failed by osd.2 2023-07-12T15:32:04.847 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:04 smithi107 ceph-mon[133083]: osd.6 reported immediately failed by osd.3 2023-07-12T15:32:04.848 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:04 smithi107 ceph-mon[133083]: osd.6 reported immediately failed by osd.4 2023-07-12T15:32:04.848 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:04 smithi107 ceph-mon[133083]: osd.6 reported immediately failed by osd.0 2023-07-12T15:32:04.848 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:04 smithi107 ceph-mon[133083]: osd.6 reported immediately failed by osd.1 2023-07-12T15:32:04.848 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:04 smithi107 ceph-mon[133083]: osd.6 reported immediately failed by osd.2 2023-07-12T15:32:04.848 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:04 smithi107 ceph-mon[133083]: osd.6 reported immediately failed by osd.3 2023-07-12T15:32:04.849 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:04 smithi107 ceph-mon[133083]: osd.6 reported immediately failed by osd.5 2023-07-12T15:32:04.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:04 smithi005 ceph-mon[157099]: pgmap v155: 129 pgs: 129 active+clean; 228 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:32:04.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:04 smithi005 ceph-mon[157099]: osd.6 reported immediately failed by osd.7 2023-07-12T15:32:04.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:04 smithi005 ceph-mon[157099]: osd.6 failed (root=default,host=smithi107) (connection refused reported by osd.7) 2023-07-12T15:32:04.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:04 smithi005 ceph-mon[157099]: osd.6 reported immediately failed by osd.7 2023-07-12T15:32:04.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:04 smithi005 ceph-mon[157099]: osd.6 reported immediately failed by osd.4 2023-07-12T15:32:04.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:04 smithi005 ceph-mon[157099]: osd.6 reported immediately failed by osd.0 2023-07-12T15:32:04.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:04 smithi005 ceph-mon[157099]: osd.6 reported immediately failed by osd.1 2023-07-12T15:32:04.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:04 smithi005 ceph-mon[157099]: osd.6 reported immediately failed by osd.2 2023-07-12T15:32:04.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:04 smithi005 ceph-mon[157099]: osd.6 reported immediately failed by osd.3 2023-07-12T15:32:04.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:04 smithi005 ceph-mon[157099]: osd.6 reported immediately failed by osd.5 2023-07-12T15:32:05.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:04 smithi005 ceph-mon[157099]: osd.6 reported immediately failed by osd.0 2023-07-12T15:32:05.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:04 smithi005 ceph-mon[157099]: osd.6 reported immediately failed by osd.1 2023-07-12T15:32:05.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:04 smithi005 ceph-mon[157099]: osd.6 reported immediately failed by osd.2 2023-07-12T15:32:05.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:04 smithi005 ceph-mon[157099]: osd.6 reported immediately failed by osd.3 2023-07-12T15:32:05.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:04 smithi005 ceph-mon[157099]: osd.6 reported immediately failed by osd.4 2023-07-12T15:32:05.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:04 smithi005 ceph-mon[157099]: osd.6 reported immediately failed by osd.5 2023-07-12T15:32:05.001 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:04 smithi005 ceph-mon[157099]: osd.6 reported immediately failed by osd.7 2023-07-12T15:32:05.001 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:04 smithi005 ceph-mon[157099]: osd.6 reported immediately failed by osd.7 2023-07-12T15:32:05.001 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:04 smithi005 ceph-mon[157099]: osd.6 reported immediately failed by osd.4 2023-07-12T15:32:05.001 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:04 smithi005 ceph-mon[157099]: osd.6 reported immediately failed by osd.5 2023-07-12T15:32:05.001 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:04 smithi005 ceph-mon[157099]: osd.6 reported immediately failed by osd.0 2023-07-12T15:32:05.001 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:04 smithi005 ceph-mon[157099]: osd.6 reported immediately failed by osd.1 2023-07-12T15:32:05.002 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:04 smithi005 ceph-mon[157099]: osd.6 reported immediately failed by osd.2 2023-07-12T15:32:05.002 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:04 smithi005 ceph-mon[157099]: osd.6 reported immediately failed by osd.3 2023-07-12T15:32:05.002 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:04 smithi005 ceph-mon[157099]: osd.6 reported immediately failed by osd.4 2023-07-12T15:32:05.002 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:04 smithi005 ceph-mon[157099]: osd.6 reported immediately failed by osd.0 2023-07-12T15:32:05.002 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:04 smithi005 ceph-mon[157099]: osd.6 reported immediately failed by osd.1 2023-07-12T15:32:05.002 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:04 smithi005 ceph-mon[157099]: osd.6 reported immediately failed by osd.2 2023-07-12T15:32:05.003 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:04 smithi005 ceph-mon[157099]: osd.6 reported immediately failed by osd.3 2023-07-12T15:32:05.003 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:04 smithi005 ceph-mon[157099]: osd.6 reported immediately failed by osd.5 2023-07-12T15:32:05.510 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:32:05 smithi107 systemd[1]: ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c@osd.6.service: Succeeded. 2023-07-12T15:32:05.511 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:32:05 smithi107 systemd[1]: Stopped Ceph osd.6 for fe85c08a-20c5-11ee-9b31-001a4aab830c. 2023-07-12T15:32:05.511 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:32:05 smithi107 systemd[1]: Starting Ceph osd.6 for fe85c08a-20c5-11ee-9b31-001a4aab830c... 2023-07-12T15:32:05.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:05 smithi107 ceph-mon[133083]: Health check failed: 1 osds down (OSD_DOWN) 2023-07-12T15:32:05.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:05 smithi107 ceph-mon[133083]: failed to encode map e102 with expected crc 2023-07-12T15:32:05.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:05 smithi107 ceph-mon[133083]: osdmap e102: 8 total, 7 up, 8 in 2023-07-12T15:32:05.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:05 smithi107 ceph-mon[133083]: failed to encode map e102 with expected crc 2023-07-12T15:32:05.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:05 smithi005 ceph-mon[157099]: Health check failed: 1 osds down (OSD_DOWN) 2023-07-12T15:32:05.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:05 smithi005 ceph-mon[157099]: failed to encode map e102 with expected crc 2023-07-12T15:32:05.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:05 smithi005 ceph-mon[157099]: osdmap e102: 8 total, 7 up, 8 in 2023-07-12T15:32:05.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:05 smithi005 ceph-mon[157099]: failed to encode map e102 with expected crc 2023-07-12T15:32:06.267 INFO:teuthology.orchestra.run.smithi005.stdout:true 2023-07-12T15:32:06.418 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:32:06 smithi107 bash[143977]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2023-07-12T15:32:06.418 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:32:06 smithi107 bash[143977]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-6 --no-mon-config --dev /dev/mapper/vg_nvme-lv_2 2023-07-12T15:32:06.418 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:32:06 smithi107 bash[143977]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2023-07-12T15:32:06.418 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:32:06 smithi107 bash[143977]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2023-07-12T15:32:06.419 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:32:06 smithi107 bash[143977]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-6/block 2023-07-12T15:32:06.419 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:32:06 smithi107 bash[143977]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2023-07-12T15:32:06.419 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:32:06 smithi107 bash[143977]: --> ceph-volume raw activate successful for osd ID: 6 2023-07-12T15:32:06.802 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:32:06 smithi107 ceph-osd[144290]: -- 172.21.15.107:0/839611560 <== mon.1 v2:172.21.15.107:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x56336b24e4e0 con 0x56336b21f000 2023-07-12T15:32:06.802 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:06 smithi107 ceph-mon[133083]: pgmap v157: 129 pgs: 13 stale+active+clean, 116 active+clean; 228 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-07-12T15:32:06.802 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:06 smithi107 ceph-mon[133083]: failed to encode map e103 with expected crc 2023-07-12T15:32:06.802 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:06 smithi107 ceph-mon[133083]: osdmap e103: 8 total, 7 up, 8 in 2023-07-12T15:32:06.803 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:06 smithi107 ceph-mon[133083]: failed to encode map e103 with expected crc 2023-07-12T15:32:06.803 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:06 smithi107 ceph-mon[133083]: failed to encode map e103 with expected crc 2023-07-12T15:32:06.803 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:06 smithi107 ceph-mon[133083]: failed to encode map e103 with expected crc 2023-07-12T15:32:06.803 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:06 smithi107 ceph-mon[133083]: failed to encode map e103 with expected crc 2023-07-12T15:32:06.803 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:06 smithi107 ceph-mon[133083]: failed to encode map e103 with expected crc 2023-07-12T15:32:06.913 INFO:teuthology.orchestra.run.smithi005.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-07-12T15:32:06.913 INFO:teuthology.orchestra.run.smithi005.stdout:alertmanager.smithi005 smithi005 *:9093,9094 running (13m) 80s ago 21m 18.3M - 0.20.0 0881eb8f169f 355c4c29f2f8 2023-07-12T15:32:06.914 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi005 smithi005 running (3m) 80s ago 21m 7503k - 18.1.2-55-gb1bd0540 45bffa74f7bc 6d61cd746662 2023-07-12T15:32:06.914 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi107 smithi107 running (3m) 24s ago 20m 7444k - 18.1.2-55-gb1bd0540 45bffa74f7bc 8e028a47fcc1 2023-07-12T15:32:06.914 INFO:teuthology.orchestra.run.smithi005.stdout:grafana.smithi005 smithi005 *:3000 running (10m) 80s ago 20m 43.1M - 6.7.4 557c83e11646 0aeea3117a7c 2023-07-12T15:32:06.914 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi005.llyakb smithi005 running (17m) 80s ago 17m 20.5M - 16.2.4 8d91d370c2b8 2e9588e0199b 2023-07-12T15:32:06.914 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi107.umdxex smithi107 running (17m) 24s ago 17m 43.2M - 16.2.4 8d91d370c2b8 401879dbc3a1 2023-07-12T15:32:06.914 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi005.fgymhs smithi005 *:8443,9283,8765 running (4m) 80s ago 22m 505M - 18.1.2-55-gb1bd0540 45bffa74f7bc 6affde0ea8e4 2023-07-12T15:32:06.914 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi107.erfdst smithi107 *:8443,9283,8765 running (4m) 24s ago 20m 444M - 18.1.2-55-gb1bd0540 45bffa74f7bc 72e428a0d1d5 2023-07-12T15:32:06.914 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi005 smithi005 running (3m) 80s ago 22m 110M 2048M 18.1.2-55-gb1bd0540 45bffa74f7bc 504af0dbfbc2 2023-07-12T15:32:06.915 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi107 smithi107 running (3m) 24s ago 20m 81.8M 2048M 18.1.2-55-gb1bd0540 45bffa74f7bc 2525deffcab9 2023-07-12T15:32:06.915 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.0.0.smithi005.raeamr smithi005 *:2049 running (15m) 80s ago 15m 148M - 3.5 8d91d370c2b8 cf45a3af5fd8 2023-07-12T15:32:06.915 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.1.0.smithi107.ppslpa smithi107 *:2049 running (15m) 24s ago 15m 90.9M - 3.5 8d91d370c2b8 1d4a977d4dad 2023-07-12T15:32:06.915 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi005 smithi005 *:9100 running (8m) 80s ago 20m 18.0M - 0.18.1 e5a616e4b9cf 49464b372a56 2023-07-12T15:32:06.915 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi107 smithi107 *:9100 running (4m) 24s ago 20m 5204k - 0.18.1 e5a616e4b9cf 96904bdb35f8 2023-07-12T15:32:06.915 INFO:teuthology.orchestra.run.smithi005.stdout:osd.0 smithi005 running (2m) 80s ago 20m 921M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc 231608dda745 2023-07-12T15:32:06.915 INFO:teuthology.orchestra.run.smithi005.stdout:osd.1 smithi005 running (2m) 80s ago 19m 790M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc a0dfe59f0ad8 2023-07-12T15:32:06.916 INFO:teuthology.orchestra.run.smithi005.stdout:osd.2 smithi005 running (113s) 80s ago 19m 638M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc 8592a0040135 2023-07-12T15:32:06.916 INFO:teuthology.orchestra.run.smithi005.stdout:osd.3 smithi005 running (84s) 80s ago 19m 14.7M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc 51659b46e9a2 2023-07-12T15:32:06.916 INFO:teuthology.orchestra.run.smithi005.stdout:osd.4 smithi107 running (55s) 24s ago 19m 896M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc 8aff710dba6d 2023-07-12T15:32:06.916 INFO:teuthology.orchestra.run.smithi005.stdout:osd.5 smithi107 running (27s) 24s ago 18m 11.5M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc acb768e34506 2023-07-12T15:32:06.916 INFO:teuthology.orchestra.run.smithi005.stdout:osd.6 smithi107 starting - - - 4096M 2023-07-12T15:32:06.916 INFO:teuthology.orchestra.run.smithi005.stdout:osd.7 smithi107 running (18m) 24s ago 18m 4441M 4096M 16.2.4 8d91d370c2b8 516c8ea96297 2023-07-12T15:32:06.916 INFO:teuthology.orchestra.run.smithi005.stdout:prometheus.smithi005 smithi005 *:9095 error 80s ago 20m - - 2023-07-12T15:32:06.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:06 smithi005 ceph-mon[157099]: pgmap v157: 129 pgs: 13 stale+active+clean, 116 active+clean; 228 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-07-12T15:32:06.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:06 smithi005 ceph-mon[157099]: failed to encode map e103 with expected crc 2023-07-12T15:32:06.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:06 smithi005 ceph-mon[157099]: osdmap e103: 8 total, 7 up, 8 in 2023-07-12T15:32:06.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:06 smithi005 ceph-mon[157099]: failed to encode map e103 with expected crc 2023-07-12T15:32:06.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:06 smithi005 ceph-mon[157099]: failed to encode map e103 with expected crc 2023-07-12T15:32:07.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:06 smithi005 ceph-mon[157099]: failed to encode map e103 with expected crc 2023-07-12T15:32:07.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:06 smithi005 ceph-mon[157099]: failed to encode map e103 with expected crc 2023-07-12T15:32:07.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:06 smithi005 ceph-mon[157099]: failed to encode map e103 with expected crc 2023-07-12T15:32:07.168 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:32:06 smithi107 bash[144252]: 63fbea01884c833a34bc24740e5113977f0e44aaa820799acbfa7dbd63f602ab 2023-07-12T15:32:07.168 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:32:06 smithi107 systemd[1]: Started Ceph osd.6 for fe85c08a-20c5-11ee-9b31-001a4aab830c. 2023-07-12T15:32:07.317 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:32:07.318 INFO:teuthology.orchestra.run.smithi005.stdout: "mon": { 2023-07-12T15:32:07.318 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 2 2023-07-12T15:32:07.318 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:32:07.319 INFO:teuthology.orchestra.run.smithi005.stdout: "mgr": { 2023-07-12T15:32:07.319 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 2 2023-07-12T15:32:07.319 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:32:07.320 INFO:teuthology.orchestra.run.smithi005.stdout: "osd": { 2023-07-12T15:32:07.320 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2023-07-12T15:32:07.320 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 6 2023-07-12T15:32:07.321 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:32:07.322 INFO:teuthology.orchestra.run.smithi005.stdout: "mds": { 2023-07-12T15:32:07.322 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2023-07-12T15:32:07.322 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:32:07.322 INFO:teuthology.orchestra.run.smithi005.stdout: "overall": { 2023-07-12T15:32:07.322 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 3, 2023-07-12T15:32:07.322 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 10 2023-07-12T15:32:07.323 INFO:teuthology.orchestra.run.smithi005.stdout: } 2023-07-12T15:32:07.323 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:32:07.648 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:32:07.648 INFO:teuthology.orchestra.run.smithi005.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:c4be3de0cb572873b18bf4d7ff19efd4676dcd86f150f2b38e50b5e2946cf6ef", 2023-07-12T15:32:07.648 INFO:teuthology.orchestra.run.smithi005.stdout: "in_progress": true, 2023-07-12T15:32:07.648 INFO:teuthology.orchestra.run.smithi005.stdout: "which": "Upgrading all daemon types on all hosts", 2023-07-12T15:32:07.648 INFO:teuthology.orchestra.run.smithi005.stdout: "services_complete": [ 2023-07-12T15:32:07.648 INFO:teuthology.orchestra.run.smithi005.stdout: "mon", 2023-07-12T15:32:07.649 INFO:teuthology.orchestra.run.smithi005.stdout: "mgr", 2023-07-12T15:32:07.649 INFO:teuthology.orchestra.run.smithi005.stdout: "crash" 2023-07-12T15:32:07.649 INFO:teuthology.orchestra.run.smithi005.stdout: ], 2023-07-12T15:32:07.649 INFO:teuthology.orchestra.run.smithi005.stdout: "progress": "12/23 daemons upgraded", 2023-07-12T15:32:07.649 INFO:teuthology.orchestra.run.smithi005.stdout: "message": "Currently upgrading osd daemons", 2023-07-12T15:32:07.649 INFO:teuthology.orchestra.run.smithi005.stdout: "is_paused": false 2023-07-12T15:32:07.649 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:32:07.669 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:32:07 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-6[144267]: 2023-07-12T15:32:07.284+0000 7fd2ab7eb640 -1 Falling back to public interface 2023-07-12T15:32:07.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:07 smithi107 ceph-mon[133083]: from='client.34304 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:32:07.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:07 smithi107 ceph-mon[133083]: from='client.34308 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:32:07.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:07 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:07.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:07 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:07.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:07 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:07.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:07 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:32:07.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:07 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:32:07.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:07 smithi107 ceph-mon[133083]: from='client.? 172.21.15.5:0/2863777029' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:32:07.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:07 smithi005 ceph-mon[157099]: from='client.34304 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:32:07.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:07 smithi005 ceph-mon[157099]: from='client.34308 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:32:07.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:07 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:07.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:07 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:07.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:07 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:07.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:07 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:32:07.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:07 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:32:07.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:07 smithi005 ceph-mon[157099]: from='client.? 172.21.15.5:0/2863777029' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:32:08.039 INFO:teuthology.orchestra.run.smithi005.stdout:HEALTH_WARN 1 failed cephadm daemon(s); 1 osds down; Degraded data redundancy: 24/447 objects degraded (5.369%), 8 pgs degraded 2023-07-12T15:32:08.039 INFO:teuthology.orchestra.run.smithi005.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-07-12T15:32:08.039 INFO:teuthology.orchestra.run.smithi005.stdout: daemon prometheus.smithi005 on smithi005 is in error state 2023-07-12T15:32:08.040 INFO:teuthology.orchestra.run.smithi005.stdout:[WRN] OSD_DOWN: 1 osds down 2023-07-12T15:32:08.040 INFO:teuthology.orchestra.run.smithi005.stdout: osd.6 (root=default,host=smithi107) is down 2023-07-12T15:32:08.040 INFO:teuthology.orchestra.run.smithi005.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 24/447 objects degraded (5.369%), 8 pgs degraded 2023-07-12T15:32:08.040 INFO:teuthology.orchestra.run.smithi005.stdout: pg 2.6 is active+undersized+degraded, acting [1,4] 2023-07-12T15:32:08.040 INFO:teuthology.orchestra.run.smithi005.stdout: pg 2.11 is active+undersized+degraded, acting [4,1] 2023-07-12T15:32:08.040 INFO:teuthology.orchestra.run.smithi005.stdout: pg 2.14 is active+undersized+degraded, acting [3,5] 2023-07-12T15:32:08.040 INFO:teuthology.orchestra.run.smithi005.stdout: pg 2.19 is active+undersized+degraded, acting [3,0] 2023-07-12T15:32:08.041 INFO:teuthology.orchestra.run.smithi005.stdout: pg 2.1a is activating+undersized+degraded, acting [4,7] 2023-07-12T15:32:08.041 INFO:teuthology.orchestra.run.smithi005.stdout: pg 2.1b is active+undersized+degraded, acting [3,7] 2023-07-12T15:32:08.041 INFO:teuthology.orchestra.run.smithi005.stdout: pg 4.5 is activating+undersized+degraded, acting [4,7] 2023-07-12T15:32:08.041 INFO:teuthology.orchestra.run.smithi005.stdout: pg 4.e is active+undersized+degraded, acting [4,1] 2023-07-12T15:32:08.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:08 smithi107 ceph-mon[133083]: from='client.34312 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:32:08.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:08 smithi107 ceph-mon[133083]: pgmap v159: 129 pgs: 3 activating+undersized, 2 activating+undersized+degraded, 6 active+undersized+degraded, 5 stale+active+clean, 14 active+undersized, 99 active+clean; 228 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 24/447 objects degraded (5.369%) 2023-07-12T15:32:08.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:08 smithi107 ceph-mon[133083]: from='client.34322 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:32:08.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:08 smithi107 ceph-mon[133083]: Health check failed: Degraded data redundancy: 24/447 objects degraded (5.369%), 8 pgs degraded (PG_DEGRADED) 2023-07-12T15:32:08.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:08 smithi107 ceph-mon[133083]: from='client.? 172.21.15.5:0/2659657305' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:32:08.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:08 smithi005 ceph-mon[157099]: from='client.34312 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:32:08.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:08 smithi005 ceph-mon[157099]: pgmap v159: 129 pgs: 3 activating+undersized, 2 activating+undersized+degraded, 6 active+undersized+degraded, 5 stale+active+clean, 14 active+undersized, 99 active+clean; 228 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 24/447 objects degraded (5.369%) 2023-07-12T15:32:08.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:08 smithi005 ceph-mon[157099]: from='client.34322 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:32:08.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:08 smithi005 ceph-mon[157099]: Health check failed: Degraded data redundancy: 24/447 objects degraded (5.369%), 8 pgs degraded (PG_DEGRADED) 2023-07-12T15:32:08.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:08 smithi005 ceph-mon[157099]: from='client.? 172.21.15.5:0/2659657305' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:32:10.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:10 smithi107 ceph-mon[133083]: pgmap v160: 129 pgs: 3 activating+undersized, 2 activating+undersized+degraded, 14 active+undersized+degraded, 24 active+undersized, 86 active+clean; 228 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 48/447 objects degraded (10.738%) 2023-07-12T15:32:10.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:10 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:10.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:10 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:10.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:10 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:10.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:10 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:10.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:10 smithi005 ceph-mon[157099]: pgmap v160: 129 pgs: 3 activating+undersized, 2 activating+undersized+degraded, 14 active+undersized+degraded, 24 active+undersized, 86 active+clean; 228 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 48/447 objects degraded (10.738%) 2023-07-12T15:32:10.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:10 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:10.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:10 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:10.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:10 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:10.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:10 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:12.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:12 smithi107 ceph-mon[133083]: pgmap v161: 129 pgs: 16 active+undersized+degraded, 27 active+undersized, 86 active+clean; 228 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 48/447 objects degraded (10.738%) 2023-07-12T15:32:12.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:12 smithi005 ceph-mon[157099]: pgmap v161: 129 pgs: 16 active+undersized+degraded, 27 active+undersized, 86 active+clean; 228 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 48/447 objects degraded (10.738%) 2023-07-12T15:32:13.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:13 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:13.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:13 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:13.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:13 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:32:13.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:13 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-07-12T15:32:13.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:13 smithi107 ceph-mon[133083]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-07-12T15:32:13.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:13 smithi107 ceph-mon[133083]: pgmap v162: 129 pgs: 16 active+undersized+degraded, 27 active+undersized, 86 active+clean; 228 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 48/447 objects degraded (10.738%) 2023-07-12T15:32:13.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:13 smithi107 ceph-mon[133083]: pgmap v163: 129 pgs: 16 active+undersized+degraded, 27 active+undersized, 86 active+clean; 228 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 48/447 objects degraded (10.738%) 2023-07-12T15:32:13.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:13 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:13.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:13 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:13.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:13 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:32:13.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:13 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:32:13.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:13 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:32:13.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:13 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:32:13.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:13 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-07-12T15:32:13.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:13 smithi107 ceph-mon[133083]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-07-12T15:32:13.671 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:13 smithi107 ceph-mon[133083]: Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2023-07-12T15:32:13.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:13 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:13.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:13 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:13.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:13 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:32:13.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:13 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-07-12T15:32:13.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:13 smithi005 ceph-mon[157099]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-07-12T15:32:13.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:13 smithi005 ceph-mon[157099]: pgmap v162: 129 pgs: 16 active+undersized+degraded, 27 active+undersized, 86 active+clean; 228 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 48/447 objects degraded (10.738%) 2023-07-12T15:32:13.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:13 smithi005 ceph-mon[157099]: pgmap v163: 129 pgs: 16 active+undersized+degraded, 27 active+undersized, 86 active+clean; 228 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 48/447 objects degraded (10.738%) 2023-07-12T15:32:13.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:13 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:13.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:13 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:13.751 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:13 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:32:13.751 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:13 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:32:13.751 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:13 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:32:13.751 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:13 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:32:13.751 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:13 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-07-12T15:32:13.751 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:13 smithi005 ceph-mon[157099]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-07-12T15:32:13.751 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:13 smithi005 ceph-mon[157099]: Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2023-07-12T15:32:15.168 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:32:14 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-6[144267]: 2023-07-12T15:32:14.792+0000 7fd2ab7eb640 -1 osd.6 101 log_to_monitors true 2023-07-12T15:32:15.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:15 smithi005 ceph-mon[157099]: pgmap v164: 129 pgs: 16 active+undersized+degraded, 27 active+undersized, 86 active+clean; 228 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 48/447 objects degraded (10.738%) 2023-07-12T15:32:15.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:15 smithi005 ceph-mon[157099]: Health check update: Degraded data redundancy: 48/447 objects degraded (10.738%), 16 pgs degraded (PG_DEGRADED) 2023-07-12T15:32:15.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:15 smithi005 ceph-mon[157099]: from='osd.6 [v2:172.21.15.107:6816/1099568698,v1:172.21.15.107:6817/1099568698]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-07-12T15:32:15.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:15 smithi005 ceph-mon[157099]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-07-12T15:32:15.918 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:32:15 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-6[144267]: 2023-07-12T15:32:15.514+0000 7fd299451700 -1 osd.6 101 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-07-12T15:32:15.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:15 smithi107 ceph-mon[133083]: pgmap v164: 129 pgs: 16 active+undersized+degraded, 27 active+undersized, 86 active+clean; 228 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 48/447 objects degraded (10.738%) 2023-07-12T15:32:15.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:15 smithi107 ceph-mon[133083]: Health check update: Degraded data redundancy: 48/447 objects degraded (10.738%), 16 pgs degraded (PG_DEGRADED) 2023-07-12T15:32:15.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:15 smithi107 ceph-mon[133083]: from='osd.6 [v2:172.21.15.107:6816/1099568698,v1:172.21.15.107:6817/1099568698]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-07-12T15:32:15.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:15 smithi107 ceph-mon[133083]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-07-12T15:32:16.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:16 smithi107 ceph-mon[133083]: failed to encode map e104 with expected crc 2023-07-12T15:32:16.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:16 smithi107 ceph-mon[133083]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-07-12T15:32:16.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:16 smithi107 ceph-mon[133083]: osdmap e104: 8 total, 7 up, 8 in 2023-07-12T15:32:16.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:16 smithi107 ceph-mon[133083]: from='osd.6 [v2:172.21.15.107:6816/1099568698,v1:172.21.15.107:6817/1099568698]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2023-07-12T15:32:16.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:16 smithi107 ceph-mon[133083]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2023-07-12T15:32:16.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:16 smithi005 ceph-mon[157099]: failed to encode map e104 with expected crc 2023-07-12T15:32:16.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:16 smithi005 ceph-mon[157099]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-07-12T15:32:16.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:16 smithi005 ceph-mon[157099]: osdmap e104: 8 total, 7 up, 8 in 2023-07-12T15:32:16.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:16 smithi005 ceph-mon[157099]: from='osd.6 [v2:172.21.15.107:6816/1099568698,v1:172.21.15.107:6817/1099568698]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2023-07-12T15:32:16.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:16 smithi005 ceph-mon[157099]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2023-07-12T15:32:17.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:17 smithi107 ceph-mon[133083]: pgmap v166: 129 pgs: 16 active+undersized+degraded, 27 active+undersized, 86 active+clean; 228 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 279 B/s rd, 0 op/s; 48/447 objects degraded (10.738%) 2023-07-12T15:32:17.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:17 smithi107 ceph-mon[133083]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-07-12T15:32:17.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:17 smithi107 ceph-mon[133083]: osd.6 [v2:172.21.15.107:6816/1099568698,v1:172.21.15.107:6817/1099568698] boot 2023-07-12T15:32:17.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:17 smithi107 ceph-mon[133083]: osdmap e105: 8 total, 8 up, 8 in 2023-07-12T15:32:17.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:17 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-07-12T15:32:17.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:17 smithi107 ceph-mon[133083]: failed to encode map e105 with expected crc 2023-07-12T15:32:17.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:17 smithi107 ceph-mon[133083]: failed to encode map e105 with expected crc 2023-07-12T15:32:17.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:17 smithi107 ceph-mon[133083]: failed to encode map e105 with expected crc 2023-07-12T15:32:17.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:17 smithi107 ceph-mon[133083]: failed to encode map e105 with expected crc 2023-07-12T15:32:17.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:17 smithi107 ceph-mon[133083]: osdmap e106: 8 total, 8 up, 8 in 2023-07-12T15:32:17.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:17 smithi005 ceph-mon[157099]: pgmap v166: 129 pgs: 16 active+undersized+degraded, 27 active+undersized, 86 active+clean; 228 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 279 B/s rd, 0 op/s; 48/447 objects degraded (10.738%) 2023-07-12T15:32:17.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:17 smithi005 ceph-mon[157099]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-07-12T15:32:17.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:17 smithi005 ceph-mon[157099]: osd.6 [v2:172.21.15.107:6816/1099568698,v1:172.21.15.107:6817/1099568698] boot 2023-07-12T15:32:17.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:17 smithi005 ceph-mon[157099]: osdmap e105: 8 total, 8 up, 8 in 2023-07-12T15:32:17.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:17 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-07-12T15:32:17.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:17 smithi005 ceph-mon[157099]: failed to encode map e105 with expected crc 2023-07-12T15:32:18.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:17 smithi005 ceph-mon[157099]: failed to encode map e105 with expected crc 2023-07-12T15:32:18.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:17 smithi005 ceph-mon[157099]: failed to encode map e105 with expected crc 2023-07-12T15:32:18.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:17 smithi005 ceph-mon[157099]: failed to encode map e105 with expected crc 2023-07-12T15:32:18.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:17 smithi005 ceph-mon[157099]: osdmap e106: 8 total, 8 up, 8 in 2023-07-12T15:32:18.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:18 smithi107 ceph-mon[133083]: failed to encode map e106 with expected crc 2023-07-12T15:32:18.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:18 smithi107 ceph-mon[133083]: failed to encode map e106 with expected crc 2023-07-12T15:32:18.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:18 smithi005 ceph-mon[157099]: failed to encode map e106 with expected crc 2023-07-12T15:32:18.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:18 smithi005 ceph-mon[157099]: failed to encode map e106 with expected crc 2023-07-12T15:32:19.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:19 smithi107 ceph-mon[133083]: pgmap v169: 129 pgs: 11 active+undersized+degraded, 19 active+undersized, 99 active+clean; 228 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s; 35/447 objects degraded (7.830%) 2023-07-12T15:32:19.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:19 smithi107 ceph-mon[133083]: Health check update: Degraded data redundancy: 35/447 objects degraded (7.830%), 11 pgs degraded (PG_DEGRADED) 2023-07-12T15:32:19.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:19 smithi005 ceph-mon[157099]: pgmap v169: 129 pgs: 11 active+undersized+degraded, 19 active+undersized, 99 active+clean; 228 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s; 35/447 objects degraded (7.830%) 2023-07-12T15:32:20.002 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:19 smithi005 ceph-mon[157099]: Health check update: Degraded data redundancy: 35/447 objects degraded (7.830%), 11 pgs degraded (PG_DEGRADED) 2023-07-12T15:32:21.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:21 smithi107 ceph-mon[133083]: pgmap v170: 129 pgs: 11 active+undersized+degraded, 19 active+undersized, 99 active+clean; 228 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s; 35/447 objects degraded (7.830%) 2023-07-12T15:32:21.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:21 smithi005 ceph-mon[157099]: pgmap v170: 129 pgs: 11 active+undersized+degraded, 19 active+undersized, 99 active+clean; 228 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s; 35/447 objects degraded (7.830%) 2023-07-12T15:32:23.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:22 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:23.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:22 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:32:23.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:22 smithi107 ceph-mon[133083]: pgmap v171: 129 pgs: 129 active+clean; 228 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 296 B/s rd, 0 op/s 2023-07-12T15:32:23.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:22 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:23.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:22 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:32:23.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:22 smithi005 ceph-mon[157099]: pgmap v171: 129 pgs: 129 active+clean; 228 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 296 B/s rd, 0 op/s 2023-07-12T15:32:24.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:23 smithi107 ceph-mon[133083]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 35/447 objects degraded (7.830%), 11 pgs degraded) 2023-07-12T15:32:24.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:23 smithi005 ceph-mon[157099]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 35/447 objects degraded (7.830%), 11 pgs degraded) 2023-07-12T15:32:25.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:25 smithi107 ceph-mon[133083]: pgmap v172: 129 pgs: 129 active+clean; 228 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2023-07-12T15:32:25.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:25 smithi005 ceph-mon[157099]: pgmap v172: 129 pgs: 129 active+clean; 228 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2023-07-12T15:32:27.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:27 smithi107 ceph-mon[133083]: pgmap v173: 129 pgs: 129 active+clean; 228 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 206 B/s rd, 0 op/s 2023-07-12T15:32:27.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:27 smithi005 ceph-mon[157099]: pgmap v173: 129 pgs: 129 active+clean; 228 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 206 B/s rd, 0 op/s 2023-07-12T15:32:28.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:28 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-07-12T15:32:28.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:28 smithi107 ceph-mon[133083]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-07-12T15:32:28.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:28 smithi107 ceph-mon[133083]: Upgrade: osd.7 is safe to restart 2023-07-12T15:32:28.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:28 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-07-12T15:32:28.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:28 smithi005 ceph-mon[157099]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-07-12T15:32:28.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:28 smithi005 ceph-mon[157099]: Upgrade: osd.7 is safe to restart 2023-07-12T15:32:29.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:29 smithi107 ceph-mon[133083]: pgmap v174: 129 pgs: 129 active+clean; 228 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2023-07-12T15:32:29.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:29 smithi107 ceph-mon[133083]: Upgrade: Updating osd.7 2023-07-12T15:32:29.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:29 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:29.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:29 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-07-12T15:32:29.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:29 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:32:29.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:29 smithi107 ceph-mon[133083]: Deploying daemon osd.7 on smithi107 2023-07-12T15:32:30.003 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:29 smithi005 ceph-mon[157099]: pgmap v174: 129 pgs: 129 active+clean; 228 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2023-07-12T15:32:30.003 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:29 smithi005 ceph-mon[157099]: Upgrade: Updating osd.7 2023-07-12T15:32:30.003 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:29 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:30.004 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:29 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-07-12T15:32:30.004 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:29 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:32:30.004 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:29 smithi005 ceph-mon[157099]: Deploying daemon osd.7 on smithi107 2023-07-12T15:32:30.918 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:32:30 smithi107 systemd[1]: Stopping Ceph osd.7 for fe85c08a-20c5-11ee-9b31-001a4aab830c... 2023-07-12T15:32:30.919 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:32:30 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.7[118854]: debug 2023-07-12T15:32:30.675+0000 7f899d86b700 -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-07-12T15:32:30.919 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:32:30 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.7[118854]: debug 2023-07-12T15:32:30.675+0000 7f899d86b700 -1 osd.7 106 *** Got signal Terminated *** 2023-07-12T15:32:30.919 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:32:30 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.7[118854]: debug 2023-07-12T15:32:30.675+0000 7f899d86b700 -1 osd.7 106 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-07-12T15:32:31.249 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:32:31 smithi107 bash[146396]: ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd.7 2023-07-12T15:32:31.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:31 smithi107 ceph-mon[133083]: pgmap v175: 129 pgs: 129 active+clean; 228 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:32:31.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:31 smithi107 ceph-mon[133083]: osd.7 reported immediately failed by osd.6 2023-07-12T15:32:31.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:31 smithi107 ceph-mon[133083]: osd.7 failed (root=default,host=smithi107) (connection refused reported by osd.6) 2023-07-12T15:32:31.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:31 smithi107 ceph-mon[133083]: osd.7 reported immediately failed by osd.5 2023-07-12T15:32:31.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:31 smithi107 ceph-mon[133083]: osd.7 reported immediately failed by osd.0 2023-07-12T15:32:31.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:31 smithi107 ceph-mon[133083]: osd.7 reported immediately failed by osd.1 2023-07-12T15:32:31.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:31 smithi107 ceph-mon[133083]: osd.7 reported immediately failed by osd.2 2023-07-12T15:32:31.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:31 smithi107 ceph-mon[133083]: osd.7 reported immediately failed by osd.3 2023-07-12T15:32:31.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:31 smithi107 ceph-mon[133083]: osd.7 reported immediately failed by osd.6 2023-07-12T15:32:31.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:31 smithi107 ceph-mon[133083]: osd.7 reported immediately failed by osd.0 2023-07-12T15:32:31.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:31 smithi107 ceph-mon[133083]: osd.7 reported immediately failed by osd.1 2023-07-12T15:32:31.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:31 smithi107 ceph-mon[133083]: osd.7 reported immediately failed by osd.2 2023-07-12T15:32:31.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:31 smithi107 ceph-mon[133083]: osd.7 reported immediately failed by osd.3 2023-07-12T15:32:31.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:31 smithi107 ceph-mon[133083]: osd.7 reported immediately failed by osd.4 2023-07-12T15:32:31.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:31 smithi107 ceph-mon[133083]: osd.7 reported immediately failed by osd.5 2023-07-12T15:32:31.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:31 smithi107 ceph-mon[133083]: osd.7 reported immediately failed by osd.4 2023-07-12T15:32:31.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:31 smithi107 ceph-mon[133083]: osd.7 reported immediately failed by osd.5 2023-07-12T15:32:31.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:31 smithi107 ceph-mon[133083]: osd.7 reported immediately failed by osd.4 2023-07-12T15:32:31.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:31 smithi107 ceph-mon[133083]: osd.7 reported immediately failed by osd.1 2023-07-12T15:32:31.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:31 smithi107 ceph-mon[133083]: osd.7 reported immediately failed by osd.2 2023-07-12T15:32:31.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:31 smithi107 ceph-mon[133083]: osd.7 reported immediately failed by osd.3 2023-07-12T15:32:31.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:31 smithi107 ceph-mon[133083]: osd.7 reported immediately failed by osd.5 2023-07-12T15:32:31.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:31 smithi107 ceph-mon[133083]: osd.7 reported immediately failed by osd.0 2023-07-12T15:32:31.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:31 smithi107 ceph-mon[133083]: osd.7 reported immediately failed by osd.1 2023-07-12T15:32:31.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:31 smithi107 ceph-mon[133083]: osd.7 reported immediately failed by osd.2 2023-07-12T15:32:31.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:31 smithi107 ceph-mon[133083]: osd.7 reported immediately failed by osd.3 2023-07-12T15:32:31.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:31 smithi107 ceph-mon[133083]: osd.7 reported immediately failed by osd.6 2023-07-12T15:32:31.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:31 smithi107 ceph-mon[133083]: osd.7 reported immediately failed by osd.0 2023-07-12T15:32:31.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:31 smithi107 ceph-mon[133083]: osd.7 reported immediately failed by osd.4 2023-07-12T15:32:31.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:31 smithi107 ceph-mon[133083]: osd.7 reported immediately failed by osd.6 2023-07-12T15:32:31.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:31 smithi005 ceph-mon[157099]: pgmap v175: 129 pgs: 129 active+clean; 228 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:32:31.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:31 smithi005 ceph-mon[157099]: osd.7 reported immediately failed by osd.6 2023-07-12T15:32:31.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:31 smithi005 ceph-mon[157099]: osd.7 failed (root=default,host=smithi107) (connection refused reported by osd.6) 2023-07-12T15:32:31.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:31 smithi005 ceph-mon[157099]: osd.7 reported immediately failed by osd.5 2023-07-12T15:32:31.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:31 smithi005 ceph-mon[157099]: osd.7 reported immediately failed by osd.0 2023-07-12T15:32:31.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:31 smithi005 ceph-mon[157099]: osd.7 reported immediately failed by osd.1 2023-07-12T15:32:31.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:31 smithi005 ceph-mon[157099]: osd.7 reported immediately failed by osd.2 2023-07-12T15:32:31.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:31 smithi005 ceph-mon[157099]: osd.7 reported immediately failed by osd.3 2023-07-12T15:32:31.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:31 smithi005 ceph-mon[157099]: osd.7 reported immediately failed by osd.6 2023-07-12T15:32:31.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:31 smithi005 ceph-mon[157099]: osd.7 reported immediately failed by osd.0 2023-07-12T15:32:32.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:31 smithi005 ceph-mon[157099]: osd.7 reported immediately failed by osd.1 2023-07-12T15:32:32.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:31 smithi005 ceph-mon[157099]: osd.7 reported immediately failed by osd.2 2023-07-12T15:32:32.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:31 smithi005 ceph-mon[157099]: osd.7 reported immediately failed by osd.3 2023-07-12T15:32:32.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:31 smithi005 ceph-mon[157099]: osd.7 reported immediately failed by osd.4 2023-07-12T15:32:32.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:31 smithi005 ceph-mon[157099]: osd.7 reported immediately failed by osd.5 2023-07-12T15:32:32.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:31 smithi005 ceph-mon[157099]: osd.7 reported immediately failed by osd.4 2023-07-12T15:32:32.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:31 smithi005 ceph-mon[157099]: osd.7 reported immediately failed by osd.5 2023-07-12T15:32:32.001 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:31 smithi005 ceph-mon[157099]: osd.7 reported immediately failed by osd.4 2023-07-12T15:32:32.001 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:31 smithi005 ceph-mon[157099]: osd.7 reported immediately failed by osd.1 2023-07-12T15:32:32.001 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:31 smithi005 ceph-mon[157099]: osd.7 reported immediately failed by osd.2 2023-07-12T15:32:32.001 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:31 smithi005 ceph-mon[157099]: osd.7 reported immediately failed by osd.3 2023-07-12T15:32:32.001 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:31 smithi005 ceph-mon[157099]: osd.7 reported immediately failed by osd.5 2023-07-12T15:32:32.001 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:31 smithi005 ceph-mon[157099]: osd.7 reported immediately failed by osd.0 2023-07-12T15:32:32.001 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:31 smithi005 ceph-mon[157099]: osd.7 reported immediately failed by osd.1 2023-07-12T15:32:32.002 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:31 smithi005 ceph-mon[157099]: osd.7 reported immediately failed by osd.2 2023-07-12T15:32:32.002 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:31 smithi005 ceph-mon[157099]: osd.7 reported immediately failed by osd.3 2023-07-12T15:32:32.002 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:31 smithi005 ceph-mon[157099]: osd.7 reported immediately failed by osd.6 2023-07-12T15:32:32.002 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:31 smithi005 ceph-mon[157099]: osd.7 reported immediately failed by osd.0 2023-07-12T15:32:32.002 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:31 smithi005 ceph-mon[157099]: osd.7 reported immediately failed by osd.4 2023-07-12T15:32:32.002 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:31 smithi005 ceph-mon[157099]: osd.7 reported immediately failed by osd.6 2023-07-12T15:32:32.668 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:32:32 smithi107 systemd[1]: ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c@osd.7.service: Succeeded. 2023-07-12T15:32:32.669 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:32:32 smithi107 systemd[1]: Stopped Ceph osd.7 for fe85c08a-20c5-11ee-9b31-001a4aab830c. 2023-07-12T15:32:32.669 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:32:32 smithi107 systemd[1]: Starting Ceph osd.7 for fe85c08a-20c5-11ee-9b31-001a4aab830c... 2023-07-12T15:32:32.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:32 smithi107 ceph-mon[133083]: Health check failed: 1 osds down (OSD_DOWN) 2023-07-12T15:32:32.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:32 smithi107 ceph-mon[133083]: Health check failed: all OSDs are running quincy or later but require_osd_release < quincy (OSD_UPGRADE_FINISHED) 2023-07-12T15:32:32.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:32 smithi107 ceph-mon[133083]: osdmap e107: 8 total, 7 up, 8 in 2023-07-12T15:32:32.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:32 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:32.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:32 smithi107 ceph-mon[133083]: osdmap e108: 8 total, 7 up, 8 in 2023-07-12T15:32:32.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:32 smithi005 ceph-mon[157099]: Health check failed: 1 osds down (OSD_DOWN) 2023-07-12T15:32:32.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:32 smithi005 ceph-mon[157099]: Health check failed: all OSDs are running quincy or later but require_osd_release < quincy (OSD_UPGRADE_FINISHED) 2023-07-12T15:32:32.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:32 smithi005 ceph-mon[157099]: osdmap e107: 8 total, 7 up, 8 in 2023-07-12T15:32:32.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:32 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:32.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:32 smithi005 ceph-mon[157099]: osdmap e108: 8 total, 7 up, 8 in 2023-07-12T15:32:33.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:33 smithi107 ceph-mon[133083]: pgmap v177: 129 pgs: 17 stale+active+clean, 112 active+clean; 228 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-07-12T15:32:33.919 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:32:33 smithi107 bash[146673]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2023-07-12T15:32:33.919 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:32:33 smithi107 bash[146673]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-7 --no-mon-config --dev /dev/mapper/vg_nvme-lv_1 2023-07-12T15:32:33.919 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:32:33 smithi107 bash[146673]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2023-07-12T15:32:33.919 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:32:33 smithi107 bash[146673]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2023-07-12T15:32:33.919 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:32:33 smithi107 bash[146673]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-7/block 2023-07-12T15:32:33.919 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:32:33 smithi107 bash[146673]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2023-07-12T15:32:33.920 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:32:33 smithi107 bash[146673]: --> ceph-volume raw activate successful for osd ID: 7 2023-07-12T15:32:33.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:33 smithi005 ceph-mon[157099]: pgmap v177: 129 pgs: 17 stale+active+clean, 112 active+clean; 228 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-07-12T15:32:34.668 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:32:34 smithi107 ceph-osd[146968]: -- 172.21.15.107:0/253473749 <== mon.1 v2:172.21.15.107:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x56500596c4e0 con 0x56500593d000 2023-07-12T15:32:34.668 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:32:34 smithi107 bash[146930]: 671e35f541aa42a9c56a80f97fb063f36364cbf16d228ae6d35491e57a6a786e 2023-07-12T15:32:34.668 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:32:34 smithi107 systemd[1]: Started Ceph osd.7 for fe85c08a-20c5-11ee-9b31-001a4aab830c. 2023-07-12T15:32:35.168 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:32:34 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:32:34.774+0000 7fae1e52a640 -1 Falling back to public interface 2023-07-12T15:32:35.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:35 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:35.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:35 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:35.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:35 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:32:35.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:35 smithi107 ceph-mon[133083]: pgmap v179: 129 pgs: 8 active+undersized+degraded, 12 stale+active+clean, 10 active+undersized, 99 active+clean; 228 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 30/447 objects degraded (6.711%) 2023-07-12T15:32:35.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:35 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:35.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:35 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:35.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:35 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:32:35.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:35 smithi005 ceph-mon[157099]: pgmap v179: 129 pgs: 8 active+undersized+degraded, 12 stale+active+clean, 10 active+undersized, 99 active+clean; 228 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 30/447 objects degraded (6.711%) 2023-07-12T15:32:36.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:36 smithi107 ceph-mon[133083]: Health check failed: Degraded data redundancy: 30/447 objects degraded (6.711%), 8 pgs degraded (PG_DEGRADED) 2023-07-12T15:32:36.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:36 smithi005 ceph-mon[157099]: Health check failed: Degraded data redundancy: 30/447 objects degraded (6.711%), 8 pgs degraded (PG_DEGRADED) 2023-07-12T15:32:37.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:37 smithi107 ceph-mon[133083]: pgmap v180: 129 pgs: 18 active+undersized+degraded, 1 stale+active+clean, 33 active+undersized, 77 active+clean; 228 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 67/447 objects degraded (14.989%) 2023-07-12T15:32:37.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:37 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:37.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:37 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:37.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:37 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:37.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:37 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:32:37.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:37 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:37.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:37 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:37.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:37 smithi005 ceph-mon[157099]: pgmap v180: 129 pgs: 18 active+undersized+degraded, 1 stale+active+clean, 33 active+undersized, 77 active+clean; 228 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 67/447 objects degraded (14.989%) 2023-07-12T15:32:37.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:37 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:37.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:37 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:37.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:37 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:37.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:37 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:32:37.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:37 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:38.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:37 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:38.394 INFO:teuthology.orchestra.run.smithi005.stdout:true 2023-07-12T15:32:39.043 INFO:teuthology.orchestra.run.smithi005.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-07-12T15:32:39.044 INFO:teuthology.orchestra.run.smithi005.stdout:alertmanager.smithi005 smithi005 *:9093,9094 running (13m) 112s ago 21m 18.3M - 0.20.0 0881eb8f169f 355c4c29f2f8 2023-07-12T15:32:39.044 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi005 smithi005 running (3m) 112s ago 21m 7503k - 18.1.2-55-gb1bd0540 45bffa74f7bc 6d61cd746662 2023-07-12T15:32:39.044 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi107 smithi107 running (3m) 2s ago 21m 7453k - 18.1.2-55-gb1bd0540 45bffa74f7bc 8e028a47fcc1 2023-07-12T15:32:39.044 INFO:teuthology.orchestra.run.smithi005.stdout:grafana.smithi005 smithi005 *:3000 running (11m) 112s ago 21m 43.1M - 6.7.4 557c83e11646 0aeea3117a7c 2023-07-12T15:32:39.044 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi005.llyakb smithi005 running (18m) 112s ago 18m 20.5M - 16.2.4 8d91d370c2b8 2e9588e0199b 2023-07-12T15:32:39.044 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi107.umdxex smithi107 running (18m) 2s ago 18m 43.2M - 16.2.4 8d91d370c2b8 401879dbc3a1 2023-07-12T15:32:39.045 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi005.fgymhs smithi005 *:8443,9283,8765 running (4m) 112s ago 22m 505M - 18.1.2-55-gb1bd0540 45bffa74f7bc 6affde0ea8e4 2023-07-12T15:32:39.045 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi107.erfdst smithi107 *:8443,9283,8765 running (4m) 2s ago 21m 444M - 18.1.2-55-gb1bd0540 45bffa74f7bc 72e428a0d1d5 2023-07-12T15:32:39.045 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi005 smithi005 running (4m) 112s ago 22m 110M 2048M 18.1.2-55-gb1bd0540 45bffa74f7bc 504af0dbfbc2 2023-07-12T15:32:39.045 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi107 smithi107 running (4m) 2s ago 21m 88.0M 2048M 18.1.2-55-gb1bd0540 45bffa74f7bc 2525deffcab9 2023-07-12T15:32:39.045 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.0.0.smithi005.raeamr smithi005 *:2049 running (16m) 112s ago 16m 148M - 3.5 8d91d370c2b8 cf45a3af5fd8 2023-07-12T15:32:39.045 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.1.0.smithi107.ppslpa smithi107 *:2049 running (15m) 2s ago 15m 90.9M - 3.5 8d91d370c2b8 1d4a977d4dad 2023-07-12T15:32:39.045 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi005 smithi005 *:9100 running (9m) 112s ago 21m 18.0M - 0.18.1 e5a616e4b9cf 49464b372a56 2023-07-12T15:32:39.046 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi107 smithi107 *:9100 running (5m) 2s ago 20m 5200k - 0.18.1 e5a616e4b9cf 96904bdb35f8 2023-07-12T15:32:39.046 INFO:teuthology.orchestra.run.smithi005.stdout:osd.0 smithi005 running (3m) 112s ago 20m 921M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc 231608dda745 2023-07-12T15:32:39.046 INFO:teuthology.orchestra.run.smithi005.stdout:osd.1 smithi005 running (2m) 112s ago 20m 790M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc a0dfe59f0ad8 2023-07-12T15:32:39.046 INFO:teuthology.orchestra.run.smithi005.stdout:osd.2 smithi005 running (2m) 112s ago 20m 638M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc 8592a0040135 2023-07-12T15:32:39.046 INFO:teuthology.orchestra.run.smithi005.stdout:osd.3 smithi005 running (116s) 112s ago 19m 14.7M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc 51659b46e9a2 2023-07-12T15:32:39.046 INFO:teuthology.orchestra.run.smithi005.stdout:osd.4 smithi107 running (87s) 2s ago 19m 913M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc 8aff710dba6d 2023-07-12T15:32:39.046 INFO:teuthology.orchestra.run.smithi005.stdout:osd.5 smithi107 running (60s) 2s ago 19m 932M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc acb768e34506 2023-07-12T15:32:39.047 INFO:teuthology.orchestra.run.smithi005.stdout:osd.6 smithi107 running (32s) 2s ago 19m 846M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc 63fbea01884c 2023-07-12T15:32:39.047 INFO:teuthology.orchestra.run.smithi005.stdout:osd.7 smithi107 running (5s) 2s ago 19m 12.5M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc 671e35f541aa 2023-07-12T15:32:39.047 INFO:teuthology.orchestra.run.smithi005.stdout:prometheus.smithi005 smithi005 *:9095 error 112s ago 21m - - 2023-07-12T15:32:39.432 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:32:39.432 INFO:teuthology.orchestra.run.smithi005.stdout: "mon": { 2023-07-12T15:32:39.432 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 2 2023-07-12T15:32:39.432 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:32:39.433 INFO:teuthology.orchestra.run.smithi005.stdout: "mgr": { 2023-07-12T15:32:39.433 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 2 2023-07-12T15:32:39.433 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:32:39.433 INFO:teuthology.orchestra.run.smithi005.stdout: "osd": { 2023-07-12T15:32:39.433 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 7 2023-07-12T15:32:39.433 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:32:39.433 INFO:teuthology.orchestra.run.smithi005.stdout: "mds": { 2023-07-12T15:32:39.433 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2023-07-12T15:32:39.434 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:32:39.434 INFO:teuthology.orchestra.run.smithi005.stdout: "overall": { 2023-07-12T15:32:39.434 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2, 2023-07-12T15:32:39.434 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 11 2023-07-12T15:32:39.434 INFO:teuthology.orchestra.run.smithi005.stdout: } 2023-07-12T15:32:39.434 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:32:39.757 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:39 smithi107 ceph-mon[133083]: from='client.34332 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:32:39.758 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:39 smithi107 ceph-mon[133083]: pgmap v181: 129 pgs: 23 active+undersized+degraded, 33 active+undersized, 73 active+clean; 228 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 85/447 objects degraded (19.016%) 2023-07-12T15:32:39.758 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:39 smithi107 ceph-mon[133083]: from='client.34336 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:32:39.758 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:39 smithi107 ceph-mon[133083]: from='client.? 172.21.15.5:0/3525271764' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:32:39.762 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:32:39.762 INFO:teuthology.orchestra.run.smithi005.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:c4be3de0cb572873b18bf4d7ff19efd4676dcd86f150f2b38e50b5e2946cf6ef", 2023-07-12T15:32:39.762 INFO:teuthology.orchestra.run.smithi005.stdout: "in_progress": true, 2023-07-12T15:32:39.762 INFO:teuthology.orchestra.run.smithi005.stdout: "which": "Upgrading all daemon types on all hosts", 2023-07-12T15:32:39.762 INFO:teuthology.orchestra.run.smithi005.stdout: "services_complete": [ 2023-07-12T15:32:39.763 INFO:teuthology.orchestra.run.smithi005.stdout: "mon", 2023-07-12T15:32:39.763 INFO:teuthology.orchestra.run.smithi005.stdout: "mgr", 2023-07-12T15:32:39.763 INFO:teuthology.orchestra.run.smithi005.stdout: "crash", 2023-07-12T15:32:39.763 INFO:teuthology.orchestra.run.smithi005.stdout: "osd" 2023-07-12T15:32:39.763 INFO:teuthology.orchestra.run.smithi005.stdout: ], 2023-07-12T15:32:39.763 INFO:teuthology.orchestra.run.smithi005.stdout: "progress": "14/23 daemons upgraded", 2023-07-12T15:32:39.763 INFO:teuthology.orchestra.run.smithi005.stdout: "message": "Currently upgrading osd daemons", 2023-07-12T15:32:39.763 INFO:teuthology.orchestra.run.smithi005.stdout: "is_paused": false 2023-07-12T15:32:39.764 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:32:39.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:39 smithi005 ceph-mon[157099]: from='client.34332 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:32:39.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:39 smithi005 ceph-mon[157099]: pgmap v181: 129 pgs: 23 active+undersized+degraded, 33 active+undersized, 73 active+clean; 228 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 85/447 objects degraded (19.016%) 2023-07-12T15:32:39.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:39 smithi005 ceph-mon[157099]: from='client.34336 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:32:39.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:39 smithi005 ceph-mon[157099]: from='client.? 172.21.15.5:0/3525271764' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:32:40.164 INFO:teuthology.orchestra.run.smithi005.stdout:HEALTH_WARN 1 failed cephadm daemon(s); 1 osds down; all OSDs are running quincy or later but require_osd_release < quincy; Degraded data redundancy: 85/447 objects degraded (19.016%), 23 pgs degraded 2023-07-12T15:32:40.164 INFO:teuthology.orchestra.run.smithi005.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-07-12T15:32:40.164 INFO:teuthology.orchestra.run.smithi005.stdout: daemon prometheus.smithi005 on smithi005 is in error state 2023-07-12T15:32:40.165 INFO:teuthology.orchestra.run.smithi005.stdout:[WRN] OSD_DOWN: 1 osds down 2023-07-12T15:32:40.165 INFO:teuthology.orchestra.run.smithi005.stdout: osd.7 (root=default,host=smithi107) is down 2023-07-12T15:32:40.165 INFO:teuthology.orchestra.run.smithi005.stdout:[WRN] OSD_UPGRADE_FINISHED: all OSDs are running quincy or later but require_osd_release < quincy 2023-07-12T15:32:40.165 INFO:teuthology.orchestra.run.smithi005.stdout: all OSDs are running quincy or later but require_osd_release < quincy 2023-07-12T15:32:40.165 INFO:teuthology.orchestra.run.smithi005.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 85/447 objects degraded (19.016%), 23 pgs degraded 2023-07-12T15:32:40.165 INFO:teuthology.orchestra.run.smithi005.stdout: pg 1.0 is active+undersized+degraded, acting [0,6] 2023-07-12T15:32:40.165 INFO:teuthology.orchestra.run.smithi005.stdout: pg 2.0 is active+undersized+degraded, acting [1,0] 2023-07-12T15:32:40.166 INFO:teuthology.orchestra.run.smithi005.stdout: pg 2.4 is active+undersized+degraded, acting [1,0] 2023-07-12T15:32:40.166 INFO:teuthology.orchestra.run.smithi005.stdout: pg 2.5 is active+undersized+degraded, acting [0,4] 2023-07-12T15:32:40.166 INFO:teuthology.orchestra.run.smithi005.stdout: pg 2.7 is active+undersized+degraded, acting [6,2] 2023-07-12T15:32:40.166 INFO:teuthology.orchestra.run.smithi005.stdout: pg 2.8 is active+undersized+degraded, acting [0,1] 2023-07-12T15:32:40.166 INFO:teuthology.orchestra.run.smithi005.stdout: pg 2.9 is active+undersized+degraded, acting [1,3] 2023-07-12T15:32:40.166 INFO:teuthology.orchestra.run.smithi005.stdout: pg 2.a is active+undersized+degraded, acting [1,3] 2023-07-12T15:32:40.166 INFO:teuthology.orchestra.run.smithi005.stdout: pg 2.b is active+undersized+degraded, acting [4,5] 2023-07-12T15:32:40.166 INFO:teuthology.orchestra.run.smithi005.stdout: pg 2.e is active+undersized+degraded, acting [2,3] 2023-07-12T15:32:40.167 INFO:teuthology.orchestra.run.smithi005.stdout: pg 2.f is active+undersized+degraded, acting [4,0] 2023-07-12T15:32:40.167 INFO:teuthology.orchestra.run.smithi005.stdout: pg 2.12 is active+undersized+degraded, acting [5,3] 2023-07-12T15:32:40.167 INFO:teuthology.orchestra.run.smithi005.stdout: pg 2.18 is active+undersized+degraded, acting [5,4] 2023-07-12T15:32:40.167 INFO:teuthology.orchestra.run.smithi005.stdout: pg 2.1a is active+undersized+degraded, acting [6,4] 2023-07-12T15:32:40.167 INFO:teuthology.orchestra.run.smithi005.stdout: pg 2.1b is active+undersized+degraded, acting [3,6] 2023-07-12T15:32:40.167 INFO:teuthology.orchestra.run.smithi005.stdout: pg 2.1c is active+undersized+degraded, acting [5,2] 2023-07-12T15:32:40.167 INFO:teuthology.orchestra.run.smithi005.stdout: pg 2.1d is active+undersized+degraded, acting [6,0] 2023-07-12T15:32:40.167 INFO:teuthology.orchestra.run.smithi005.stdout: pg 2.1f is active+undersized+degraded, acting [0,4] 2023-07-12T15:32:40.168 INFO:teuthology.orchestra.run.smithi005.stdout: pg 4.5 is active+undersized+degraded, acting [6,4] 2023-07-12T15:32:40.168 INFO:teuthology.orchestra.run.smithi005.stdout: pg 4.8 is active+undersized+degraded, acting [5,6] 2023-07-12T15:32:40.168 INFO:teuthology.orchestra.run.smithi005.stdout: pg 4.14 is active+undersized+degraded, acting [3,2] 2023-07-12T15:32:40.168 INFO:teuthology.orchestra.run.smithi005.stdout: pg 5.14 is active+undersized+degraded, acting [3,2] 2023-07-12T15:32:40.168 INFO:teuthology.orchestra.run.smithi005.stdout: pg 5.19 is active+undersized+degraded, acting [1,5] 2023-07-12T15:32:40.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:40 smithi107 ceph-mon[133083]: from='client.34340 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:32:40.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:40 smithi107 ceph-mon[133083]: from='client.34348 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:32:40.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:40 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:40.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:40 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:40.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:40 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:32:40.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:40 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-07-12T15:32:40.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:40 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:40.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:40 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:40.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:40 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:32:40.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:40 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:32:40.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:40 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:32:40.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:40 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:32:40.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:40 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:32:40.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:40 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:40.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:40 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2023-07-12T15:32:40.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:40 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2023-07-12T15:32:40.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:40 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2023-07-12T15:32:40.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:40 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2023-07-12T15:32:40.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:40 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2023-07-12T15:32:40.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:40 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2023-07-12T15:32:40.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:40 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2023-07-12T15:32:40.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:40 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2023-07-12T15:32:40.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:40 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2023-07-12T15:32:40.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:40 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2023-07-12T15:32:40.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:40 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2023-07-12T15:32:40.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:40 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2023-07-12T15:32:40.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:40 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2023-07-12T15:32:40.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:40 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2023-07-12T15:32:40.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:40 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2023-07-12T15:32:40.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:40 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2023-07-12T15:32:40.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:40 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd require-osd-release", "release": "reef"}]: dispatch 2023-07-12T15:32:40.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:40 smithi107 ceph-mon[133083]: from='client.? 172.21.15.5:0/2224566614' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:32:40.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:40 smithi005 ceph-mon[157099]: from='client.34340 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:32:40.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:40 smithi005 ceph-mon[157099]: from='client.34348 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:32:40.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:40 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:40.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:40 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:40.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:40 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:32:40.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:40 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-07-12T15:32:40.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:40 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:40.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:40 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:40.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:40 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:32:40.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:40 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:32:41.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:40 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:32:41.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:40 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:32:41.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:40 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:32:41.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:40 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:41.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:40 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2023-07-12T15:32:41.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:40 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2023-07-12T15:32:41.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:40 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2023-07-12T15:32:41.001 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:40 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2023-07-12T15:32:41.001 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:40 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2023-07-12T15:32:41.001 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:40 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2023-07-12T15:32:41.001 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:40 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2023-07-12T15:32:41.001 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:40 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2023-07-12T15:32:41.001 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:40 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2023-07-12T15:32:41.001 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:40 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2023-07-12T15:32:41.001 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:40 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2023-07-12T15:32:41.002 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:40 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2023-07-12T15:32:41.002 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:40 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2023-07-12T15:32:41.002 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:40 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2023-07-12T15:32:41.002 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:40 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2023-07-12T15:32:41.003 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:40 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2023-07-12T15:32:41.003 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:40 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd require-osd-release", "release": "reef"}]: dispatch 2023-07-12T15:32:41.003 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:40 smithi005 ceph-mon[157099]: from='client.? 172.21.15.5:0/2224566614' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:32:41.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:41 smithi005 ceph-mon[157099]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-07-12T15:32:41.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:41 smithi005 ceph-mon[157099]: pgmap v182: 129 pgs: 23 active+undersized+degraded, 33 active+undersized, 73 active+clean; 228 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 85/447 objects degraded (19.016%) 2023-07-12T15:32:41.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:41 smithi005 ceph-mon[157099]: pgmap v183: 129 pgs: 23 active+undersized+degraded, 33 active+undersized, 73 active+clean; 228 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 85/447 objects degraded (19.016%) 2023-07-12T15:32:41.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:41 smithi005 ceph-mon[157099]: Upgrade: Setting container_image for all osd 2023-07-12T15:32:41.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:41 smithi005 ceph-mon[157099]: Upgrade: Setting require_osd_release to 18 reef 2023-07-12T15:32:41.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:41 smithi005 ceph-mon[157099]: Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running quincy or later but require_osd_release < quincy) 2023-07-12T15:32:41.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:41 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "osd require-osd-release", "release": "reef"}]': finished 2023-07-12T15:32:41.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:41 smithi005 ceph-mon[157099]: osdmap e109: 8 total, 7 up, 8 in 2023-07-12T15:32:41.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:41 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi005.llyakb"]}]: dispatch 2023-07-12T15:32:41.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:41 smithi107 ceph-mon[133083]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-07-12T15:32:41.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:41 smithi107 ceph-mon[133083]: pgmap v182: 129 pgs: 23 active+undersized+degraded, 33 active+undersized, 73 active+clean; 228 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 85/447 objects degraded (19.016%) 2023-07-12T15:32:41.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:41 smithi107 ceph-mon[133083]: pgmap v183: 129 pgs: 23 active+undersized+degraded, 33 active+undersized, 73 active+clean; 228 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 85/447 objects degraded (19.016%) 2023-07-12T15:32:41.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:41 smithi107 ceph-mon[133083]: Upgrade: Setting container_image for all osd 2023-07-12T15:32:41.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:41 smithi107 ceph-mon[133083]: Upgrade: Setting require_osd_release to 18 reef 2023-07-12T15:32:41.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:41 smithi107 ceph-mon[133083]: Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running quincy or later but require_osd_release < quincy) 2023-07-12T15:32:41.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:41 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "osd require-osd-release", "release": "reef"}]': finished 2023-07-12T15:32:41.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:41 smithi107 ceph-mon[133083]: osdmap e109: 8 total, 7 up, 8 in 2023-07-12T15:32:41.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:41 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi005.llyakb"]}]: dispatch 2023-07-12T15:32:42.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:42 smithi005 ceph-mon[157099]: Upgrade: It appears safe to stop mds.foofs.smithi005.llyakb 2023-07-12T15:32:42.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:42 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:42.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:42 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi005.llyakb", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-07-12T15:32:42.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:42 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:32:42.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:42 smithi107 ceph-mon[133083]: Upgrade: It appears safe to stop mds.foofs.smithi005.llyakb 2023-07-12T15:32:42.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:42 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:42.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:42 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi005.llyakb", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-07-12T15:32:42.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:42 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:32:43.918 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:32:43 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:32:43.678+0000 7fae1e52a640 -1 osd.7 106 log_to_monitors true 2023-07-12T15:32:43.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:43 smithi107 ceph-mon[133083]: pgmap v185: 129 pgs: 23 active+undersized+degraded, 33 active+undersized, 73 active+clean; 228 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 273 B/s rd, 0 op/s; 85/447 objects degraded (19.016%) 2023-07-12T15:32:43.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:43 smithi107 ceph-mon[133083]: Upgrade: Updating mds.foofs.smithi005.llyakb 2023-07-12T15:32:43.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:43 smithi107 ceph-mon[133083]: Deploying daemon mds.foofs.smithi005.llyakb on smithi005 2023-07-12T15:32:43.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:43 smithi107 ceph-mon[133083]: daemon mds.foofs.smithi005.llyakb compat changed unexpectedly 2023-07-12T15:32:43.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:43 smithi107 ceph-mon[133083]: osdmap e110: 8 total, 7 up, 8 in 2023-07-12T15:32:43.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:43 smithi005 ceph-mon[157099]: pgmap v185: 129 pgs: 23 active+undersized+degraded, 33 active+undersized, 73 active+clean; 228 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 273 B/s rd, 0 op/s; 85/447 objects degraded (19.016%) 2023-07-12T15:32:43.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:43 smithi005 ceph-mon[157099]: Upgrade: Updating mds.foofs.smithi005.llyakb 2023-07-12T15:32:43.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:43 smithi005 ceph-mon[157099]: Deploying daemon mds.foofs.smithi005.llyakb on smithi005 2023-07-12T15:32:44.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:43 smithi005 ceph-mon[157099]: daemon mds.foofs.smithi005.llyakb compat changed unexpectedly 2023-07-12T15:32:44.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:43 smithi005 ceph-mon[157099]: osdmap e110: 8 total, 7 up, 8 in 2023-07-12T15:32:44.918 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:32:44 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:32:44.685+0000 7fae0e194700 -1 osd.7 106 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-07-12T15:32:44.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:44 smithi107 ceph-mon[133083]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2023-07-12T15:32:44.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:44 smithi107 ceph-mon[133083]: fsmap foofs:1 {0=foofs.smithi107.umdxex=up:active} 2023-07-12T15:32:44.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:44 smithi107 ceph-mon[133083]: from='osd.7 [v2:172.21.15.107:6824/2202293142,v1:172.21.15.107:6825/2202293142]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-07-12T15:32:44.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:44 smithi107 ceph-mon[133083]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-07-12T15:32:44.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:44 smithi107 ceph-mon[133083]: Health check update: Degraded data redundancy: 85/447 objects degraded (19.016%), 23 pgs degraded (PG_DEGRADED) 2023-07-12T15:32:44.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:44 smithi005 ceph-mon[157099]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2023-07-12T15:32:44.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:44 smithi005 ceph-mon[157099]: fsmap foofs:1 {0=foofs.smithi107.umdxex=up:active} 2023-07-12T15:32:44.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:44 smithi005 ceph-mon[157099]: from='osd.7 [v2:172.21.15.107:6824/2202293142,v1:172.21.15.107:6825/2202293142]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-07-12T15:32:44.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:44 smithi005 ceph-mon[157099]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-07-12T15:32:44.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:44 smithi005 ceph-mon[157099]: Health check update: Degraded data redundancy: 85/447 objects degraded (19.016%), 23 pgs degraded (PG_DEGRADED) 2023-07-12T15:32:45.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:45 smithi005 ceph-mon[157099]: pgmap v187: 129 pgs: 23 active+undersized+degraded, 33 active+undersized, 73 active+clean; 228 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 0 op/s; 85/447 objects degraded (19.016%) 2023-07-12T15:32:45.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:45 smithi005 ceph-mon[157099]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-07-12T15:32:45.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:45 smithi005 ceph-mon[157099]: osdmap e111: 8 total, 7 up, 8 in 2023-07-12T15:32:45.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:45 smithi005 ceph-mon[157099]: from='osd.7 [v2:172.21.15.107:6824/2202293142,v1:172.21.15.107:6825/2202293142]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2023-07-12T15:32:45.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:45 smithi005 ceph-mon[157099]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2023-07-12T15:32:46.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:45 smithi107 ceph-mon[133083]: pgmap v187: 129 pgs: 23 active+undersized+degraded, 33 active+undersized, 73 active+clean; 228 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 0 op/s; 85/447 objects degraded (19.016%) 2023-07-12T15:32:46.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:45 smithi107 ceph-mon[133083]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-07-12T15:32:46.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:45 smithi107 ceph-mon[133083]: osdmap e111: 8 total, 7 up, 8 in 2023-07-12T15:32:46.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:45 smithi107 ceph-mon[133083]: from='osd.7 [v2:172.21.15.107:6824/2202293142,v1:172.21.15.107:6825/2202293142]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2023-07-12T15:32:46.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:45 smithi107 ceph-mon[133083]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2023-07-12T15:32:46.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:46 smithi005 ceph-mon[157099]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-07-12T15:32:46.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:46 smithi005 ceph-mon[157099]: osd.7 [v2:172.21.15.107:6824/2202293142,v1:172.21.15.107:6825/2202293142] boot 2023-07-12T15:32:46.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:46 smithi005 ceph-mon[157099]: osdmap e112: 8 total, 8 up, 8 in 2023-07-12T15:32:46.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:46 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-07-12T15:32:46.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:46 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:46.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:46 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:46.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:46 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:32:46.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:46 smithi005 ceph-mon[157099]: osdmap e113: 8 total, 8 up, 8 in 2023-07-12T15:32:47.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:46 smithi107 ceph-mon[133083]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-07-12T15:32:47.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:46 smithi107 ceph-mon[133083]: osd.7 [v2:172.21.15.107:6824/2202293142,v1:172.21.15.107:6825/2202293142] boot 2023-07-12T15:32:47.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:46 smithi107 ceph-mon[133083]: osdmap e112: 8 total, 8 up, 8 in 2023-07-12T15:32:47.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:46 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-07-12T15:32:47.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:46 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:47.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:46 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:47.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:46 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:32:47.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:46 smithi107 ceph-mon[133083]: osdmap e113: 8 total, 8 up, 8 in 2023-07-12T15:32:47.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:47 smithi005 ceph-mon[157099]: pgmap v190: 129 pgs: 23 active+undersized+degraded, 33 active+undersized, 73 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 85/447 objects degraded (19.016%) 2023-07-12T15:32:47.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:47 smithi005 ceph-mon[157099]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2023-07-12T15:32:47.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:47 smithi005 ceph-mon[157099]: mds.? [v2:172.21.15.5:6834/1090995432,v1:172.21.15.5:6835/1090995432] up:boot 2023-07-12T15:32:47.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:47 smithi005 ceph-mon[157099]: fsmap foofs:1 {0=foofs.smithi107.umdxex=up:active} 1 up:standby 2023-07-12T15:32:47.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:47 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi005.llyakb"}]: dispatch 2023-07-12T15:32:47.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:47 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:48.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:47 smithi107 ceph-mon[133083]: pgmap v190: 129 pgs: 23 active+undersized+degraded, 33 active+undersized, 73 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 85/447 objects degraded (19.016%) 2023-07-12T15:32:48.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:47 smithi107 ceph-mon[133083]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2023-07-12T15:32:48.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:47 smithi107 ceph-mon[133083]: mds.? [v2:172.21.15.5:6834/1090995432,v1:172.21.15.5:6835/1090995432] up:boot 2023-07-12T15:32:48.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:47 smithi107 ceph-mon[133083]: fsmap foofs:1 {0=foofs.smithi107.umdxex=up:active} 1 up:standby 2023-07-12T15:32:48.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:47 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi005.llyakb"}]: dispatch 2023-07-12T15:32:48.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:47 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:49.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:49 smithi005 ceph-mon[157099]: pgmap v192: 129 pgs: 13 peering, 16 active+undersized+degraded, 27 active+undersized, 73 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 66/447 objects degraded (14.765%) 2023-07-12T15:32:49.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:49 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:49.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:49 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:49.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:49 smithi005 ceph-mon[157099]: Health check update: Degraded data redundancy: 66/447 objects degraded (14.765%), 16 pgs degraded (PG_DEGRADED) 2023-07-12T15:32:50.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:49 smithi107 ceph-mon[133083]: pgmap v192: 129 pgs: 13 peering, 16 active+undersized+degraded, 27 active+undersized, 73 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 66/447 objects degraded (14.765%) 2023-07-12T15:32:50.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:49 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:50.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:49 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:50.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:49 smithi107 ceph-mon[133083]: Health check update: Degraded data redundancy: 66/447 objects degraded (14.765%), 16 pgs degraded (PG_DEGRADED) 2023-07-12T15:32:51.130 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:51 smithi005 ceph-mon[157099]: pgmap v193: 129 pgs: 13 peering, 5 active+undersized+degraded, 8 active+undersized, 103 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 19/447 objects degraded (4.251%) 2023-07-12T15:32:51.130 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:51 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:51.130 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:51 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:51.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:51 smithi107 ceph-mon[133083]: pgmap v193: 129 pgs: 13 peering, 5 active+undersized+degraded, 8 active+undersized, 103 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 19/447 objects degraded (4.251%) 2023-07-12T15:32:51.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:51 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:51.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:51 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:52.969 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:52 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:52.969 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:52 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:32:52.970 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:52 smithi107 ceph-mon[133083]: pgmap v194: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 141 B/s rd, 0 op/s 2023-07-12T15:32:52.970 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:52 smithi107 ceph-mon[133083]: Detected new or changed devices on smithi005 2023-07-12T15:32:52.970 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:52 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:52.970 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:52 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:52.970 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:52 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:32:52.970 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:52 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-07-12T15:32:52.970 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:52 smithi107 ceph-mon[133083]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-07-12T15:32:52.971 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:52 smithi107 ceph-mon[133083]: pgmap v195: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 157 B/s rd, 0 op/s 2023-07-12T15:32:52.971 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:52 smithi107 ceph-mon[133083]: pgmap v196: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 163 B/s rd, 0 op/s 2023-07-12T15:32:52.971 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:52 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:52.971 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:52 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:52.971 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:52 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:32:52.971 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:52 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:32:52.971 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:52 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:32:52.972 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:52 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:32:52.972 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:52 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:32:52.972 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:52 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi107.umdxex"]}]: dispatch 2023-07-12T15:32:52.972 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:52 smithi107 ceph-mon[133083]: Upgrade: It appears safe to stop mds.foofs.smithi107.umdxex 2023-07-12T15:32:53.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:52 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:53.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:52 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:32:53.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:52 smithi005 ceph-mon[157099]: pgmap v194: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 141 B/s rd, 0 op/s 2023-07-12T15:32:53.250 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:52 smithi005 ceph-mon[157099]: Detected new or changed devices on smithi005 2023-07-12T15:32:53.250 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:52 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:53.250 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:52 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:53.250 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:52 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:32:53.251 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:52 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-07-12T15:32:53.251 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:52 smithi005 ceph-mon[157099]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-07-12T15:32:53.251 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:52 smithi005 ceph-mon[157099]: pgmap v195: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 157 B/s rd, 0 op/s 2023-07-12T15:32:53.251 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:52 smithi005 ceph-mon[157099]: pgmap v196: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 163 B/s rd, 0 op/s 2023-07-12T15:32:53.253 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:52 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:53.253 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:52 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:53.253 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:52 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:32:53.253 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:52 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:32:53.253 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:52 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:32:53.253 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:52 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:32:53.253 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:52 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:32:53.254 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:52 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi107.umdxex"]}]: dispatch 2023-07-12T15:32:53.254 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:52 smithi005 ceph-mon[157099]: Upgrade: It appears safe to stop mds.foofs.smithi107.umdxex 2023-07-12T15:32:53.993 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:53 smithi107 ceph-mon[133083]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 19/447 objects degraded (4.251%), 5 pgs degraded) 2023-07-12T15:32:53.993 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:53 smithi107 ceph-mon[133083]: Upgrade: Updating mds.foofs.smithi107.umdxex 2023-07-12T15:32:53.993 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:53 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:53.994 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:53 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi107.umdxex", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-07-12T15:32:53.994 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:53 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:32:53.994 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:53 smithi107 ceph-mon[133083]: Deploying daemon mds.foofs.smithi107.umdxex on smithi107 2023-07-12T15:32:54.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:53 smithi005 ceph-mon[157099]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 19/447 objects degraded (4.251%), 5 pgs degraded) 2023-07-12T15:32:54.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:53 smithi005 ceph-mon[157099]: Upgrade: Updating mds.foofs.smithi107.umdxex 2023-07-12T15:32:54.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:53 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:54.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:53 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi107.umdxex", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-07-12T15:32:54.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:53 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:32:54.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:53 smithi005 ceph-mon[157099]: Deploying daemon mds.foofs.smithi107.umdxex on smithi107 2023-07-12T15:32:55.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:54 smithi107 ceph-mon[133083]: pgmap v197: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 136 B/s rd, 0 op/s 2023-07-12T15:32:55.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:54 smithi107 ceph-mon[133083]: daemon mds.foofs.smithi107.umdxex compat changed unexpectedly 2023-07-12T15:32:55.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:54 smithi107 ceph-mon[133083]: osdmap e114: 8 total, 8 up, 8 in 2023-07-12T15:32:55.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:54 smithi107 ceph-mon[133083]: Standby daemon mds.foofs.smithi005.llyakb assigned to filesystem foofs as rank 0 2023-07-12T15:32:55.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:54 smithi107 ceph-mon[133083]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2023-07-12T15:32:55.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:54 smithi107 ceph-mon[133083]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2023-07-12T15:32:55.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:54 smithi107 ceph-mon[133083]: fsmap foofs:1/1 {0=foofs.smithi005.llyakb=up:replay} 2023-07-12T15:32:55.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:54 smithi005 ceph-mon[157099]: pgmap v197: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 136 B/s rd, 0 op/s 2023-07-12T15:32:55.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:54 smithi005 ceph-mon[157099]: daemon mds.foofs.smithi107.umdxex compat changed unexpectedly 2023-07-12T15:32:55.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:54 smithi005 ceph-mon[157099]: osdmap e114: 8 total, 8 up, 8 in 2023-07-12T15:32:55.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:54 smithi005 ceph-mon[157099]: Standby daemon mds.foofs.smithi005.llyakb assigned to filesystem foofs as rank 0 2023-07-12T15:32:55.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:54 smithi005 ceph-mon[157099]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2023-07-12T15:32:55.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:54 smithi005 ceph-mon[157099]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2023-07-12T15:32:55.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:54 smithi005 ceph-mon[157099]: fsmap foofs:1/1 {0=foofs.smithi005.llyakb=up:replay} 2023-07-12T15:32:57.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:56 smithi107 ceph-mon[133083]: reconnect by client.24553 172.21.15.107:0/1332299366 after 0.00099998 2023-07-12T15:32:57.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:56 smithi107 ceph-mon[133083]: reconnect by client.14712 172.21.15.5:0/739966011 after 0.00099998 2023-07-12T15:32:57.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:56 smithi107 ceph-mon[133083]: mds.? [v2:172.21.15.5:6834/1090995432,v1:172.21.15.5:6835/1090995432] up:reconnect 2023-07-12T15:32:57.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:56 smithi107 ceph-mon[133083]: fsmap foofs:1/1 {0=foofs.smithi005.llyakb=up:reconnect} 2023-07-12T15:32:57.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:56 smithi107 ceph-mon[133083]: pgmap v199: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 16 MiB/s rd, 5 op/s 2023-07-12T15:32:57.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:56 smithi005 ceph-mon[157099]: reconnect by client.24553 172.21.15.107:0/1332299366 after 0.00099998 2023-07-12T15:32:57.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:56 smithi005 ceph-mon[157099]: reconnect by client.14712 172.21.15.5:0/739966011 after 0.00099998 2023-07-12T15:32:57.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:56 smithi005 ceph-mon[157099]: mds.? [v2:172.21.15.5:6834/1090995432,v1:172.21.15.5:6835/1090995432] up:reconnect 2023-07-12T15:32:57.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:56 smithi005 ceph-mon[157099]: fsmap foofs:1/1 {0=foofs.smithi005.llyakb=up:reconnect} 2023-07-12T15:32:57.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:56 smithi005 ceph-mon[157099]: pgmap v199: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 16 MiB/s rd, 5 op/s 2023-07-12T15:32:58.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:57 smithi107 ceph-mon[133083]: mds.? [v2:172.21.15.5:6834/1090995432,v1:172.21.15.5:6835/1090995432] up:rejoin 2023-07-12T15:32:58.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:57 smithi107 ceph-mon[133083]: fsmap foofs:1/1 {0=foofs.smithi005.llyakb=up:rejoin} 2023-07-12T15:32:58.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:57 smithi107 ceph-mon[133083]: daemon mds.foofs.smithi005.llyakb is now active in filesystem foofs as rank 0 2023-07-12T15:32:58.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:57 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:58.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:57 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi107.umdxex"}]: dispatch 2023-07-12T15:32:58.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:57 smithi005 ceph-mon[157099]: mds.? [v2:172.21.15.5:6834/1090995432,v1:172.21.15.5:6835/1090995432] up:rejoin 2023-07-12T15:32:58.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:57 smithi005 ceph-mon[157099]: fsmap foofs:1/1 {0=foofs.smithi005.llyakb=up:rejoin} 2023-07-12T15:32:58.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:57 smithi005 ceph-mon[157099]: daemon mds.foofs.smithi005.llyakb is now active in filesystem foofs as rank 0 2023-07-12T15:32:58.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:57 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:32:58.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:57 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi107.umdxex"}]: dispatch 2023-07-12T15:32:59.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:58 smithi107 ceph-mon[133083]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2023-07-12T15:32:59.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:58 smithi107 ceph-mon[133083]: mds.? [v2:172.21.15.5:6834/1090995432,v1:172.21.15.5:6835/1090995432] up:active 2023-07-12T15:32:59.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:58 smithi107 ceph-mon[133083]: fsmap foofs:1 {0=foofs.smithi005.llyakb=up:active} 2023-07-12T15:32:59.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:32:58 smithi107 ceph-mon[133083]: pgmap v200: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 30 MiB/s rd, 10 op/s 2023-07-12T15:32:59.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:58 smithi005 ceph-mon[157099]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2023-07-12T15:32:59.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:58 smithi005 ceph-mon[157099]: mds.? [v2:172.21.15.5:6834/1090995432,v1:172.21.15.5:6835/1090995432] up:active 2023-07-12T15:32:59.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:58 smithi005 ceph-mon[157099]: fsmap foofs:1 {0=foofs.smithi005.llyakb=up:active} 2023-07-12T15:32:59.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:32:58 smithi005 ceph-mon[157099]: pgmap v200: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 30 MiB/s rd, 10 op/s 2023-07-12T15:33:01.590 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:01 smithi107 ceph-mon[133083]: pgmap v201: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 28 MiB/s rd, 10 op/s 2023-07-12T15:33:01.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:01 smithi005 ceph-mon[157099]: pgmap v201: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 28 MiB/s rd, 10 op/s 2023-07-12T15:33:03.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:03 smithi107 ceph-mon[133083]: pgmap v202: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 22 MiB/s rd, 8.7 KiB/s wr, 14 op/s 2023-07-12T15:33:03.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:03 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:03.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:03 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:03.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:03 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:33:03.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:03 smithi107 ceph-mon[133083]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2023-07-12T15:33:03.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:03 smithi107 ceph-mon[133083]: mds.? [v2:172.21.15.107:6832/2611063809,v1:172.21.15.107:6833/2611063809] up:boot 2023-07-12T15:33:03.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:03 smithi107 ceph-mon[133083]: fsmap foofs:1 {0=foofs.smithi005.llyakb=up:active} 1 up:standby 2023-07-12T15:33:03.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:03 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi107.umdxex"}]: dispatch 2023-07-12T15:33:03.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:03 smithi005 ceph-mon[157099]: pgmap v202: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 22 MiB/s rd, 8.7 KiB/s wr, 14 op/s 2023-07-12T15:33:03.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:03 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:03.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:03 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:03.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:03 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:33:03.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:03 smithi005 ceph-mon[157099]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2023-07-12T15:33:03.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:03 smithi005 ceph-mon[157099]: mds.? [v2:172.21.15.107:6832/2611063809,v1:172.21.15.107:6833/2611063809] up:boot 2023-07-12T15:33:03.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:03 smithi005 ceph-mon[157099]: fsmap foofs:1 {0=foofs.smithi005.llyakb=up:active} 1 up:standby 2023-07-12T15:33:03.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:03 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi107.umdxex"}]: dispatch 2023-07-12T15:33:05.831 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:05 smithi107 ceph-mon[133083]: pgmap v203: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 22 MiB/s rd, 8.7 KiB/s wr, 14 op/s 2023-07-12T15:33:05.831 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:05 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:05.832 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:05 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:05.832 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:05 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:05.832 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:05 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:05.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:05 smithi005 ceph-mon[157099]: pgmap v203: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 22 MiB/s rd, 8.7 KiB/s wr, 14 op/s 2023-07-12T15:33:05.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:05 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:05.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:05 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:05.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:05 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:05.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:05 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:07.771 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:07 smithi005 ceph-mon[157099]: pgmap v204: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 19 MiB/s rd, 7.4 KiB/s wr, 12 op/s 2023-07-12T15:33:07.771 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:07 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:07.771 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:07 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:33:07.771 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:07 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:07.772 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:07 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:07.772 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:07 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:33:07.772 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:07 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-07-12T15:33:07.772 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:07 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:07.772 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:07 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:07.772 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:07 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:33:07.773 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:07 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:07.773 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:07 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:07.773 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:07 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:07.773 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:07 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:07.773 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:07 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:07.773 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:07 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:07.773 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:07 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi005.llyakb"}]: dispatch 2023-07-12T15:33:07.774 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:07 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi005.llyakb"}]': finished 2023-07-12T15:33:07.774 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:07 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi107.umdxex"}]: dispatch 2023-07-12T15:33:07.774 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:07 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi107.umdxex"}]': finished 2023-07-12T15:33:07.774 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:07 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:07.774 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:07 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:07.774 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:07 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:07.774 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:07 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:07.775 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:07 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:07.775 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:07 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:07.775 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:07 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:07.775 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:07 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:07.775 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:07 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:07.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:07 smithi107 ceph-mon[133083]: pgmap v204: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 19 MiB/s rd, 7.4 KiB/s wr, 12 op/s 2023-07-12T15:33:07.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:07 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:07.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:07 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:33:07.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:07 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:07.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:07 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:07.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:07 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:33:07.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:07 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-07-12T15:33:07.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:07 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:07.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:07 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:07.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:07 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:33:07.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:07 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:07.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:07 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:07.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:07 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:07.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:07 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:07.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:07 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:07.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:07 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:07.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:07 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi005.llyakb"}]: dispatch 2023-07-12T15:33:07.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:07 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi005.llyakb"}]': finished 2023-07-12T15:33:07.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:07 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi107.umdxex"}]: dispatch 2023-07-12T15:33:07.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:07 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi107.umdxex"}]': finished 2023-07-12T15:33:07.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:07 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:07.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:07 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:07.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:07 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:07.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:07 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:07.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:07 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:07.923 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:07 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:07.923 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:07 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:07.923 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:07 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:07.923 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:07 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:08.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:08 smithi005 ceph-mon[157099]: Detected new or changed devices on smithi107 2023-07-12T15:33:08.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:08 smithi005 ceph-mon[157099]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-07-12T15:33:08.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:08 smithi005 ceph-mon[157099]: pgmap v205: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 7.9 KiB/s wr, 10 op/s 2023-07-12T15:33:08.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:08 smithi005 ceph-mon[157099]: pgmap v206: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 4.0 MiB/s rd, 9.7 KiB/s wr, 8 op/s 2023-07-12T15:33:08.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:08 smithi005 ceph-mon[157099]: Upgrade: Setting container_image for all mds 2023-07-12T15:33:08.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:08 smithi005 ceph-mon[157099]: Upgrade: Setting container_image for all rgw 2023-07-12T15:33:08.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:08 smithi005 ceph-mon[157099]: Upgrade: Setting container_image for all rbd-mirror 2023-07-12T15:33:08.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:08 smithi005 ceph-mon[157099]: Upgrade: Setting container_image for all ceph-exporter 2023-07-12T15:33:08.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:08 smithi005 ceph-mon[157099]: Upgrade: Setting container_image for all iscsi 2023-07-12T15:33:08.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:08 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:08.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:08 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi005.raeamr", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-07-12T15:33:08.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:08 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-07-12T15:33:08.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:08 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-07-12T15:33:08.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:08 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:33:08.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:08 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-07-12T15:33:08.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:08 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-07-12T15:33:08.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:08 smithi107 ceph-mon[133083]: Detected new or changed devices on smithi107 2023-07-12T15:33:08.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:08 smithi107 ceph-mon[133083]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-07-12T15:33:08.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:08 smithi107 ceph-mon[133083]: pgmap v205: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 7.9 KiB/s wr, 10 op/s 2023-07-12T15:33:08.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:08 smithi107 ceph-mon[133083]: pgmap v206: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 4.0 MiB/s rd, 9.7 KiB/s wr, 8 op/s 2023-07-12T15:33:08.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:08 smithi107 ceph-mon[133083]: Upgrade: Setting container_image for all mds 2023-07-12T15:33:08.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:08 smithi107 ceph-mon[133083]: Upgrade: Setting container_image for all rgw 2023-07-12T15:33:08.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:08 smithi107 ceph-mon[133083]: Upgrade: Setting container_image for all rbd-mirror 2023-07-12T15:33:08.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:08 smithi107 ceph-mon[133083]: Upgrade: Setting container_image for all ceph-exporter 2023-07-12T15:33:08.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:08 smithi107 ceph-mon[133083]: Upgrade: Setting container_image for all iscsi 2023-07-12T15:33:08.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:08 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:08.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:08 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi005.raeamr", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-07-12T15:33:08.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:08 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-07-12T15:33:08.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:08 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-07-12T15:33:08.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:08 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:33:08.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:08 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-07-12T15:33:08.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:08 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-07-12T15:33:09.766 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:09 smithi005 ceph-mon[157099]: Upgrade: Updating nfs.foo.0.0.smithi005.raeamr (1/2) 2023-07-12T15:33:09.766 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:09 smithi005 ceph-mon[157099]: Creating key for client.nfs.foo.0.0.smithi005.raeamr 2023-07-12T15:33:09.767 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:09 smithi005 ceph-mon[157099]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-07-12T15:33:09.767 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:09 smithi005 ceph-mon[157099]: Rados config object exists: conf-nfs.foo 2023-07-12T15:33:09.767 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:09 smithi005 ceph-mon[157099]: Creating key for client.nfs.foo.0.0.smithi005.raeamr-rgw 2023-07-12T15:33:09.767 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi005.raeamr-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-07-12T15:33:09.767 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:09 smithi005 ceph-mon[157099]: Bind address in nfs.foo.0.0.smithi005.raeamr's ganesha conf is defaulting to empty 2023-07-12T15:33:09.767 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:33:09.767 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:09 smithi005 ceph-mon[157099]: Deploying daemon nfs.foo.0.0.smithi005.raeamr on smithi005 2023-07-12T15:33:09.778 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:09 smithi107 ceph-mon[133083]: Upgrade: Updating nfs.foo.0.0.smithi005.raeamr (1/2) 2023-07-12T15:33:09.779 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:09 smithi107 ceph-mon[133083]: Creating key for client.nfs.foo.0.0.smithi005.raeamr 2023-07-12T15:33:09.779 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:09 smithi107 ceph-mon[133083]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-07-12T15:33:09.779 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:09 smithi107 ceph-mon[133083]: Rados config object exists: conf-nfs.foo 2023-07-12T15:33:09.779 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:09 smithi107 ceph-mon[133083]: Creating key for client.nfs.foo.0.0.smithi005.raeamr-rgw 2023-07-12T15:33:09.779 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi005.raeamr-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-07-12T15:33:09.779 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:09 smithi107 ceph-mon[133083]: Bind address in nfs.foo.0.0.smithi005.raeamr's ganesha conf is defaulting to empty 2023-07-12T15:33:09.779 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:33:09.780 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:09 smithi107 ceph-mon[133083]: Deploying daemon nfs.foo.0.0.smithi005.raeamr on smithi005 2023-07-12T15:33:10.541 INFO:teuthology.orchestra.run.smithi005.stdout:true 2023-07-12T15:33:10.803 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:10 smithi005 ceph-mon[157099]: pgmap v207: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 2.9 KiB/s rd, 9.7 KiB/s wr, 7 op/s 2023-07-12T15:33:10.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:10 smithi107 ceph-mon[133083]: pgmap v207: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 2.9 KiB/s rd, 9.7 KiB/s wr, 7 op/s 2023-07-12T15:33:11.213 INFO:teuthology.orchestra.run.smithi005.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-07-12T15:33:11.213 INFO:teuthology.orchestra.run.smithi005.stdout:alertmanager.smithi005 smithi005 *:9093,9094 running (14m) 21s ago 22m 18.3M - 0.20.0 0881eb8f169f 355c4c29f2f8 2023-07-12T15:33:11.213 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi005 smithi005 running (4m) 21s ago 22m 7503k - 18.1.2-55-gb1bd0540 45bffa74f7bc 6d61cd746662 2023-07-12T15:33:11.214 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi107 smithi107 running (4m) 6s ago 21m 7444k - 18.1.2-55-gb1bd0540 45bffa74f7bc 8e028a47fcc1 2023-07-12T15:33:11.214 INFO:teuthology.orchestra.run.smithi005.stdout:grafana.smithi005 smithi005 *:3000 running (11m) 21s ago 21m 43.1M - 6.7.4 557c83e11646 0aeea3117a7c 2023-07-12T15:33:11.214 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi005.llyakb smithi005 running (25s) 21s ago 18m 13.7M - 18.1.2-55-gb1bd0540 45bffa74f7bc 67598425d6b6 2023-07-12T15:33:11.214 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi107.umdxex smithi107 running (9s) 6s ago 18m 14.9M - 18.1.2-55-gb1bd0540 45bffa74f7bc d532d862dd53 2023-07-12T15:33:11.214 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi005.fgymhs smithi005 *:8443,9283,8765 running (5m) 21s ago 23m 513M - 18.1.2-55-gb1bd0540 45bffa74f7bc 6affde0ea8e4 2023-07-12T15:33:11.214 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi107.erfdst smithi107 *:8443,9283,8765 running (5m) 6s ago 21m 445M - 18.1.2-55-gb1bd0540 45bffa74f7bc 72e428a0d1d5 2023-07-12T15:33:11.215 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi005 smithi005 running (4m) 21s ago 23m 127M 2048M 18.1.2-55-gb1bd0540 45bffa74f7bc 504af0dbfbc2 2023-07-12T15:33:11.215 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi107 smithi107 running (4m) 6s ago 21m 88.4M 2048M 18.1.2-55-gb1bd0540 45bffa74f7bc 2525deffcab9 2023-07-12T15:33:11.215 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.0.0.smithi005.raeamr smithi005 *:2049 starting - - - - 2023-07-12T15:33:11.215 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.1.0.smithi107.ppslpa smithi107 *:2049 running (16m) 6s ago 16m 90.9M - 3.5 8d91d370c2b8 1d4a977d4dad 2023-07-12T15:33:11.215 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi005 smithi005 *:9100 running (9m) 21s ago 21m 18.0M - 0.18.1 e5a616e4b9cf 49464b372a56 2023-07-12T15:33:11.215 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi107 smithi107 *:9100 running (5m) 6s ago 21m 5200k - 0.18.1 e5a616e4b9cf 96904bdb35f8 2023-07-12T15:33:11.215 INFO:teuthology.orchestra.run.smithi005.stdout:osd.0 smithi005 running (3m) 21s ago 21m 955M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc 231608dda745 2023-07-12T15:33:11.216 INFO:teuthology.orchestra.run.smithi005.stdout:osd.1 smithi005 running (3m) 21s ago 20m 822M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc a0dfe59f0ad8 2023-07-12T15:33:11.216 INFO:teuthology.orchestra.run.smithi005.stdout:osd.2 smithi005 running (2m) 21s ago 20m 659M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc 8592a0040135 2023-07-12T15:33:11.216 INFO:teuthology.orchestra.run.smithi005.stdout:osd.3 smithi005 running (2m) 21s ago 20m 840M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc 51659b46e9a2 2023-07-12T15:33:11.216 INFO:teuthology.orchestra.run.smithi005.stdout:osd.4 smithi107 running (119s) 6s ago 20m 920M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc 8aff710dba6d 2023-07-12T15:33:11.216 INFO:teuthology.orchestra.run.smithi005.stdout:osd.5 smithi107 running (92s) 6s ago 19m 942M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc acb768e34506 2023-07-12T15:33:11.216 INFO:teuthology.orchestra.run.smithi005.stdout:osd.6 smithi107 running (64s) 6s ago 19m 854M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc 63fbea01884c 2023-07-12T15:33:11.217 INFO:teuthology.orchestra.run.smithi005.stdout:osd.7 smithi107 running (37s) 6s ago 19m 1170M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc 671e35f541aa 2023-07-12T15:33:11.217 INFO:teuthology.orchestra.run.smithi005.stdout:prometheus.smithi005 smithi005 *:9095 error 21s ago 21m - - 2023-07-12T15:33:11.552 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:11 smithi107 ceph-mon[133083]: from='client.34374 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:33:11.552 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:11 smithi107 ceph-mon[133083]: Evicting (and blocklisting) client session 14712 (172.21.15.5:0/739966011) 2023-07-12T15:33:11.553 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:11 smithi107 ceph-mon[133083]: from='mds.? [v2:172.21.15.5:6834/1090995432,v1:172.21.15.5:6835/1090995432]' entity='mds.foofs.smithi005.llyakb' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.5:0/739966011"}]: dispatch 2023-07-12T15:33:11.553 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:11 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:11.553 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:11 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:11.608 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:33:11.608 INFO:teuthology.orchestra.run.smithi005.stdout: "mon": { 2023-07-12T15:33:11.608 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 2 2023-07-12T15:33:11.608 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:33:11.609 INFO:teuthology.orchestra.run.smithi005.stdout: "mgr": { 2023-07-12T15:33:11.609 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 2 2023-07-12T15:33:11.609 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:33:11.609 INFO:teuthology.orchestra.run.smithi005.stdout: "osd": { 2023-07-12T15:33:11.609 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 8 2023-07-12T15:33:11.609 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:33:11.609 INFO:teuthology.orchestra.run.smithi005.stdout: "mds": { 2023-07-12T15:33:11.610 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 2 2023-07-12T15:33:11.610 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:33:11.610 INFO:teuthology.orchestra.run.smithi005.stdout: "overall": { 2023-07-12T15:33:11.610 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 14 2023-07-12T15:33:11.610 INFO:teuthology.orchestra.run.smithi005.stdout: } 2023-07-12T15:33:11.610 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:33:11.933 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:33:11.933 INFO:teuthology.orchestra.run.smithi005.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:c4be3de0cb572873b18bf4d7ff19efd4676dcd86f150f2b38e50b5e2946cf6ef", 2023-07-12T15:33:11.933 INFO:teuthology.orchestra.run.smithi005.stdout: "in_progress": true, 2023-07-12T15:33:11.933 INFO:teuthology.orchestra.run.smithi005.stdout: "which": "Upgrading all daemon types on all hosts", 2023-07-12T15:33:11.934 INFO:teuthology.orchestra.run.smithi005.stdout: "services_complete": [ 2023-07-12T15:33:11.934 INFO:teuthology.orchestra.run.smithi005.stdout: "mon", 2023-07-12T15:33:11.934 INFO:teuthology.orchestra.run.smithi005.stdout: "osd", 2023-07-12T15:33:11.934 INFO:teuthology.orchestra.run.smithi005.stdout: "crash", 2023-07-12T15:33:11.934 INFO:teuthology.orchestra.run.smithi005.stdout: "mds", 2023-07-12T15:33:11.934 INFO:teuthology.orchestra.run.smithi005.stdout: "mgr" 2023-07-12T15:33:11.934 INFO:teuthology.orchestra.run.smithi005.stdout: ], 2023-07-12T15:33:11.935 INFO:teuthology.orchestra.run.smithi005.stdout: "progress": "16/23 daemons upgraded", 2023-07-12T15:33:11.935 INFO:teuthology.orchestra.run.smithi005.stdout: "message": "Currently upgrading nfs daemons", 2023-07-12T15:33:11.935 INFO:teuthology.orchestra.run.smithi005.stdout: "is_paused": false 2023-07-12T15:33:11.935 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:33:11.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:11 smithi005 ceph-mon[157099]: from='client.34374 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:33:11.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:11 smithi005 ceph-mon[157099]: Evicting (and blocklisting) client session 14712 (172.21.15.5:0/739966011) 2023-07-12T15:33:11.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:11 smithi005 ceph-mon[157099]: from='mds.? [v2:172.21.15.5:6834/1090995432,v1:172.21.15.5:6835/1090995432]' entity='mds.foofs.smithi005.llyakb' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.5:0/739966011"}]: dispatch 2023-07-12T15:33:11.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:11 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:11.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:11 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:12.330 INFO:teuthology.orchestra.run.smithi005.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2023-07-12T15:33:12.330 INFO:teuthology.orchestra.run.smithi005.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-07-12T15:33:12.331 INFO:teuthology.orchestra.run.smithi005.stdout: daemon prometheus.smithi005 on smithi005 is in error state 2023-07-12T15:33:12.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:12 smithi107 ceph-mon[133083]: from='client.34378 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:33:12.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:12 smithi107 ceph-mon[133083]: pgmap v208: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 2.4 KiB/s rd, 683 B/s wr, 3 op/s 2023-07-12T15:33:12.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:12 smithi107 ceph-mon[133083]: from='client.34394 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:33:12.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:12 smithi107 ceph-mon[133083]: from='mds.? [v2:172.21.15.5:6834/1090995432,v1:172.21.15.5:6835/1090995432]' entity='mds.foofs.smithi005.llyakb' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.5:0/739966011"}]': finished 2023-07-12T15:33:12.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:12 smithi107 ceph-mon[133083]: osdmap e115: 8 total, 8 up, 8 in 2023-07-12T15:33:12.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:12 smithi107 ceph-mon[133083]: from='client.? 172.21.15.5:0/1482117607' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:12.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:12 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:12.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:12 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi107.ppslpa", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-07-12T15:33:12.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:12 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-07-12T15:33:12.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:12 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-07-12T15:33:12.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:12 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:33:12.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:12 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-07-12T15:33:12.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:12 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-07-12T15:33:12.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:12 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi107.ppslpa-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-07-12T15:33:12.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:12 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:33:12.670 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:12 smithi107 ceph-mon[133083]: from='client.? 172.21.15.5:0/202088424' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:33:12.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:12 smithi005 ceph-mon[157099]: from='client.34378 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:33:12.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:12 smithi005 ceph-mon[157099]: pgmap v208: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 2.4 KiB/s rd, 683 B/s wr, 3 op/s 2023-07-12T15:33:12.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:12 smithi005 ceph-mon[157099]: from='client.34394 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:33:12.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:12 smithi005 ceph-mon[157099]: from='mds.? [v2:172.21.15.5:6834/1090995432,v1:172.21.15.5:6835/1090995432]' entity='mds.foofs.smithi005.llyakb' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.5:0/739966011"}]': finished 2023-07-12T15:33:12.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:12 smithi005 ceph-mon[157099]: osdmap e115: 8 total, 8 up, 8 in 2023-07-12T15:33:12.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:12 smithi005 ceph-mon[157099]: from='client.? 172.21.15.5:0/1482117607' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:12.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:12 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:12.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:12 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi107.ppslpa", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-07-12T15:33:12.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:12 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-07-12T15:33:12.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:12 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-07-12T15:33:13.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:12 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:33:13.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:12 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-07-12T15:33:13.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:12 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-07-12T15:33:13.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:12 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi107.ppslpa-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-07-12T15:33:13.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:12 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:33:13.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:12 smithi005 ceph-mon[157099]: from='client.? 172.21.15.5:0/202088424' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:33:13.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:13 smithi107 ceph-mon[133083]: Upgrade: Updating nfs.foo.1.0.smithi107.ppslpa (2/2) 2023-07-12T15:33:13.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:13 smithi107 ceph-mon[133083]: Creating key for client.nfs.foo.1.0.smithi107.ppslpa 2023-07-12T15:33:13.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:13 smithi107 ceph-mon[133083]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-07-12T15:33:13.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:13 smithi107 ceph-mon[133083]: from='client.34402 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:33:13.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:13 smithi107 ceph-mon[133083]: Rados config object exists: conf-nfs.foo 2023-07-12T15:33:13.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:13 smithi107 ceph-mon[133083]: Creating key for client.nfs.foo.1.0.smithi107.ppslpa-rgw 2023-07-12T15:33:13.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:13 smithi107 ceph-mon[133083]: Bind address in nfs.foo.1.0.smithi107.ppslpa's ganesha conf is defaulting to empty 2023-07-12T15:33:13.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:13 smithi107 ceph-mon[133083]: Deploying daemon nfs.foo.1.0.smithi107.ppslpa on smithi107 2023-07-12T15:33:13.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:13 smithi005 ceph-mon[157099]: Upgrade: Updating nfs.foo.1.0.smithi107.ppslpa (2/2) 2023-07-12T15:33:13.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:13 smithi005 ceph-mon[157099]: Creating key for client.nfs.foo.1.0.smithi107.ppslpa 2023-07-12T15:33:13.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:13 smithi005 ceph-mon[157099]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-07-12T15:33:13.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:13 smithi005 ceph-mon[157099]: from='client.34402 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:33:13.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:13 smithi005 ceph-mon[157099]: Rados config object exists: conf-nfs.foo 2023-07-12T15:33:13.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:13 smithi005 ceph-mon[157099]: Creating key for client.nfs.foo.1.0.smithi107.ppslpa-rgw 2023-07-12T15:33:13.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:13 smithi005 ceph-mon[157099]: Bind address in nfs.foo.1.0.smithi107.ppslpa's ganesha conf is defaulting to empty 2023-07-12T15:33:13.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:13 smithi005 ceph-mon[157099]: Deploying daemon nfs.foo.1.0.smithi107.ppslpa on smithi107 2023-07-12T15:33:14.536 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:14 smithi107 ceph-mon[133083]: pgmap v210: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 3.4 KiB/s rd, 1.3 KiB/s wr, 4 op/s 2023-07-12T15:33:14.536 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:14 smithi107 ceph-mon[133083]: from='mds.? [v2:172.21.15.5:6834/1090995432,v1:172.21.15.5:6835/1090995432]' entity='mds.foofs.smithi005.llyakb' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.107:0/1332299366"}]: dispatch 2023-07-12T15:33:14.536 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:14 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:14.537 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:14 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:14.537 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:14 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:33:14.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:14 smithi005 ceph-mon[157099]: pgmap v210: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 3.4 KiB/s rd, 1.3 KiB/s wr, 4 op/s 2023-07-12T15:33:14.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:14 smithi005 ceph-mon[157099]: from='mds.? [v2:172.21.15.5:6834/1090995432,v1:172.21.15.5:6835/1090995432]' entity='mds.foofs.smithi005.llyakb' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.107:0/1332299366"}]: dispatch 2023-07-12T15:33:14.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:14 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:14.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:14 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:14.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:14 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:33:15.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:15 smithi107 ceph-mon[133083]: Evicting (and blocklisting) client session 24553 (172.21.15.107:0/1332299366) 2023-07-12T15:33:15.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:15 smithi107 ceph-mon[133083]: from='mds.? [v2:172.21.15.5:6834/1090995432,v1:172.21.15.5:6835/1090995432]' entity='mds.foofs.smithi005.llyakb' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.107:0/1332299366"}]': finished 2023-07-12T15:33:15.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:15 smithi107 ceph-mon[133083]: osdmap e116: 8 total, 8 up, 8 in 2023-07-12T15:33:15.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:15 smithi005 ceph-mon[157099]: Evicting (and blocklisting) client session 24553 (172.21.15.107:0/1332299366) 2023-07-12T15:33:15.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:15 smithi005 ceph-mon[157099]: from='mds.? [v2:172.21.15.5:6834/1090995432,v1:172.21.15.5:6835/1090995432]' entity='mds.foofs.smithi005.llyakb' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.107:0/1332299366"}]': finished 2023-07-12T15:33:15.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:15 smithi005 ceph-mon[157099]: osdmap e116: 8 total, 8 up, 8 in 2023-07-12T15:33:16.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:16 smithi107 ceph-mon[133083]: pgmap v212: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 3.0 KiB/s rd, 1.1 KiB/s wr, 4 op/s 2023-07-12T15:33:16.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:16 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:16.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:16 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:16.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:16 smithi005 ceph-mon[157099]: pgmap v212: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 3.0 KiB/s rd, 1.1 KiB/s wr, 4 op/s 2023-07-12T15:33:16.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:16 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:16.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:16 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:18.112 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:17 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:18.112 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:17 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:18.113 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:17 smithi107 ceph-mon[133083]: pgmap v213: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.6 KiB/s wr, 8 op/s 2023-07-12T15:33:18.113 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:17 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:18.113 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:17 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:18.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:17 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:18.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:17 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:18.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:17 smithi005 ceph-mon[157099]: pgmap v213: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.6 KiB/s wr, 8 op/s 2023-07-12T15:33:18.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:17 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:18.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:17 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:19.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:19 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:19.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:19 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:19.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:19 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:19.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:19 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:19.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:19 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:19.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:19 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:19.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:19 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:19.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:19 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:20.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:20 smithi107 ceph-mon[133083]: pgmap v214: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 2.7 KiB/s rd, 1.9 KiB/s wr, 5 op/s 2023-07-12T15:33:20.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:20 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:20.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:20 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:20.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:20 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:33:20.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:20 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-07-12T15:33:20.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:20 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:20.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:20 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:20.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:20 smithi005 ceph-mon[157099]: pgmap v214: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 2.7 KiB/s rd, 1.9 KiB/s wr, 5 op/s 2023-07-12T15:33:20.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:20 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:20.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:20 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:20.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:20 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:33:20.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:20 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-07-12T15:33:20.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:20 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:20.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:20 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:21.821 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:21 smithi005 ceph-mon[157099]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-07-12T15:33:21.822 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:21 smithi005 ceph-mon[157099]: pgmap v215: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 2.2 KiB/s rd, 1.3 KiB/s wr, 4 op/s 2023-07-12T15:33:21.822 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:21 smithi005 ceph-mon[157099]: pgmap v216: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 2.6 KiB/s rd, 1.6 KiB/s wr, 4 op/s 2023-07-12T15:33:21.822 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:21 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:33:21.822 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:21 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:21.822 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:21 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:21.823 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:21 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:21.823 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:21 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:21.823 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:21 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:21.823 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:21 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:21.824 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:21 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:21.824 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:21 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:21.824 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:21 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:21.825 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:21 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:21.825 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:21 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:21.825 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:21 smithi005 ceph-mon[157099]: Upgrade: Setting container_image for all nfs 2023-07-12T15:33:21.825 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:21 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:21.825 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:21 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.0.smithi005.raeamr"}]: dispatch 2023-07-12T15:33:21.825 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:21 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.0.smithi005.raeamr"}]': finished 2023-07-12T15:33:21.825 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:21 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.0.smithi107.ppslpa"}]: dispatch 2023-07-12T15:33:21.826 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:21 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.0.smithi107.ppslpa"}]': finished 2023-07-12T15:33:21.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:21 smithi107 ceph-mon[133083]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-07-12T15:33:21.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:21 smithi107 ceph-mon[133083]: pgmap v215: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 2.2 KiB/s rd, 1.3 KiB/s wr, 4 op/s 2023-07-12T15:33:21.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:21 smithi107 ceph-mon[133083]: pgmap v216: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 2.6 KiB/s rd, 1.6 KiB/s wr, 4 op/s 2023-07-12T15:33:21.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:21 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:33:21.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:21 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:21.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:21 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:21.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:21 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:21.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:21 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:21.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:21 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:21.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:21 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:21.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:21 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:21.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:21 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:21.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:21 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:21.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:21 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:21.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:21 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:21.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:21 smithi107 ceph-mon[133083]: Upgrade: Setting container_image for all nfs 2023-07-12T15:33:21.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:21 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:21.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:21 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.0.smithi005.raeamr"}]: dispatch 2023-07-12T15:33:21.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:21 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.0.smithi005.raeamr"}]': finished 2023-07-12T15:33:21.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:21 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.0.smithi107.ppslpa"}]: dispatch 2023-07-12T15:33:21.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:21 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.0.smithi107.ppslpa"}]': finished 2023-07-12T15:33:22.874 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:22 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:33:22.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:22 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:33:23.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:23 smithi107 ceph-mon[133083]: Upgrade: Updating node-exporter.smithi005 (1/2) 2023-07-12T15:33:23.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:23 smithi107 ceph-mon[133083]: Deploying daemon node-exporter.smithi005 on smithi005 2023-07-12T15:33:23.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:23 smithi107 ceph-mon[133083]: pgmap v217: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 2.4 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2023-07-12T15:33:23.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:23 smithi005 ceph-mon[157099]: Upgrade: Updating node-exporter.smithi005 (1/2) 2023-07-12T15:33:23.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:23 smithi005 ceph-mon[157099]: Deploying daemon node-exporter.smithi005 on smithi005 2023-07-12T15:33:23.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:23 smithi005 ceph-mon[157099]: pgmap v217: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 2.4 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2023-07-12T15:33:25.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:25 smithi005 ceph-mon[157099]: pgmap v218: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 2.0 KiB/s rd, 1.3 KiB/s wr, 3 op/s 2023-07-12T15:33:25.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:25 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:25.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:25 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:25.801 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:25 smithi107 ceph-mon[133083]: pgmap v218: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 2.0 KiB/s rd, 1.3 KiB/s wr, 3 op/s 2023-07-12T15:33:25.802 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:25 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:25.802 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:25 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:27.839 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:27 smithi107 ceph-mon[133083]: pgmap v219: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 331 B/s rd, 0 op/s 2023-07-12T15:33:27.839 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:27 smithi107 ceph-mon[133083]: Upgrade: Updating node-exporter.smithi107 (2/2) 2023-07-12T15:33:27.840 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:27 smithi107 ceph-mon[133083]: Deploying daemon node-exporter.smithi107 on smithi107 2023-07-12T15:33:27.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:27 smithi005 ceph-mon[157099]: pgmap v219: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 331 B/s rd, 0 op/s 2023-07-12T15:33:27.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:27 smithi005 ceph-mon[157099]: Upgrade: Updating node-exporter.smithi107 (2/2) 2023-07-12T15:33:27.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:27 smithi005 ceph-mon[157099]: Deploying daemon node-exporter.smithi107 on smithi107 2023-07-12T15:33:29.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:29 smithi107 ceph-mon[133083]: pgmap v220: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 220 B/s rd, 0 op/s 2023-07-12T15:33:29.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:29 smithi005 ceph-mon[157099]: pgmap v220: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 220 B/s rd, 0 op/s 2023-07-12T15:33:31.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:31 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:31.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:31 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:31.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:31 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:33:31.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:31 smithi107 ceph-mon[133083]: pgmap v221: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-07-12T15:33:31.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:31 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:31.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:31 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:31.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:31 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:33:31.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:31 smithi005 ceph-mon[157099]: pgmap v221: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-07-12T15:33:33.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:32 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:33.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:32 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:33.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:32 smithi005 ceph-mon[157099]: pgmap v222: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:33:33.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:32 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:33.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:32 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:33.350 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:32 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:33.351 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:32 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:33.351 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:32 smithi107 ceph-mon[133083]: pgmap v222: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:33:33.351 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:32 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:33.351 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:32 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:34.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:34 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:34.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:34 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:34.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:34 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:34.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:34 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:34.571 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:34 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:34.571 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:34 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:34.572 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:34 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:34.572 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:34 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:35.971 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:35 smithi005 ceph-mon[157099]: pgmap v223: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:33:35.971 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:35 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:35.971 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:35 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:36.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:35 smithi107 ceph-mon[133083]: pgmap v223: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:33:36.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:35 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:36.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:35 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:37.085 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:37 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:37.086 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:37 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:37.086 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:37 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:33:37.086 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:37 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-07-12T15:33:37.086 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:37 smithi005 ceph-mon[157099]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-07-12T15:33:37.087 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:37 smithi005 ceph-mon[157099]: pgmap v224: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 353 B/s rd, 88 B/s wr, 0 op/s 2023-07-12T15:33:37.087 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:37 smithi005 ceph-mon[157099]: pgmap v225: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 213 B/s rd, 106 B/s wr, 0 op/s 2023-07-12T15:33:37.087 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:37 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:37.087 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:37 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:37.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:37 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:33:37.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:37 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:37.089 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:37 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:37.089 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:37 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:37.089 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:37 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:37.089 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:37 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:37.090 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:37 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:37.090 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:37 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:37.090 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:37 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:37.090 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:37 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:37.090 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:37 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:37.090 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:37 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:37.090 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:37 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:37.091 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:37 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:33:37.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:37 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:37.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:37 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:37.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:37 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:33:37.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:37 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-07-12T15:33:37.420 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:37 smithi107 ceph-mon[133083]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-07-12T15:33:37.420 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:37 smithi107 ceph-mon[133083]: pgmap v224: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 353 B/s rd, 88 B/s wr, 0 op/s 2023-07-12T15:33:37.420 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:37 smithi107 ceph-mon[133083]: pgmap v225: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 213 B/s rd, 106 B/s wr, 0 op/s 2023-07-12T15:33:37.421 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:37 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:37.421 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:37 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:37.422 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:37 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:33:37.422 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:37 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:37.422 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:37 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:37.423 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:37 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:37.423 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:37 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:37.423 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:37 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:37.423 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:37 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:37.423 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:37 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:37.424 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:37 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:37.424 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:37 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:37.424 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:37 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:37.424 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:37 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:37.425 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:37 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:37.425 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:37 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:33:38.215 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:38 smithi005 ceph-mon[157099]: Upgrade: Updating prometheus.smithi005 2023-07-12T15:33:38.216 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:38 smithi005 ceph-mon[157099]: Deploying daemon prometheus.smithi005 on smithi005 2023-07-12T15:33:38.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:38 smithi107 ceph-mon[133083]: Upgrade: Updating prometheus.smithi005 2023-07-12T15:33:38.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:38 smithi107 ceph-mon[133083]: Deploying daemon prometheus.smithi005 on smithi005 2023-07-12T15:33:39.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:39 smithi005 ceph-mon[157099]: pgmap v226: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 213 B/s rd, 106 B/s wr, 0 op/s 2023-07-12T15:33:39.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:39 smithi107 ceph-mon[133083]: pgmap v226: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 213 B/s rd, 106 B/s wr, 0 op/s 2023-07-12T15:33:41.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:41 smithi107 ceph-mon[133083]: pgmap v227: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 213 B/s rd, 106 B/s wr, 0 op/s 2023-07-12T15:33:41.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:41 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:41.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:41 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:41.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:41 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:33:41.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:41 smithi005 ceph-mon[157099]: pgmap v227: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 213 B/s rd, 106 B/s wr, 0 op/s 2023-07-12T15:33:41.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:41 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:41.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:41 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:41.749 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:41 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:33:42.683 INFO:teuthology.orchestra.run.smithi005.stdout:true 2023-07-12T15:33:43.361 INFO:teuthology.orchestra.run.smithi005.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-07-12T15:33:43.362 INFO:teuthology.orchestra.run.smithi005.stdout:alertmanager.smithi005 smithi005 *:9093,9094 running (14m) 10s ago 22m 18.3M - 0.20.0 0881eb8f169f 355c4c29f2f8 2023-07-12T15:33:43.362 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi005 smithi005 running (4m) 10s ago 22m 7503k - 18.1.2-55-gb1bd0540 45bffa74f7bc 6d61cd746662 2023-07-12T15:33:43.362 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi107 smithi107 running (4m) 11s ago 22m 7444k - 18.1.2-55-gb1bd0540 45bffa74f7bc 8e028a47fcc1 2023-07-12T15:33:43.362 INFO:teuthology.orchestra.run.smithi005.stdout:grafana.smithi005 smithi005 *:3000 running (12m) 10s ago 22m 43.2M - 6.7.4 557c83e11646 0aeea3117a7c 2023-07-12T15:33:43.362 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi005.llyakb smithi005 running (57s) 10s ago 19m 30.0M - 18.1.2-55-gb1bd0540 45bffa74f7bc 67598425d6b6 2023-07-12T15:33:43.363 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi107.umdxex smithi107 running (41s) 11s ago 19m 15.0M - 18.1.2-55-gb1bd0540 45bffa74f7bc d532d862dd53 2023-07-12T15:33:43.363 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi005.fgymhs smithi005 *:8443,9283,8765 running (6m) 10s ago 23m 517M - 18.1.2-55-gb1bd0540 45bffa74f7bc 6affde0ea8e4 2023-07-12T15:33:43.363 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi107.erfdst smithi107 *:8443,9283,8765 running (5m) 11s ago 22m 445M - 18.1.2-55-gb1bd0540 45bffa74f7bc 72e428a0d1d5 2023-07-12T15:33:43.363 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi005 smithi005 running (5m) 10s ago 23m 133M 2048M 18.1.2-55-gb1bd0540 45bffa74f7bc 504af0dbfbc2 2023-07-12T15:33:43.363 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi107 smithi107 running (5m) 11s ago 22m 92.8M 2048M 18.1.2-55-gb1bd0540 45bffa74f7bc 2525deffcab9 2023-07-12T15:33:43.363 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.0.0.smithi005.raeamr smithi005 *:2049 running (32s) 10s ago 17m 74.2M - 5.3.2 45bffa74f7bc 2e752fd15b1b 2023-07-12T15:33:43.363 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.1.0.smithi107.ppslpa smithi107 *:2049 running (29s) 11s ago 17m 72.0M - 5.3.2 45bffa74f7bc 2aa866872ba3 2023-07-12T15:33:43.364 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi005 smithi005 *:9100 running (18s) 10s ago 22m 4210k - 1.5.0 0da6a335fe13 5af1eba3ca2b 2023-07-12T15:33:43.364 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi107 smithi107 *:9100 running (13s) 11s ago 22m 3913k - 1.5.0 0da6a335fe13 5ffe1f79703a 2023-07-12T15:33:43.364 INFO:teuthology.orchestra.run.smithi005.stdout:osd.0 smithi005 running (4m) 10s ago 21m 964M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc 231608dda745 2023-07-12T15:33:43.364 INFO:teuthology.orchestra.run.smithi005.stdout:osd.1 smithi005 running (3m) 10s ago 21m 835M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc a0dfe59f0ad8 2023-07-12T15:33:43.364 INFO:teuthology.orchestra.run.smithi005.stdout:osd.2 smithi005 running (3m) 10s ago 21m 666M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc 8592a0040135 2023-07-12T15:33:43.364 INFO:teuthology.orchestra.run.smithi005.stdout:osd.3 smithi005 running (3m) 10s ago 20m 848M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc 51659b46e9a2 2023-07-12T15:33:43.364 INFO:teuthology.orchestra.run.smithi005.stdout:osd.4 smithi107 running (2m) 11s ago 20m 923M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc 8aff710dba6d 2023-07-12T15:33:43.365 INFO:teuthology.orchestra.run.smithi005.stdout:osd.5 smithi107 running (2m) 11s ago 20m 944M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc acb768e34506 2023-07-12T15:33:43.365 INFO:teuthology.orchestra.run.smithi005.stdout:osd.6 smithi107 running (96s) 11s ago 20m 855M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc 63fbea01884c 2023-07-12T15:33:43.365 INFO:teuthology.orchestra.run.smithi005.stdout:osd.7 smithi107 running (69s) 11s ago 20m 1173M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc 671e35f541aa 2023-07-12T15:33:43.365 INFO:teuthology.orchestra.run.smithi005.stdout:prometheus.smithi005 smithi005 *:9095 starting - - - - 2023-07-12T15:33:43.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:43 smithi107 ceph-mon[133083]: pgmap v228: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 213 B/s rd, 106 B/s wr, 0 op/s 2023-07-12T15:33:43.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:43 smithi107 ceph-mon[133083]: from='client.34426 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:33:43.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:43 smithi005 ceph-mon[157099]: pgmap v228: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 213 B/s rd, 106 B/s wr, 0 op/s 2023-07-12T15:33:43.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:43 smithi005 ceph-mon[157099]: from='client.34426 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:33:43.758 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:33:43.758 INFO:teuthology.orchestra.run.smithi005.stdout: "mon": { 2023-07-12T15:33:43.758 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 2 2023-07-12T15:33:43.759 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:33:43.759 INFO:teuthology.orchestra.run.smithi005.stdout: "mgr": { 2023-07-12T15:33:43.759 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 2 2023-07-12T15:33:43.759 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:33:43.759 INFO:teuthology.orchestra.run.smithi005.stdout: "osd": { 2023-07-12T15:33:43.759 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 8 2023-07-12T15:33:43.759 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:33:43.760 INFO:teuthology.orchestra.run.smithi005.stdout: "mds": { 2023-07-12T15:33:43.760 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 2 2023-07-12T15:33:43.760 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:33:43.760 INFO:teuthology.orchestra.run.smithi005.stdout: "overall": { 2023-07-12T15:33:43.760 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 14 2023-07-12T15:33:43.760 INFO:teuthology.orchestra.run.smithi005.stdout: } 2023-07-12T15:33:43.760 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:33:44.125 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:33:44.125 INFO:teuthology.orchestra.run.smithi005.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:c4be3de0cb572873b18bf4d7ff19efd4676dcd86f150f2b38e50b5e2946cf6ef", 2023-07-12T15:33:44.126 INFO:teuthology.orchestra.run.smithi005.stdout: "in_progress": true, 2023-07-12T15:33:44.126 INFO:teuthology.orchestra.run.smithi005.stdout: "which": "Upgrading all daemon types on all hosts", 2023-07-12T15:33:44.126 INFO:teuthology.orchestra.run.smithi005.stdout: "services_complete": [ 2023-07-12T15:33:44.126 INFO:teuthology.orchestra.run.smithi005.stdout: "mon", 2023-07-12T15:33:44.126 INFO:teuthology.orchestra.run.smithi005.stdout: "osd", 2023-07-12T15:33:44.126 INFO:teuthology.orchestra.run.smithi005.stdout: "crash", 2023-07-12T15:33:44.127 INFO:teuthology.orchestra.run.smithi005.stdout: "nfs", 2023-07-12T15:33:44.127 INFO:teuthology.orchestra.run.smithi005.stdout: "mds", 2023-07-12T15:33:44.127 INFO:teuthology.orchestra.run.smithi005.stdout: "mgr" 2023-07-12T15:33:44.127 INFO:teuthology.orchestra.run.smithi005.stdout: ], 2023-07-12T15:33:44.127 INFO:teuthology.orchestra.run.smithi005.stdout: "progress": "18/23 daemons upgraded", 2023-07-12T15:33:44.127 INFO:teuthology.orchestra.run.smithi005.stdout: "message": "Currently upgrading prometheus daemons", 2023-07-12T15:33:44.127 INFO:teuthology.orchestra.run.smithi005.stdout: "is_paused": false 2023-07-12T15:33:44.128 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:33:44.528 INFO:teuthology.orchestra.run.smithi005.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2023-07-12T15:33:44.528 INFO:teuthology.orchestra.run.smithi005.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-07-12T15:33:44.528 INFO:teuthology.orchestra.run.smithi005.stdout: daemon prometheus.smithi005 on smithi005 is in error state 2023-07-12T15:33:45.047 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:44 smithi005 ceph-mon[157099]: from='client.34430 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:33:45.047 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:44 smithi005 ceph-mon[157099]: from='client.34434 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:33:45.047 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:44 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:45.047 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:44 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:45.048 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:44 smithi005 ceph-mon[157099]: from='client.? 172.21.15.5:0/1786216610' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:45.048 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:44 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:45.048 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:44 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:45.048 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:44 smithi005 ceph-mon[157099]: from='client.? 172.21.15.5:0/2825436696' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:33:45.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:44 smithi107 ceph-mon[133083]: from='client.34430 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:33:45.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:44 smithi107 ceph-mon[133083]: from='client.34434 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:33:45.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:44 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:45.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:44 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:45.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:44 smithi107 ceph-mon[133083]: from='client.? 172.21.15.5:0/1786216610' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:45.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:44 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:45.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:44 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:45.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:44 smithi107 ceph-mon[133083]: from='client.? 172.21.15.5:0/2825436696' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:33:45.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:45 smithi005 ceph-mon[157099]: pgmap v229: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 213 B/s rd, 106 B/s wr, 0 op/s 2023-07-12T15:33:45.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:45 smithi005 ceph-mon[157099]: from='client.34442 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:33:46.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:45 smithi107 ceph-mon[133083]: pgmap v229: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 213 B/s rd, 106 B/s wr, 0 op/s 2023-07-12T15:33:46.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:45 smithi107 ceph-mon[133083]: from='client.34442 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:33:47.743 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:47 smithi005 ceph-mon[157099]: pgmap v230: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 1.1 KiB/s rd, 409 B/s wr, 1 op/s 2023-07-12T15:33:47.743 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:47 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:47.743 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:47 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:47.743 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:47 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:33:47.743 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:47 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-07-12T15:33:47.743 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:47 smithi005 ceph-mon[157099]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-07-12T15:33:47.744 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:47 smithi005 ceph-mon[157099]: pgmap v231: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 1.0 KiB/s rd, 386 B/s wr, 1 op/s 2023-07-12T15:33:47.744 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:47 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:47.744 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:47 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:47.744 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:47 smithi005 ceph-mon[157099]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-07-12T15:33:47.744 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:47 smithi005 ceph-mon[157099]: Cluster is now healthy 2023-07-12T15:33:47.744 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:47 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-07-12T15:33:47.744 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:47 smithi005 ceph-mon[157099]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-07-12T15:33:47.745 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:47 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:33:47.745 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:47 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:47.745 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:47 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:47.745 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:47 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:47.745 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:47 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:47.745 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:47 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:47.745 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:47 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:47.745 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:47 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:47.746 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:47 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:47.746 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:47 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:47.746 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:47 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:47.746 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:47 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:47.746 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:47 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:47.746 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:47 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:47.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:47 smithi107 ceph-mon[133083]: pgmap v230: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 1.1 KiB/s rd, 409 B/s wr, 1 op/s 2023-07-12T15:33:47.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:47 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:47.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:47 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:47.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:47 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:33:47.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:47 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-07-12T15:33:47.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:47 smithi107 ceph-mon[133083]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-07-12T15:33:47.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:47 smithi107 ceph-mon[133083]: pgmap v231: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 1.0 KiB/s rd, 386 B/s wr, 1 op/s 2023-07-12T15:33:47.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:47 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:47.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:47 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:47.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:47 smithi107 ceph-mon[133083]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-07-12T15:33:47.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:47 smithi107 ceph-mon[133083]: Cluster is now healthy 2023-07-12T15:33:47.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:47 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-07-12T15:33:47.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:47 smithi107 ceph-mon[133083]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-07-12T15:33:47.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:47 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:33:47.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:47 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:47.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:47 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:47.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:47 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:47.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:47 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:47.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:47 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:47.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:47 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:47.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:47 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:47.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:47 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:47.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:47 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:47.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:47 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:47.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:47 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:47.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:47 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:47.923 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:47 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:49.989 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:49 smithi005 ceph-mon[157099]: Upgrade: Updating alertmanager.smithi005 2023-07-12T15:33:49.989 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:49 smithi005 ceph-mon[157099]: Deploying daemon alertmanager.smithi005 on smithi005 2023-07-12T15:33:49.990 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:49 smithi005 ceph-mon[157099]: pgmap v232: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 1.0 KiB/s rd, 386 B/s wr, 1 op/s 2023-07-12T15:33:50.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:49 smithi107 ceph-mon[133083]: Upgrade: Updating alertmanager.smithi005 2023-07-12T15:33:50.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:49 smithi107 ceph-mon[133083]: Deploying daemon alertmanager.smithi005 on smithi005 2023-07-12T15:33:50.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:49 smithi107 ceph-mon[133083]: pgmap v232: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 1.0 KiB/s rd, 386 B/s wr, 1 op/s 2023-07-12T15:33:51.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:51 smithi005 ceph-mon[157099]: pgmap v233: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 1.0 KiB/s rd, 386 B/s wr, 1 op/s 2023-07-12T15:33:51.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:51 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:51.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:51 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:51.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:51 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:33:52.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:51 smithi107 ceph-mon[133083]: pgmap v233: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 1.0 KiB/s rd, 386 B/s wr, 1 op/s 2023-07-12T15:33:52.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:51 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:52.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:51 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:52.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:51 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:33:53.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:52 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:53.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:52 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:33:53.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:52 smithi107 ceph-mon[133083]: pgmap v234: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 1.0 KiB/s rd, 386 B/s wr, 1 op/s 2023-07-12T15:33:53.250 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:52 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:53.250 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:52 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:33:53.250 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:52 smithi005 ceph-mon[157099]: pgmap v234: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 1.0 KiB/s rd, 386 B/s wr, 1 op/s 2023-07-12T15:33:55.565 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:55 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:55.565 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:55 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:55.566 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:55 smithi005 ceph-mon[157099]: pgmap v235: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 1.0 KiB/s rd, 386 B/s wr, 1 op/s 2023-07-12T15:33:55.566 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:55 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:55.566 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:55 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:55.668 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:55 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:55.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:55 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:55.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:55 smithi107 ceph-mon[133083]: pgmap v235: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 1.0 KiB/s rd, 386 B/s wr, 1 op/s 2023-07-12T15:33:55.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:55 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:55.669 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:55 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:57.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:57 smithi005 ceph-mon[157099]: pgmap v236: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2023-07-12T15:33:57.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:57 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:57.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:57 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:57.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:57 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:33:57.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:57 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-07-12T15:33:57.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:57 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:57.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:57 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:58.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:57 smithi107 ceph-mon[133083]: pgmap v236: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2023-07-12T15:33:58.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:57 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:58.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:57 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:58.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:57 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:33:58.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:57 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-07-12T15:33:58.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:57 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:58.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:57 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:33:58.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:58 smithi005 ceph-mon[157099]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-07-12T15:33:58.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:58 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-07-12T15:33:58.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:58 smithi005 ceph-mon[157099]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-07-12T15:33:58.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:58 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:33:58.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:58 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:58.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:58 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:58.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:58 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:58.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:58 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:58.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:58 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:58.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:58 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:58.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:58 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:59.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:58 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:59.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:58 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:59.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:58 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:59.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:58 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:59.000 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:58 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:59.001 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:58 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:59.001 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:58 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:59.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:58 smithi107 ceph-mon[133083]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-07-12T15:33:59.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:58 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-07-12T15:33:59.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:58 smithi107 ceph-mon[133083]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-07-12T15:33:59.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:58 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:33:59.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:58 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:59.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:58 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:59.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:58 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:59.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:58 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:59.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:58 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:59.170 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:58 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:59.171 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:58 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:59.171 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:58 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:59.171 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:58 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:59.171 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:58 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:59.171 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:58 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:59.172 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:58 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:59.172 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:58 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:59.172 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:58 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:33:59.792 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:59 smithi005 ceph-mon[157099]: pgmap v237: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:33:59.792 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:33:59 smithi005 ceph-mon[157099]: Upgrade: Updating grafana.smithi005 2023-07-12T15:34:00.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:59 smithi107 ceph-mon[133083]: pgmap v237: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:34:00.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:33:59 smithi107 ceph-mon[133083]: Upgrade: Updating grafana.smithi005 2023-07-12T15:34:00.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:00 smithi005 ceph-mon[157099]: Deploying daemon grafana.smithi005 on smithi005 2023-07-12T15:34:01.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:00 smithi107 ceph-mon[133083]: Deploying daemon grafana.smithi005 on smithi005 2023-07-12T15:34:01.947 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:01 smithi005 ceph-mon[157099]: pgmap v238: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:34:02.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:01 smithi107 ceph-mon[133083]: pgmap v238: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:34:03.134 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:02 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:34:03.135 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:02 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:34:03.135 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:02 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:34:03.135 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:02 smithi005 ceph-mon[157099]: pgmap v239: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:34:03.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:02 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:34:03.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:02 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:34:03.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:02 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:34:03.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:02 smithi107 ceph-mon[133083]: pgmap v239: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:34:05.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:05 smithi107 ceph-mon[133083]: pgmap v240: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:34:05.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:05 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:34:05.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:05 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:34:05.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:05 smithi005 ceph-mon[157099]: pgmap v240: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:34:05.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:05 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:34:05.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:05 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:34:06.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:06 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:34:06.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:06 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:34:07.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:06 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:34:07.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:06 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:34:07.924 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:07 smithi005 ceph-mon[157099]: pgmap v241: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:34:07.924 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:07 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:34:08.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:07 smithi107 ceph-mon[133083]: pgmap v241: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:34:08.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:07 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:34:09.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:34:09.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:34:09.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:34:09.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-07-12T15:34:09.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-07-12T15:34:09.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:34:09.419 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:34:09.420 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-07-12T15:34:09.420 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-07-12T15:34:09.420 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:34:09.420 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:34:09.420 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:34:09.420 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:34:09.421 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:34:09.421 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:34:09.421 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:34:09.421 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:34:09.421 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:34:09.421 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:34:09.421 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:34:09.421 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:34:09.422 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:34:09.422 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:34:09.422 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:34:09.422 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:34:09.422 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:34:09.422 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:34:09.422 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: Upgrade: Finalizing container_image settings 2023-07-12T15:34:09.422 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:34:09.423 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2023-07-12T15:34:09.423 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2023-07-12T15:34:09.423 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-07-12T15:34:09.423 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2023-07-12T15:34:09.423 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2023-07-12T15:34:09.424 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2023-07-12T15:34:09.424 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2023-07-12T15:34:09.424 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2023-07-12T15:34:09.425 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2023-07-12T15:34:09.425 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2023-07-12T15:34:09.425 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2023-07-12T15:34:09.425 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2023-07-12T15:34:09.425 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2023-07-12T15:34:09.425 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2023-07-12T15:34:09.426 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-07-12T15:34:09.426 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2023-07-12T15:34:09.426 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2023-07-12T15:34:09.426 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2023-07-12T15:34:09.427 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2023-07-12T15:34:09.427 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2023-07-12T15:34:09.427 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2023-07-12T15:34:09.427 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-07-12T15:34:09.427 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-07-12T15:34:09.427 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-07-12T15:34:09.428 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-07-12T15:34:09.428 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-07-12T15:34:09.428 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-07-12T15:34:09.429 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2023-07-12T15:34:09.429 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2023-07-12T15:34:09.429 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: Upgrade: Complete! 2023-07-12T15:34:09.429 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2023-07-12T15:34:09.429 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2023-07-12T15:34:09.429 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:34:09.429 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:34:09.430 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-07-12T15:34:09.430 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-07-12T15:34:09.430 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:34:09.430 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:34:09.430 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:34:09.430 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:34:09.431 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-07-12T15:34:09.431 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-07-12T15:34:09.431 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:34:09.431 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:34:09.431 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:09 smithi107 ceph-mon[133083]: pgmap v242: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:34:09.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:34:09.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:34:09.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:34:09.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-07-12T15:34:09.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-07-12T15:34:09.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:34:09.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:34:09.500 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-07-12T15:34:09.500 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-07-12T15:34:09.500 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:34:09.500 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:34:09.500 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:34:09.500 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:34:09.500 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:34:09.501 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:34:09.501 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:34:09.501 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:34:09.501 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:34:09.501 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:34:09.501 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:34:09.501 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:34:09.501 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:34:09.502 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:34:09.502 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:34:09.502 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:34:09.502 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:34:09.502 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:34:09.502 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: Upgrade: Finalizing container_image settings 2023-07-12T15:34:09.502 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:34:09.503 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2023-07-12T15:34:09.503 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2023-07-12T15:34:09.503 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-07-12T15:34:09.503 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2023-07-12T15:34:09.503 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2023-07-12T15:34:09.503 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2023-07-12T15:34:09.503 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2023-07-12T15:34:09.503 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2023-07-12T15:34:09.504 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2023-07-12T15:34:09.504 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2023-07-12T15:34:09.504 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2023-07-12T15:34:09.504 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2023-07-12T15:34:09.504 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2023-07-12T15:34:09.504 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2023-07-12T15:34:09.504 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-07-12T15:34:09.505 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2023-07-12T15:34:09.505 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2023-07-12T15:34:09.505 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2023-07-12T15:34:09.505 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2023-07-12T15:34:09.505 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2023-07-12T15:34:09.505 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2023-07-12T15:34:09.505 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-07-12T15:34:09.505 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-07-12T15:34:09.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-07-12T15:34:09.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-07-12T15:34:09.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-07-12T15:34:09.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-07-12T15:34:09.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2023-07-12T15:34:09.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2023-07-12T15:34:09.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: Upgrade: Complete! 2023-07-12T15:34:09.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2023-07-12T15:34:09.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2023-07-12T15:34:09.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:34:09.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:34:09.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-07-12T15:34:09.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-07-12T15:34:09.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:34:09.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:34:09.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:34:09.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:34:09.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-07-12T15:34:09.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-07-12T15:34:09.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:34:09.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:34:09.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:09 smithi005 ceph-mon[157099]: pgmap v242: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:34:11.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:11 smithi005 ceph-mon[157099]: pgmap v243: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:34:12.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:11 smithi107 ceph-mon[133083]: pgmap v243: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:34:13.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:12 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:34:13.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:12 smithi005 ceph-mon[157099]: pgmap v244: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:34:13.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:12 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:34:13.418 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:12 smithi107 ceph-mon[133083]: pgmap v244: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:34:15.300 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -e sha1=b1bd054042b7797ba5b70d145a1da31693dda494 -- bash -c 'ceph orch ps' 2023-07-12T15:34:15.537 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:15 smithi005 ceph-mon[157099]: pgmap v245: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:34:15.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:15 smithi107 ceph-mon[133083]: pgmap v245: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:34:16.539 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:16 smithi005 ceph-mon[157099]: from='client.34450 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:34:16.820 INFO:teuthology.orchestra.run.smithi005.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-07-12T15:34:16.821 INFO:teuthology.orchestra.run.smithi005.stdout:alertmanager.smithi005 smithi005 *:9093,9094 running (26s) 11s ago 23m 15.9M - 0.25.0 c8568f914cd2 bdefd24e4592 2023-07-12T15:34:16.821 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi005 smithi005 running (5m) 11s ago 23m 7503k - 18.1.2-55-gb1bd0540 45bffa74f7bc 6d61cd746662 2023-07-12T15:34:16.821 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi107 smithi107 running (5m) 44s ago 22m 7444k - 18.1.2-55-gb1bd0540 45bffa74f7bc 8e028a47fcc1 2023-07-12T15:34:16.821 INFO:teuthology.orchestra.run.smithi005.stdout:grafana.smithi005 smithi005 *:3000 running (15s) 11s ago 23m 43.9M - 9.4.7 2c41d148cca3 d55c9727a92c 2023-07-12T15:34:16.822 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi005.llyakb smithi005 running (91s) 11s ago 19m 30.2M - 18.1.2-55-gb1bd0540 45bffa74f7bc 67598425d6b6 2023-07-12T15:34:16.822 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi107.umdxex smithi107 running (74s) 44s ago 19m 15.0M - 18.1.2-55-gb1bd0540 45bffa74f7bc d532d862dd53 2023-07-12T15:34:16.822 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi005.fgymhs smithi005 *:8443,9283,8765 running (6m) 11s ago 24m 521M - 18.1.2-55-gb1bd0540 45bffa74f7bc 6affde0ea8e4 2023-07-12T15:34:16.822 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi107.erfdst smithi107 *:8443,9283,8765 running (6m) 44s ago 22m 445M - 18.1.2-55-gb1bd0540 45bffa74f7bc 72e428a0d1d5 2023-07-12T15:34:16.822 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi005 smithi005 running (6m) 11s ago 24m 139M 2048M 18.1.2-55-gb1bd0540 45bffa74f7bc 504af0dbfbc2 2023-07-12T15:34:16.822 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi107 smithi107 running (5m) 44s ago 22m 92.8M 2048M 18.1.2-55-gb1bd0540 45bffa74f7bc 2525deffcab9 2023-07-12T15:34:16.822 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.0.0.smithi005.raeamr smithi005 *:2049 running (66s) 11s ago 17m 74.8M - 5.3.2 45bffa74f7bc 2e752fd15b1b 2023-07-12T15:34:16.823 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.1.0.smithi107.ppslpa smithi107 *:2049 running (62s) 44s ago 17m 72.0M - 5.3.2 45bffa74f7bc 2aa866872ba3 2023-07-12T15:34:16.823 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi005 smithi005 *:9100 running (51s) 11s ago 23m 9214k - 1.5.0 0da6a335fe13 5af1eba3ca2b 2023-07-12T15:34:16.823 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi107 smithi107 *:9100 running (47s) 44s ago 22m 3913k - 1.5.0 0da6a335fe13 5ffe1f79703a 2023-07-12T15:34:16.823 INFO:teuthology.orchestra.run.smithi005.stdout:osd.0 smithi005 running (5m) 11s ago 22m 965M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc 231608dda745 2023-07-12T15:34:16.823 INFO:teuthology.orchestra.run.smithi005.stdout:osd.1 smithi005 running (4m) 11s ago 21m 837M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc a0dfe59f0ad8 2023-07-12T15:34:16.823 INFO:teuthology.orchestra.run.smithi005.stdout:osd.2 smithi005 running (4m) 11s ago 21m 668M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc 8592a0040135 2023-07-12T15:34:16.823 INFO:teuthology.orchestra.run.smithi005.stdout:osd.3 smithi005 running (3m) 11s ago 21m 851M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc 51659b46e9a2 2023-07-12T15:34:16.824 INFO:teuthology.orchestra.run.smithi005.stdout:osd.4 smithi107 running (3m) 44s ago 21m 923M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc 8aff710dba6d 2023-07-12T15:34:16.824 INFO:teuthology.orchestra.run.smithi005.stdout:osd.5 smithi107 running (2m) 44s ago 21m 944M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc acb768e34506 2023-07-12T15:34:16.824 INFO:teuthology.orchestra.run.smithi005.stdout:osd.6 smithi107 running (2m) 44s ago 20m 855M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc 63fbea01884c 2023-07-12T15:34:16.824 INFO:teuthology.orchestra.run.smithi005.stdout:osd.7 smithi107 running (102s) 44s ago 20m 1173M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc 671e35f541aa 2023-07-12T15:34:16.824 INFO:teuthology.orchestra.run.smithi005.stdout:prometheus.smithi005 smithi005 *:9095 running (37s) 11s ago 22m 49.5M - 2.43.0 a07b618ecd1d d974da1d03e9 2023-07-12T15:34:16.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:16 smithi107 ceph-mon[133083]: from='client.34450 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:34:17.197 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -e sha1=b1bd054042b7797ba5b70d145a1da31693dda494 -- bash -c 'ceph versions' 2023-07-12T15:34:17.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:17 smithi107 ceph-mon[133083]: pgmap v246: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:34:17.918 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:17 smithi005 ceph-mon[157099]: pgmap v246: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:34:18.673 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:34:18.673 INFO:teuthology.orchestra.run.smithi005.stdout: "mon": { 2023-07-12T15:34:18.673 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 2 2023-07-12T15:34:18.673 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:34:18.674 INFO:teuthology.orchestra.run.smithi005.stdout: "mgr": { 2023-07-12T15:34:18.674 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 2 2023-07-12T15:34:18.674 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:34:18.675 INFO:teuthology.orchestra.run.smithi005.stdout: "osd": { 2023-07-12T15:34:18.675 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 8 2023-07-12T15:34:18.675 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:34:18.675 INFO:teuthology.orchestra.run.smithi005.stdout: "mds": { 2023-07-12T15:34:18.675 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 2 2023-07-12T15:34:18.675 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:34:18.675 INFO:teuthology.orchestra.run.smithi005.stdout: "overall": { 2023-07-12T15:34:18.675 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 14 2023-07-12T15:34:18.676 INFO:teuthology.orchestra.run.smithi005.stdout: } 2023-07-12T15:34:18.676 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:34:18.835 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:18 smithi005 ceph-mon[157099]: from='client.34454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:34:18.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:18 smithi107 ceph-mon[133083]: from='client.34454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:34:19.072 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -e sha1=b1bd054042b7797ba5b70d145a1da31693dda494 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2023-07-12T15:34:19.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:19 smithi005 ceph-mon[157099]: pgmap v247: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:34:19.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:19 smithi005 ceph-mon[157099]: from='client.? 172.21.15.5:0/1006835700' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:34:19.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:19 smithi107 ceph-mon[133083]: pgmap v247: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:34:19.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:19 smithi107 ceph-mon[133083]: from='client.? 172.21.15.5:0/1006835700' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:34:20.257 INFO:teuthology.orchestra.run.smithi005.stdout:wait for servicemap items w/ changing names to refresh 2023-07-12T15:34:20.615 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -e sha1=b1bd054042b7797ba5b70d145a1da31693dda494 -- bash -c 'sleep 60' 2023-07-12T15:34:21.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:21 smithi005 ceph-mon[157099]: pgmap v248: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:34:22.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:21 smithi107 ceph-mon[133083]: pgmap v248: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:34:22.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:22 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:34:23.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:22 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:34:23.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:23 smithi005 ceph-mon[157099]: pgmap v249: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:34:24.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:23 smithi107 ceph-mon[133083]: pgmap v249: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:34:25.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:25 smithi107 ceph-mon[133083]: pgmap v250: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:34:25.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:25 smithi005 ceph-mon[157099]: pgmap v250: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:34:27.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:27 smithi005 ceph-mon[157099]: pgmap v251: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:34:28.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:27 smithi107 ceph-mon[133083]: pgmap v251: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:34:29.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:29 smithi005 ceph-mon[157099]: pgmap v252: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:34:30.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:29 smithi107 ceph-mon[133083]: pgmap v252: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:34:31.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:31 smithi005 ceph-mon[157099]: pgmap v253: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:34:32.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:31 smithi107 ceph-mon[133083]: pgmap v253: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:34:33.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:33 smithi005 ceph-mon[157099]: pgmap v254: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:34:34.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:33 smithi107 ceph-mon[133083]: pgmap v254: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:34:35.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:35 smithi107 ceph-mon[133083]: pgmap v255: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:34:35.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:35 smithi005 ceph-mon[157099]: pgmap v255: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:34:37.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:37 smithi005 ceph-mon[157099]: pgmap v256: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:34:37.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:37 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:34:38.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:37 smithi107 ceph-mon[133083]: pgmap v256: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:34:38.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:37 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:34:39.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:39 smithi005 ceph-mon[157099]: pgmap v257: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:34:40.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:39 smithi107 ceph-mon[133083]: pgmap v257: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:34:41.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:41 smithi005 ceph-mon[157099]: pgmap v258: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:34:42.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:41 smithi107 ceph-mon[133083]: pgmap v258: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:34:43.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:43 smithi005 ceph-mon[157099]: pgmap v259: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:34:44.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:43 smithi107 ceph-mon[133083]: pgmap v259: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:34:45.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:45 smithi107 ceph-mon[133083]: pgmap v260: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:34:45.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:45 smithi005 ceph-mon[157099]: pgmap v260: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:34:47.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:47 smithi005 ceph-mon[157099]: pgmap v261: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:34:48.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:47 smithi107 ceph-mon[133083]: pgmap v261: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:34:49.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:49 smithi005 ceph-mon[157099]: pgmap v262: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:34:50.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:49 smithi107 ceph-mon[133083]: pgmap v262: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:34:51.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:51 smithi005 ceph-mon[157099]: pgmap v263: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:34:52.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:51 smithi107 ceph-mon[133083]: pgmap v263: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:34:52.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:52 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:34:53.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:52 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:34:53.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:53 smithi005 ceph-mon[157099]: pgmap v264: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:34:54.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:53 smithi107 ceph-mon[133083]: pgmap v264: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:34:55.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:55 smithi107 ceph-mon[133083]: pgmap v265: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:34:55.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:55 smithi005 ceph-mon[157099]: pgmap v265: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:34:57.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:57 smithi005 ceph-mon[157099]: pgmap v266: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:34:58.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:57 smithi107 ceph-mon[133083]: pgmap v266: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:34:59.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:34:59 smithi005 ceph-mon[157099]: pgmap v267: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:35:00.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:34:59 smithi107 ceph-mon[133083]: pgmap v267: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:35:01.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:35:01 smithi005 ceph-mon[157099]: pgmap v268: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:35:02.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:35:01 smithi107 ceph-mon[133083]: pgmap v268: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:35:03.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:35:03 smithi005 ceph-mon[157099]: pgmap v269: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:35:04.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:35:03 smithi107 ceph-mon[133083]: pgmap v269: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:35:05.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:35:05 smithi107 ceph-mon[133083]: pgmap v270: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:35:05.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:35:05 smithi005 ceph-mon[157099]: pgmap v270: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:35:07.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:35:07 smithi005 ceph-mon[157099]: pgmap v271: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:35:07.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:35:07 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:35:08.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:35:07 smithi107 ceph-mon[133083]: pgmap v271: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:35:08.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:35:07 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:35:08.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:35:08 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:35:09.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:35:08 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-07-12T15:35:09.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:35:09 smithi005 ceph-mon[157099]: pgmap v272: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:35:09.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:35:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:35:09.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:35:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-07-12T15:35:09.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:35:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:35:09.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:35:09 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:35:10.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:35:09 smithi107 ceph-mon[133083]: pgmap v272: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:35:10.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:35:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-07-12T15:35:10.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:35:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-07-12T15:35:10.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:35:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:35:10.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:35:09 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' 2023-07-12T15:35:10.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:35:10 smithi005 ceph-mon[157099]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-07-12T15:35:11.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:35:10 smithi107 ceph-mon[133083]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-07-12T15:35:11.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:35:11 smithi005 ceph-mon[157099]: pgmap v273: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:35:12.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:35:11 smithi107 ceph-mon[133083]: pgmap v273: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:35:13.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:35:13 smithi005 ceph-mon[157099]: pgmap v274: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:35:14.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:35:13 smithi107 ceph-mon[133083]: pgmap v274: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:35:15.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:35:15 smithi107 ceph-mon[133083]: pgmap v275: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:35:15.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:35:15 smithi005 ceph-mon[157099]: pgmap v275: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:35:17.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:35:17 smithi005 ceph-mon[157099]: pgmap v276: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:35:18.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:35:17 smithi107 ceph-mon[133083]: pgmap v276: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:35:19.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:35:19 smithi005 ceph-mon[157099]: pgmap v277: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:35:20.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:35:19 smithi107 ceph-mon[133083]: pgmap v277: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:35:21.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:35:21 smithi005 ceph-mon[157099]: pgmap v278: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:35:22.164 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -e sha1=b1bd054042b7797ba5b70d145a1da31693dda494 -- bash -c 'ceph orch ps' 2023-07-12T15:35:22.167 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:35:21 smithi107 ceph-mon[133083]: pgmap v278: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:35:22.858 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:35:22 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:35:23.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:35:22 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:35:23.574 INFO:teuthology.orchestra.run.smithi005.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-07-12T15:35:23.574 INFO:teuthology.orchestra.run.smithi005.stdout:alertmanager.smithi005 smithi005 *:9093,9094 running (92s) 78s ago 24m 15.9M - 0.25.0 c8568f914cd2 bdefd24e4592 2023-07-12T15:35:23.574 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi005 smithi005 running (6m) 78s ago 24m 7503k - 18.1.2-55-gb1bd0540 45bffa74f7bc 6d61cd746662 2023-07-12T15:35:23.574 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi107 smithi107 running (6m) 111s ago 23m 7444k - 18.1.2-55-gb1bd0540 45bffa74f7bc 8e028a47fcc1 2023-07-12T15:35:23.574 INFO:teuthology.orchestra.run.smithi005.stdout:grafana.smithi005 smithi005 *:3000 running (82s) 78s ago 24m 43.9M - 9.4.7 2c41d148cca3 d55c9727a92c 2023-07-12T15:35:23.575 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi005.llyakb smithi005 running (2m) 78s ago 20m 30.2M - 18.1.2-55-gb1bd0540 45bffa74f7bc 67598425d6b6 2023-07-12T15:35:23.575 INFO:teuthology.orchestra.run.smithi005.stdout:mds.foofs.smithi107.umdxex smithi107 running (2m) 111s ago 20m 15.0M - 18.1.2-55-gb1bd0540 45bffa74f7bc d532d862dd53 2023-07-12T15:35:23.575 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi005.fgymhs smithi005 *:8443,9283,8765 running (7m) 78s ago 25m 521M - 18.1.2-55-gb1bd0540 45bffa74f7bc 6affde0ea8e4 2023-07-12T15:35:23.575 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi107.erfdst smithi107 *:8443,9283,8765 running (7m) 111s ago 23m 445M - 18.1.2-55-gb1bd0540 45bffa74f7bc 72e428a0d1d5 2023-07-12T15:35:23.576 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi005 smithi005 running (7m) 78s ago 25m 139M 2048M 18.1.2-55-gb1bd0540 45bffa74f7bc 504af0dbfbc2 2023-07-12T15:35:23.576 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi107 smithi107 running (6m) 111s ago 23m 92.8M 2048M 18.1.2-55-gb1bd0540 45bffa74f7bc 2525deffcab9 2023-07-12T15:35:23.576 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.0.0.smithi005.raeamr smithi005 *:2049 running (2m) 78s ago 18m 74.8M - 5.3.2 45bffa74f7bc 2e752fd15b1b 2023-07-12T15:35:23.576 INFO:teuthology.orchestra.run.smithi005.stdout:nfs.foo.1.0.smithi107.ppslpa smithi107 *:2049 running (2m) 111s ago 18m 72.0M - 5.3.2 45bffa74f7bc 2aa866872ba3 2023-07-12T15:35:23.576 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi005 smithi005 *:9100 running (118s) 78s ago 24m 9214k - 1.5.0 0da6a335fe13 5af1eba3ca2b 2023-07-12T15:35:23.576 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi107 smithi107 *:9100 running (113s) 111s ago 23m 3913k - 1.5.0 0da6a335fe13 5ffe1f79703a 2023-07-12T15:35:23.577 INFO:teuthology.orchestra.run.smithi005.stdout:osd.0 smithi005 running (6m) 78s ago 23m 965M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc 231608dda745 2023-07-12T15:35:23.577 INFO:teuthology.orchestra.run.smithi005.stdout:osd.1 smithi005 running (5m) 78s ago 23m 837M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc a0dfe59f0ad8 2023-07-12T15:35:23.577 INFO:teuthology.orchestra.run.smithi005.stdout:osd.2 smithi005 running (5m) 78s ago 22m 668M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc 8592a0040135 2023-07-12T15:35:23.577 INFO:teuthology.orchestra.run.smithi005.stdout:osd.3 smithi005 running (4m) 78s ago 22m 851M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc 51659b46e9a2 2023-07-12T15:35:23.577 INFO:teuthology.orchestra.run.smithi005.stdout:osd.4 smithi107 running (4m) 111s ago 22m 923M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc 8aff710dba6d 2023-07-12T15:35:23.577 INFO:teuthology.orchestra.run.smithi005.stdout:osd.5 smithi107 running (3m) 111s ago 22m 944M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc acb768e34506 2023-07-12T15:35:23.577 INFO:teuthology.orchestra.run.smithi005.stdout:osd.6 smithi107 running (3m) 111s ago 21m 855M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc 63fbea01884c 2023-07-12T15:35:23.577 INFO:teuthology.orchestra.run.smithi005.stdout:osd.7 smithi107 running (2m) 111s ago 21m 1173M 4096M 18.1.2-55-gb1bd0540 45bffa74f7bc 671e35f541aa 2023-07-12T15:35:23.578 INFO:teuthology.orchestra.run.smithi005.stdout:prometheus.smithi005 smithi005 *:9095 running (103s) 78s ago 24m 49.5M - 2.43.0 a07b618ecd1d d974da1d03e9 2023-07-12T15:35:23.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:35:23 smithi005 ceph-mon[157099]: pgmap v279: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:35:23.954 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -e sha1=b1bd054042b7797ba5b70d145a1da31693dda494 -- bash -c 'ceph orch upgrade status' 2023-07-12T15:35:24.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:35:23 smithi107 ceph-mon[133083]: pgmap v279: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:35:24.959 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:35:24 smithi005 ceph-mon[157099]: from='client.34462 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:35:25.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:35:24 smithi107 ceph-mon[133083]: from='client.34462 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:35:25.382 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:35:25.382 INFO:teuthology.orchestra.run.smithi005.stdout: "target_image": null, 2023-07-12T15:35:25.382 INFO:teuthology.orchestra.run.smithi005.stdout: "in_progress": false, 2023-07-12T15:35:25.383 INFO:teuthology.orchestra.run.smithi005.stdout: "which": "", 2023-07-12T15:35:25.383 INFO:teuthology.orchestra.run.smithi005.stdout: "services_complete": [], 2023-07-12T15:35:25.383 INFO:teuthology.orchestra.run.smithi005.stdout: "progress": null, 2023-07-12T15:35:25.383 INFO:teuthology.orchestra.run.smithi005.stdout: "message": "", 2023-07-12T15:35:25.383 INFO:teuthology.orchestra.run.smithi005.stdout: "is_paused": false 2023-07-12T15:35:25.383 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:35:25.746 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -e sha1=b1bd054042b7797ba5b70d145a1da31693dda494 -- bash -c 'ceph health detail' 2023-07-12T15:35:25.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:35:25 smithi005 ceph-mon[157099]: pgmap v280: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:35:26.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:35:25 smithi107 ceph-mon[133083]: pgmap v280: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:35:26.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:35:26 smithi005 ceph-mon[157099]: from='client.34466 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:35:27.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:35:26 smithi107 ceph-mon[133083]: from='client.34466 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:35:27.205 INFO:teuthology.orchestra.run.smithi005.stdout:HEALTH_OK 2023-07-12T15:35:27.578 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -e sha1=b1bd054042b7797ba5b70d145a1da31693dda494 -- bash -c 'ceph versions' 2023-07-12T15:35:27.921 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:35:27 smithi005 ceph-mon[157099]: pgmap v281: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:35:27.922 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:35:27 smithi005 ceph-mon[157099]: from='client.? 172.21.15.5:0/2928564533' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:35:28.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:35:27 smithi107 ceph-mon[133083]: pgmap v281: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:35:28.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:35:27 smithi107 ceph-mon[133083]: from='client.? 172.21.15.5:0/2928564533' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-07-12T15:35:29.137 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-07-12T15:35:29.137 INFO:teuthology.orchestra.run.smithi005.stdout: "mon": { 2023-07-12T15:35:29.137 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 2 2023-07-12T15:35:29.137 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:35:29.138 INFO:teuthology.orchestra.run.smithi005.stdout: "mgr": { 2023-07-12T15:35:29.138 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 2 2023-07-12T15:35:29.138 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:35:29.138 INFO:teuthology.orchestra.run.smithi005.stdout: "osd": { 2023-07-12T15:35:29.138 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 8 2023-07-12T15:35:29.138 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:35:29.139 INFO:teuthology.orchestra.run.smithi005.stdout: "mds": { 2023-07-12T15:35:29.139 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 2 2023-07-12T15:35:29.139 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:35:29.139 INFO:teuthology.orchestra.run.smithi005.stdout: "overall": { 2023-07-12T15:35:29.139 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)": 14 2023-07-12T15:35:29.139 INFO:teuthology.orchestra.run.smithi005.stdout: } 2023-07-12T15:35:29.139 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-07-12T15:35:29.529 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -e sha1=b1bd054042b7797ba5b70d145a1da31693dda494 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2023-07-12T15:35:29.855 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:35:29 smithi005 ceph-mon[157099]: pgmap v282: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:35:29.856 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:35:29 smithi005 ceph-mon[157099]: from='client.? 172.21.15.5:0/3820226067' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:35:30.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:35:29 smithi107 ceph-mon[133083]: pgmap v282: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:35:30.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:35:29 smithi107 ceph-mon[133083]: from='client.? 172.21.15.5:0/3820226067' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:35:31.145 INFO:teuthology.orchestra.run.smithi005.stdout:true 2023-07-12T15:35:31.570 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -e sha1=b1bd054042b7797ba5b70d145a1da31693dda494 -- bash -c 'ceph versions | jq -e '"'"'.overall | keys'"'"' | grep $sha1' 2023-07-12T15:35:31.914 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:35:31 smithi005 ceph-mon[157099]: pgmap v283: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:35:31.914 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:35:31 smithi005 ceph-mon[157099]: from='client.? 172.21.15.5:0/1634671548' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:35:32.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:35:31 smithi107 ceph-mon[133083]: pgmap v283: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:35:32.169 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:35:31 smithi107 ceph-mon[133083]: from='client.? 172.21.15.5:0/1634671548' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:35:33.196 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 18.1.2-55-gb1bd0540 (b1bd054042b7797ba5b70d145a1da31693dda494) reef (rc)" 2023-07-12T15:35:33.728 INFO:teuthology.task.sequential:In sequential, running task cephadm.wait_for_service... 2023-07-12T15:35:33.729 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2023-07-12T15:35:33.729 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- ceph orch ls -f json 2023-07-12T15:35:33.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:35:33 smithi005 ceph-mon[157099]: pgmap v284: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:35:33.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:35:33 smithi005 ceph-mon[157099]: from='client.? 172.21.15.5:0/250064212' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:35:34.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:35:33 smithi107 ceph-mon[133083]: pgmap v284: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:35:34.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:35:33 smithi107 ceph-mon[133083]: from='client.? 172.21.15.5:0/250064212' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-07-12T15:35:35.366 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-07-12T15:35:35.366 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-07-12T15:10:39.576704Z", "last_refresh": "2023-07-12T15:34:05.090909Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-07-12T15:10:28.593005Z", "last_refresh": "2023-07-12T15:33:31.940236Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-07-12T15:10:37.779876Z", "last_refresh": "2023-07-12T15:34:05.091044Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-07-12T15:14:30.051553Z", "last_refresh": "2023-07-12T15:33:31.940890Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-07-12T15:10:27.681195Z", "last_refresh": "2023-07-12T15:33:31.940414Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi107:172.21.15.107=smithi107"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-07-12T15:11:05.464706Z", "last_refresh": "2023-07-12T15:33:31.940496Z", "running": 2, "size": 2}}, {"events": ["2023-07-12T15:28:28.003925Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-07-12T15:16:35.273501Z", "last_refresh": "2023-07-12T15:33:31.940955Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-07-12T15:10:38.687247Z", "last_refresh": "2023-07-12T15:33:31.940566Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "45bffa74f7bc71fbf78772581abbffd1413c1b6137ad1180e7a4e8a6f81c9386", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:c4be3de0cb572873b18bf4d7ff19efd4676dcd86f150f2b38e50b5e2946cf6ef", "last_refresh": "2023-07-12T15:33:31.940633Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-07-12T15:10:36.855170Z", "last_refresh": "2023-07-12T15:34:05.091171Z", "ports": [9095], "running": 1, "size": 1}}] 2023-07-12T15:35:35.714 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:35:35 smithi005 ceph-mon[157099]: pgmap v285: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:35:35.733 INFO:tasks.cephadm:nfs.foo has 2/2 2023-07-12T15:35:35.733 DEBUG:teuthology.parallel:result is None 2023-07-12T15:35:35.734 INFO:teuthology.run_tasks:Running task vip.exec... 2023-07-12T15:35:35.745 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi005.front.sepia.ceph.com 2023-07-12T15:35:35.745 DEBUG:teuthology.orchestra.run.smithi005:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'umount /mnt/foo' 2023-07-12T15:35:35.775 INFO:teuthology.orchestra.run.smithi005.stderr:+ umount /mnt/foo 2023-07-12T15:35:35.801 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-07-12T15:35:35.814 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi005.front.sepia.ceph.com 2023-07-12T15:35:35.815 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- bash -c 'ceph nfs cluster ls | grep foo' 2023-07-12T15:35:35.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:35:35 smithi107 ceph-mon[133083]: pgmap v285: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:35:36.854 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:35:36 smithi005 ceph-mon[157099]: from='client.34486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-07-12T15:35:36.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:35:36 smithi107 ceph-mon[133083]: from='client.34486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-07-12T15:35:37.314 INFO:teuthology.orchestra.run.smithi005.stdout: "foo" 2023-07-12T15:35:37.659 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:35:37 smithi005 ceph-mon[157099]: pgmap v286: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:35:37.659 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:35:37 smithi005 ceph-mon[157099]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:35:37.713 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- bash -c 'ceph nfs export ls foo --detailed' 2023-07-12T15:35:37.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:35:37 smithi107 ceph-mon[133083]: pgmap v286: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-07-12T15:35:37.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:35:37 smithi107 ceph-mon[133083]: from='mgr.25031 172.21.15.5:0/2070203893' entity='mgr.smithi005.fgymhs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-07-12T15:35:38.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:35:38 smithi107 ceph-mon[133083]: from='client.34490 -' entity='client.admin' cmd=[{"prefix": "nfs cluster ls", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:35:38.998 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:35:38 smithi005 ceph-mon[157099]: from='client.34490 -' entity='client.admin' cmd=[{"prefix": "nfs cluster ls", "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:35:39.496 INFO:teuthology.orchestra.run.smithi005.stdout:[ 2023-07-12T15:35:39.496 INFO:teuthology.orchestra.run.smithi005.stdout: { 2023-07-12T15:35:39.496 INFO:teuthology.orchestra.run.smithi005.stdout: "access_type": "RW", 2023-07-12T15:35:39.497 INFO:teuthology.orchestra.run.smithi005.stdout: "clients": [], 2023-07-12T15:35:39.497 INFO:teuthology.orchestra.run.smithi005.stdout: "cluster_id": "foo", 2023-07-12T15:35:39.497 INFO:teuthology.orchestra.run.smithi005.stdout: "export_id": 1, 2023-07-12T15:35:39.497 INFO:teuthology.orchestra.run.smithi005.stdout: "fsal": { 2023-07-12T15:35:39.497 INFO:teuthology.orchestra.run.smithi005.stdout: "fs_name": "foofs", 2023-07-12T15:35:39.497 INFO:teuthology.orchestra.run.smithi005.stdout: "name": "CEPH", 2023-07-12T15:35:39.497 INFO:teuthology.orchestra.run.smithi005.stdout: "user_id": "nfs.foo.1" 2023-07-12T15:35:39.497 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-07-12T15:35:39.498 INFO:teuthology.orchestra.run.smithi005.stdout: "path": "/", 2023-07-12T15:35:39.498 INFO:teuthology.orchestra.run.smithi005.stdout: "protocols": [ 2023-07-12T15:35:39.498 INFO:teuthology.orchestra.run.smithi005.stdout: 4 2023-07-12T15:35:39.498 INFO:teuthology.orchestra.run.smithi005.stdout: ], 2023-07-12T15:35:39.498 INFO:teuthology.orchestra.run.smithi005.stdout: "pseudo": "/fake", 2023-07-12T15:35:39.498 INFO:teuthology.orchestra.run.smithi005.stdout: "security_label": true, 2023-07-12T15:35:39.498 INFO:teuthology.orchestra.run.smithi005.stdout: "squash": "no_root_squash", 2023-07-12T15:35:39.498 INFO:teuthology.orchestra.run.smithi005.stdout: "transports": [ 2023-07-12T15:35:39.499 INFO:teuthology.orchestra.run.smithi005.stdout: "TCP" 2023-07-12T15:35:39.499 INFO:teuthology.orchestra.run.smithi005.stdout: ] 2023-07-12T15:35:39.499 INFO:teuthology.orchestra.run.smithi005.stdout: } 2023-07-12T15:35:39.499 INFO:teuthology.orchestra.run.smithi005.stdout:] 2023-07-12T15:35:39.875 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:35:39 smithi005 ceph-mon[157099]: pgmap v287: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:35:39.895 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- bash -c 'rados -p .nfs --all ls -' 2023-07-12T15:35:39.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:35:39 smithi107 ceph-mon[133083]: pgmap v287: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:35:40.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:35:40 smithi107 ceph-mon[133083]: from='client.34494 -' entity='client.admin' cmd=[{"prefix": "nfs export ls", "cluster_id": "foo", "detailed": true, "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:35:40.989 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:35:40 smithi005 ceph-mon[157099]: from='client.34494 -' entity='client.admin' cmd=[{"prefix": "nfs export ls", "cluster_id": "foo", "detailed": true, "target": ["mon-mgr", ""]}]: dispatch 2023-07-12T15:35:41.147 INFO:teuthology.orchestra.run.smithi005.stdout:foo rec-0000000000000004:nfs.foo.1 2023-07-12T15:35:41.148 INFO:teuthology.orchestra.run.smithi005.stdout:foo grace 2023-07-12T15:35:41.148 INFO:teuthology.orchestra.run.smithi005.stdout:foo rec-0000000000000004:nfs.foo.0 2023-07-12T15:35:41.148 INFO:teuthology.orchestra.run.smithi005.stdout:foo conf-nfs.foo 2023-07-12T15:35:41.148 INFO:teuthology.orchestra.run.smithi005.stdout:foo export-1 2023-07-12T15:35:41.526 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c -- bash -c 'ceph config get mgr mgr/cephadm/migration_current | grep 6' 2023-07-12T15:35:41.878 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:35:41 smithi005 ceph-mon[157099]: mgrmap e45: smithi005.fgymhs(active, since 7m), standbys: smithi107.erfdst 2023-07-12T15:35:41.878 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:35:41 smithi005 ceph-mon[157099]: pgmap v288: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:35:41.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:35:41 smithi107 ceph-mon[133083]: mgrmap e45: smithi005.fgymhs(active, since 7m), standbys: smithi107.erfdst 2023-07-12T15:35:41.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:35:41 smithi107 ceph-mon[133083]: pgmap v288: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:35:43.148 INFO:teuthology.orchestra.run.smithi005.stdout:6 2023-07-12T15:35:43.621 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-07-12T15:35:43.631 INFO:tasks.cephadm:Teardown begin 2023-07-12T15:35:43.632 DEBUG:teuthology.orchestra.run.smithi005:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-07-12T15:35:43.664 DEBUG:teuthology.orchestra.run.smithi107:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-07-12T15:35:43.702 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-07-12T15:35:43.702 DEBUG:teuthology.orchestra.run.smithi005:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-07-12T15:35:43.723 DEBUG:teuthology.orchestra.run.smithi107:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-07-12T15:35:43.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:35:43 smithi005 ceph-mon[157099]: pgmap v289: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:35:43.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:35:43 smithi005 ceph-mon[157099]: from='client.? 172.21.15.5:0/425667113' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/cephadm/migration_current"}]: dispatch 2023-07-12T15:35:43.763 INFO:tasks.cephadm:Stopping all daemons... 2023-07-12T15:35:43.764 INFO:tasks.cephadm.mon.smithi005:Stopping mon.smithi005... 2023-07-12T15:35:43.764 DEBUG:teuthology.orchestra.run.smithi005:> sudo systemctl stop ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c@mon.smithi005 2023-07-12T15:35:44.138 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:35:43 smithi005 systemd[1]: Stopping Ceph mon.smithi005 for fe85c08a-20c5-11ee-9b31-001a4aab830c... 2023-07-12T15:35:44.139 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:35:44 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon-smithi005[157056]: 2023-07-12T15:35:44.010+0000 7f0d5ddf2700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi005 -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-07-12T15:35:44.139 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:35:44 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon-smithi005[157056]: 2023-07-12T15:35:44.010+0000 7f0d5ddf2700 -1 mon.smithi005@0(leader) e3 *** Got Signal Terminated *** 2023-07-12T15:35:44.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:35:43 smithi107 ceph-mon[133083]: pgmap v289: 129 pgs: 129 active+clean; 228 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-07-12T15:35:44.168 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:35:43 smithi107 ceph-mon[133083]: from='client.? 172.21.15.5:0/425667113' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/cephadm/migration_current"}]: dispatch 2023-07-12T15:35:44.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jul 12 15:35:44 smithi005 bash[195429]: ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon-smithi005 2023-07-12T15:35:44.598 DEBUG:teuthology.orchestra.run.smithi005:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c@mon.smithi005.service' 2023-07-12T15:35:44.652 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-07-12T15:35:44.653 INFO:tasks.cephadm.mon.smithi005:Stopped mon.smithi005 2023-07-12T15:35:44.653 INFO:tasks.cephadm.mon.smithi107:Stopping mon.smithi107... 2023-07-12T15:35:44.653 DEBUG:teuthology.orchestra.run.smithi107:> sudo systemctl stop ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c@mon.smithi107 2023-07-12T15:35:45.030 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:35:44 smithi107 systemd[1]: Stopping Ceph mon.smithi107 for fe85c08a-20c5-11ee-9b31-001a4aab830c... 2023-07-12T15:35:45.031 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:35:44 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon-smithi107[133060]: 2023-07-12T15:35:44.890+0000 7f3dce1e2700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi107 -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-07-12T15:35:45.031 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:35:44 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon-smithi107[133060]: 2023-07-12T15:35:44.890+0000 7f3dce1e2700 -1 mon.smithi107@1(peon) e3 *** Got Signal Terminated *** 2023-07-12T15:35:45.369 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Jul 12 15:35:45 smithi107 bash[155535]: ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-mon-smithi107 2023-07-12T15:35:45.375 DEBUG:teuthology.orchestra.run.smithi107:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c@mon.smithi107.service' 2023-07-12T15:35:45.421 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-07-12T15:35:45.422 INFO:tasks.cephadm.mon.smithi107:Stopped mon.smithi107 2023-07-12T15:35:45.422 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-07-12T15:35:45.423 DEBUG:teuthology.orchestra.run.smithi005:> sudo systemctl stop ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c@osd.0 2023-07-12T15:35:45.748 INFO:journalctl@ceph.osd.0.smithi005.stdout:Jul 12 15:35:45 smithi005 systemd[1]: Stopping Ceph osd.0 for fe85c08a-20c5-11ee-9b31-001a4aab830c... 2023-07-12T15:35:45.748 INFO:journalctl@ceph.osd.0.smithi005.stdout:Jul 12 15:35:45 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-0[163645]: 2023-07-12T15:35:45.668+0000 7f7ab5f9e700 -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-07-12T15:35:45.748 INFO:journalctl@ceph.osd.0.smithi005.stdout:Jul 12 15:35:45 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-0[163645]: 2023-07-12T15:35:45.668+0000 7f7ab5f9e700 -1 osd.0 116 *** Got signal Terminated *** 2023-07-12T15:35:45.748 INFO:journalctl@ceph.osd.0.smithi005.stdout:Jul 12 15:35:45 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-0[163645]: 2023-07-12T15:35:45.668+0000 7f7ab5f9e700 -1 osd.0 116 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-07-12T15:35:51.748 INFO:journalctl@ceph.osd.0.smithi005.stdout:Jul 12 15:35:51 smithi005 bash[195587]: ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-0 2023-07-12T15:35:52.788 DEBUG:teuthology.orchestra.run.smithi005:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c@osd.0.service' 2023-07-12T15:35:52.832 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-07-12T15:35:52.832 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-07-12T15:35:52.833 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-07-12T15:35:52.833 DEBUG:teuthology.orchestra.run.smithi005:> sudo systemctl stop ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c@osd.1 2023-07-12T15:35:53.103 INFO:journalctl@ceph.osd.1.smithi005.stdout:Jul 12 15:35:52 smithi005 systemd[1]: Stopping Ceph osd.1 for fe85c08a-20c5-11ee-9b31-001a4aab830c... 2023-07-12T15:35:53.498 INFO:journalctl@ceph.osd.1.smithi005.stdout:Jul 12 15:35:53 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-1[167390]: 2023-07-12T15:35:53.100+0000 7f83c356f700 -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-07-12T15:35:53.498 INFO:journalctl@ceph.osd.1.smithi005.stdout:Jul 12 15:35:53 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-1[167390]: 2023-07-12T15:35:53.100+0000 7f83c356f700 -1 osd.1 116 *** Got signal Terminated *** 2023-07-12T15:35:53.498 INFO:journalctl@ceph.osd.1.smithi005.stdout:Jul 12 15:35:53 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-1[167390]: 2023-07-12T15:35:53.100+0000 7f83c356f700 -1 osd.1 116 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-07-12T15:35:58.998 INFO:journalctl@ceph.osd.1.smithi005.stdout:Jul 12 15:35:58 smithi005 bash[195889]: ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-1 2023-07-12T15:35:59.954 DEBUG:teuthology.orchestra.run.smithi005:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c@osd.1.service' 2023-07-12T15:35:59.996 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-07-12T15:35:59.997 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-07-12T15:35:59.997 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-07-12T15:35:59.998 DEBUG:teuthology.orchestra.run.smithi005:> sudo systemctl stop ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c@osd.2 2023-07-12T15:36:00.248 INFO:journalctl@ceph.osd.2.smithi005.stdout:Jul 12 15:36:00 smithi005 systemd[1]: Stopping Ceph osd.2 for fe85c08a-20c5-11ee-9b31-001a4aab830c... 2023-07-12T15:36:00.748 INFO:journalctl@ceph.osd.2.smithi005.stdout:Jul 12 15:36:00 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-2[170750]: 2023-07-12T15:36:00.273+0000 7fa9a220f700 -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-07-12T15:36:00.749 INFO:journalctl@ceph.osd.2.smithi005.stdout:Jul 12 15:36:00 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-2[170750]: 2023-07-12T15:36:00.273+0000 7fa9a220f700 -1 osd.2 116 *** Got signal Terminated *** 2023-07-12T15:36:00.749 INFO:journalctl@ceph.osd.2.smithi005.stdout:Jul 12 15:36:00 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-2[170750]: 2023-07-12T15:36:00.273+0000 7fa9a220f700 -1 osd.2 116 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-07-12T15:36:06.248 INFO:journalctl@ceph.osd.2.smithi005.stdout:Jul 12 15:36:05 smithi005 bash[196149]: ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-2 2023-07-12T15:36:07.327 DEBUG:teuthology.orchestra.run.smithi005:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c@osd.2.service' 2023-07-12T15:36:07.372 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-07-12T15:36:07.373 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-07-12T15:36:07.374 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2023-07-12T15:36:07.374 DEBUG:teuthology.orchestra.run.smithi005:> sudo systemctl stop ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c@osd.3 2023-07-12T15:36:07.748 INFO:journalctl@ceph.osd.3.smithi005.stdout:Jul 12 15:36:07 smithi005 systemd[1]: Stopping Ceph osd.3 for fe85c08a-20c5-11ee-9b31-001a4aab830c... 2023-07-12T15:36:07.748 INFO:journalctl@ceph.osd.3.smithi005.stdout:Jul 12 15:36:07 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-3[173992]: 2023-07-12T15:36:07.629+0000 7fd374b1e700 -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-07-12T15:36:07.748 INFO:journalctl@ceph.osd.3.smithi005.stdout:Jul 12 15:36:07 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-3[173992]: 2023-07-12T15:36:07.629+0000 7fd374b1e700 -1 osd.3 116 *** Got signal Terminated *** 2023-07-12T15:36:07.748 INFO:journalctl@ceph.osd.3.smithi005.stdout:Jul 12 15:36:07 smithi005 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-3[173992]: 2023-07-12T15:36:07.629+0000 7fd374b1e700 -1 osd.3 116 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-07-12T15:36:11.918 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:36:11 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-6[144267]: 2023-07-12T15:36:11.430+0000 7fd29ac54700 -1 osd.6 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:49.030237+0000 front 2023-07-12T15:35:49.030227+0000 (oldest deadline 2023-07-12T15:36:11.329976+0000) 2023-07-12T15:36:12.668 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:36:12 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-6[144267]: 2023-07-12T15:36:12.398+0000 7fd29ac54700 -1 osd.6 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:49.030237+0000 front 2023-07-12T15:35:49.030227+0000 (oldest deadline 2023-07-12T15:36:11.329976+0000) 2023-07-12T15:36:12.668 INFO:journalctl@ceph.osd.4.smithi107.stdout:Jul 12 15:36:12 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-4[138890]: 2023-07-12T15:36:12.616+0000 7f31c1918700 -1 osd.4 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:48.223366+0000 front 2023-07-12T15:35:48.223465+0000 (oldest deadline 2023-07-12T15:36:11.723439+0000) 2023-07-12T15:36:13.668 INFO:journalctl@ceph.osd.4.smithi107.stdout:Jul 12 15:36:13 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-4[138890]: 2023-07-12T15:36:13.567+0000 7f31c1918700 -1 osd.4 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:48.223366+0000 front 2023-07-12T15:35:48.223465+0000 (oldest deadline 2023-07-12T15:36:11.723439+0000) 2023-07-12T15:36:13.668 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:36:13 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-6[144267]: 2023-07-12T15:36:13.396+0000 7fd29ac54700 -1 osd.6 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:49.030237+0000 front 2023-07-12T15:35:49.030227+0000 (oldest deadline 2023-07-12T15:36:11.329976+0000) 2023-07-12T15:36:13.748 INFO:journalctl@ceph.osd.3.smithi005.stdout:Jul 12 15:36:13 smithi005 bash[196415]: ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-3 2023-07-12T15:36:14.592 DEBUG:teuthology.orchestra.run.smithi005:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c@osd.3.service' 2023-07-12T15:36:14.634 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-07-12T15:36:14.634 INFO:tasks.cephadm.osd.3:Stopped osd.3 2023-07-12T15:36:14.635 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2023-07-12T15:36:14.635 DEBUG:teuthology.orchestra.run.smithi107:> sudo systemctl stop ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c@osd.4 2023-07-12T15:36:14.667 INFO:journalctl@ceph.osd.4.smithi107.stdout:Jul 12 15:36:14 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-4[138890]: 2023-07-12T15:36:14.521+0000 7f31c1918700 -1 osd.4 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:48.223366+0000 front 2023-07-12T15:35:48.223465+0000 (oldest deadline 2023-07-12T15:36:11.723439+0000) 2023-07-12T15:36:14.668 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:36:14 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-6[144267]: 2023-07-12T15:36:14.347+0000 7fd29ac54700 -1 osd.6 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:49.030237+0000 front 2023-07-12T15:35:49.030227+0000 (oldest deadline 2023-07-12T15:36:11.329976+0000) 2023-07-12T15:36:14.918 INFO:journalctl@ceph.osd.4.smithi107.stdout:Jul 12 15:36:14 smithi107 systemd[1]: Stopping Ceph osd.4 for fe85c08a-20c5-11ee-9b31-001a4aab830c... 2023-07-12T15:36:14.918 INFO:journalctl@ceph.osd.4.smithi107.stdout:Jul 12 15:36:14 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-4[138890]: 2023-07-12T15:36:14.859+0000 7f31c6b25700 -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-07-12T15:36:14.918 INFO:journalctl@ceph.osd.4.smithi107.stdout:Jul 12 15:36:14 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-4[138890]: 2023-07-12T15:36:14.859+0000 7f31c6b25700 -1 osd.4 116 *** Got signal Terminated *** 2023-07-12T15:36:14.918 INFO:journalctl@ceph.osd.4.smithi107.stdout:Jul 12 15:36:14 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-4[138890]: 2023-07-12T15:36:14.859+0000 7f31c6b25700 -1 osd.4 116 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-07-12T15:36:15.380 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:14 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:14.940+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:49.508264+0000 front 2023-07-12T15:35:49.508276+0000 (oldest deadline 2023-07-12T15:36:14.208102+0000) 2023-07-12T15:36:15.668 INFO:journalctl@ceph.osd.4.smithi107.stdout:Jul 12 15:36:15 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-4[138890]: 2023-07-12T15:36:15.548+0000 7f31c1918700 -1 osd.4 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:48.223366+0000 front 2023-07-12T15:35:48.223465+0000 (oldest deadline 2023-07-12T15:36:11.723439+0000) 2023-07-12T15:36:15.668 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:36:15 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-6[144267]: 2023-07-12T15:36:15.378+0000 7fd29ac54700 -1 osd.6 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:49.030237+0000 front 2023-07-12T15:35:49.030227+0000 (oldest deadline 2023-07-12T15:36:11.329976+0000) 2023-07-12T15:36:16.168 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:15 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:15.911+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:49.508264+0000 front 2023-07-12T15:35:49.508276+0000 (oldest deadline 2023-07-12T15:36:14.208102+0000) 2023-07-12T15:36:16.668 INFO:journalctl@ceph.osd.4.smithi107.stdout:Jul 12 15:36:16 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-4[138890]: 2023-07-12T15:36:16.523+0000 7f31c1918700 -1 osd.4 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:48.223366+0000 front 2023-07-12T15:35:48.223465+0000 (oldest deadline 2023-07-12T15:36:11.723439+0000) 2023-07-12T15:36:16.668 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:36:16 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-6[144267]: 2023-07-12T15:36:16.367+0000 7fd29ac54700 -1 osd.6 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:49.030237+0000 front 2023-07-12T15:35:49.030227+0000 (oldest deadline 2023-07-12T15:36:11.329976+0000) 2023-07-12T15:36:17.320 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:16 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:16.937+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:49.508264+0000 front 2023-07-12T15:35:49.508276+0000 (oldest deadline 2023-07-12T15:36:14.208102+0000) 2023-07-12T15:36:17.320 INFO:journalctl@ceph.osd.5.smithi107.stdout:Jul 12 15:36:17 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-5[141581]: 2023-07-12T15:36:17.185+0000 7f87600d0700 -1 osd.5 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:48.135244+0000 front 2023-07-12T15:35:48.135206+0000 (oldest deadline 2023-07-12T15:36:16.935418+0000) 2023-07-12T15:36:17.668 INFO:journalctl@ceph.osd.4.smithi107.stdout:Jul 12 15:36:17 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-4[138890]: 2023-07-12T15:36:17.493+0000 7f31c1918700 -1 osd.4 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:48.223366+0000 front 2023-07-12T15:35:48.223465+0000 (oldest deadline 2023-07-12T15:36:11.723439+0000) 2023-07-12T15:36:17.668 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:36:17 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-6[144267]: 2023-07-12T15:36:17.318+0000 7fd29ac54700 -1 osd.6 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:49.030237+0000 front 2023-07-12T15:35:49.030227+0000 (oldest deadline 2023-07-12T15:36:11.329976+0000) 2023-07-12T15:36:18.212 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:17 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:17.952+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:49.508264+0000 front 2023-07-12T15:35:49.508276+0000 (oldest deadline 2023-07-12T15:36:14.208102+0000) 2023-07-12T15:36:18.540 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:36:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-6[144267]: 2023-07-12T15:36:18.350+0000 7fd29ac54700 -1 osd.6 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:49.030237+0000 front 2023-07-12T15:35:49.030227+0000 (oldest deadline 2023-07-12T15:36:11.329976+0000) 2023-07-12T15:36:18.540 INFO:journalctl@ceph.osd.5.smithi107.stdout:Jul 12 15:36:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-5[141581]: 2023-07-12T15:36:18.211+0000 7f87600d0700 -1 osd.5 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:48.135244+0000 front 2023-07-12T15:35:48.135206+0000 (oldest deadline 2023-07-12T15:36:16.935418+0000) 2023-07-12T15:36:18.918 INFO:journalctl@ceph.osd.4.smithi107.stdout:Jul 12 15:36:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-4[138890]: 2023-07-12T15:36:18.538+0000 7f31c1918700 -1 osd.4 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:48.223366+0000 front 2023-07-12T15:35:48.223465+0000 (oldest deadline 2023-07-12T15:36:11.723439+0000) 2023-07-12T15:36:19.190 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:18 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:18.922+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:49.508264+0000 front 2023-07-12T15:35:49.508276+0000 (oldest deadline 2023-07-12T15:36:14.208102+0000) 2023-07-12T15:36:19.495 INFO:journalctl@ceph.osd.5.smithi107.stdout:Jul 12 15:36:19 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-5[141581]: 2023-07-12T15:36:19.188+0000 7f87600d0700 -1 osd.5 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:48.135244+0000 front 2023-07-12T15:35:48.135206+0000 (oldest deadline 2023-07-12T15:36:16.935418+0000) 2023-07-12T15:36:19.496 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:36:19 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-6[144267]: 2023-07-12T15:36:19.369+0000 7fd29ac54700 -1 osd.6 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:49.030237+0000 front 2023-07-12T15:35:49.030227+0000 (oldest deadline 2023-07-12T15:36:11.329976+0000) 2023-07-12T15:36:19.913 INFO:journalctl@ceph.osd.4.smithi107.stdout:Jul 12 15:36:19 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-4[138890]: 2023-07-12T15:36:19.494+0000 7f31c1918700 -1 osd.4 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:48.223366+0000 front 2023-07-12T15:35:48.223465+0000 (oldest deadline 2023-07-12T15:36:11.723439+0000) 2023-07-12T15:36:19.914 INFO:journalctl@ceph.osd.4.smithi107.stdout:Jul 12 15:36:19 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-4[138890]: 2023-07-12T15:36:19.494+0000 7f31c1918700 -1 osd.4 116 heartbeat_check: no reply from 172.21.15.5:6814 osd.1 since back 2023-07-12T15:35:55.125036+0000 front 2023-07-12T15:35:55.124986+0000 (oldest deadline 2023-07-12T15:36:19.224902+0000) 2023-07-12T15:36:20.168 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:19 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:19.912+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:49.508264+0000 front 2023-07-12T15:35:49.508276+0000 (oldest deadline 2023-07-12T15:36:14.208102+0000) 2023-07-12T15:36:20.464 INFO:journalctl@ceph.osd.5.smithi107.stdout:Jul 12 15:36:20 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-5[141581]: 2023-07-12T15:36:20.172+0000 7f87600d0700 -1 osd.5 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:48.135244+0000 front 2023-07-12T15:35:48.135206+0000 (oldest deadline 2023-07-12T15:36:16.935418+0000) 2023-07-12T15:36:20.464 INFO:journalctl@ceph.osd.5.smithi107.stdout:Jul 12 15:36:20 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-5[141581]: 2023-07-12T15:36:20.172+0000 7f87600d0700 -1 osd.5 116 heartbeat_check: no reply from 172.21.15.5:6814 osd.1 since back 2023-07-12T15:35:56.935944+0000 front 2023-07-12T15:35:56.935867+0000 (oldest deadline 2023-07-12T15:36:19.835769+0000) 2023-07-12T15:36:20.464 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:36:20 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-6[144267]: 2023-07-12T15:36:20.392+0000 7fd29ac54700 -1 osd.6 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:49.030237+0000 front 2023-07-12T15:35:49.030227+0000 (oldest deadline 2023-07-12T15:36:11.329976+0000) 2023-07-12T15:36:20.909 INFO:journalctl@ceph.osd.4.smithi107.stdout:Jul 12 15:36:20 smithi107 bash[155760]: ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-4 2023-07-12T15:36:20.909 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:20 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:20.907+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:49.508264+0000 front 2023-07-12T15:35:49.508276+0000 (oldest deadline 2023-07-12T15:36:14.208102+0000) 2023-07-12T15:36:21.168 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:20 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:20.907+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6814 osd.1 since back 2023-07-12T15:35:55.909154+0000 front 2023-07-12T15:35:55.909104+0000 (oldest deadline 2023-07-12T15:36:20.008974+0000) 2023-07-12T15:36:21.169 INFO:journalctl@ceph.osd.5.smithi107.stdout:Jul 12 15:36:21 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-5[141581]: 2023-07-12T15:36:21.156+0000 7f87600d0700 -1 osd.5 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:48.135244+0000 front 2023-07-12T15:35:48.135206+0000 (oldest deadline 2023-07-12T15:36:16.935418+0000) 2023-07-12T15:36:21.169 INFO:journalctl@ceph.osd.5.smithi107.stdout:Jul 12 15:36:21 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-5[141581]: 2023-07-12T15:36:21.156+0000 7f87600d0700 -1 osd.5 116 heartbeat_check: no reply from 172.21.15.5:6814 osd.1 since back 2023-07-12T15:35:56.935944+0000 front 2023-07-12T15:35:56.935867+0000 (oldest deadline 2023-07-12T15:36:19.835769+0000) 2023-07-12T15:36:21.668 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:36:21 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-6[144267]: 2023-07-12T15:36:21.389+0000 7fd29ac54700 -1 osd.6 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:49.030237+0000 front 2023-07-12T15:35:49.030227+0000 (oldest deadline 2023-07-12T15:36:11.329976+0000) 2023-07-12T15:36:21.669 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:36:21 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-6[144267]: 2023-07-12T15:36:21.389+0000 7fd29ac54700 -1 osd.6 116 heartbeat_check: no reply from 172.21.15.5:6814 osd.1 since back 2023-07-12T15:35:56.030952+0000 front 2023-07-12T15:35:56.031119+0000 (oldest deadline 2023-07-12T15:36:21.330948+0000) 2023-07-12T15:36:21.722 DEBUG:teuthology.orchestra.run.smithi107:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c@osd.4.service' 2023-07-12T15:36:21.803 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-07-12T15:36:21.803 INFO:tasks.cephadm.osd.4:Stopped osd.4 2023-07-12T15:36:21.803 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2023-07-12T15:36:21.804 DEBUG:teuthology.orchestra.run.smithi107:> sudo systemctl stop ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c@osd.5 2023-07-12T15:36:22.051 INFO:journalctl@ceph.osd.5.smithi107.stdout:Jul 12 15:36:21 smithi107 systemd[1]: Stopping Ceph osd.5 for fe85c08a-20c5-11ee-9b31-001a4aab830c... 2023-07-12T15:36:22.052 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:21 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:21.921+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:49.508264+0000 front 2023-07-12T15:35:49.508276+0000 (oldest deadline 2023-07-12T15:36:14.208102+0000) 2023-07-12T15:36:22.052 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:21 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:21.921+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6814 osd.1 since back 2023-07-12T15:35:55.909154+0000 front 2023-07-12T15:35:55.909104+0000 (oldest deadline 2023-07-12T15:36:20.008974+0000) 2023-07-12T15:36:22.389 INFO:journalctl@ceph.osd.5.smithi107.stdout:Jul 12 15:36:22 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-5[141581]: 2023-07-12T15:36:22.049+0000 7f8765ade700 -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-07-12T15:36:22.389 INFO:journalctl@ceph.osd.5.smithi107.stdout:Jul 12 15:36:22 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-5[141581]: 2023-07-12T15:36:22.049+0000 7f8765ade700 -1 osd.5 116 *** Got signal Terminated *** 2023-07-12T15:36:22.390 INFO:journalctl@ceph.osd.5.smithi107.stdout:Jul 12 15:36:22 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-5[141581]: 2023-07-12T15:36:22.049+0000 7f8765ade700 -1 osd.5 116 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-07-12T15:36:22.390 INFO:journalctl@ceph.osd.5.smithi107.stdout:Jul 12 15:36:22 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-5[141581]: 2023-07-12T15:36:22.205+0000 7f87600d0700 -1 osd.5 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:48.135244+0000 front 2023-07-12T15:35:48.135206+0000 (oldest deadline 2023-07-12T15:36:16.935418+0000) 2023-07-12T15:36:22.390 INFO:journalctl@ceph.osd.5.smithi107.stdout:Jul 12 15:36:22 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-5[141581]: 2023-07-12T15:36:22.205+0000 7f87600d0700 -1 osd.5 116 heartbeat_check: no reply from 172.21.15.5:6814 osd.1 since back 2023-07-12T15:35:56.935944+0000 front 2023-07-12T15:35:56.935867+0000 (oldest deadline 2023-07-12T15:36:19.835769+0000) 2023-07-12T15:36:22.668 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:36:22 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-6[144267]: 2023-07-12T15:36:22.388+0000 7fd29ac54700 -1 osd.6 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:49.030237+0000 front 2023-07-12T15:35:49.030227+0000 (oldest deadline 2023-07-12T15:36:11.329976+0000) 2023-07-12T15:36:22.668 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:36:22 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-6[144267]: 2023-07-12T15:36:22.388+0000 7fd29ac54700 -1 osd.6 116 heartbeat_check: no reply from 172.21.15.5:6814 osd.1 since back 2023-07-12T15:35:56.030952+0000 front 2023-07-12T15:35:56.031119+0000 (oldest deadline 2023-07-12T15:36:21.330948+0000) 2023-07-12T15:36:23.164 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:22 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:22.898+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:49.508264+0000 front 2023-07-12T15:35:49.508276+0000 (oldest deadline 2023-07-12T15:36:14.208102+0000) 2023-07-12T15:36:23.164 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:22 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:22.898+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6814 osd.1 since back 2023-07-12T15:35:55.909154+0000 front 2023-07-12T15:35:55.909104+0000 (oldest deadline 2023-07-12T15:36:20.008974+0000) 2023-07-12T15:36:23.418 INFO:journalctl@ceph.osd.5.smithi107.stdout:Jul 12 15:36:23 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-5[141581]: 2023-07-12T15:36:23.162+0000 7f87600d0700 -1 osd.5 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:48.135244+0000 front 2023-07-12T15:35:48.135206+0000 (oldest deadline 2023-07-12T15:36:16.935418+0000) 2023-07-12T15:36:23.418 INFO:journalctl@ceph.osd.5.smithi107.stdout:Jul 12 15:36:23 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-5[141581]: 2023-07-12T15:36:23.162+0000 7f87600d0700 -1 osd.5 116 heartbeat_check: no reply from 172.21.15.5:6814 osd.1 since back 2023-07-12T15:35:56.935944+0000 front 2023-07-12T15:35:56.935867+0000 (oldest deadline 2023-07-12T15:36:19.835769+0000) 2023-07-12T15:36:23.418 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:36:23 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-6[144267]: 2023-07-12T15:36:23.394+0000 7fd29ac54700 -1 osd.6 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:49.030237+0000 front 2023-07-12T15:35:49.030227+0000 (oldest deadline 2023-07-12T15:36:11.329976+0000) 2023-07-12T15:36:23.419 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:36:23 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-6[144267]: 2023-07-12T15:36:23.394+0000 7fd29ac54700 -1 osd.6 116 heartbeat_check: no reply from 172.21.15.5:6814 osd.1 since back 2023-07-12T15:35:56.030952+0000 front 2023-07-12T15:35:56.031119+0000 (oldest deadline 2023-07-12T15:36:21.330948+0000) 2023-07-12T15:36:24.168 INFO:journalctl@ceph.osd.5.smithi107.stdout:Jul 12 15:36:24 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-5[141581]: 2023-07-12T15:36:24.126+0000 7f87600d0700 -1 osd.5 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:48.135244+0000 front 2023-07-12T15:35:48.135206+0000 (oldest deadline 2023-07-12T15:36:16.935418+0000) 2023-07-12T15:36:24.168 INFO:journalctl@ceph.osd.5.smithi107.stdout:Jul 12 15:36:24 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-5[141581]: 2023-07-12T15:36:24.126+0000 7f87600d0700 -1 osd.5 116 heartbeat_check: no reply from 172.21.15.5:6814 osd.1 since back 2023-07-12T15:35:56.935944+0000 front 2023-07-12T15:35:56.935867+0000 (oldest deadline 2023-07-12T15:36:19.835769+0000) 2023-07-12T15:36:24.169 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:23 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:23.900+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:49.508264+0000 front 2023-07-12T15:35:49.508276+0000 (oldest deadline 2023-07-12T15:36:14.208102+0000) 2023-07-12T15:36:24.169 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:23 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:23.900+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6814 osd.1 since back 2023-07-12T15:35:55.909154+0000 front 2023-07-12T15:35:55.909104+0000 (oldest deadline 2023-07-12T15:36:20.008974+0000) 2023-07-12T15:36:24.668 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:36:24 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-6[144267]: 2023-07-12T15:36:24.347+0000 7fd29ac54700 -1 osd.6 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:49.030237+0000 front 2023-07-12T15:35:49.030227+0000 (oldest deadline 2023-07-12T15:36:11.329976+0000) 2023-07-12T15:36:24.668 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:36:24 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-6[144267]: 2023-07-12T15:36:24.347+0000 7fd29ac54700 -1 osd.6 116 heartbeat_check: no reply from 172.21.15.5:6814 osd.1 since back 2023-07-12T15:35:56.030952+0000 front 2023-07-12T15:35:56.031119+0000 (oldest deadline 2023-07-12T15:36:21.330948+0000) 2023-07-12T15:36:25.168 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:24 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:24.871+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:49.508264+0000 front 2023-07-12T15:35:49.508276+0000 (oldest deadline 2023-07-12T15:36:14.208102+0000) 2023-07-12T15:36:25.168 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:24 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:24.871+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6814 osd.1 since back 2023-07-12T15:35:55.909154+0000 front 2023-07-12T15:35:55.909104+0000 (oldest deadline 2023-07-12T15:36:20.008974+0000) 2023-07-12T15:36:25.668 INFO:journalctl@ceph.osd.5.smithi107.stdout:Jul 12 15:36:25 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-5[141581]: 2023-07-12T15:36:25.167+0000 7f87600d0700 -1 osd.5 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:48.135244+0000 front 2023-07-12T15:35:48.135206+0000 (oldest deadline 2023-07-12T15:36:16.935418+0000) 2023-07-12T15:36:25.668 INFO:journalctl@ceph.osd.5.smithi107.stdout:Jul 12 15:36:25 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-5[141581]: 2023-07-12T15:36:25.167+0000 7f87600d0700 -1 osd.5 116 heartbeat_check: no reply from 172.21.15.5:6814 osd.1 since back 2023-07-12T15:35:56.935944+0000 front 2023-07-12T15:35:56.935867+0000 (oldest deadline 2023-07-12T15:36:19.835769+0000) 2023-07-12T15:36:25.668 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:36:25 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-6[144267]: 2023-07-12T15:36:25.384+0000 7fd29ac54700 -1 osd.6 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:49.030237+0000 front 2023-07-12T15:35:49.030227+0000 (oldest deadline 2023-07-12T15:36:11.329976+0000) 2023-07-12T15:36:25.669 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:36:25 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-6[144267]: 2023-07-12T15:36:25.384+0000 7fd29ac54700 -1 osd.6 116 heartbeat_check: no reply from 172.21.15.5:6814 osd.1 since back 2023-07-12T15:35:56.030952+0000 front 2023-07-12T15:35:56.031119+0000 (oldest deadline 2023-07-12T15:36:21.330948+0000) 2023-07-12T15:36:26.192 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:25 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:25.916+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:49.508264+0000 front 2023-07-12T15:35:49.508276+0000 (oldest deadline 2023-07-12T15:36:14.208102+0000) 2023-07-12T15:36:26.193 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:25 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:25.916+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6814 osd.1 since back 2023-07-12T15:35:55.909154+0000 front 2023-07-12T15:35:55.909104+0000 (oldest deadline 2023-07-12T15:36:20.008974+0000) 2023-07-12T15:36:26.668 INFO:journalctl@ceph.osd.5.smithi107.stdout:Jul 12 15:36:26 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-5[141581]: 2023-07-12T15:36:26.190+0000 7f87600d0700 -1 osd.5 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:48.135244+0000 front 2023-07-12T15:35:48.135206+0000 (oldest deadline 2023-07-12T15:36:16.935418+0000) 2023-07-12T15:36:26.668 INFO:journalctl@ceph.osd.5.smithi107.stdout:Jul 12 15:36:26 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-5[141581]: 2023-07-12T15:36:26.190+0000 7f87600d0700 -1 osd.5 116 heartbeat_check: no reply from 172.21.15.5:6814 osd.1 since back 2023-07-12T15:35:56.935944+0000 front 2023-07-12T15:35:56.935867+0000 (oldest deadline 2023-07-12T15:36:19.835769+0000) 2023-07-12T15:36:26.669 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:36:26 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-6[144267]: 2023-07-12T15:36:26.403+0000 7fd29ac54700 -1 osd.6 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:49.030237+0000 front 2023-07-12T15:35:49.030227+0000 (oldest deadline 2023-07-12T15:36:11.329976+0000) 2023-07-12T15:36:26.669 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:36:26 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-6[144267]: 2023-07-12T15:36:26.403+0000 7fd29ac54700 -1 osd.6 116 heartbeat_check: no reply from 172.21.15.5:6814 osd.1 since back 2023-07-12T15:35:56.030952+0000 front 2023-07-12T15:35:56.031119+0000 (oldest deadline 2023-07-12T15:36:21.330948+0000) 2023-07-12T15:36:27.409 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:26 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:26.921+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:49.508264+0000 front 2023-07-12T15:35:49.508276+0000 (oldest deadline 2023-07-12T15:36:14.208102+0000) 2023-07-12T15:36:27.410 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:26 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:26.921+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6814 osd.1 since back 2023-07-12T15:35:55.909154+0000 front 2023-07-12T15:35:55.909104+0000 (oldest deadline 2023-07-12T15:36:20.008974+0000) 2023-07-12T15:36:27.410 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:26 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:26.921+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6822 osd.2 since back 2023-07-12T15:36:03.510113+0000 front 2023-07-12T15:36:03.510204+0000 (oldest deadline 2023-07-12T15:36:26.410020+0000) 2023-07-12T15:36:27.668 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:36:27 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-6[144267]: 2023-07-12T15:36:27.407+0000 7fd29ac54700 -1 osd.6 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:49.030237+0000 front 2023-07-12T15:35:49.030227+0000 (oldest deadline 2023-07-12T15:36:11.329976+0000) 2023-07-12T15:36:27.668 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:36:27 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-6[144267]: 2023-07-12T15:36:27.407+0000 7fd29ac54700 -1 osd.6 116 heartbeat_check: no reply from 172.21.15.5:6814 osd.1 since back 2023-07-12T15:35:56.030952+0000 front 2023-07-12T15:35:56.031119+0000 (oldest deadline 2023-07-12T15:36:21.330948+0000) 2023-07-12T15:36:28.168 INFO:journalctl@ceph.osd.5.smithi107.stdout:Jul 12 15:36:27 smithi107 bash[156024]: ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-5 2023-07-12T15:36:28.168 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:27 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:27.884+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:49.508264+0000 front 2023-07-12T15:35:49.508276+0000 (oldest deadline 2023-07-12T15:36:14.208102+0000) 2023-07-12T15:36:28.169 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:27 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:27.884+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6814 osd.1 since back 2023-07-12T15:35:55.909154+0000 front 2023-07-12T15:35:55.909104+0000 (oldest deadline 2023-07-12T15:36:20.008974+0000) 2023-07-12T15:36:28.169 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:27 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:27.884+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6822 osd.2 since back 2023-07-12T15:36:03.510113+0000 front 2023-07-12T15:36:03.510204+0000 (oldest deadline 2023-07-12T15:36:26.410020+0000) 2023-07-12T15:36:28.593 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:36:28 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-6[144267]: 2023-07-12T15:36:28.359+0000 7fd29ac54700 -1 osd.6 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:49.030237+0000 front 2023-07-12T15:35:49.030227+0000 (oldest deadline 2023-07-12T15:36:11.329976+0000) 2023-07-12T15:36:28.594 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:36:28 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-6[144267]: 2023-07-12T15:36:28.359+0000 7fd29ac54700 -1 osd.6 116 heartbeat_check: no reply from 172.21.15.5:6814 osd.1 since back 2023-07-12T15:35:56.030952+0000 front 2023-07-12T15:35:56.031119+0000 (oldest deadline 2023-07-12T15:36:21.330948+0000) 2023-07-12T15:36:28.936 DEBUG:teuthology.orchestra.run.smithi107:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c@osd.5.service' 2023-07-12T15:36:28.977 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-07-12T15:36:28.978 INFO:tasks.cephadm.osd.5:Stopped osd.5 2023-07-12T15:36:28.978 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2023-07-12T15:36:28.979 DEBUG:teuthology.orchestra.run.smithi107:> sudo systemctl stop ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c@osd.6 2023-07-12T15:36:29.168 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:36:29 smithi107 systemd[1]: Stopping Ceph osd.6 for fe85c08a-20c5-11ee-9b31-001a4aab830c... 2023-07-12T15:36:29.168 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:28 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:28.872+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:49.508264+0000 front 2023-07-12T15:35:49.508276+0000 (oldest deadline 2023-07-12T15:36:14.208102+0000) 2023-07-12T15:36:29.168 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:28 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:28.872+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6814 osd.1 since back 2023-07-12T15:35:55.909154+0000 front 2023-07-12T15:35:55.909104+0000 (oldest deadline 2023-07-12T15:36:20.008974+0000) 2023-07-12T15:36:29.169 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:28 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:28.872+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6822 osd.2 since back 2023-07-12T15:36:03.510113+0000 front 2023-07-12T15:36:03.510204+0000 (oldest deadline 2023-07-12T15:36:26.410020+0000) 2023-07-12T15:36:29.668 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:36:29 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-6[144267]: 2023-07-12T15:36:29.205+0000 7fd2a1e65700 -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-07-12T15:36:29.668 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:36:29 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-6[144267]: 2023-07-12T15:36:29.205+0000 7fd2a1e65700 -1 osd.6 116 *** Got signal Terminated *** 2023-07-12T15:36:29.669 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:36:29 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-6[144267]: 2023-07-12T15:36:29.205+0000 7fd2a1e65700 -1 osd.6 116 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-07-12T15:36:29.669 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:36:29 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-6[144267]: 2023-07-12T15:36:29.345+0000 7fd29ac54700 -1 osd.6 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:49.030237+0000 front 2023-07-12T15:35:49.030227+0000 (oldest deadline 2023-07-12T15:36:11.329976+0000) 2023-07-12T15:36:29.669 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:36:29 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-6[144267]: 2023-07-12T15:36:29.345+0000 7fd29ac54700 -1 osd.6 116 heartbeat_check: no reply from 172.21.15.5:6814 osd.1 since back 2023-07-12T15:35:56.030952+0000 front 2023-07-12T15:35:56.031119+0000 (oldest deadline 2023-07-12T15:36:21.330948+0000) 2023-07-12T15:36:29.669 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:36:29 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-6[144267]: 2023-07-12T15:36:29.345+0000 7fd29ac54700 -1 osd.6 116 heartbeat_check: no reply from 172.21.15.5:6822 osd.2 since back 2023-07-12T15:36:05.232872+0000 front 2023-07-12T15:36:05.232777+0000 (oldest deadline 2023-07-12T15:36:29.332648+0000) 2023-07-12T15:36:30.168 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:29 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:29.854+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:49.508264+0000 front 2023-07-12T15:35:49.508276+0000 (oldest deadline 2023-07-12T15:36:14.208102+0000) 2023-07-12T15:36:30.168 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:29 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:29.854+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6814 osd.1 since back 2023-07-12T15:35:55.909154+0000 front 2023-07-12T15:35:55.909104+0000 (oldest deadline 2023-07-12T15:36:20.008974+0000) 2023-07-12T15:36:30.168 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:29 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:29.854+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6822 osd.2 since back 2023-07-12T15:36:03.510113+0000 front 2023-07-12T15:36:03.510204+0000 (oldest deadline 2023-07-12T15:36:26.410020+0000) 2023-07-12T15:36:30.668 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:36:30 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-6[144267]: 2023-07-12T15:36:30.311+0000 7fd29ac54700 -1 osd.6 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:49.030237+0000 front 2023-07-12T15:35:49.030227+0000 (oldest deadline 2023-07-12T15:36:11.329976+0000) 2023-07-12T15:36:30.668 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:36:30 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-6[144267]: 2023-07-12T15:36:30.311+0000 7fd29ac54700 -1 osd.6 116 heartbeat_check: no reply from 172.21.15.5:6814 osd.1 since back 2023-07-12T15:35:56.030952+0000 front 2023-07-12T15:35:56.031119+0000 (oldest deadline 2023-07-12T15:36:21.330948+0000) 2023-07-12T15:36:30.668 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:36:30 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-6[144267]: 2023-07-12T15:36:30.311+0000 7fd29ac54700 -1 osd.6 116 heartbeat_check: no reply from 172.21.15.5:6822 osd.2 since back 2023-07-12T15:36:05.232872+0000 front 2023-07-12T15:36:05.232777+0000 (oldest deadline 2023-07-12T15:36:29.332648+0000) 2023-07-12T15:36:31.168 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:30 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:30.870+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:49.508264+0000 front 2023-07-12T15:35:49.508276+0000 (oldest deadline 2023-07-12T15:36:14.208102+0000) 2023-07-12T15:36:31.168 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:30 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:30.870+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6814 osd.1 since back 2023-07-12T15:35:55.909154+0000 front 2023-07-12T15:35:55.909104+0000 (oldest deadline 2023-07-12T15:36:20.008974+0000) 2023-07-12T15:36:31.168 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:30 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:30.870+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6822 osd.2 since back 2023-07-12T15:36:03.510113+0000 front 2023-07-12T15:36:03.510204+0000 (oldest deadline 2023-07-12T15:36:26.410020+0000) 2023-07-12T15:36:31.668 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:36:31 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-6[144267]: 2023-07-12T15:36:31.351+0000 7fd29ac54700 -1 osd.6 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:49.030237+0000 front 2023-07-12T15:35:49.030227+0000 (oldest deadline 2023-07-12T15:36:11.329976+0000) 2023-07-12T15:36:31.668 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:36:31 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-6[144267]: 2023-07-12T15:36:31.351+0000 7fd29ac54700 -1 osd.6 116 heartbeat_check: no reply from 172.21.15.5:6814 osd.1 since back 2023-07-12T15:35:56.030952+0000 front 2023-07-12T15:35:56.031119+0000 (oldest deadline 2023-07-12T15:36:21.330948+0000) 2023-07-12T15:36:31.669 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:36:31 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-6[144267]: 2023-07-12T15:36:31.351+0000 7fd29ac54700 -1 osd.6 116 heartbeat_check: no reply from 172.21.15.5:6822 osd.2 since back 2023-07-12T15:36:05.232872+0000 front 2023-07-12T15:36:05.232777+0000 (oldest deadline 2023-07-12T15:36:29.332648+0000) 2023-07-12T15:36:32.168 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:31 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:31.877+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:49.508264+0000 front 2023-07-12T15:35:49.508276+0000 (oldest deadline 2023-07-12T15:36:14.208102+0000) 2023-07-12T15:36:32.168 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:31 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:31.877+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6814 osd.1 since back 2023-07-12T15:35:55.909154+0000 front 2023-07-12T15:35:55.909104+0000 (oldest deadline 2023-07-12T15:36:20.008974+0000) 2023-07-12T15:36:32.168 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:31 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:31.877+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6822 osd.2 since back 2023-07-12T15:36:03.510113+0000 front 2023-07-12T15:36:03.510204+0000 (oldest deadline 2023-07-12T15:36:26.410020+0000) 2023-07-12T15:36:32.668 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:36:32 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-6[144267]: 2023-07-12T15:36:32.393+0000 7fd29ac54700 -1 osd.6 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:49.030237+0000 front 2023-07-12T15:35:49.030227+0000 (oldest deadline 2023-07-12T15:36:11.329976+0000) 2023-07-12T15:36:32.668 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:36:32 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-6[144267]: 2023-07-12T15:36:32.393+0000 7fd29ac54700 -1 osd.6 116 heartbeat_check: no reply from 172.21.15.5:6814 osd.1 since back 2023-07-12T15:35:56.030952+0000 front 2023-07-12T15:35:56.031119+0000 (oldest deadline 2023-07-12T15:36:21.330948+0000) 2023-07-12T15:36:32.668 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:36:32 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-6[144267]: 2023-07-12T15:36:32.393+0000 7fd29ac54700 -1 osd.6 116 heartbeat_check: no reply from 172.21.15.5:6822 osd.2 since back 2023-07-12T15:36:05.232872+0000 front 2023-07-12T15:36:05.232777+0000 (oldest deadline 2023-07-12T15:36:29.332648+0000) 2023-07-12T15:36:33.168 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:32 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:32.861+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:49.508264+0000 front 2023-07-12T15:35:49.508276+0000 (oldest deadline 2023-07-12T15:36:14.208102+0000) 2023-07-12T15:36:33.168 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:32 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:32.861+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6814 osd.1 since back 2023-07-12T15:35:55.909154+0000 front 2023-07-12T15:35:55.909104+0000 (oldest deadline 2023-07-12T15:36:20.008974+0000) 2023-07-12T15:36:33.168 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:32 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:32.861+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6822 osd.2 since back 2023-07-12T15:36:03.510113+0000 front 2023-07-12T15:36:03.510204+0000 (oldest deadline 2023-07-12T15:36:26.410020+0000) 2023-07-12T15:36:33.668 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:36:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-6[144267]: 2023-07-12T15:36:33.392+0000 7fd29ac54700 -1 osd.6 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:49.030237+0000 front 2023-07-12T15:35:49.030227+0000 (oldest deadline 2023-07-12T15:36:11.329976+0000) 2023-07-12T15:36:33.668 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:36:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-6[144267]: 2023-07-12T15:36:33.392+0000 7fd29ac54700 -1 osd.6 116 heartbeat_check: no reply from 172.21.15.5:6814 osd.1 since back 2023-07-12T15:35:56.030952+0000 front 2023-07-12T15:35:56.031119+0000 (oldest deadline 2023-07-12T15:36:21.330948+0000) 2023-07-12T15:36:33.668 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:36:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-6[144267]: 2023-07-12T15:36:33.392+0000 7fd29ac54700 -1 osd.6 116 heartbeat_check: no reply from 172.21.15.5:6822 osd.2 since back 2023-07-12T15:36:05.232872+0000 front 2023-07-12T15:36:05.232777+0000 (oldest deadline 2023-07-12T15:36:29.332648+0000) 2023-07-12T15:36:34.168 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:33.876+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:49.508264+0000 front 2023-07-12T15:35:49.508276+0000 (oldest deadline 2023-07-12T15:36:14.208102+0000) 2023-07-12T15:36:34.168 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:33.876+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6814 osd.1 since back 2023-07-12T15:35:55.909154+0000 front 2023-07-12T15:35:55.909104+0000 (oldest deadline 2023-07-12T15:36:20.008974+0000) 2023-07-12T15:36:34.168 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:33 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:33.876+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6822 osd.2 since back 2023-07-12T15:36:03.510113+0000 front 2023-07-12T15:36:03.510204+0000 (oldest deadline 2023-07-12T15:36:26.410020+0000) 2023-07-12T15:36:35.136 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:34 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:34.831+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:49.508264+0000 front 2023-07-12T15:35:49.508276+0000 (oldest deadline 2023-07-12T15:36:14.208102+0000) 2023-07-12T15:36:35.136 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:34 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:34.831+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6814 osd.1 since back 2023-07-12T15:35:55.909154+0000 front 2023-07-12T15:35:55.909104+0000 (oldest deadline 2023-07-12T15:36:20.008974+0000) 2023-07-12T15:36:35.136 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:34 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:34.831+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6822 osd.2 since back 2023-07-12T15:36:03.510113+0000 front 2023-07-12T15:36:03.510204+0000 (oldest deadline 2023-07-12T15:36:26.410020+0000) 2023-07-12T15:36:35.418 INFO:journalctl@ceph.osd.6.smithi107.stdout:Jul 12 15:36:35 smithi107 bash[156289]: ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-6 2023-07-12T15:36:36.067 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:35.844+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:49.508264+0000 front 2023-07-12T15:35:49.508276+0000 (oldest deadline 2023-07-12T15:36:14.208102+0000) 2023-07-12T15:36:36.068 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:35.844+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6814 osd.1 since back 2023-07-12T15:35:55.909154+0000 front 2023-07-12T15:35:55.909104+0000 (oldest deadline 2023-07-12T15:36:20.008974+0000) 2023-07-12T15:36:36.068 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:35 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:35.844+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6822 osd.2 since back 2023-07-12T15:36:03.510113+0000 front 2023-07-12T15:36:03.510204+0000 (oldest deadline 2023-07-12T15:36:26.410020+0000) 2023-07-12T15:36:36.392 DEBUG:teuthology.orchestra.run.smithi107:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c@osd.6.service' 2023-07-12T15:36:36.433 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-07-12T15:36:36.433 INFO:tasks.cephadm.osd.6:Stopped osd.6 2023-07-12T15:36:36.433 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2023-07-12T15:36:36.434 DEBUG:teuthology.orchestra.run.smithi107:> sudo systemctl stop ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c@osd.7 2023-07-12T15:36:36.668 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:36 smithi107 systemd[1]: Stopping Ceph osd.7 for fe85c08a-20c5-11ee-9b31-001a4aab830c... 2023-07-12T15:36:37.168 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:36 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:36.682+0000 7fae14ba4700 -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-07-12T15:36:37.168 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:36 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:36.682+0000 7fae14ba4700 -1 osd.7 116 *** Got signal Terminated *** 2023-07-12T15:36:37.168 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:36 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:36.682+0000 7fae14ba4700 -1 osd.7 116 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-07-12T15:36:37.168 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:36 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:36.880+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:49.508264+0000 front 2023-07-12T15:35:49.508276+0000 (oldest deadline 2023-07-12T15:36:14.208102+0000) 2023-07-12T15:36:37.169 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:36 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:36.880+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6814 osd.1 since back 2023-07-12T15:35:55.909154+0000 front 2023-07-12T15:35:55.909104+0000 (oldest deadline 2023-07-12T15:36:20.008974+0000) 2023-07-12T15:36:37.169 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:36 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:36.880+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6822 osd.2 since back 2023-07-12T15:36:03.510113+0000 front 2023-07-12T15:36:03.510204+0000 (oldest deadline 2023-07-12T15:36:26.410020+0000) 2023-07-12T15:36:38.168 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:37 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:37.837+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:49.508264+0000 front 2023-07-12T15:35:49.508276+0000 (oldest deadline 2023-07-12T15:36:14.208102+0000) 2023-07-12T15:36:38.168 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:37 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:37.837+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6814 osd.1 since back 2023-07-12T15:35:55.909154+0000 front 2023-07-12T15:35:55.909104+0000 (oldest deadline 2023-07-12T15:36:20.008974+0000) 2023-07-12T15:36:38.169 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:37 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:37.837+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6822 osd.2 since back 2023-07-12T15:36:03.510113+0000 front 2023-07-12T15:36:03.510204+0000 (oldest deadline 2023-07-12T15:36:26.410020+0000) 2023-07-12T15:36:38.169 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:37 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:37.837+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6830 osd.3 since back 2023-07-12T15:36:07.510868+0000 front 2023-07-12T15:36:07.510888+0000 (oldest deadline 2023-07-12T15:36:36.911096+0000) 2023-07-12T15:36:39.168 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:38.831+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:49.508264+0000 front 2023-07-12T15:35:49.508276+0000 (oldest deadline 2023-07-12T15:36:14.208102+0000) 2023-07-12T15:36:39.168 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:38.831+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6814 osd.1 since back 2023-07-12T15:35:55.909154+0000 front 2023-07-12T15:35:55.909104+0000 (oldest deadline 2023-07-12T15:36:20.008974+0000) 2023-07-12T15:36:39.169 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:38.831+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6822 osd.2 since back 2023-07-12T15:36:03.510113+0000 front 2023-07-12T15:36:03.510204+0000 (oldest deadline 2023-07-12T15:36:26.410020+0000) 2023-07-12T15:36:39.169 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:38 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:38.831+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6830 osd.3 since back 2023-07-12T15:36:07.510868+0000 front 2023-07-12T15:36:07.510888+0000 (oldest deadline 2023-07-12T15:36:36.911096+0000) 2023-07-12T15:36:40.168 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:39 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:39.836+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:49.508264+0000 front 2023-07-12T15:35:49.508276+0000 (oldest deadline 2023-07-12T15:36:14.208102+0000) 2023-07-12T15:36:40.168 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:39 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:39.836+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6814 osd.1 since back 2023-07-12T15:35:55.909154+0000 front 2023-07-12T15:35:55.909104+0000 (oldest deadline 2023-07-12T15:36:20.008974+0000) 2023-07-12T15:36:40.169 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:39 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:39.836+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6822 osd.2 since back 2023-07-12T15:36:03.510113+0000 front 2023-07-12T15:36:03.510204+0000 (oldest deadline 2023-07-12T15:36:26.410020+0000) 2023-07-12T15:36:40.169 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:39 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:39.836+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6830 osd.3 since back 2023-07-12T15:36:07.510868+0000 front 2023-07-12T15:36:07.510888+0000 (oldest deadline 2023-07-12T15:36:36.911096+0000) 2023-07-12T15:36:41.168 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:40 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:40.885+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2023-07-12T15:35:49.508264+0000 front 2023-07-12T15:35:49.508276+0000 (oldest deadline 2023-07-12T15:36:14.208102+0000) 2023-07-12T15:36:41.168 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:40 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:40.885+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6814 osd.1 since back 2023-07-12T15:35:55.909154+0000 front 2023-07-12T15:35:55.909104+0000 (oldest deadline 2023-07-12T15:36:20.008974+0000) 2023-07-12T15:36:41.169 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:40 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:40.885+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6822 osd.2 since back 2023-07-12T15:36:03.510113+0000 front 2023-07-12T15:36:03.510204+0000 (oldest deadline 2023-07-12T15:36:26.410020+0000) 2023-07-12T15:36:41.169 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:40 smithi107 ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7[146945]: 2023-07-12T15:36:40.885+0000 7fae0f997700 -1 osd.7 116 heartbeat_check: no reply from 172.21.15.5:6830 osd.3 since back 2023-07-12T15:36:07.510868+0000 front 2023-07-12T15:36:07.510888+0000 (oldest deadline 2023-07-12T15:36:36.911096+0000) 2023-07-12T15:36:42.668 INFO:journalctl@ceph.osd.7.smithi107.stdout:Jul 12 15:36:42 smithi107 bash[156586]: ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c-osd-7 2023-07-12T15:36:43.517 DEBUG:teuthology.orchestra.run.smithi107:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fe85c08a-20c5-11ee-9b31-001a4aab830c@osd.7.service' 2023-07-12T15:36:43.556 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-07-12T15:36:43.557 INFO:tasks.cephadm.osd.7:Stopped osd.7 2023-07-12T15:36:43.557 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c --force --keep-logs 2023-07-12T15:39:34.487 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c --force --keep-logs 2023-07-12T15:39:53.022 DEBUG:teuthology.orchestra.run.smithi005:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-07-12T15:39:53.062 DEBUG:teuthology.orchestra.run.smithi107:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-07-12T15:39:53.093 INFO:tasks.cephadm:Archiving crash dumps... 2023-07-12T15:39:53.095 DEBUG:teuthology.misc:Transferring archived files from smithi005:/var/lib/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c/crash to /home/teuthworker/archive/gabrioux-2023-07-12_13:54:22-orch:cephadm-wip-guits-testing-4-2023-07-12-0746-distro-default-smithi/7335292/remote/smithi005/crash 2023-07-12T15:39:53.096 DEBUG:teuthology.orchestra.run.smithi005:> sudo tar c -f - -C /var/lib/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c/crash -- . 2023-07-12T15:39:53.134 INFO:teuthology.orchestra.run.smithi005.stderr:tar: /var/lib/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c/crash: Cannot open: No such file or directory 2023-07-12T15:39:53.135 INFO:teuthology.orchestra.run.smithi005.stderr:tar: Error is not recoverable: exiting now 2023-07-12T15:39:53.136 DEBUG:teuthology.misc:Transferring archived files from smithi107:/var/lib/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c/crash to /home/teuthworker/archive/gabrioux-2023-07-12_13:54:22-orch:cephadm-wip-guits-testing-4-2023-07-12-0746-distro-default-smithi/7335292/remote/smithi107/crash 2023-07-12T15:39:53.137 DEBUG:teuthology.orchestra.run.smithi107:> sudo tar c -f - -C /var/lib/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c/crash -- . 2023-07-12T15:39:53.175 INFO:teuthology.orchestra.run.smithi107.stderr:tar: /var/lib/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c/crash: Cannot open: No such file or directory 2023-07-12T15:39:53.176 INFO:teuthology.orchestra.run.smithi107.stderr:tar: Error is not recoverable: exiting now 2023-07-12T15:39:53.177 INFO:tasks.cephadm:Checking cluster log for badness... 2023-07-12T15:39:53.177 DEBUG:teuthology.orchestra.run.smithi005:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-07-12T15:39:53.208 INFO:teuthology.orchestra.run.smithi005.stderr:grep: /var/log/ceph/fe85c08a-20c5-11ee-9b31-001a4aab830c/ceph.log: No such file or directory 2023-07-12T15:39:53.209 INFO:tasks.cephadm:Compressing logs... 2023-07-12T15:39:53.210 DEBUG:teuthology.orchestra.run.smithi005:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-07-12T15:39:53.252 DEBUG:teuthology.orchestra.run.smithi107:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-07-12T15:39:53.279 INFO:teuthology.orchestra.run.smithi107.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-07-12T15:39:53.280 INFO:teuthology.orchestra.run.smithi005.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-07-12T15:41:06.904 INFO:tasks.cephadm:Archiving logs... 2023-07-12T15:41:06.905 DEBUG:teuthology.misc:Transferring archived files from smithi005:/var/log/ceph to /home/teuthworker/archive/gabrioux-2023-07-12_13:54:22-orch:cephadm-wip-guits-testing-4-2023-07-12-0746-distro-default-smithi/7335292/remote/smithi005/log 2023-07-12T15:41:06.906 DEBUG:teuthology.orchestra.run.smithi005:> sudo tar c -f - -C /var/log/ceph -- . 2023-07-12T15:41:12.589 DEBUG:teuthology.misc:Transferring archived files from smithi107:/var/log/ceph to /home/teuthworker/archive/gabrioux-2023-07-12_13:54:22-orch:cephadm-wip-guits-testing-4-2023-07-12-0746-distro-default-smithi/7335292/remote/smithi107/log 2023-07-12T15:41:12.591 DEBUG:teuthology.orchestra.run.smithi107:> sudo tar c -f - -C /var/log/ceph -- . 2023-07-12T15:41:19.351 INFO:tasks.cephadm:Removing cluster... 2023-07-12T15:41:19.352 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c --force 2023-07-12T15:41:19.734 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fe85c08a-20c5-11ee-9b31-001a4aab830c --force 2023-07-12T15:41:20.121 INFO:tasks.cephadm:Removing cephadm ... 2023-07-12T15:41:20.122 DEBUG:teuthology.orchestra.run.smithi005:> rm -rf /home/ubuntu/cephtest/cephadm 2023-07-12T15:41:20.143 DEBUG:teuthology.orchestra.run.smithi107:> rm -rf /home/ubuntu/cephtest/cephadm 2023-07-12T15:41:20.169 INFO:tasks.cephadm:Teardown complete 2023-07-12T15:41:20.170 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-07-12T15:41:20.182 INFO:teuthology.task.clock:Checking final clock skew... 2023-07-12T15:41:20.182 DEBUG:teuthology.orchestra.run.smithi005:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-07-12T15:41:20.186 DEBUG:teuthology.orchestra.run.smithi107:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-07-12T15:41:20.202 INFO:teuthology.orchestra.run.smithi005.stderr:bash: ntpq: command not found 2023-07-12T15:41:20.207 INFO:teuthology.orchestra.run.smithi005.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-07-12T15:41:20.207 INFO:teuthology.orchestra.run.smithi005.stdout:=============================================================================== 2023-07-12T15:41:20.208 INFO:teuthology.orchestra.run.smithi005.stdout:^+ hv01.front.sepia.ceph.com 2 8 377 93 +1075us[+1133us] +/- 83ms 2023-07-12T15:41:20.208 INFO:teuthology.orchestra.run.smithi005.stdout:^* hv02.front.sepia.ceph.com 3 6 377 25 -786us[ -761us] +/- 61ms 2023-07-12T15:41:20.208 INFO:teuthology.orchestra.run.smithi005.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 24 +18us[ +18us] +/- 70ms 2023-07-12T15:41:20.208 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-07-12T15:41:20.226 INFO:teuthology.orchestra.run.smithi107.stderr:bash: ntpq: command not found 2023-07-12T15:41:20.230 INFO:teuthology.orchestra.run.smithi107.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-07-12T15:41:20.230 INFO:teuthology.orchestra.run.smithi107.stdout:=============================================================================== 2023-07-12T15:41:20.230 INFO:teuthology.orchestra.run.smithi107.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 25 +1073us[+1073us] +/- 84ms 2023-07-12T15:41:20.231 INFO:teuthology.orchestra.run.smithi107.stdout:^* hv02.front.sepia.ceph.com 3 6 377 27 -786us[ -758us] +/- 61ms 2023-07-12T15:41:20.231 INFO:teuthology.orchestra.run.smithi107.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 28 +28us[ +55us] +/- 70ms 2023-07-12T15:41:20.231 INFO:teuthology.orchestra.run.smithi107.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-07-12T15:41:20.232 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-07-12T15:41:20.243 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-07-12T15:41:20.244 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-07-12T15:41:20.259 DEBUG:teuthology.orchestra.run.smithi005:> 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-07-12T15:41:20.280 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-07-12T15:41:20.280 INFO:teuthology.orchestra.run.smithi005.stderr:mkdir: cannot create directory ‘/home/ubuntu/cephtest/archive/audit’: No such file or directory 2023-07-12T15:41:20.281 ERROR:teuthology.run_tasks:Manager failed: selinux Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/run_tasks.py", line 192, in run_tasks suppress = manager.__exit__(*exc_info) File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/task/__init__.py", line 136, in __exit__ self.teardown() File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/task/selinux.py", line 165, in teardown self.archive_log() File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/task/selinux.py", line 195, in archive_log self.cluster.run( File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi005 with status 1: '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-07-12T15:41:20.281 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-07-12T15:41:20.302 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-07-12T15:41:20.315 INFO:teuthology.task.internal:Duration was 2419.218313 seconds 2023-07-12T15:41:20.317 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-07-12T15:41:20.331 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-07-12T15:41:20.331 DEBUG:teuthology.orchestra.run.smithi005:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-07-12T15:41:20.334 DEBUG:teuthology.orchestra.run.smithi107:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-07-12T15:41:20.381 INFO:teuthology.orchestra.run.smithi107.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-07-12T15:41:20.383 INFO:teuthology.orchestra.run.smithi005.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-07-12T15:41:20.759 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-07-12T15:41:20.759 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi005.front.sepia.ceph.com 2023-07-12T15:41:20.760 DEBUG:teuthology.orchestra.run.smithi005:> 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-07-12T15:41:20.782 INFO:teuthology.orchestra.run.smithi005.stderr:grep: /home/ubuntu/cephtest/archive/syslog/kern.log: No such file or directory 2023-07-12T15:41:20.785 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi107.front.sepia.ceph.com 2023-07-12T15:41:20.786 DEBUG:teuthology.orchestra.run.smithi107:> 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-07-12T15:41:20.810 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-07-12T15:41:20.810 DEBUG:teuthology.orchestra.run.smithi005:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-07-12T15:41:20.828 DEBUG:teuthology.orchestra.run.smithi107:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-07-12T15:41:20.846 INFO:teuthology.orchestra.run.smithi005.stderr:find: ‘/home/ubuntu/cephtest/archive/syslog’: No such file or directory 2023-07-12T15:41:20.907 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-07-12T15:41:20.907 DEBUG:teuthology.orchestra.run.smithi005:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-07-12T15:41:20.913 DEBUG:teuthology.orchestra.run.smithi107:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-07-12T15:41:20.926 INFO:teuthology.orchestra.run.smithi005.stderr:bash: /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz: No such file or directory 2023-07-12T15:41:20.941 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-07-12T15:41:20.943 ERROR:teuthology.run_tasks:Manager failed: internal.syslog Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/task/internal/syslog.py", line 76, in syslog yield File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/run_tasks.py", line 192, in run_tasks suppress = manager.__exit__(*exc_info) File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/task/__init__.py", line 136, in __exit__ self.teardown() File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/task/selinux.py", line 165, in teardown self.archive_log() File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/task/selinux.py", line 195, in archive_log self.cluster.run( File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi005 with status 1: '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' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/run_tasks.py", line 192, in run_tasks suppress = manager.__exit__(*exc_info) File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/task/internal/syslog.py", line 185, in syslog run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi005 with status 1: 'sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz' 2023-07-12T15:41:20.943 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-07-12T15:41:20.956 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-07-12T15:41:20.956 DEBUG:teuthology.orchestra.run.smithi005:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-07-12T15:41:21.011 INFO:teuthology.orchestra.run.smithi005.stderr:mv: cannot stat '/etc/sudoers.orig.teuthology': No such file or directory 2023-07-12T15:41:21.012 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-07-12T15:41:21.013 ERROR:teuthology.run_tasks:Manager failed: internal.sudo Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/task/internal/__init__.py", line 452, in sudo yield File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/run_tasks.py", line 192, in run_tasks suppress = manager.__exit__(*exc_info) File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/task/__init__.py", line 136, in __exit__ self.teardown() File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/task/selinux.py", line 165, in teardown self.archive_log() File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/task/selinux.py", line 195, in archive_log self.cluster.run( File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi005 with status 1: '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' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/run_tasks.py", line 192, in run_tasks suppress = manager.__exit__(*exc_info) File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/task/internal/__init__.py", line 455, in sudo ctx.cluster.run( File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi005 with status 1: 'sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers' 2023-07-12T15:41:21.013 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-07-12T15:41:21.025 DEBUG:teuthology.orchestra.run.smithi005:> 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-07-12T15:41:21.055 DEBUG:teuthology.orchestra.run.smithi107:> 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-07-12T15:41:21.083 INFO:teuthology.orchestra.run.smithi005.stdout:kernel.core_pattern = core 2023-07-12T15:41:21.083 INFO:teuthology.orchestra.run.smithi107.stdout:kernel.core_pattern = core 2023-07-12T15:41:21.093 INFO:teuthology.orchestra.run.smithi005.stderr:find: ‘/home/ubuntu/cephtest/archive/coredump’: No such file or directory 2023-07-12T15:41:21.095 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-07-12T15:41:21.096 INFO:teuthology.orchestra.run.smithi005.stderr:rmdir: failed to remove '/home/ubuntu/cephtest/archive/coredump': No such file or directory 2023-07-12T15:41:21.096 ERROR:teuthology.run_tasks:Manager failed: internal.coredump Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/task/internal/__init__.py", line 488, in coredump yield File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/run_tasks.py", line 192, in run_tasks suppress = manager.__exit__(*exc_info) File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/task/__init__.py", line 136, in __exit__ self.teardown() File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/task/selinux.py", line 165, in teardown self.archive_log() File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/task/selinux.py", line 195, in archive_log self.cluster.run( File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi005 with status 1: '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' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/run_tasks.py", line 192, in run_tasks suppress = manager.__exit__(*exc_info) File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/task/internal/__init__.py", line 491, in coredump run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi005 with status 1: "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-07-12T15:41:21.097 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-07-12T15:41:21.107 INFO:teuthology.task.internal:Transferring archived files... 2023-07-12T15:41:21.109 DEBUG:teuthology.misc:Transferring archived files from smithi005:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2023-07-12_13:54:22-orch:cephadm-wip-guits-testing-4-2023-07-12-0746-distro-default-smithi/7335292/remote/smithi005 2023-07-12T15:41:21.109 DEBUG:teuthology.orchestra.run.smithi005:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-07-12T15:41:21.163 INFO:teuthology.orchestra.run.smithi005.stderr:tar: /home/ubuntu/cephtest/archive: Cannot open: No such file or directory 2023-07-12T15:41:21.163 INFO:teuthology.orchestra.run.smithi005.stderr:tar: Error is not recoverable: exiting now 2023-07-12T15:41:21.164 ERROR:teuthology.run_tasks:Manager failed: internal.archive Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/task/internal/__init__.py", line 392, in archive yield File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/run_tasks.py", line 192, in run_tasks suppress = manager.__exit__(*exc_info) File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/task/__init__.py", line 136, in __exit__ self.teardown() File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/task/selinux.py", line 165, in teardown self.archive_log() File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/task/selinux.py", line 195, in archive_log self.cluster.run( File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi005 with status 1: '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' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.8/tarfile.py", line 2313, in next tarinfo = self.tarinfo.fromtarfile(self) File "/usr/lib/python3.8/tarfile.py", line 1103, in fromtarfile obj = cls.frombuf(buf, tarfile.encoding, tarfile.errors) File "/usr/lib/python3.8/tarfile.py", line 1039, in frombuf raise EmptyHeaderError("empty header") tarfile.EmptyHeaderError: empty header During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/run_tasks.py", line 192, in run_tasks suppress = manager.__exit__(*exc_info) File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/task/internal/__init__.py", line 418, in archive misc.pull_directory(rem, archive_dir, path, maybe_compress) File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/misc.py", line 749, in pull_directory tar = tarfile.open(mode='r|', fileobj=r.stdout) File "/usr/lib/python3.8/tarfile.py", line 1629, in open t = cls(name, filemode, stream, **kwargs) File "/usr/lib/python3.8/tarfile.py", line 1510, in __init__ self.firstmember = self.next() File "/usr/lib/python3.8/tarfile.py", line 2328, in next raise ReadError("empty file") tarfile.ReadError: empty file 2023-07-12T15:41:21.165 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-07-12T15:41:21.176 INFO:teuthology.task.internal:Not uploading archives. 2023-07-12T15:41:21.177 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-07-12T15:41:21.187 INFO:teuthology.task.internal:Tidying up after the test... 2023-07-12T15:41:21.187 DEBUG:teuthology.orchestra.run.smithi005:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-07-12T15:41:21.207 DEBUG:teuthology.orchestra.run.smithi107:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-07-12T15:41:21.223 INFO:teuthology.orchestra.run.smithi005.stdout: 525343 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jul 12 15:41 /home/ubuntu/cephtest 2023-07-12T15:41:21.225 INFO:teuthology.orchestra.run.smithi107.stdout: 393224 4 drwxr-xr-x 3 ubuntu ubuntu 4096 Jul 12 15:41 /home/ubuntu/cephtest 2023-07-12T15:41:21.225 INFO:teuthology.orchestra.run.smithi107.stdout: 393225 4 drwxr-xr-x 3 ubuntu ubuntu 4096 Jul 12 15:41 /home/ubuntu/cephtest/archive 2023-07-12T15:41:21.225 INFO:teuthology.orchestra.run.smithi107.stdout: 525343 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jul 12 15:41 /home/ubuntu/cephtest/archive/syslog 2023-07-12T15:41:21.226 INFO:teuthology.orchestra.run.smithi107.stdout: 525347 4 -rw-rw-rw- 1 ubuntu ubuntu 495 Jul 12 15:07 /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2023-07-12T15:41:21.226 INFO:teuthology.orchestra.run.smithi107.stdout: 525345 200 -rw-rw-r-- 1 ubuntu ubuntu 200990 Jul 12 15:41 /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-07-12T15:41:21.226 INFO:teuthology.orchestra.run.smithi107.stdout: 525344 228 -rw-rw-rw- 1 ubuntu ubuntu 230392 Jul 12 15:41 /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2023-07-12T15:41:21.226 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-07-12T15:41:21.227 INFO:teuthology.orchestra.run.smithi107.stderr:rmdir: failed to remove '/home/ubuntu/cephtest': Directory not empty 2023-07-12T15:41:21.227 ERROR:teuthology.run_tasks:Manager failed: internal.base Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/task/internal/__init__.py", line 48, in base yield File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/run_tasks.py", line 192, in run_tasks suppress = manager.__exit__(*exc_info) File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/task/__init__.py", line 136, in __exit__ self.teardown() File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/task/selinux.py", line 165, in teardown self.archive_log() File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/task/selinux.py", line 195, in archive_log self.cluster.run( File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi005 with status 1: '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' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/run_tasks.py", line 192, in run_tasks suppress = manager.__exit__(*exc_info) File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/task/internal/__init__.py", line 53, in base run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_b53f236c1077f1d295baafb9e0ca9a4b447019d7/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi107 with status 1: 'find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest' 2023-07-12T15:41:21.228 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-07-12T15:41:21.242 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-07-12T15:41:21.262 DEBUG:teuthology.run_tasks:Exception was not quenched, exiting: CommandFailedError: Command failed on smithi005 with status 1: '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-07-12T15:41:21.262 INFO:teuthology.nuke:Checking targets against current locks 2023-07-12T15:41:21.294 DEBUG:teuthology.nuke:shortname: smithi005 2023-07-12T15:41:21.295 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-07-12T15:41:21.322 DEBUG:teuthology.nuke:shortname: smithi107 2023-07-12T15:41:21.323 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-07-12T15:41:21.326 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi005.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-07-12_13:54:22-orch:cephadm-wip-guits-testing-4-2023-07-12-0746-distro-default-smithi/7335292', '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-07-12 14:46:15.028615', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHQVcn1QHANjDQjcu0TNHujZ7Ku+mjqkKO3W8DPQQFc2Bdi3EVXEJWl4poe6teAgo7SkfyvaOH3DRfVfDM02HQY='} 2023-07-12T15:41:21.350 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi107.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-07-12_13:54:22-orch:cephadm-wip-guits-testing-4-2023-07-12-0746-distro-default-smithi/7335292', '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-07-12 14:46:15.026591', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFdbA3gNe8QJHfYYO9iqN1ABle8FXyZWAePfkw4Rv1JI+jsqp25hFSg5V3aJ8erutFNWfed25yHPGmzFuetAbsE='} 2023-07-12T15:41:21.388 INFO:teuthology.orchestra.console:Power off smithi005 2023-07-12T15:41:21.389 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi005.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-07-12T15:41:21.434 INFO:teuthology.orchestra.console:Power off smithi107 2023-07-12T15:41:21.435 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi107.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-07-12T15:41:21.465 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi107.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-07-12T15:41:21.477 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi005.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-07-12T15:41:25.496 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi107.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-07-12T15:41:25.505 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi005.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-07-12T15:41:29.612 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi107.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-07-12T15:41:29.622 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi005.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-07-12T15:41:29.825 INFO:teuthology.orchestra.console:Power off for smithi107 completed 2023-07-12T15:41:29.835 INFO:teuthology.orchestra.console:Power off for smithi005 completed 2023-07-12T15:41:29.940 INFO:teuthology.run:Summary data: description: orch:cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/16.2.4 1-start 2-nfs 3-upgrade-with-workload 4-final} duration: 2419.218312740326 failure_reason: 'Command failed on smithi005 with status 1: ''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''' owner: scheduled_gabrioux@teuthology status: fail success: false 2023-07-12T15:41:29.941 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-07-12T15:41:30.030 INFO:teuthology.run:FAIL