2024-02-10T07:45:13.950 INFO:root:teuthology version: 0.0.1.dev256+gd9fdb22 2024-02-10T07:45:13.950 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555275 --owner scheduled_yuriw@teuthology --description rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.4 1-start 2-nfs 3-upgrade-with-workload 4-final} --verbose -- /home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555275/orig.config.yaml 2024-02-10T07:45:13.988 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-10T07:45:14.066 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555275 branch: wip-yuri10-testing-2024-02-08-0854-pacific description: rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.4 1-start 2-nfs 3-upgrade-with-workload 4-final} email: null first_in_suite: false job_id: '7555275' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-yuri10-testing-2024-02-08-0854-pacific ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-tracker-64343-pacific sha1: 57bd6abdec7bb457ae7999d9c96682e9ac678e27 owner: scheduled_yuriw@teuthology priority: 71 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - - host.b - osd.4 - osd.5 - osd.6 - osd.7 seed: 964 sha1: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-tracker-64343-pacific suite_path: /home/teuthworker/src/github.com_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/qa suite_relpath: qa suite_repo: https://github.com/ljflores/ceph.git suite_sha1: 57bd6abdec7bb457ae7999d9c96682e9ac678e27 targets: smithi138.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMusFGbKkM1kk2YxOLKCTlQbwOTBV4m3I8MayLUkLXrhUx4UKGqAUtZV7qz/EkCIouKuEsJZzKeyu3hV86RhCww= smithi190.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKzUP4DTih9sDRBPIDRF3dQjg8ybZ4hQfEh3Jwt9zwKHzrO5abbwiQuNiHyVCH31ISc6spWsz1d1vIY4jbMXeWE= 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: docker.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 5 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: d9fdb2209e15b39d9f061fd85399f352ce0f0894 timestamp: 2024-02-09_21:34:44 tube: smithi upgrade-tasks: sequential: - cephadm.shell: env: - sha1 host.a: - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph config set global log_to_journald false --force - ceph mgr module enable nfs --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - cephadm.shell: env: - sha1 host.a: - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done - ceph orch ps - ceph versions - echo "wait for servicemap items w/ changing names to refresh" - sleep 60 - ceph orch ps - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - cephadm.wait_for_service: service: nfs.foo user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 workload-tasks: sequential: - exec: host.a: - cd /mnt/foo && dbench 5 -t 600 || true - umount /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done - cd /mnt/foo && dbench 5 -t 5 2024-02-10T07:45:14.066 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/qa; will attempt to use it 2024-02-10T07:45:14.067 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/qa/tasks 2024-02-10T07:45:14.067 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-02-10T07:45:14.068 INFO:teuthology.task.internal:Checking packages... 2024-02-10T07:45:14.093 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '0e714d9a4bd2a821113e6318adb87bd06cf81ec1' 2024-02-10T07:45:14.093 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-02-10T07:45:14.093 INFO:teuthology.packaging:ref: None 2024-02-10T07:45:14.093 INFO:teuthology.packaging:tag: None 2024-02-10T07:45:14.093 INFO:teuthology.packaging:branch: wip-yuri10-testing-2024-02-08-0854-pacific 2024-02-10T07:45:14.093 INFO:teuthology.packaging:sha1: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-10T07:45:14.093 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri10-testing-2024-02-08-0854-pacific 2024-02-10T07:45:14.260 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-521.g0e714d9a 2024-02-10T07:45:14.261 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-02-10T07:45:14.267 INFO:teuthology.task.internal:no buildpackages task found 2024-02-10T07:45:14.267 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-02-10T07:45:14.272 INFO:teuthology.task.internal:Saving configuration 2024-02-10T07:45:14.286 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-02-10T07:45:14.290 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-10T07:45:14.312 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi138.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555275', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-10 07:39:27.150571', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMusFGbKkM1kk2YxOLKCTlQbwOTBV4m3I8MayLUkLXrhUx4UKGqAUtZV7qz/EkCIouKuEsJZzKeyu3hV86RhCww='} 2024-02-10T07:45:14.332 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi190.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555275', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-10 07:39:27.149044', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKzUP4DTih9sDRBPIDRF3dQjg8ybZ4hQfEh3Jwt9zwKHzrO5abbwiQuNiHyVCH31ISc6spWsz1d1vIY4jbMXeWE='} 2024-02-10T07:45:14.332 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-02-10T07:45:14.338 INFO:teuthology.task.internal:roles: ubuntu@smithi138.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2024-02-10T07:45:14.338 INFO:teuthology.task.internal:roles: ubuntu@smithi190.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2024-02-10T07:45:14.338 INFO:teuthology.run_tasks:Running task console_log... 2024-02-10T07:45:14.408 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fdbab74eee0>, signals=[15]) 2024-02-10T07:45:14.409 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-10T07:45:14.415 INFO:teuthology.task.internal:Opening connections... 2024-02-10T07:45:14.416 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi138.front.sepia.ceph.com 2024-02-10T07:45:14.418 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T07:45:14.492 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi190.front.sepia.ceph.com 2024-02-10T07:45:14.493 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T07:45:14.564 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-10T07:45:14.571 DEBUG:teuthology.orchestra.run.smithi138:> uname -m 2024-02-10T07:45:14.593 INFO:teuthology.orchestra.run.smithi138.stdout:x86_64 2024-02-10T07:45:14.594 DEBUG:teuthology.orchestra.run.smithi138:> cat /etc/os-release 2024-02-10T07:45:14.655 INFO:teuthology.orchestra.run.smithi138.stdout:NAME="CentOS Stream" 2024-02-10T07:45:14.655 INFO:teuthology.orchestra.run.smithi138.stdout:VERSION="8" 2024-02-10T07:45:14.655 INFO:teuthology.orchestra.run.smithi138.stdout:ID="centos" 2024-02-10T07:45:14.655 INFO:teuthology.orchestra.run.smithi138.stdout:ID_LIKE="rhel fedora" 2024-02-10T07:45:14.655 INFO:teuthology.orchestra.run.smithi138.stdout:VERSION_ID="8" 2024-02-10T07:45:14.655 INFO:teuthology.orchestra.run.smithi138.stdout:PLATFORM_ID="platform:el8" 2024-02-10T07:45:14.655 INFO:teuthology.orchestra.run.smithi138.stdout:PRETTY_NAME="CentOS Stream 8" 2024-02-10T07:45:14.656 INFO:teuthology.orchestra.run.smithi138.stdout:ANSI_COLOR="0;31" 2024-02-10T07:45:14.656 INFO:teuthology.orchestra.run.smithi138.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-02-10T07:45:14.656 INFO:teuthology.orchestra.run.smithi138.stdout:HOME_URL="https://centos.org/" 2024-02-10T07:45:14.656 INFO:teuthology.orchestra.run.smithi138.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-10T07:45:14.656 INFO:teuthology.orchestra.run.smithi138.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-10T07:45:14.656 INFO:teuthology.orchestra.run.smithi138.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-10T07:45:14.657 INFO:teuthology.lock.ops:Updating smithi138.front.sepia.ceph.com on lock server 2024-02-10T07:45:14.786 DEBUG:teuthology.orchestra.run.smithi190:> uname -m 2024-02-10T07:45:14.808 INFO:teuthology.orchestra.run.smithi190.stdout:x86_64 2024-02-10T07:45:14.808 DEBUG:teuthology.orchestra.run.smithi190:> cat /etc/os-release 2024-02-10T07:45:14.868 INFO:teuthology.orchestra.run.smithi190.stdout:NAME="CentOS Stream" 2024-02-10T07:45:14.869 INFO:teuthology.orchestra.run.smithi190.stdout:VERSION="8" 2024-02-10T07:45:14.869 INFO:teuthology.orchestra.run.smithi190.stdout:ID="centos" 2024-02-10T07:45:14.869 INFO:teuthology.orchestra.run.smithi190.stdout:ID_LIKE="rhel fedora" 2024-02-10T07:45:14.869 INFO:teuthology.orchestra.run.smithi190.stdout:VERSION_ID="8" 2024-02-10T07:45:14.869 INFO:teuthology.orchestra.run.smithi190.stdout:PLATFORM_ID="platform:el8" 2024-02-10T07:45:14.869 INFO:teuthology.orchestra.run.smithi190.stdout:PRETTY_NAME="CentOS Stream 8" 2024-02-10T07:45:14.869 INFO:teuthology.orchestra.run.smithi190.stdout:ANSI_COLOR="0;31" 2024-02-10T07:45:14.869 INFO:teuthology.orchestra.run.smithi190.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-02-10T07:45:14.869 INFO:teuthology.orchestra.run.smithi190.stdout:HOME_URL="https://centos.org/" 2024-02-10T07:45:14.869 INFO:teuthology.orchestra.run.smithi190.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-10T07:45:14.869 INFO:teuthology.orchestra.run.smithi190.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-10T07:45:14.869 INFO:teuthology.orchestra.run.smithi190.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-10T07:45:14.870 INFO:teuthology.lock.ops:Updating smithi190.front.sepia.ceph.com on lock server 2024-02-10T07:45:14.893 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-10T07:45:14.901 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-10T07:45:14.914 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-10T07:45:14.914 DEBUG:teuthology.orchestra.run.smithi138:> test '!' -e /home/ubuntu/cephtest 2024-02-10T07:45:14.916 DEBUG:teuthology.orchestra.run.smithi190:> test '!' -e /home/ubuntu/cephtest 2024-02-10T07:45:14.936 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-10T07:45:14.941 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-10T07:45:14.941 DEBUG:teuthology.orchestra.run.smithi138:> test -z $(ls -A /var/lib/ceph) 2024-02-10T07:45:14.977 DEBUG:teuthology.orchestra.run.smithi190:> test -z $(ls -A /var/lib/ceph) 2024-02-10T07:45:15.017 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-10T07:45:15.074 INFO:teuthology.run_tasks:Running task kernel... 2024-02-10T07:45:15.087 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-10T07:45:15.087 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-02-10T07:45:15.088 DEBUG:teuthology.orchestra.run.smithi138:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-10T07:45:15.088 DEBUG:teuthology.orchestra.run.smithi190:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-10T07:45:15.106 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T07:45:15.107 DEBUG:teuthology.orchestra.run.smithi190:> uname -r 2024-02-10T07:45:15.109 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T07:45:15.109 DEBUG:teuthology.orchestra.run.smithi138:> uname -r 2024-02-10T07:45:15.167 INFO:teuthology.orchestra.run.smithi190.stdout:4.18.0-489.el8.x86_64 2024-02-10T07:45:15.167 INFO:teuthology.task.kernel:Running kernel on smithi190: 4.18.0-489.el8.x86_64 2024-02-10T07:45:15.167 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum install -y kernel 2024-02-10T07:45:15.171 INFO:teuthology.orchestra.run.smithi138.stdout:4.18.0-489.el8.x86_64 2024-02-10T07:45:15.171 INFO:teuthology.task.kernel:Running kernel on smithi138: 4.18.0-489.el8.x86_64 2024-02-10T07:45:15.171 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum install -y kernel 2024-02-10T07:45:19.417 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 8 - AppStream 18 MB/s | 27 MB 00:01 2024-02-10T07:45:19.421 INFO:teuthology.orchestra.run.smithi190.stdout:CentOS Stream 8 - AppStream 16 MB/s | 27 MB 00:01 2024-02-10T07:48:18.670 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 8 - BaseOS 60 kB/s | 10 MB 02:54 2024-02-10T07:48:20.569 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 8 - Extras 63 kB/s | 18 kB 00:00 2024-02-10T07:48:20.854 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 8 - Extras common packages 39 kB/s | 6.9 kB 00:00 2024-02-10T07:48:21.122 INFO:teuthology.orchestra.run.smithi138.stdout:Copr repo for python3-asyncssh owned by ceph 19 kB/s | 3.5 kB 00:00 2024-02-10T07:48:22.789 INFO:teuthology.orchestra.run.smithi138.stdout:Extra Packages for Enterprise Linux 10 MB/s | 16 MB 00:01 2024-02-10T07:48:26.581 INFO:teuthology.orchestra.run.smithi138.stdout:lab-extras 400 kB/s | 24 kB 00:00 2024-02-10T07:48:29.579 INFO:teuthology.orchestra.run.smithi138.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-02-10T07:48:29.579 INFO:teuthology.orchestra.run.smithi138.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-02-10T07:48:29.688 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-02-10T07:48:29.689 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-02-10T07:48:29.689 INFO:teuthology.orchestra.run.smithi138.stdout: Package Architecture Version Repository Size 2024-02-10T07:48:29.689 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-02-10T07:48:29.689 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-02-10T07:48:29.690 INFO:teuthology.orchestra.run.smithi138.stdout: kernel x86_64 4.18.0-536.el8 baseos 10 M 2024-02-10T07:48:29.690 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2024-02-10T07:48:29.690 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-core x86_64 4.18.0-536.el8 baseos 44 M 2024-02-10T07:48:29.690 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-modules x86_64 4.18.0-536.el8 baseos 36 M 2024-02-10T07:48:29.690 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-02-10T07:48:29.690 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-02-10T07:48:29.690 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-02-10T07:48:29.690 INFO:teuthology.orchestra.run.smithi138.stdout:Install 3 Packages 2024-02-10T07:48:29.690 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-02-10T07:48:29.691 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 90 M 2024-02-10T07:48:29.691 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 96 M 2024-02-10T07:48:29.691 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-02-10T07:48:38.604 INFO:teuthology.orchestra.run.smithi190.stdout:CentOS Stream 8 - BaseOS 54 kB/s | 10 MB 03:14 2024-02-10T07:48:40.346 INFO:teuthology.orchestra.run.smithi190.stdout:CentOS Stream 8 - Extras 130 kB/s | 18 kB 00:00 2024-02-10T07:48:40.788 INFO:teuthology.orchestra.run.smithi190.stdout:CentOS Stream 8 - Extras common packages 21 kB/s | 6.9 kB 00:00 2024-02-10T07:48:41.031 INFO:teuthology.orchestra.run.smithi190.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2024-02-10T07:48:42.226 INFO:teuthology.orchestra.run.smithi190.stdout:Extra Packages for Enterprise Linux 15 MB/s | 16 MB 00:01 2024-02-10T07:48:46.007 INFO:teuthology.orchestra.run.smithi190.stdout:lab-extras 411 kB/s | 24 kB 00:00 2024-02-10T07:48:48.970 INFO:teuthology.orchestra.run.smithi190.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-02-10T07:48:48.970 INFO:teuthology.orchestra.run.smithi190.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-02-10T07:48:49.070 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2024-02-10T07:48:49.071 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-02-10T07:48:49.071 INFO:teuthology.orchestra.run.smithi190.stdout: Package Architecture Version Repository Size 2024-02-10T07:48:49.071 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-02-10T07:48:49.071 INFO:teuthology.orchestra.run.smithi190.stdout:Installing: 2024-02-10T07:48:49.072 INFO:teuthology.orchestra.run.smithi190.stdout: kernel x86_64 4.18.0-536.el8 baseos 10 M 2024-02-10T07:48:49.072 INFO:teuthology.orchestra.run.smithi190.stdout:Installing dependencies: 2024-02-10T07:48:49.072 INFO:teuthology.orchestra.run.smithi190.stdout: kernel-core x86_64 4.18.0-536.el8 baseos 44 M 2024-02-10T07:48:49.072 INFO:teuthology.orchestra.run.smithi190.stdout: kernel-modules x86_64 4.18.0-536.el8 baseos 36 M 2024-02-10T07:48:49.072 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-02-10T07:48:49.072 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2024-02-10T07:48:49.072 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-02-10T07:48:49.072 INFO:teuthology.orchestra.run.smithi190.stdout:Install 3 Packages 2024-02-10T07:48:49.072 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-02-10T07:48:49.073 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 90 M 2024-02-10T07:48:49.073 INFO:teuthology.orchestra.run.smithi190.stdout:Installed size: 96 M 2024-02-10T07:48:49.073 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2024-02-10T07:55:04.371 INFO:teuthology.orchestra.run.smithi138.stdout:(1/3): kernel-4.18.0-536.el8.x86_64.rpm 27 kB/s | 10 MB 06:34 2024-02-10T07:55:28.279 INFO:teuthology.orchestra.run.smithi190.stdout:(1/3): kernel-4.18.0-536.el8.x86_64.rpm 26 kB/s | 10 MB 06:39 2024-02-10T08:10:03.002 INFO:teuthology.orchestra.run.smithi138.stdout:(2/3): kernel-modules-4.18.0-536.el8.x86_64.rpm 29 kB/s | 36 MB 21:33 2024-02-10T08:11:01.729 INFO:teuthology.orchestra.run.smithi190.stdout:(2/3): kernel-modules-4.18.0-536.el8.x86_64.rpm 28 kB/s | 36 MB 22:12 2024-02-10T08:14:29.059 INFO:teuthology.orchestra.run.smithi190.stdout:(3/3): kernel-core-4.18.0-536.el8.x86_64.rpm 29 kB/s | 44 MB 25:39 2024-02-10T08:14:29.059 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2024-02-10T08:14:29.059 INFO:teuthology.orchestra.run.smithi190.stdout:Total 60 kB/s | 90 MB 25:39 2024-02-10T08:14:29.734 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2024-02-10T08:14:30.184 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2024-02-10T08:14:30.184 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2024-02-10T08:14:31.439 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2024-02-10T08:14:31.474 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2024-02-10T08:14:34.286 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2024-02-10T08:14:34.861 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : kernel-core-4.18.0-536.el8.x86_64 1/3 2024-02-10T08:14:38.449 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 1/3 2024-02-10T08:14:38.844 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-02-10T08:14:42.288 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-02-10T08:14:42.585 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : kernel-4.18.0-536.el8.x86_64 3/3 2024-02-10T08:14:59.294 INFO:teuthology.orchestra.run.smithi138.stdout:(3/3): kernel-core-4.18.0-536.el8.x86_64.rpm 28 kB/s | 44 MB 26:29 2024-02-10T08:14:59.294 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-02-10T08:14:59.294 INFO:teuthology.orchestra.run.smithi138.stdout:Total 58 kB/s | 90 MB 26:29 2024-02-10T08:14:59.972 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-02-10T08:15:00.425 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-02-10T08:15:00.425 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-02-10T08:15:01.682 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-02-10T08:15:01.721 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-02-10T08:15:04.522 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-02-10T08:15:04.556 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 3/3 2024-02-10T08:15:04.579 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-02-10T08:15:04.967 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: kernel-4.18.0-536.el8.x86_64 3/3 2024-02-10T08:15:04.967 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : kernel-4.18.0-536.el8.x86_64 1/3 2024-02-10T08:15:04.967 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : kernel-core-4.18.0-536.el8.x86_64 2/3 2024-02-10T08:15:05.077 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : kernel-core-4.18.0-536.el8.x86_64 1/3 2024-02-10T08:15:05.463 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-02-10T08:15:05.464 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-02-10T08:15:05.464 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2024-02-10T08:15:05.464 INFO:teuthology.orchestra.run.smithi190.stdout: kernel-4.18.0-536.el8.x86_64 kernel-core-4.18.0-536.el8.x86_64 2024-02-10T08:15:05.464 INFO:teuthology.orchestra.run.smithi190.stdout: kernel-modules-4.18.0-536.el8.x86_64 2024-02-10T08:15:05.464 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-02-10T08:15:05.464 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2024-02-10T08:15:05.645 DEBUG:teuthology.orchestra.run.smithi190:> rpm -q kernel | sort -rV | head -n 1 2024-02-10T08:15:05.864 INFO:teuthology.orchestra.run.smithi190.stdout:kernel-4.18.0-536.el8.x86_64 2024-02-10T08:15:05.865 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-02-10T08:15:05.865 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-536.el8.x86_64 2024-02-10T08:15:05.865 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-10T08:15:05.865 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-10T08:15:05.865 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-02-10T08:15:05.865 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi190.front.sepia.ceph.com, path=None, version=distro) 2024-02-10T08:15:05.866 DEBUG:teuthology.orchestra.run.smithi190:> rpm -q kernel | sort -rV | head -n 1 2024-02-10T08:15:06.077 INFO:teuthology.orchestra.run.smithi190.stdout:kernel-4.18.0-536.el8.x86_64 2024-02-10T08:15:06.078 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-02-10T08:15:06.078 DEBUG:teuthology.orchestra.run.smithi190:> sudo rpm -qi grub2-tools 2024-02-10T08:15:06.112 INFO:teuthology.orchestra.run.smithi190.stdout:Name : grub2-tools 2024-02-10T08:15:06.112 INFO:teuthology.orchestra.run.smithi190.stdout:Epoch : 1 2024-02-10T08:15:06.112 INFO:teuthology.orchestra.run.smithi190.stdout:Version : 2.02 2024-02-10T08:15:06.112 INFO:teuthology.orchestra.run.smithi190.stdout:Release : 129.el8 2024-02-10T08:15:06.112 INFO:teuthology.orchestra.run.smithi190.stdout:Architecture: x86_64 2024-02-10T08:15:06.112 INFO:teuthology.orchestra.run.smithi190.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-02-10T08:15:06.112 INFO:teuthology.orchestra.run.smithi190.stdout:Group : System Environment/Base 2024-02-10T08:15:06.112 INFO:teuthology.orchestra.run.smithi190.stdout:Size : 9265586 2024-02-10T08:15:06.112 INFO:teuthology.orchestra.run.smithi190.stdout:License : GPLv3+ 2024-02-10T08:15:06.112 INFO:teuthology.orchestra.run.smithi190.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-02-10T08:15:06.112 INFO:teuthology.orchestra.run.smithi190.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-02-10T08:15:06.112 INFO:teuthology.orchestra.run.smithi190.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-02-10T08:15:06.113 INFO:teuthology.orchestra.run.smithi190.stdout:Build Host : kbuilder.bsys.centos.org 2024-02-10T08:15:06.113 INFO:teuthology.orchestra.run.smithi190.stdout:Relocations : (not relocatable) 2024-02-10T08:15:06.113 INFO:teuthology.orchestra.run.smithi190.stdout:Packager : CentOS BuildSystem 2024-02-10T08:15:06.113 INFO:teuthology.orchestra.run.smithi190.stdout:Vendor : CentOS 2024-02-10T08:15:06.113 INFO:teuthology.orchestra.run.smithi190.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-10T08:15:06.113 INFO:teuthology.orchestra.run.smithi190.stdout:Summary : Support tools for GRUB. 2024-02-10T08:15:06.113 INFO:teuthology.orchestra.run.smithi190.stdout:Description : 2024-02-10T08:15:06.113 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-02-10T08:15:06.113 INFO:teuthology.orchestra.run.smithi190.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-10T08:15:06.113 INFO:teuthology.orchestra.run.smithi190.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-10T08:15:06.113 INFO:teuthology.orchestra.run.smithi190.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-10T08:15:06.113 INFO:teuthology.orchestra.run.smithi190.stdout:hardware devices. 2024-02-10T08:15:06.113 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-02-10T08:15:06.113 INFO:teuthology.orchestra.run.smithi190.stdout:This subpackage provides tools for support of all platforms. 2024-02-10T08:15:06.114 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-10T08:15:06.114 INFO:teuthology.task.kernel:Updating grub on smithi190 to boot 4.18.0-536.el8.x86_64 2024-02-10T08:15:06.115 DEBUG:teuthology.orchestra.run.smithi190:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-10T08:15:07.875 INFO:teuthology.orchestra.run.smithi190.stderr:Generating grub configuration file ... 2024-02-10T08:15:08.697 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 1/3 2024-02-10T08:15:09.110 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-02-10T08:15:09.787 INFO:teuthology.orchestra.run.smithi190.stderr:done 2024-02-10T08:15:09.789 DEBUG:teuthology.orchestra.run.smithi190:> mktemp 2024-02-10T08:15:09.823 INFO:teuthology.orchestra.run.smithi190.stdout:/tmp/tmp.EkuCfKkEjA 2024-02-10T08:15:09.823 DEBUG:teuthology.orchestra.run.smithi190:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.EkuCfKkEjA 2024-02-10T08:15:09.937 DEBUG:teuthology.orchestra.run.smithi190:> sudo chmod 0666 /tmp/tmp.EkuCfKkEjA 2024-02-10T08:15:10.056 DEBUG:teuthology.orchestra.remote:smithi190:/tmp/tmp.EkuCfKkEjA is 6KB 2024-02-10T08:15:10.104 DEBUG:teuthology.orchestra.run.smithi190:> rm -fr /tmp/tmp.EkuCfKkEjA 2024-02-10T08:15:10.122 DEBUG:teuthology.orchestra.run.smithi190:> sudo /bin/ls /boot/loader/entries || true 2024-02-10T08:15:10.190 INFO:teuthology.orchestra.run.smithi190.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-02-10T08:15:10.190 INFO:teuthology.orchestra.run.smithi190.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-02-10T08:15:10.190 INFO:teuthology.orchestra.run.smithi190.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-02-10T08:15:10.190 INFO:teuthology.orchestra.run.smithi190.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64.conf 2024-02-10T08:15:10.191 DEBUG:teuthology.orchestra.run.smithi190:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64 2024-02-10T08:15:10.399 DEBUG:teuthology.orchestra.run.smithi190:> sudo shutdown -r now 2024-02-10T08:15:12.545 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-02-10T08:15:12.857 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : kernel-4.18.0-536.el8.x86_64 3/3 2024-02-10T08:15:35.034 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 3/3 2024-02-10T08:15:35.056 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-02-10T08:15:35.446 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-4.18.0-536.el8.x86_64 3/3 2024-02-10T08:15:35.446 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : kernel-4.18.0-536.el8.x86_64 1/3 2024-02-10T08:15:35.446 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : kernel-core-4.18.0-536.el8.x86_64 2/3 2024-02-10T08:15:35.941 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-02-10T08:15:35.941 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-02-10T08:15:35.941 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-02-10T08:15:35.941 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-4.18.0-536.el8.x86_64 kernel-core-4.18.0-536.el8.x86_64 2024-02-10T08:15:35.941 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-modules-4.18.0-536.el8.x86_64 2024-02-10T08:15:35.942 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-02-10T08:15:35.942 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-02-10T08:15:36.115 DEBUG:teuthology.orchestra.run.smithi138:> rpm -q kernel | sort -rV | head -n 1 2024-02-10T08:15:36.335 INFO:teuthology.orchestra.run.smithi138.stdout:kernel-4.18.0-536.el8.x86_64 2024-02-10T08:15:36.335 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-02-10T08:15:36.336 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-536.el8.x86_64 2024-02-10T08:15:36.336 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-10T08:15:36.336 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-10T08:15:36.336 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-02-10T08:15:36.336 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi138.front.sepia.ceph.com, path=None, version=distro) 2024-02-10T08:15:36.336 DEBUG:teuthology.orchestra.run.smithi138:> rpm -q kernel | sort -rV | head -n 1 2024-02-10T08:15:36.546 INFO:teuthology.orchestra.run.smithi138.stdout:kernel-4.18.0-536.el8.x86_64 2024-02-10T08:15:36.546 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-02-10T08:15:36.546 DEBUG:teuthology.orchestra.run.smithi138:> sudo rpm -qi grub2-tools 2024-02-10T08:15:36.580 INFO:teuthology.orchestra.run.smithi138.stdout:Name : grub2-tools 2024-02-10T08:15:36.580 INFO:teuthology.orchestra.run.smithi138.stdout:Epoch : 1 2024-02-10T08:15:36.580 INFO:teuthology.orchestra.run.smithi138.stdout:Version : 2.02 2024-02-10T08:15:36.580 INFO:teuthology.orchestra.run.smithi138.stdout:Release : 129.el8 2024-02-10T08:15:36.580 INFO:teuthology.orchestra.run.smithi138.stdout:Architecture: x86_64 2024-02-10T08:15:36.580 INFO:teuthology.orchestra.run.smithi138.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-02-10T08:15:36.580 INFO:teuthology.orchestra.run.smithi138.stdout:Group : System Environment/Base 2024-02-10T08:15:36.580 INFO:teuthology.orchestra.run.smithi138.stdout:Size : 9265586 2024-02-10T08:15:36.581 INFO:teuthology.orchestra.run.smithi138.stdout:License : GPLv3+ 2024-02-10T08:15:36.581 INFO:teuthology.orchestra.run.smithi138.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-02-10T08:15:36.581 INFO:teuthology.orchestra.run.smithi138.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-02-10T08:15:36.581 INFO:teuthology.orchestra.run.smithi138.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-02-10T08:15:36.581 INFO:teuthology.orchestra.run.smithi138.stdout:Build Host : kbuilder.bsys.centos.org 2024-02-10T08:15:36.581 INFO:teuthology.orchestra.run.smithi138.stdout:Relocations : (not relocatable) 2024-02-10T08:15:36.581 INFO:teuthology.orchestra.run.smithi138.stdout:Packager : CentOS BuildSystem 2024-02-10T08:15:36.581 INFO:teuthology.orchestra.run.smithi138.stdout:Vendor : CentOS 2024-02-10T08:15:36.581 INFO:teuthology.orchestra.run.smithi138.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-10T08:15:36.581 INFO:teuthology.orchestra.run.smithi138.stdout:Summary : Support tools for GRUB. 2024-02-10T08:15:36.581 INFO:teuthology.orchestra.run.smithi138.stdout:Description : 2024-02-10T08:15:36.581 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-02-10T08:15:36.581 INFO:teuthology.orchestra.run.smithi138.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-10T08:15:36.581 INFO:teuthology.orchestra.run.smithi138.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-10T08:15:36.581 INFO:teuthology.orchestra.run.smithi138.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-10T08:15:36.582 INFO:teuthology.orchestra.run.smithi138.stdout:hardware devices. 2024-02-10T08:15:36.582 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-02-10T08:15:36.582 INFO:teuthology.orchestra.run.smithi138.stdout:This subpackage provides tools for support of all platforms. 2024-02-10T08:15:36.583 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-10T08:15:36.583 INFO:teuthology.task.kernel:Updating grub on smithi138 to boot 4.18.0-536.el8.x86_64 2024-02-10T08:15:36.583 DEBUG:teuthology.orchestra.run.smithi138:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-10T08:15:38.411 INFO:teuthology.orchestra.run.smithi138.stderr:Generating grub configuration file ... 2024-02-10T08:15:40.402 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-02-10T08:15:40.403 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi190.front.sepia.ceph.com' 2024-02-10T08:15:40.403 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T08:15:40.811 INFO:teuthology.orchestra.run.smithi138.stderr:done 2024-02-10T08:15:40.813 DEBUG:teuthology.orchestra.run.smithi138:> mktemp 2024-02-10T08:15:40.837 INFO:teuthology.orchestra.run.smithi138.stdout:/tmp/tmp.A0Ez5RN0hU 2024-02-10T08:15:40.838 DEBUG:teuthology.orchestra.run.smithi138:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.A0Ez5RN0hU 2024-02-10T08:15:40.910 DEBUG:teuthology.orchestra.run.smithi138:> sudo chmod 0666 /tmp/tmp.A0Ez5RN0hU 2024-02-10T08:15:41.091 DEBUG:teuthology.orchestra.remote:smithi138:/tmp/tmp.A0Ez5RN0hU is 6KB 2024-02-10T08:15:41.139 DEBUG:teuthology.orchestra.run.smithi138:> rm -fr /tmp/tmp.A0Ez5RN0hU 2024-02-10T08:15:41.156 DEBUG:teuthology.orchestra.run.smithi138:> sudo /bin/ls /boot/loader/entries || true 2024-02-10T08:15:41.232 INFO:teuthology.orchestra.run.smithi138.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-02-10T08:15:41.232 INFO:teuthology.orchestra.run.smithi138.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-02-10T08:15:41.232 INFO:teuthology.orchestra.run.smithi138.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-02-10T08:15:41.232 INFO:teuthology.orchestra.run.smithi138.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64.conf 2024-02-10T08:15:41.233 DEBUG:teuthology.orchestra.run.smithi138:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64 2024-02-10T08:15:41.453 DEBUG:teuthology.orchestra.run.smithi138:> sudo shutdown -r now 2024-02-10T08:16:11.463 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-02-10T08:16:11.464 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi138.front.sepia.ceph.com' 2024-02-10T08:16:11.464 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T08:16:40.432 DEBUG:teuthology.orchestra.remote:timed out 2024-02-10T08:16:46.140 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.138 2024-02-10T08:16:49.437 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi190.front.sepia.ceph.com' 2024-02-10T08:16:49.438 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T08:16:52.860 DEBUG:teuthology.orchestra.run.smithi190:> true 2024-02-10T08:16:53.111 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi190.front.sepia.ceph.com' 2024-02-10T08:16:53.112 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-536.el8.x86_64"... 2024-02-10T08:16:53.112 DEBUG:teuthology.orchestra.run.smithi190:> uname -r 2024-02-10T08:16:53.129 INFO:teuthology.orchestra.run.smithi190.stdout:4.18.0-536.el8.x86_64 2024-02-10T08:16:53.129 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-536.el8.x86_64 vs 4.18.0-536.el8.x86_64 2024-02-10T08:16:53.130 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-10T08:16:53.130 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-10T08:16:54.131 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-02-10T08:16:54.131 DEBUG:teuthology.orchestra.run.smithi190:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-10T08:16:54.192 INFO:teuthology.orchestra.run.smithi190.stdout:ttyS1 2024-02-10T08:16:54.205 DEBUG:teuthology.parallel:result is None 2024-02-10T08:16:55.141 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi138.front.sepia.ceph.com' 2024-02-10T08:16:55.142 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T08:17:13.532 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.138 2024-02-10T08:17:25.533 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi138.front.sepia.ceph.com' 2024-02-10T08:17:25.534 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T08:17:25.835 DEBUG:teuthology.orchestra.run.smithi138:> true 2024-02-10T08:17:26.086 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi138.front.sepia.ceph.com' 2024-02-10T08:17:26.087 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-536.el8.x86_64"... 2024-02-10T08:17:26.087 DEBUG:teuthology.orchestra.run.smithi138:> uname -r 2024-02-10T08:17:26.104 INFO:teuthology.orchestra.run.smithi138.stdout:4.18.0-536.el8.x86_64 2024-02-10T08:17:26.104 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-536.el8.x86_64 vs 4.18.0-536.el8.x86_64 2024-02-10T08:17:26.104 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-10T08:17:26.104 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-10T08:17:27.105 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-02-10T08:17:27.106 DEBUG:teuthology.orchestra.run.smithi138:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-10T08:17:27.191 INFO:teuthology.orchestra.run.smithi138.stdout:ttyS1 2024-02-10T08:17:27.210 DEBUG:teuthology.parallel:result is None 2024-02-10T08:17:27.210 INFO:teuthology.run_tasks:Running task internal.base... 2024-02-10T08:17:27.218 INFO:teuthology.task.internal:Creating test directory... 2024-02-10T08:17:27.218 DEBUG:teuthology.orchestra.run.smithi138:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-10T08:17:27.220 DEBUG:teuthology.orchestra.run.smithi190:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-10T08:17:27.247 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-02-10T08:17:27.287 INFO:teuthology.run_tasks:Running task internal.archive... 2024-02-10T08:17:27.359 INFO:teuthology.task.internal:Creating archive directory... 2024-02-10T08:17:27.359 DEBUG:teuthology.orchestra.run.smithi138:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-10T08:17:27.362 DEBUG:teuthology.orchestra.run.smithi190:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-10T08:17:27.413 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-02-10T08:17:27.436 INFO:teuthology.task.internal:Enabling coredump saving... 2024-02-10T08:17:27.436 DEBUG:teuthology.orchestra.run.smithi138:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-10T08:17:27.438 DEBUG:teuthology.orchestra.run.smithi190:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-10T08:17:27.464 INFO:teuthology.orchestra.run.smithi138.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T08:17:27.474 INFO:teuthology.orchestra.run.smithi138.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T08:17:27.483 INFO:teuthology.orchestra.run.smithi190.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T08:17:27.494 INFO:teuthology.orchestra.run.smithi190.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T08:17:27.496 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-02-10T08:17:27.502 INFO:teuthology.task.internal:Configuring sudo... 2024-02-10T08:17:27.502 DEBUG:teuthology.orchestra.run.smithi138:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-10T08:17:27.517 DEBUG:teuthology.orchestra.run.smithi190:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-10T08:17:27.547 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-02-10T08:17:27.556 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-02-10T08:17:27.556 DEBUG:teuthology.orchestra.run.smithi138:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-10T08:17:27.585 DEBUG:teuthology.orchestra.run.smithi190:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-10T08:17:27.607 DEBUG:teuthology.orchestra.run.smithi138:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-10T08:17:27.687 DEBUG:teuthology.orchestra.run.smithi138:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-10T08:17:27.745 DEBUG:teuthology.orchestra.run.smithi138:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-10T08:17:27.788 DEBUG:teuthology.orchestra.run.smithi138:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-10T08:17:27.831 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-02-10T08:17:27.832 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-10T08:17:27.897 DEBUG:teuthology.orchestra.run.smithi190:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-10T08:17:27.944 DEBUG:teuthology.orchestra.run.smithi190:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-10T08:17:27.999 DEBUG:teuthology.orchestra.run.smithi190:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-10T08:17:28.083 DEBUG:teuthology.orchestra.run.smithi190:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-10T08:17:28.126 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-02-10T08:17:28.126 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-10T08:17:28.192 DEBUG:teuthology.orchestra.run.smithi138:> sudo service rsyslog restart 2024-02-10T08:17:28.200 DEBUG:teuthology.orchestra.run.smithi190:> sudo service rsyslog restart 2024-02-10T08:17:28.289 INFO:teuthology.orchestra.run.smithi138.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-10T08:17:28.310 INFO:teuthology.orchestra.run.smithi190.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-10T08:17:28.686 INFO:teuthology.run_tasks:Running task internal.timer... 2024-02-10T08:17:28.694 INFO:teuthology.task.internal:Starting timer... 2024-02-10T08:17:28.695 INFO:teuthology.run_tasks:Running task pcp... 2024-02-10T08:17:28.789 INFO:teuthology.run_tasks:Running task selinux... 2024-02-10T08:17:28.798 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-02-10T08:17:28.798 DEBUG:teuthology.orchestra.run.smithi138:> sudo service auditd rotate 2024-02-10T08:17:29.546 INFO:teuthology.orchestra.run.smithi138.stdout:Rotating logs: 2024-02-10T08:17:29.551 DEBUG:teuthology.orchestra.run.smithi190:> sudo service auditd rotate 2024-02-10T08:17:29.671 INFO:teuthology.orchestra.run.smithi190.stdout:Rotating logs: 2024-02-10T08:17:29.675 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-02-10T08:17:29.676 DEBUG:teuthology.orchestra.run.smithi138:> /usr/sbin/getenforce 2024-02-10T08:17:29.958 INFO:teuthology.orchestra.run.smithi138.stdout:Permissive 2024-02-10T08:17:29.958 DEBUG:teuthology.orchestra.run.smithi190:> /usr/sbin/getenforce 2024-02-10T08:17:29.988 INFO:teuthology.orchestra.run.smithi190.stdout:Permissive 2024-02-10T08:17:29.989 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi138.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi190.front.sepia.ceph.com': 'permissive'} 2024-02-10T08:17:29.989 DEBUG:teuthology.orchestra.run.smithi138:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-10T08:17:30.020 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T08:17:30.021 DEBUG:teuthology.orchestra.run.smithi190:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-10T08:17:30.056 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T08:17:30.056 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-02-10T08:17:30.057 DEBUG:teuthology.orchestra.run.smithi138:> sudo /usr/sbin/setenforce permissive 2024-02-10T08:17:30.089 DEBUG:teuthology.orchestra.run.smithi190:> sudo /usr/sbin/setenforce permissive 2024-02-10T08:17:30.124 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-02-10T08:17:30.133 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-02-10T08:17:30.151 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-02-10T08:17:30.152 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi138.front.sepia.ceph.com,smithi190.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-02-10T08:23:36.730 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi138.front.sepia.ceph.com'), Remote(name='ubuntu@smithi190.front.sepia.ceph.com')] 2024-02-10T08:23:36.731 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi138.front.sepia.ceph.com' 2024-02-10T08:23:36.732 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T08:23:36.810 DEBUG:teuthology.orchestra.run.smithi138:> true 2024-02-10T08:23:36.838 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi138.front.sepia.ceph.com' 2024-02-10T08:23:36.838 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi190.front.sepia.ceph.com' 2024-02-10T08:23:36.839 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T08:23:36.914 DEBUG:teuthology.orchestra.run.smithi190:> true 2024-02-10T08:23:36.985 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi190.front.sepia.ceph.com' 2024-02-10T08:23:36.985 INFO:teuthology.run_tasks:Running task clock... 2024-02-10T08:23:36.996 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-02-10T08:23:36.996 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-10T08:23:36.998 DEBUG:teuthology.orchestra.run.smithi138:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-10T08:23:37.000 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-10T08:23:37.000 DEBUG:teuthology.orchestra.run.smithi190:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-10T08:23:37.031 INFO:teuthology.orchestra.run.smithi138.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-10T08:23:37.046 INFO:teuthology.orchestra.run.smithi138.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-10T08:23:37.056 INFO:teuthology.orchestra.run.smithi190.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-10T08:23:37.070 INFO:teuthology.orchestra.run.smithi190.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-10T08:23:37.109 INFO:teuthology.orchestra.run.smithi138.stderr:sudo: ntpd: command not found 2024-02-10T08:23:37.121 INFO:teuthology.orchestra.run.smithi138.stdout:506 Cannot talk to daemon 2024-02-10T08:23:37.135 INFO:teuthology.orchestra.run.smithi138.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-10T08:23:37.136 INFO:teuthology.orchestra.run.smithi190.stderr:sudo: ntpd: command not found 2024-02-10T08:23:37.147 INFO:teuthology.orchestra.run.smithi190.stdout:506 Cannot talk to daemon 2024-02-10T08:23:37.148 INFO:teuthology.orchestra.run.smithi138.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-10T08:23:37.161 INFO:teuthology.orchestra.run.smithi190.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-10T08:23:37.174 INFO:teuthology.orchestra.run.smithi190.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-10T08:23:37.214 INFO:teuthology.orchestra.run.smithi138.stderr:bash: ntpq: command not found 2024-02-10T08:23:37.218 INFO:teuthology.orchestra.run.smithi138.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-10T08:23:37.218 INFO:teuthology.orchestra.run.smithi138.stdout:=============================================================================== 2024-02-10T08:23:37.219 INFO:teuthology.orchestra.run.smithi138.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T08:23:37.219 INFO:teuthology.orchestra.run.smithi138.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T08:23:37.219 INFO:teuthology.orchestra.run.smithi138.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T08:23:37.219 INFO:teuthology.orchestra.run.smithi138.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T08:23:37.235 INFO:teuthology.orchestra.run.smithi190.stderr:bash: ntpq: command not found 2024-02-10T08:23:37.239 INFO:teuthology.orchestra.run.smithi190.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-10T08:23:37.240 INFO:teuthology.orchestra.run.smithi190.stdout:=============================================================================== 2024-02-10T08:23:37.240 INFO:teuthology.orchestra.run.smithi190.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T08:23:37.240 INFO:teuthology.orchestra.run.smithi190.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T08:23:37.240 INFO:teuthology.orchestra.run.smithi190.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T08:23:37.240 INFO:teuthology.orchestra.run.smithi190.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T08:23:37.240 INFO:teuthology.run_tasks:Running task pexec... 2024-02-10T08:23:37.251 INFO:teuthology.task.pexec:Executing custom commands... 2024-02-10T08:23:37.251 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi138.front.sepia.ceph.com 2024-02-10T08:23:37.251 DEBUG:teuthology.orchestra.run.smithi138:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-10T08:23:37.252 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi190.front.sepia.ceph.com 2024-02-10T08:23:37.252 DEBUG:teuthology.orchestra.run.smithi190:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-10T08:23:38.044 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:36 ago on Sat 10 Feb 2024 08:22:01 AM UTC. 2024-02-10T08:23:38.063 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:01:37 ago on Sat 10 Feb 2024 08:22:00 AM UTC. 2024-02-10T08:23:39.989 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2024-02-10T08:23:39.989 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-02-10T08:23:39.990 INFO:teuthology.orchestra.run.smithi190.stdout: Package Architecture Version Repository Size 2024-02-10T08:23:39.990 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-02-10T08:23:39.990 INFO:teuthology.orchestra.run.smithi190.stdout:Resetting modules: 2024-02-10T08:23:39.990 INFO:teuthology.orchestra.run.smithi190.stdout: container-tools 2024-02-10T08:23:39.990 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-02-10T08:23:39.990 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2024-02-10T08:23:39.990 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-02-10T08:23:39.990 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-02-10T08:23:40.009 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-02-10T08:23:40.010 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-02-10T08:23:40.010 INFO:teuthology.orchestra.run.smithi138.stdout: Package Architecture Version Repository Size 2024-02-10T08:23:40.010 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-02-10T08:23:40.010 INFO:teuthology.orchestra.run.smithi138.stdout:Resetting modules: 2024-02-10T08:23:40.010 INFO:teuthology.orchestra.run.smithi138.stdout: container-tools 2024-02-10T08:23:40.010 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-02-10T08:23:40.010 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-02-10T08:23:40.011 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-02-10T08:23:40.011 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-02-10T08:23:40.239 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2024-02-10T08:23:40.272 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-02-10T08:23:41.088 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:01:40 ago on Sat 10 Feb 2024 08:22:00 AM UTC. 2024-02-10T08:23:41.127 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:39 ago on Sat 10 Feb 2024 08:22:01 AM UTC. 2024-02-10T08:23:43.048 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2024-02-10T08:23:43.083 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-02-10T08:23:43.083 INFO:teuthology.orchestra.run.smithi190.stdout: Package Arch Version Repository Size 2024-02-10T08:23:43.083 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-02-10T08:23:43.083 INFO:teuthology.orchestra.run.smithi190.stdout:Installing group/module packages: 2024-02-10T08:23:43.083 INFO:teuthology.orchestra.run.smithi190.stdout: aardvark-dns x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 1.0 M 2024-02-10T08:23:43.084 INFO:teuthology.orchestra.run.smithi190.stdout: buildah x86_64 1:1.34.0-1.module_el8+804+f131391c appstream 9.7 M 2024-02-10T08:23:43.084 INFO:teuthology.orchestra.run.smithi190.stdout: cockpit-podman noarch 82-1.module_el8+804+f131391c appstream 759 k 2024-02-10T08:23:43.084 INFO:teuthology.orchestra.run.smithi190.stdout: crun x86_64 1.12-1.module_el8+804+f131391c appstream 248 k 2024-02-10T08:23:43.084 INFO:teuthology.orchestra.run.smithi190.stdout: netavark x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 4.0 M 2024-02-10T08:23:43.084 INFO:teuthology.orchestra.run.smithi190.stdout: python3-podman noarch 4.8.2-1.module_el8+804+f131391c appstream 179 k 2024-02-10T08:23:43.084 INFO:teuthology.orchestra.run.smithi190.stdout: skopeo x86_64 2:1.14.0-2.module_el8+804+f131391c appstream 8.8 M 2024-02-10T08:23:43.084 INFO:teuthology.orchestra.run.smithi190.stdout: toolbox x86_64 0.0.99.4-8.module_el8+804+f131391c appstream 2.5 M 2024-02-10T08:23:43.084 INFO:teuthology.orchestra.run.smithi190.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-02-10T08:23:43.084 INFO:teuthology.orchestra.run.smithi190.stdout:Installing dependencies: 2024-02-10T08:23:43.084 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-02-10T08:23:43.084 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-02-10T08:23:43.084 INFO:teuthology.orchestra.run.smithi190.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-02-10T08:23:43.084 INFO:teuthology.orchestra.run.smithi190.stdout:Installing weak dependencies: 2024-02-10T08:23:43.085 INFO:teuthology.orchestra.run.smithi190.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-02-10T08:23:43.085 INFO:teuthology.orchestra.run.smithi190.stdout:Installing module profiles: 2024-02-10T08:23:43.085 INFO:teuthology.orchestra.run.smithi190.stdout: container-tools/common 2024-02-10T08:23:43.085 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-02-10T08:23:43.085 INFO:teuthology.orchestra.run.smithi190.stdout:Enabling module streams: 2024-02-10T08:23:43.085 INFO:teuthology.orchestra.run.smithi190.stdout: container-tools rhel8 2024-02-10T08:23:43.085 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-02-10T08:23:43.085 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2024-02-10T08:23:43.085 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-02-10T08:23:43.085 INFO:teuthology.orchestra.run.smithi190.stdout:Install 13 Packages 2024-02-10T08:23:43.085 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-02-10T08:23:43.086 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 27 M 2024-02-10T08:23:43.086 INFO:teuthology.orchestra.run.smithi190.stdout:Installed size: 91 M 2024-02-10T08:23:43.086 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2024-02-10T08:23:43.102 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-02-10T08:23:43.137 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-02-10T08:23:43.137 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2024-02-10T08:23:43.138 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-02-10T08:23:43.138 INFO:teuthology.orchestra.run.smithi138.stdout:Installing group/module packages: 2024-02-10T08:23:43.138 INFO:teuthology.orchestra.run.smithi138.stdout: aardvark-dns x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 1.0 M 2024-02-10T08:23:43.138 INFO:teuthology.orchestra.run.smithi138.stdout: buildah x86_64 1:1.34.0-1.module_el8+804+f131391c appstream 9.7 M 2024-02-10T08:23:43.138 INFO:teuthology.orchestra.run.smithi138.stdout: cockpit-podman noarch 82-1.module_el8+804+f131391c appstream 759 k 2024-02-10T08:23:43.138 INFO:teuthology.orchestra.run.smithi138.stdout: crun x86_64 1.12-1.module_el8+804+f131391c appstream 248 k 2024-02-10T08:23:43.138 INFO:teuthology.orchestra.run.smithi138.stdout: netavark x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 4.0 M 2024-02-10T08:23:43.138 INFO:teuthology.orchestra.run.smithi138.stdout: python3-podman noarch 4.8.2-1.module_el8+804+f131391c appstream 179 k 2024-02-10T08:23:43.138 INFO:teuthology.orchestra.run.smithi138.stdout: skopeo x86_64 2:1.14.0-2.module_el8+804+f131391c appstream 8.8 M 2024-02-10T08:23:43.138 INFO:teuthology.orchestra.run.smithi138.stdout: toolbox x86_64 0.0.99.4-8.module_el8+804+f131391c appstream 2.5 M 2024-02-10T08:23:43.138 INFO:teuthology.orchestra.run.smithi138.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-02-10T08:23:43.138 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2024-02-10T08:23:43.138 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-02-10T08:23:43.139 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-02-10T08:23:43.139 INFO:teuthology.orchestra.run.smithi138.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-02-10T08:23:43.139 INFO:teuthology.orchestra.run.smithi138.stdout:Installing weak dependencies: 2024-02-10T08:23:43.139 INFO:teuthology.orchestra.run.smithi138.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-02-10T08:23:43.139 INFO:teuthology.orchestra.run.smithi138.stdout:Installing module profiles: 2024-02-10T08:23:43.139 INFO:teuthology.orchestra.run.smithi138.stdout: container-tools/common 2024-02-10T08:23:43.139 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-02-10T08:23:43.139 INFO:teuthology.orchestra.run.smithi138.stdout:Enabling module streams: 2024-02-10T08:23:43.139 INFO:teuthology.orchestra.run.smithi138.stdout: container-tools rhel8 2024-02-10T08:23:43.139 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-02-10T08:23:43.139 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-02-10T08:23:43.139 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-02-10T08:23:43.139 INFO:teuthology.orchestra.run.smithi138.stdout:Install 13 Packages 2024-02-10T08:23:43.139 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-02-10T08:23:43.140 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 27 M 2024-02-10T08:23:43.140 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 91 M 2024-02-10T08:23:43.140 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-02-10T08:23:44.302 INFO:teuthology.orchestra.run.smithi138.stdout:(1/13): cockpit-podman-82-1.module_el8+804+f131 677 kB/s | 759 kB 00:01 2024-02-10T08:23:44.585 INFO:teuthology.orchestra.run.smithi138.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 134 kB/s | 38 kB 00:00 2024-02-10T08:23:44.601 INFO:teuthology.orchestra.run.smithi190.stdout:(1/13): cockpit-podman-82-1.module_el8+804+f131 519 kB/s | 759 kB 00:01 2024-02-10T08:23:44.701 INFO:teuthology.orchestra.run.smithi190.stdout:(2/13): aardvark-dns-1.9.0-1.module_el8+804+f13 659 kB/s | 1.0 MB 00:01 2024-02-10T08:23:44.735 INFO:teuthology.orchestra.run.smithi190.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 283 kB/s | 38 kB 00:00 2024-02-10T08:23:44.744 INFO:teuthology.orchestra.run.smithi138.stdout:(3/13): crun-1.12-1.module_el8+804+f131391c.x86 1.5 MB/s | 248 kB 00:00 2024-02-10T08:23:44.952 INFO:teuthology.orchestra.run.smithi190.stdout:(4/13): crun-1.12-1.module_el8+804+f131391c.x86 992 kB/s | 248 kB 00:00 2024-02-10T08:23:45.510 INFO:teuthology.orchestra.run.smithi190.stdout:(5/13): python3-podman-4.8.2-1.module_el8+804+f 322 kB/s | 179 kB 00:00 2024-02-10T08:23:45.736 INFO:teuthology.orchestra.run.smithi190.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 110 kB/s | 25 kB 00:00 2024-02-10T08:23:45.853 INFO:teuthology.orchestra.run.smithi190.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 805 kB/s | 94 kB 00:00 2024-02-10T08:23:46.086 INFO:teuthology.orchestra.run.smithi138.stdout:(4/13): aardvark-dns-1.9.0-1.module_el8+804+f13 355 kB/s | 1.0 MB 00:02 2024-02-10T08:23:46.344 INFO:teuthology.orchestra.run.smithi138.stdout:(5/13): python3-podman-4.8.2-1.module_el8+804+f 695 kB/s | 179 kB 00:00 2024-02-10T08:23:46.609 INFO:teuthology.orchestra.run.smithi138.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 94 kB/s | 25 kB 00:00 2024-02-10T08:23:46.679 INFO:teuthology.orchestra.run.smithi138.stdout:(7/13): netavark-1.9.0-1.module_el8+804+f131391 2.0 MB/s | 4.0 MB 00:01 2024-02-10T08:23:46.854 INFO:teuthology.orchestra.run.smithi138.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 383 kB/s | 94 kB 00:00 2024-02-10T08:23:50.219 INFO:teuthology.orchestra.run.smithi190.stdout:(8/13): buildah-1.34.0-1.module_el8+804+f131391 1.4 MB/s | 9.7 MB 00:07 2024-02-10T08:23:50.754 INFO:teuthology.orchestra.run.smithi138.stdout:(9/13): skopeo-1.14.0-2.module_el8+804+f131391c 2.2 MB/s | 8.8 MB 00:04 2024-02-10T08:23:50.802 INFO:teuthology.orchestra.run.smithi190.stdout:(9/13): netavark-1.9.0-1.module_el8+804+f131391 667 kB/s | 4.0 MB 00:06 2024-02-10T08:23:50.846 INFO:teuthology.orchestra.run.smithi138.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 575 kB/s | 53 kB 00:00 2024-02-10T08:23:50.930 INFO:teuthology.orchestra.run.smithi138.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 491 kB/s | 41 kB 00:00 2024-02-10T08:23:50.936 INFO:teuthology.orchestra.run.smithi190.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 396 kB/s | 53 kB 00:00 2024-02-10T08:23:51.103 INFO:teuthology.orchestra.run.smithi190.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 245 kB/s | 41 kB 00:00 2024-02-10T08:23:51.270 INFO:teuthology.orchestra.run.smithi190.stdout:(12/13): toolbox-0.0.99.4-8.module_el8+804+f131 2.4 MB/s | 2.5 MB 00:01 2024-02-10T08:23:53.039 INFO:teuthology.orchestra.run.smithi138.stdout:(12/13): toolbox-0.0.99.4-8.module_el8+804+f131 416 kB/s | 2.5 MB 00:06 2024-02-10T08:23:57.145 INFO:teuthology.orchestra.run.smithi190.stdout:(13/13): skopeo-1.14.0-2.module_el8+804+f131391 798 kB/s | 8.8 MB 00:11 2024-02-10T08:23:57.145 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2024-02-10T08:23:57.145 INFO:teuthology.orchestra.run.smithi190.stdout:Total 1.9 MB/s | 27 MB 00:14 2024-02-10T08:23:57.420 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2024-02-10T08:23:57.441 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2024-02-10T08:23:57.441 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2024-02-10T08:23:57.710 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2024-02-10T08:23:57.713 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2024-02-10T08:23:58.378 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2024-02-10T08:23:58.595 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-02-10T08:23:58.765 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-02-10T08:23:58.950 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-02-10T08:23:59.193 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-10T08:23:59.722 INFO:teuthology.orchestra.run.smithi138.stdout:(13/13): buildah-1.34.0-1.module_el8+804+f13139 598 kB/s | 9.7 MB 00:16 2024-02-10T08:23:59.722 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-02-10T08:23:59.722 INFO:teuthology.orchestra.run.smithi138.stdout:Total 1.6 MB/s | 27 MB 00:16 2024-02-10T08:23:59.782 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 5/13 2024-02-10T08:23:59.995 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-02-10T08:24:00.016 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-02-10T08:24:00.016 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-02-10T08:24:00.276 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-02-10T08:24:00.279 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-02-10T08:24:00.763 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 6/13 2024-02-10T08:24:00.932 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-02-10T08:24:01.000 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 7/13 2024-02-10T08:24:01.167 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-02-10T08:24:01.237 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : crun-1.12-1.module_el8+804+f131391c.x86_64 8/13 2024-02-10T08:24:01.346 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-02-10T08:24:01.511 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 9/13 2024-02-10T08:24:01.554 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-02-10T08:24:01.831 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-10T08:24:01.898 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 10/13 2024-02-10T08:24:02.369 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 5/13 2024-02-10T08:24:02.868 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 11/13 2024-02-10T08:24:03.085 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 12/13 2024-02-10T08:24:03.281 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : cockpit-podman-82-1.module_el8+804+f131391c.noarch 13/13 2024-02-10T08:24:03.383 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 6/13 2024-02-10T08:24:03.623 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 7/13 2024-02-10T08:24:03.695 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: cockpit-podman-82-1.module_el8+804+f131391c.noarch 13/13 2024-02-10T08:24:03.695 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 1/13 2024-02-10T08:24:03.695 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2/13 2024-02-10T08:24:03.695 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : cockpit-podman-82-1.module_el8+804+f131391c.noarch 3/13 2024-02-10T08:24:03.695 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-10T08:24:03.695 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : crun-1.12-1.module_el8+804+f131391c.x86_64 5/13 2024-02-10T08:24:03.695 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 6/13 2024-02-10T08:24:03.695 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 7/13 2024-02-10T08:24:03.695 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-02-10T08:24:03.696 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-02-10T08:24:03.696 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 10/13 2024-02-10T08:24:03.696 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 11/13 2024-02-10T08:24:03.696 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-10T08:24:03.835 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : crun-1.12-1.module_el8+804+f131391c.x86_64 8/13 2024-02-10T08:24:04.075 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 9/13 2024-02-10T08:24:04.453 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-02-10T08:24:04.453 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-02-10T08:24:04.453 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2024-02-10T08:24:04.453 INFO:teuthology.orchestra.run.smithi190.stdout: aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-02-10T08:24:04.454 INFO:teuthology.orchestra.run.smithi190.stdout: buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2024-02-10T08:24:04.454 INFO:teuthology.orchestra.run.smithi190.stdout: cockpit-podman-82-1.module_el8+804+f131391c.noarch 2024-02-10T08:24:04.454 INFO:teuthology.orchestra.run.smithi190.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-02-10T08:24:04.454 INFO:teuthology.orchestra.run.smithi190.stdout: crun-1.12-1.module_el8+804+f131391c.x86_64 2024-02-10T08:24:04.454 INFO:teuthology.orchestra.run.smithi190.stdout: netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-02-10T08:24:04.454 INFO:teuthology.orchestra.run.smithi190.stdout: python3-podman-4.8.2-1.module_el8+804+f131391c.noarch 2024-02-10T08:24:04.454 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-10T08:24:04.454 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-10T08:24:04.454 INFO:teuthology.orchestra.run.smithi190.stdout: skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 2024-02-10T08:24:04.454 INFO:teuthology.orchestra.run.smithi190.stdout: toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 2024-02-10T08:24:04.454 INFO:teuthology.orchestra.run.smithi190.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-02-10T08:24:04.454 INFO:teuthology.orchestra.run.smithi190.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-10T08:24:04.454 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-02-10T08:24:04.454 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2024-02-10T08:24:04.512 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 10/13 2024-02-10T08:24:04.755 DEBUG:teuthology.parallel:result is None 2024-02-10T08:24:05.429 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 11/13 2024-02-10T08:24:05.659 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 12/13 2024-02-10T08:24:05.887 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : cockpit-podman-82-1.module_el8+804+f131391c.noarch 13/13 2024-02-10T08:24:06.315 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: cockpit-podman-82-1.module_el8+804+f131391c.noarch 13/13 2024-02-10T08:24:06.315 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 1/13 2024-02-10T08:24:06.315 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2/13 2024-02-10T08:24:06.315 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : cockpit-podman-82-1.module_el8+804+f131391c.noarch 3/13 2024-02-10T08:24:06.315 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-10T08:24:06.315 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : crun-1.12-1.module_el8+804+f131391c.x86_64 5/13 2024-02-10T08:24:06.315 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 6/13 2024-02-10T08:24:06.315 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 7/13 2024-02-10T08:24:06.315 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-02-10T08:24:06.315 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-02-10T08:24:06.315 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 10/13 2024-02-10T08:24:06.316 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 11/13 2024-02-10T08:24:06.316 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-10T08:24:06.849 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-02-10T08:24:06.850 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-02-10T08:24:06.850 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-02-10T08:24:06.850 INFO:teuthology.orchestra.run.smithi138.stdout: aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-02-10T08:24:06.850 INFO:teuthology.orchestra.run.smithi138.stdout: buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2024-02-10T08:24:06.850 INFO:teuthology.orchestra.run.smithi138.stdout: cockpit-podman-82-1.module_el8+804+f131391c.noarch 2024-02-10T08:24:06.850 INFO:teuthology.orchestra.run.smithi138.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-02-10T08:24:06.850 INFO:teuthology.orchestra.run.smithi138.stdout: crun-1.12-1.module_el8+804+f131391c.x86_64 2024-02-10T08:24:06.850 INFO:teuthology.orchestra.run.smithi138.stdout: netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-02-10T08:24:06.850 INFO:teuthology.orchestra.run.smithi138.stdout: python3-podman-4.8.2-1.module_el8+804+f131391c.noarch 2024-02-10T08:24:06.850 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-10T08:24:06.850 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-10T08:24:06.850 INFO:teuthology.orchestra.run.smithi138.stdout: skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 2024-02-10T08:24:06.851 INFO:teuthology.orchestra.run.smithi138.stdout: toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 2024-02-10T08:24:06.851 INFO:teuthology.orchestra.run.smithi138.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-02-10T08:24:06.851 INFO:teuthology.orchestra.run.smithi138.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-10T08:24:06.851 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-02-10T08:24:06.851 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-02-10T08:24:07.145 DEBUG:teuthology.parallel:result is None 2024-02-10T08:24:07.145 INFO:teuthology.run_tasks:Running task cephadm... 2024-02-10T08:24:07.221 INFO:tasks.cephadm:Config: {'avoid_pacific_features': True, 'cephadm_branch': 'v16.2.4', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'image': 'docker.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': '0e714d9a4bd2a821113e6318adb87bd06cf81ec1'} 2024-02-10T08:24:07.221 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v16.2.4 2024-02-10T08:24:07.222 INFO:tasks.cephadm:Cluster fsid is c2125314-c7ed-11ee-95b8-87774f69a715 2024-02-10T08:24:07.222 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-02-10T08:24:07.222 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-02-10T08:24:07.222 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi138': '172.21.15.138', 'mon.smithi190': '172.21.15.190'} 2024-02-10T08:24:07.222 INFO:tasks.cephadm:Normalizing hostnames... 2024-02-10T08:24:07.222 DEBUG:teuthology.orchestra.run.smithi138:> sudo hostname $(hostname -s) 2024-02-10T08:24:07.252 DEBUG:teuthology.orchestra.run.smithi190:> sudo hostname $(hostname -s) 2024-02-10T08:24:07.286 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v16.2.4)... 2024-02-10T08:24:07.286 DEBUG:teuthology.orchestra.run.smithi138:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.4/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-10T08:24:07.459 INFO:teuthology.orchestra.run.smithi138.stdout:-rw-rw-r--. 1 ubuntu ubuntu 292005 Feb 10 08:24 /home/ubuntu/cephtest/cephadm 2024-02-10T08:24:07.460 DEBUG:teuthology.orchestra.run.smithi190:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.4/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-10T08:24:07.689 INFO:teuthology.orchestra.run.smithi190.stdout:-rw-rw-r--. 1 ubuntu ubuntu 292005 Feb 10 08:24 /home/ubuntu/cephtest/cephadm 2024-02-10T08:24:07.689 DEBUG:teuthology.orchestra.run.smithi138:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-10T08:24:07.708 DEBUG:teuthology.orchestra.run.smithi190:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-10T08:24:07.742 DEBUG:teuthology.orchestra.run.smithi138:> sudo mkdir -p /etc/ceph 2024-02-10T08:24:07.775 DEBUG:teuthology.orchestra.run.smithi190:> sudo mkdir -p /etc/ceph 2024-02-10T08:24:07.807 DEBUG:teuthology.orchestra.run.smithi138:> sudo chmod 777 /etc/ceph 2024-02-10T08:24:07.842 DEBUG:teuthology.orchestra.run.smithi190:> sudo chmod 777 /etc/ceph 2024-02-10T08:24:07.877 INFO:tasks.cephadm:Writing seed config... 2024-02-10T08:24:07.878 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-02-10T08:24:07.878 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-02-10T08:24:07.878 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-02-10T08:24:07.878 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-02-10T08:24:07.878 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-02-10T08:24:07.878 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-02-10T08:24:07.878 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-02-10T08:24:07.878 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-02-10T08:24:07.879 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-02-10T08:24:07.879 DEBUG:teuthology.orchestra.run.smithi138:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-02-10T08:24:07.900 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log to file = true mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 ruleset-failure-domain=osd crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = c2125314-c7ed-11ee-95b8-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-02-10T08:24:07.901 DEBUG:teuthology.orchestra.run.smithi138:mon.smithi138> sudo journalctl -f -n 0 -u ceph-c2125314-c7ed-11ee-95b8-87774f69a715@mon.smithi138.service 2024-02-10T08:24:07.943 INFO:tasks.cephadm:Bootstrapping... 2024-02-10T08:24:07.943 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 -v bootstrap --fsid c2125314-c7ed-11ee-95b8-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.138 && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-02-10T08:24:07.970 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:-- Logs begin at Sat 2024-02-10 08:17:07 UTC. -- 2024-02-10T08:24:08.206 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-02-10T08:24:09.849 INFO:teuthology.orchestra.run.smithi138.stderr:/bin/podman: 4.8.3 2024-02-10T08:24:09.859 INFO:teuthology.orchestra.run.smithi138.stderr:Verifying podman|docker is present... 2024-02-10T08:24:09.859 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-02-10T08:24:09.882 INFO:teuthology.orchestra.run.smithi138.stderr:/bin/podman: 4.8.3 2024-02-10T08:24:09.894 INFO:teuthology.orchestra.run.smithi138.stderr:Verifying lvm2 is present... 2024-02-10T08:24:09.894 INFO:teuthology.orchestra.run.smithi138.stderr:Verifying time synchronization is in place... 2024-02-10T08:24:09.894 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: systemctl is-enabled chrony.service 2024-02-10T08:24:09.901 INFO:teuthology.orchestra.run.smithi138.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-10T08:24:09.902 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: systemctl is-active chrony.service 2024-02-10T08:24:09.908 INFO:teuthology.orchestra.run.smithi138.stderr:systemctl: inactive 2024-02-10T08:24:09.911 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: systemctl is-enabled chronyd.service 2024-02-10T08:24:09.914 INFO:teuthology.orchestra.run.smithi138.stderr:systemctl: enabled 2024-02-10T08:24:09.915 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: systemctl is-active chronyd.service 2024-02-10T08:24:09.920 INFO:teuthology.orchestra.run.smithi138.stderr:systemctl: active 2024-02-10T08:24:09.921 INFO:teuthology.orchestra.run.smithi138.stderr:Unit chronyd.service is enabled and running 2024-02-10T08:24:09.921 INFO:teuthology.orchestra.run.smithi138.stderr:Repeating the final host check... 2024-02-10T08:24:09.921 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-02-10T08:24:09.942 INFO:teuthology.orchestra.run.smithi138.stderr:/bin/podman: 4.8.3 2024-02-10T08:24:09.955 INFO:teuthology.orchestra.run.smithi138.stderr:podman|docker (/bin/podman) is present 2024-02-10T08:24:09.955 INFO:teuthology.orchestra.run.smithi138.stderr:systemctl is present 2024-02-10T08:24:09.955 INFO:teuthology.orchestra.run.smithi138.stderr:lvcreate is present 2024-02-10T08:24:09.955 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: systemctl is-enabled chrony.service 2024-02-10T08:24:09.960 INFO:teuthology.orchestra.run.smithi138.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-10T08:24:09.961 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: systemctl is-active chrony.service 2024-02-10T08:24:09.966 INFO:teuthology.orchestra.run.smithi138.stderr:systemctl: inactive 2024-02-10T08:24:09.967 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: systemctl is-enabled chronyd.service 2024-02-10T08:24:09.972 INFO:teuthology.orchestra.run.smithi138.stderr:systemctl: enabled 2024-02-10T08:24:09.973 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: systemctl is-active chronyd.service 2024-02-10T08:24:09.978 INFO:teuthology.orchestra.run.smithi138.stderr:systemctl: active 2024-02-10T08:24:09.979 INFO:teuthology.orchestra.run.smithi138.stderr:Unit chronyd.service is enabled and running 2024-02-10T08:24:09.979 INFO:teuthology.orchestra.run.smithi138.stderr:Host looks OK 2024-02-10T08:24:09.979 INFO:teuthology.orchestra.run.smithi138.stderr:Cluster fsid: c2125314-c7ed-11ee-95b8-87774f69a715 2024-02-10T08:24:09.979 INFO:teuthology.orchestra.run.smithi138.stderr:Acquiring lock 140173102760064 on /run/cephadm/c2125314-c7ed-11ee-95b8-87774f69a715.lock 2024-02-10T08:24:09.980 INFO:teuthology.orchestra.run.smithi138.stderr:Lock 140173102760064 acquired on /run/cephadm/c2125314-c7ed-11ee-95b8-87774f69a715.lock 2024-02-10T08:24:09.980 INFO:teuthology.orchestra.run.smithi138.stderr:Verifying IP 172.21.15.138 port 3300 ... 2024-02-10T08:24:09.980 INFO:teuthology.orchestra.run.smithi138.stderr:Verifying IP 172.21.15.138 port 6789 ... 2024-02-10T08:24:09.980 INFO:teuthology.orchestra.run.smithi138.stderr:Base mon IP is 172.21.15.138, final addrv is [v2:172.21.15.138:3300,v1:172.21.15.138:6789] 2024-02-10T08:24:09.981 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: /sbin/ip route ls 2024-02-10T08:24:09.983 INFO:teuthology.orchestra.run.smithi138.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.138 metric 100 2024-02-10T08:24:09.983 INFO:teuthology.orchestra.run.smithi138.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.138 metric 100 2024-02-10T08:24:09.983 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: /sbin/ip -6 route ls 2024-02-10T08:24:09.986 INFO:teuthology.orchestra.run.smithi138.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-02-10T08:24:09.986 INFO:teuthology.orchestra.run.smithi138.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-02-10T08:24:09.986 INFO:teuthology.orchestra.run.smithi138.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1796sec hoplimit 64 pref medium 2024-02-10T08:24:09.986 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: /sbin/ip -6 addr ls 2024-02-10T08:24:09.988 INFO:teuthology.orchestra.run.smithi138.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-02-10T08:24:09.988 INFO:teuthology.orchestra.run.smithi138.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-02-10T08:24:09.989 INFO:teuthology.orchestra.run.smithi138.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-10T08:24:09.989 INFO:teuthology.orchestra.run.smithi138.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-02-10T08:24:09.989 INFO:teuthology.orchestra.run.smithi138.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe88:6f71/64 scope link 2024-02-10T08:24:09.989 INFO:teuthology.orchestra.run.smithi138.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-10T08:24:09.989 INFO:teuthology.orchestra.run.smithi138.stderr:Mon IP 172.21.15.138 is in CIDR network 172.21.0.0/20 2024-02-10T08:24:09.990 INFO:teuthology.orchestra.run.smithi138.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-02-10T08:24:09.991 INFO:teuthology.orchestra.run.smithi138.stderr:Pulling container image docker.io/ceph/ceph:v16.2.4... 2024-02-10T08:24:09.991 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: /bin/podman pull docker.io/ceph/ceph:v16.2.4 2024-02-10T08:24:10.104 INFO:teuthology.orchestra.run.smithi138.stderr:/bin/podman: Trying to pull docker.io/ceph/ceph:v16.2.4... 2024-02-10T08:24:16.649 INFO:teuthology.orchestra.run.smithi138.stderr:/bin/podman: Getting image source signatures 2024-02-10T08:24:16.693 INFO:teuthology.orchestra.run.smithi138.stderr:/bin/podman: Copying blob sha256:551101690791055467b1840be133b2e6b029d263771bc6c46a96bb7acdacac39 2024-02-10T08:24:16.693 INFO:teuthology.orchestra.run.smithi138.stderr:/bin/podman: Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2024-02-10T08:24:30.196 INFO:teuthology.orchestra.run.smithi138.stderr:/bin/podman: Copying config sha256:8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29 2024-02-10T08:24:30.321 INFO:teuthology.orchestra.run.smithi138.stderr:/bin/podman: Writing manifest to image destination 2024-02-10T08:24:30.600 INFO:teuthology.orchestra.run.smithi138.stderr:/bin/podman: 8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29 2024-02-10T08:24:30.614 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --version 2024-02-10T08:24:31.256 INFO:teuthology.orchestra.run.smithi138.stderr:ceph: ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable) 2024-02-10T08:24:31.882 INFO:teuthology.orchestra.run.smithi138.stderr:Ceph version: ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable) 2024-02-10T08:24:31.882 INFO:teuthology.orchestra.run.smithi138.stderr:Extracting ceph user uid/gid from container image... 2024-02-10T08:24:31.882 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 -c %u %g /var/lib/ceph 2024-02-10T08:24:32.411 INFO:teuthology.orchestra.run.smithi138.stderr:stat: 167 167 2024-02-10T08:24:33.070 INFO:teuthology.orchestra.run.smithi138.stderr:Creating initial keys... 2024-02-10T08:24:33.070 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --gen-print-key 2024-02-10T08:24:33.576 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-authtool: AQDBMsdl2bNhGxAA4MOKPWCyTNSDzZyeY+c5qA== 2024-02-10T08:24:34.257 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --gen-print-key 2024-02-10T08:24:34.749 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-authtool: AQDCMsdlNqz3JhAAxZNxsVQbWS1h4MHA4Jrg1w== 2024-02-10T08:24:35.324 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --gen-print-key 2024-02-10T08:24:35.857 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-authtool: AQDDMsdly7CZKxAAJyxZK2rKOnTcLHVR3QoTcg== 2024-02-10T08:24:36.407 INFO:teuthology.orchestra.run.smithi138.stderr:Creating initial monmap... 2024-02-10T08:24:36.407 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/monmaptool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 -v /tmp/ceph-tmpz5idiy8p:/tmp/monmap:z docker.io/ceph/ceph:v16.2.4 --create --clobber --fsid c2125314-c7ed-11ee-95b8-87774f69a715 --addv smithi138 [v2:172.21.15.138:3300,v1:172.21.15.138:6789] /tmp/monmap 2024-02-10T08:24:36.873 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-10T08:24:36.873 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to c2125314-c7ed-11ee-95b8-87774f69a715 2024-02-10T08:24:36.873 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-10T08:24:37.362 INFO:teuthology.orchestra.run.smithi138.stderr:monmaptool for smithi138 [v2:172.21.15.138:3300,v1:172.21.15.138:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-10T08:24:37.362 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/monmaptool: set fsid to c2125314-c7ed-11ee-95b8-87774f69a715 2024-02-10T08:24:37.362 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-10T08:24:37.362 INFO:teuthology.orchestra.run.smithi138.stderr: 2024-02-10T08:24:37.362 INFO:teuthology.orchestra.run.smithi138.stderr:Creating mon... 2024-02-10T08:24:37.364 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph-mon --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/mon.smithi138:/var/lib/ceph/mon/ceph-smithi138:z -v /tmp/ceph-tmp4mlanw0e:/tmp/keyring:z -v /tmp/ceph-tmpz5idiy8p:/tmp/monmap:z docker.io/ceph/ceph:v16.2.4 --mkfs -i smithi138 --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -c /dev/null --monmap /tmp/monmap --keyring /tmp/keyring --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true 2024-02-10T08:24:37.972 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.884+0000 7f4bd5e2d700 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-10T08:24:37.972 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.884+0000 7f4bd5e2d700 1 imported monmap: 2024-02-10T08:24:37.973 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: epoch 0 2024-02-10T08:24:37.973 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: fsid c2125314-c7ed-11ee-95b8-87774f69a715 2024-02-10T08:24:37.973 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: last_changed 2024-02-10T08:24:36.803648+0000 2024-02-10T08:24:37.973 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: created 2024-02-10T08:24:36.803648+0000 2024-02-10T08:24:38.002 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-02-10T08:24:38.003 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-02-10T08:24:38.003 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0] mon.smithi138 2024-02-10T08:24:38.003 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: 2024-02-10T08:24:38.003 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.884+0000 7f4bd5e2d700 0 /usr/bin/ceph-mon: set fsid to c2125314-c7ed-11ee-95b8-87774f69a715 2024-02-10T08:24:38.003 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: RocksDB version: 6.8.1 2024-02-10T08:24:38.003 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: 2024-02-10T08:24:38.003 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-10T08:24:38.003 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Compile date May 13 2021 2024-02-10T08:24:38.003 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: DB SUMMARY 2024-02-10T08:24:38.003 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: 2024-02-10T08:24:38.003 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi138/store.db dir, Total Num: 0, files: 2024-02-10T08:24:38.003 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: 2024-02-10T08:24:38.003 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi138/store.db: 2024-02-10T08:24:38.004 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: 2024-02-10T08:24:38.004 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.error_if_exists: 0 2024-02-10T08:24:38.004 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.create_if_missing: 1 2024-02-10T08:24:38.004 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.paranoid_checks: 1 2024-02-10T08:24:38.004 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.env: 0x563145bb31c0 2024-02-10T08:24:38.004 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.fs: Posix File System 2024-02-10T08:24:38.004 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.info_log: 0x563148126ec0 2024-02-10T08:24:38.004 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-10T08:24:38.004 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.statistics: (nil) 2024-02-10T08:24:38.004 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.use_fsync: 0 2024-02-10T08:24:38.004 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.max_log_file_size: 0 2024-02-10T08:24:38.004 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-10T08:24:38.004 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-10T08:24:38.004 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-10T08:24:38.005 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-10T08:24:38.005 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.allow_fallocate: 1 2024-02-10T08:24:38.005 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-10T08:24:38.005 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-10T08:24:38.005 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.use_direct_reads: 0 2024-02-10T08:24:38.005 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-10T08:24:38.005 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.create_missing_column_families: 0 2024-02-10T08:24:38.005 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.db_log_dir: 2024-02-10T08:24:38.005 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi138/store.db 2024-02-10T08:24:38.005 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-10T08:24:38.005 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.max_subcompactions: 1 2024-02-10T08:24:38.005 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.max_background_flushes: -1 2024-02-10T08:24:38.005 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-10T08:24:38.005 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-10T08:24:38.005 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-10T08:24:38.005 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-10T08:24:38.006 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-10T08:24:38.006 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.advise_random_on_open: 1 2024-02-10T08:24:38.006 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-10T08:24:38.006 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.write_buffer_manager: 0x56314812d530 2024-02-10T08:24:38.006 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-10T08:24:38.006 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-10T08:24:38.006 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-10T08:24:38.006 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-10T08:24:38.006 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.rate_limiter: (nil) 2024-02-10T08:24:38.006 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-10T08:24:38.006 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-10T08:24:38.006 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-10T08:24:38.006 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-10T08:24:38.006 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.unordered_write: 0 2024-02-10T08:24:38.006 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-10T08:24:38.007 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-10T08:24:38.007 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-10T08:24:38.007 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-10T08:24:38.007 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.row_cache: None 2024-02-10T08:24:38.007 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.wal_filter: None 2024-02-10T08:24:38.007 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-10T08:24:38.007 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-10T08:24:38.008 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.preserve_deletes: 0 2024-02-10T08:24:38.008 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.two_write_queues: 0 2024-02-10T08:24:38.008 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.manual_wal_flush: 0 2024-02-10T08:24:38.008 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.atomic_flush: 0 2024-02-10T08:24:38.008 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-10T08:24:38.008 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-10T08:24:38.009 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-10T08:24:38.009 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.log_readahead_size: 0 2024-02-10T08:24:38.009 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-10T08:24:38.009 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.max_background_jobs: 2 2024-02-10T08:24:38.010 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.max_background_compactions: -1 2024-02-10T08:24:38.010 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-10T08:24:38.010 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-10T08:24:38.010 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-10T08:24:38.010 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.max_total_wal_size: 0 2024-02-10T08:24:38.010 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-10T08:24:38.010 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-10T08:24:38.010 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-10T08:24:38.010 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-10T08:24:38.010 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.max_open_files: -1 2024-02-10T08:24:38.010 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.bytes_per_sync: 0 2024-02-10T08:24:38.011 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-10T08:24:38.011 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-10T08:24:38.011 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-10T08:24:38.011 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Compression algorithms supported: 2024-02-10T08:24:38.011 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-10T08:24:38.011 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: kZSTD supported: 0 2024-02-10T08:24:38.011 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: kXpressCompression supported: 0 2024-02-10T08:24:38.011 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-10T08:24:38.011 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: kLZ4Compression supported: 1 2024-02-10T08:24:38.011 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: kBZip2Compression supported: 0 2024-02-10T08:24:38.012 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: kZlibCompression supported: 1 2024-02-10T08:24:38.012 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: kSnappyCompression supported: 1 2024-02-10T08:24:38.012 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.885+0000 7f4bd5e2d700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-10T08:24:38.012 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-02-10T08:24:38.012 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: 2024-02-10T08:24:38.012 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi138/store.db/MANIFEST-000001 2024-02-10T08:24:38.012 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: 2024-02-10T08:24:38.012 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-10T08:24:38.012 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: 2024-02-10T08:24:38.012 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-10T08:24:38.012 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.merge_operator: 2024-02-10T08:24:38.013 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.compaction_filter: None 2024-02-10T08:24:38.013 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.compaction_filter_factory: None 2024-02-10T08:24:38.013 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-10T08:24:38.013 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-10T08:24:38.014 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56314803fcb8) 2024-02-10T08:24:38.014 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-02-10T08:24:38.014 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-10T08:24:38.014 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-10T08:24:38.014 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-02-10T08:24:38.014 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: index_type: 0 2024-02-10T08:24:38.015 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-02-10T08:24:38.015 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-02-10T08:24:38.015 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-02-10T08:24:38.015 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-02-10T08:24:38.015 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: checksum: 1 2024-02-10T08:24:38.015 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-02-10T08:24:38.015 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: block_cache: 0x563148074d10 2024-02-10T08:24:38.016 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-02-10T08:24:38.016 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-02-10T08:24:38.016 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-02-10T08:24:38.016 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-02-10T08:24:38.016 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-02-10T08:24:38.016 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-02-10T08:24:38.016 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-02-10T08:24:38.017 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-02-10T08:24:38.017 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-02-10T08:24:38.017 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-02-10T08:24:38.017 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-02-10T08:24:38.017 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-02-10T08:24:38.017 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-02-10T08:24:38.018 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-02-10T08:24:38.018 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-02-10T08:24:38.018 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-10T08:24:38.018 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-02-10T08:24:38.018 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-02-10T08:24:38.018 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-02-10T08:24:38.018 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: format_version: 2 2024-02-10T08:24:38.018 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-02-10T08:24:38.019 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: block_align: 0 2024-02-10T08:24:38.019 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: 2024-02-10T08:24:38.019 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-10T08:24:38.019 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-10T08:24:38.019 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.compression: NoCompression 2024-02-10T08:24:38.019 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-10T08:24:38.020 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-10T08:24:38.020 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-10T08:24:38.020 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.num_levels: 7 2024-02-10T08:24:38.020 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-10T08:24:38.020 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-10T08:24:38.020 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-10T08:24:38.020 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-10T08:24:38.020 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-10T08:24:38.021 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-10T08:24:38.021 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-10T08:24:38.021 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-10T08:24:38.021 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-10T08:24:38.021 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-10T08:24:38.021 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.compression_opts.level: 32767 2024-02-10T08:24:38.021 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-10T08:24:38.021 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-10T08:24:38.022 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-10T08:24:38.022 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.compression_opts.enabled: false 2024-02-10T08:24:38.022 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-10T08:24:38.022 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-10T08:24:38.022 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-10T08:24:38.022 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-10T08:24:38.022 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-10T08:24:38.022 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-10T08:24:38.022 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-10T08:24:38.022 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-10T08:24:38.022 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-10T08:24:38.022 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-10T08:24:38.022 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-10T08:24:38.022 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-10T08:24:38.022 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-10T08:24:38.023 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-10T08:24:38.023 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-10T08:24:38.023 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-10T08:24:38.023 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-10T08:24:38.023 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.arena_block_size: 4194304 2024-02-10T08:24:38.023 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-10T08:24:38.023 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-10T08:24:38.023 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-10T08:24:38.023 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-10T08:24:38.023 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-10T08:24:38.023 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-10T08:24:38.023 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-10T08:24:38.023 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-10T08:24:38.024 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-10T08:24:38.024 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-10T08:24:38.024 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-10T08:24:38.024 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-10T08:24:38.024 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-10T08:24:38.024 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-10T08:24:38.024 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.table_properties_collectors: 2024-02-10T08:24:38.024 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.inplace_update_support: 0 2024-02-10T08:24:38.024 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-10T08:24:38.024 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-10T08:24:38.024 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-10T08:24:38.024 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-10T08:24:38.024 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.bloom_locality: 0 2024-02-10T08:24:38.025 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.max_successive_merges: 0 2024-02-10T08:24:38.025 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-10T08:24:38.025 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-10T08:24:38.025 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.force_consistency_checks: 0 2024-02-10T08:24:38.025 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-10T08:24:38.025 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.ttl: 2592000 2024-02-10T08:24:38.025 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.886+0000 7f4bd5e2d700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-10T08:24:38.026 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.887+0000 7f4bd5e2d700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi138/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-10T08:24:38.026 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: 2024-02-10T08:24:38.026 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.887+0000 7f4bd5e2d700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-02-10T08:24:38.026 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: 2024-02-10T08:24:38.026 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.889+0000 7f4bd5e2d700 4 rocksdb: DB pointer 0x563148139800 2024-02-10T08:24:38.026 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.889+0000 7f4bbecc6700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-10T08:24:38.026 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.889+0000 7f4bbecc6700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-10T08:24:38.026 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-02-10T08:24:38.026 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T08:24:38.026 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-10T08:24:38.026 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-10T08:24:38.027 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T08:24:38.027 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-10T08:24:38.027 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-10T08:24:38.027 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T08:24:38.027 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: 2024-02-10T08:24:38.027 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-10T08:24:38.027 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-10T08:24:38.027 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T08:24:38.027 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-10T08:24:38.027 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-10T08:24:38.027 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: 2024-02-10T08:24:38.027 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-10T08:24:38.027 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-10T08:24:38.028 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T08:24:38.028 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T08:24:38.028 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-10T08:24:38.028 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-10T08:24:38.028 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-10T08:24:38.028 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-10T08:24:38.028 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-10T08:24:38.028 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T08:24:38.028 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T08:24:38.028 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-10T08:24:38.028 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: 2024-02-10T08:24:38.028 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-10T08:24:38.029 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: 2024-02-10T08:24:38.029 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-10T08:24:38.029 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-10T08:24:38.029 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T08:24:38.029 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-10T08:24:38.029 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-10T08:24:38.029 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: 2024-02-10T08:24:38.029 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-10T08:24:38.029 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-10T08:24:38.029 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T08:24:38.029 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T08:24:38.029 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-10T08:24:38.030 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-10T08:24:38.030 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-10T08:24:38.030 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-10T08:24:38.030 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-10T08:24:38.030 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T08:24:38.030 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T08:24:38.030 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-10T08:24:38.030 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: 2024-02-10T08:24:38.030 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-10T08:24:38.030 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: 2024-02-10T08:24:38.031 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.891+0000 7f4bd5e2d700 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-02-10T08:24:38.031 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.891+0000 7f4bd5e2d700 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-02-10T08:24:38.031 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2024-02-10T08:24:37.891+0000 7f4bd5e2d700 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi138 for mon.smithi138 2024-02-10T08:24:38.534 INFO:teuthology.orchestra.run.smithi138.stderr:create mon.smithi138 on 2024-02-10T08:24:38.534 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/c2125314-c7ed-11ee-95b8-87774f69a715 2024-02-10T08:24:38.541 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: systemctl disable ceph.target 2024-02-10T08:24:38.638 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: systemctl enable ceph.target 2024-02-10T08:24:38.644 INFO:teuthology.orchestra.run.smithi138.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-02-10T08:24:38.720 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: systemctl start ceph.target 2024-02-10T08:24:38.728 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: systemctl enable ceph-c2125314-c7ed-11ee-95b8-87774f69a715.target 2024-02-10T08:24:38.734 INFO:teuthology.orchestra.run.smithi138.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-c2125314-c7ed-11ee-95b8-87774f69a715.target → /etc/systemd/system/ceph-c2125314-c7ed-11ee-95b8-87774f69a715.target. 2024-02-10T08:24:38.734 INFO:teuthology.orchestra.run.smithi138.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-c2125314-c7ed-11ee-95b8-87774f69a715.target → /etc/systemd/system/ceph-c2125314-c7ed-11ee-95b8-87774f69a715.target. 2024-02-10T08:24:38.810 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: systemctl start ceph-c2125314-c7ed-11ee-95b8-87774f69a715.target 2024-02-10T08:24:38.822 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: systemctl daemon-reload 2024-02-10T08:24:38.903 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: systemctl stop ceph-c2125314-c7ed-11ee-95b8-87774f69a715@mon.smithi138 2024-02-10T08:24:38.926 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: systemctl reset-failed ceph-c2125314-c7ed-11ee-95b8-87774f69a715@mon.smithi138 2024-02-10T08:24:38.931 INFO:teuthology.orchestra.run.smithi138.stderr:systemctl: Failed to reset failed state of unit ceph-c2125314-c7ed-11ee-95b8-87774f69a715@mon.smithi138.service: Unit ceph-c2125314-c7ed-11ee-95b8-87774f69a715@mon.smithi138.service not loaded. 2024-02-10T08:24:38.932 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: systemctl enable ceph-c2125314-c7ed-11ee-95b8-87774f69a715@mon.smithi138 2024-02-10T08:24:38.938 INFO:teuthology.orchestra.run.smithi138.stderr:systemctl: Created symlink /etc/systemd/system/ceph-c2125314-c7ed-11ee-95b8-87774f69a715.target.wants/ceph-c2125314-c7ed-11ee-95b8-87774f69a715@mon.smithi138.service → /etc/systemd/system/ceph-c2125314-c7ed-11ee-95b8-87774f69a715@.service. 2024-02-10T08:24:39.020 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: systemctl start ceph-c2125314-c7ed-11ee-95b8-87774f69a715@mon.smithi138 2024-02-10T08:24:39.584 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-10T08:24:39.592 INFO:teuthology.orchestra.run.smithi138.stderr:systemctl: disabled 2024-02-10T08:24:39.592 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: systemctl is-active firewalld.service 2024-02-10T08:24:39.599 INFO:teuthology.orchestra.run.smithi138.stderr:systemctl: inactive 2024-02-10T08:24:39.600 INFO:teuthology.orchestra.run.smithi138.stderr:firewalld.service is not enabled 2024-02-10T08:24:39.600 INFO:teuthology.orchestra.run.smithi138.stderr:Not possible to enable service . firewalld.service is not available 2024-02-10T08:24:39.600 INFO:teuthology.orchestra.run.smithi138.stderr:Not possible to open ports <[]>. firewalld.service is not available 2024-02-10T08:24:39.601 INFO:teuthology.orchestra.run.smithi138.stderr:Waiting for mon to start... 2024-02-10T08:24:39.601 INFO:teuthology.orchestra.run.smithi138.stderr:Waiting for mon... 2024-02-10T08:24:39.601 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 -v /var/lib/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/mon.smithi138:/var/lib/ceph/mon/ceph-smithi138:z -v /tmp/ceph-tmpcmj_t4j4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuq3sv_aw:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status 2024-02-10T08:24:39.825 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:39 smithi138 bash[63383]: aa331eaefd8f013eb9cbe0ebe83726d61097114eebb1b47d4312ca001d0b9504 2024-02-10T08:24:39.825 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:39 smithi138 systemd[1]: Started Ceph mon.smithi138 for c2125314-c7ed-11ee-95b8-87774f69a715. 2024-02-10T08:24:40.240 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: cluster: 2024-02-10T08:24:40.240 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: id: c2125314-c7ed-11ee-95b8-87774f69a715 2024-02-10T08:24:40.240 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-02-10T08:24:40.240 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: 2024-02-10T08:24:40.240 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: services: 2024-02-10T08:24:40.240 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi138 (age 0.697684s) 2024-02-10T08:24:40.240 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: mgr: no daemons active 2024-02-10T08:24:40.240 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-02-10T08:24:40.240 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: 2024-02-10T08:24:40.240 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: data: 2024-02-10T08:24:40.240 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-02-10T08:24:40.241 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-02-10T08:24:40.241 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-02-10T08:24:40.241 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: pgs: 2024-02-10T08:24:40.241 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: 2024-02-10T08:24:40.848 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63398]: cluster 2024-02-10T08:24:39.540431+0000 mon.smithi138 (mon.0) 2 : cluster [INF] mon.smithi138 is new leader, mons smithi138 in quorum (ranks 0) 2024-02-10T08:24:40.848 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63398]: cluster 2024-02-10T08:24:39.540598+0000 mon.smithi138 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi138=[v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0]} 2024-02-10T08:24:40.848 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63398]: cluster 2024-02-10T08:24:39.543488+0000 mon.smithi138 (mon.0) 4 : cluster [DBG] fsmap 2024-02-10T08:24:40.848 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63398]: cluster 2024-02-10T08:24:39.547056+0000 mon.smithi138 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-10T08:24:40.848 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63398]: cluster 2024-02-10T08:24:39.547419+0000 mon.smithi138 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-02-10T08:24:40.848 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63398]: audit 2024-02-10T08:24:40.238081+0000 mon.smithi138 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.138:0/2593204395' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-02-10T08:24:40.917 INFO:teuthology.orchestra.run.smithi138.stderr:mon is available 2024-02-10T08:24:40.917 INFO:teuthology.orchestra.run.smithi138.stderr:Assimilating anything we can from ceph.conf... 2024-02-10T08:24:40.917 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpcmj_t4j4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuq3sv_aw:/etc/ceph/ceph.conf:z -v /var/lib/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/mon.smithi138:/var/lib/ceph/mon/ceph-smithi138:z docker.io/ceph/ceph:v16.2.4 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi138/config 2024-02-10T08:24:41.524 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: 2024-02-10T08:24:41.524 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: [global] 2024-02-10T08:24:41.524 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: fsid = c2125314-c7ed-11ee-95b8-87774f69a715 2024-02-10T08:24:41.525 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: log_to_journald = false 2024-02-10T08:24:41.525 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.138:3300,v1:172.21.15.138:6789] 2024-02-10T08:24:41.525 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-10T08:24:41.525 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-10T08:24:41.525 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-10T08:24:41.525 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-10T08:24:41.525 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: 2024-02-10T08:24:41.525 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: [mgr] 2024-02-10T08:24:41.525 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-10T08:24:41.525 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: 2024-02-10T08:24:41.525 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: [osd] 2024-02-10T08:24:41.525 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-10T08:24:41.525 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: osd_memory_target_autotune = true 2024-02-10T08:24:41.525 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-10T08:24:41.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:41 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63398]: audit 2024-02-10T08:24:41.520155+0000 mon.smithi138 (mon.0) 8 : audit [INF] from='client.? 172.21.15.138:0/3826329732' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-10T08:24:41.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:41 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63398]: audit 2024-02-10T08:24:41.522652+0000 mon.smithi138 (mon.0) 9 : audit [INF] from='client.? 172.21.15.138:0/3826329732' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-10T08:24:42.108 INFO:teuthology.orchestra.run.smithi138.stderr:Generating new minimal ceph.conf... 2024-02-10T08:24:42.109 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpcmj_t4j4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuq3sv_aw:/etc/ceph/ceph.conf:z -v /var/lib/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/mon.smithi138:/var/lib/ceph/mon/ceph-smithi138:z docker.io/ceph/ceph:v16.2.4 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi138/config 2024-02-10T08:24:43.038 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63398]: audit 2024-02-10T08:24:42.744510+0000 mon.smithi138 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.138:0/4188299667' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:24:43.251 INFO:teuthology.orchestra.run.smithi138.stderr:Restarting the monitor... 2024-02-10T08:24:43.251 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: systemctl restart ceph-c2125314-c7ed-11ee-95b8-87774f69a715@mon.smithi138 2024-02-10T08:24:43.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:43 smithi138 systemd[1]: Stopping Ceph mon.smithi138 for c2125314-c7ed-11ee-95b8-87774f69a715... 2024-02-10T08:24:43.794 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:43 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63398]: debug 2024-02-10T08:24:43.406+0000 7fc44d795700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi138 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-02-10T08:24:43.794 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:43 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63398]: debug 2024-02-10T08:24:43.406+0000 7fc44d795700 -1 mon.smithi138@0(leader) e1 *** Got Signal Terminated *** 2024-02-10T08:24:44.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:43 smithi138 podman[63720]: ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138 2024-02-10T08:24:44.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 systemd[1]: ceph-c2125314-c7ed-11ee-95b8-87774f69a715@mon.smithi138.service: Succeeded. 2024-02-10T08:24:44.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 systemd[1]: Stopped Ceph mon.smithi138 for c2125314-c7ed-11ee-95b8-87774f69a715. 2024-02-10T08:24:44.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 systemd[1]: Starting Ceph mon.smithi138 for c2125314-c7ed-11ee-95b8-87774f69a715... 2024-02-10T08:24:44.735 INFO:teuthology.orchestra.run.smithi138.stderr:Setting mon public_network to 172.21.0.0/20 2024-02-10T08:24:44.735 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpcmj_t4j4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuq3sv_aw:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 config set mon public_network 172.21.0.0/20 2024-02-10T08:24:44.976 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.674+0000 7f45d78eb700 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-10T08:24:44.976 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.674+0000 7f45d78eb700 0 ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable), process ceph-mon, pid 7 2024-02-10T08:24:44.976 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.674+0000 7f45d78eb700 0 pidfile_write: ignore empty --pid-file 2024-02-10T08:24:44.976 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.678+0000 7f45d78eb700 0 load: jerasure load: lrc load: isa 2024-02-10T08:24:44.976 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: RocksDB version: 6.8.1 2024-02-10T08:24:44.977 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: 2024-02-10T08:24:44.977 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-10T08:24:44.977 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Compile date May 13 2021 2024-02-10T08:24:44.977 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: DB SUMMARY 2024-02-10T08:24:44.977 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: 2024-02-10T08:24:44.977 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: CURRENT file: CURRENT 2024-02-10T08:24:44.977 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: 2024-02-10T08:24:44.977 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: IDENTITY file: IDENTITY 2024-02-10T08:24:44.977 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: 2024-02-10T08:24:44.977 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-02-10T08:24:44.977 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: 2024-02-10T08:24:44.977 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi138/store.db dir, Total Num: 1, files: 000004.sst 2024-02-10T08:24:44.977 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: 2024-02-10T08:24:44.977 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi138/store.db: 000006.log size: 85695 ; 2024-02-10T08:24:44.978 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: 2024-02-10T08:24:44.978 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.error_if_exists: 0 2024-02-10T08:24:44.978 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.create_if_missing: 0 2024-02-10T08:24:44.978 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.paranoid_checks: 1 2024-02-10T08:24:44.978 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.env: 0x55bfae7f31c0 2024-02-10T08:24:44.978 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.fs: Posix File System 2024-02-10T08:24:44.978 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.info_log: 0x55bfb04c1960 2024-02-10T08:24:44.978 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-10T08:24:44.978 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.statistics: (nil) 2024-02-10T08:24:44.978 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.use_fsync: 0 2024-02-10T08:24:44.978 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.max_log_file_size: 0 2024-02-10T08:24:44.978 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-10T08:24:44.978 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-10T08:24:44.978 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-10T08:24:44.979 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-10T08:24:44.979 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.allow_fallocate: 1 2024-02-10T08:24:44.979 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-10T08:24:44.979 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-10T08:24:44.979 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.use_direct_reads: 0 2024-02-10T08:24:44.979 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-10T08:24:44.979 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.create_missing_column_families: 0 2024-02-10T08:24:44.979 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.db_log_dir: 2024-02-10T08:24:44.979 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi138/store.db 2024-02-10T08:24:44.979 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-10T08:24:44.979 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.max_subcompactions: 1 2024-02-10T08:24:44.980 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.max_background_flushes: -1 2024-02-10T08:24:44.980 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-10T08:24:44.980 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-10T08:24:44.980 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-10T08:24:44.980 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-10T08:24:44.980 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-10T08:24:44.980 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.advise_random_on_open: 1 2024-02-10T08:24:44.980 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-10T08:24:44.980 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.write_buffer_manager: 0x55bfb04c7fb0 2024-02-10T08:24:44.981 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-10T08:24:44.981 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-10T08:24:44.981 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-10T08:24:44.982 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-10T08:24:44.982 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.rate_limiter: (nil) 2024-02-10T08:24:44.982 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-10T08:24:44.982 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-10T08:24:44.982 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-10T08:24:44.982 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-10T08:24:44.982 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.unordered_write: 0 2024-02-10T08:24:44.982 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-10T08:24:44.982 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-10T08:24:44.982 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-10T08:24:44.982 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-10T08:24:44.982 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.row_cache: None 2024-02-10T08:24:44.982 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.wal_filter: None 2024-02-10T08:24:44.982 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-10T08:24:44.982 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-10T08:24:44.983 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.preserve_deletes: 0 2024-02-10T08:24:44.983 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.two_write_queues: 0 2024-02-10T08:24:44.983 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.manual_wal_flush: 0 2024-02-10T08:24:44.983 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.atomic_flush: 0 2024-02-10T08:24:44.983 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-10T08:24:44.983 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-10T08:24:44.983 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-10T08:24:44.983 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.log_readahead_size: 0 2024-02-10T08:24:44.983 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-10T08:24:44.983 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.max_background_jobs: 2 2024-02-10T08:24:44.983 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.max_background_compactions: -1 2024-02-10T08:24:44.983 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-10T08:24:44.983 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-10T08:24:44.983 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-10T08:24:44.984 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.max_total_wal_size: 0 2024-02-10T08:24:44.984 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-10T08:24:44.984 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-10T08:24:44.984 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-10T08:24:44.984 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-10T08:24:44.984 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.max_open_files: -1 2024-02-10T08:24:44.984 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.bytes_per_sync: 0 2024-02-10T08:24:44.984 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-10T08:24:44.984 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-10T08:24:44.984 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-10T08:24:44.984 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Compression algorithms supported: 2024-02-10T08:24:44.985 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-10T08:24:44.985 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: kZSTD supported: 0 2024-02-10T08:24:44.985 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: kXpressCompression supported: 0 2024-02-10T08:24:44.985 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-10T08:24:44.985 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: kLZ4Compression supported: 1 2024-02-10T08:24:44.985 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: kBZip2Compression supported: 0 2024-02-10T08:24:44.985 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: kZlibCompression supported: 1 2024-02-10T08:24:44.985 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: kSnappyCompression supported: 1 2024-02-10T08:24:44.985 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-10T08:24:44.985 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi138/store.db/MANIFEST-000005 2024-02-10T08:24:44.985 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: 2024-02-10T08:24:44.985 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-10T08:24:44.985 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: 2024-02-10T08:24:44.985 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-10T08:24:44.985 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.merge_operator: 2024-02-10T08:24:44.986 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.compaction_filter: None 2024-02-10T08:24:44.986 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.compaction_filter_factory: None 2024-02-10T08:24:44.986 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-10T08:24:44.986 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-10T08:24:44.986 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55bfb03d9cb0) 2024-02-10T08:24:44.986 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cache_index_and_filter_blocks: 1 2024-02-10T08:24:44.986 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-10T08:24:44.986 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-10T08:24:44.986 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: pin_top_level_index_and_filter: 1 2024-02-10T08:24:44.986 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: index_type: 0 2024-02-10T08:24:44.986 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: data_block_index_type: 0 2024-02-10T08:24:44.986 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: index_shortening: 1 2024-02-10T08:24:44.986 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: data_block_hash_table_util_ratio: 0.750000 2024-02-10T08:24:44.986 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: hash_index_allow_collision: 1 2024-02-10T08:24:44.986 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: checksum: 1 2024-02-10T08:24:44.987 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: no_block_cache: 0 2024-02-10T08:24:44.987 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: block_cache: 0x55bfb040ef10 2024-02-10T08:24:44.987 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: block_cache_name: BinnedLRUCache 2024-02-10T08:24:44.987 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: block_cache_options: 2024-02-10T08:24:44.987 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: capacity : 536870912 2024-02-10T08:24:44.987 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: num_shard_bits : 4 2024-02-10T08:24:44.987 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: strict_capacity_limit : 0 2024-02-10T08:24:44.987 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: high_pri_pool_ratio: 0.000 2024-02-10T08:24:44.987 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: block_cache_compressed: (nil) 2024-02-10T08:24:44.987 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: persistent_cache: (nil) 2024-02-10T08:24:44.987 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: block_size: 4096 2024-02-10T08:24:44.987 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: block_size_deviation: 10 2024-02-10T08:24:44.987 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: block_restart_interval: 16 2024-02-10T08:24:44.987 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: index_block_restart_interval: 1 2024-02-10T08:24:44.988 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: metadata_block_size: 4096 2024-02-10T08:24:44.988 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: partition_filters: 0 2024-02-10T08:24:44.988 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: use_delta_encoding: 1 2024-02-10T08:24:44.988 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-10T08:24:44.988 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: whole_key_filtering: 1 2024-02-10T08:24:44.988 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: verify_compression: 0 2024-02-10T08:24:44.988 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: read_amp_bytes_per_bit: 0 2024-02-10T08:24:44.988 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: format_version: 2 2024-02-10T08:24:44.988 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: enable_index_compression: 1 2024-02-10T08:24:44.988 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: block_align: 0 2024-02-10T08:24:44.989 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: 2024-02-10T08:24:44.989 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-10T08:24:44.989 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-10T08:24:44.989 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.compression: NoCompression 2024-02-10T08:24:44.989 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-10T08:24:44.989 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-10T08:24:44.989 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-10T08:24:44.989 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.num_levels: 7 2024-02-10T08:24:44.989 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-10T08:24:44.989 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-10T08:24:44.989 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-10T08:24:44.989 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-10T08:24:44.989 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-10T08:24:44.990 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-10T08:24:44.990 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-10T08:24:44.990 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-10T08:24:44.990 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-10T08:24:44.990 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-10T08:24:44.990 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.compression_opts.level: 32767 2024-02-10T08:24:44.990 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-10T08:24:44.990 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-10T08:24:44.990 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-10T08:24:44.990 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.compression_opts.enabled: false 2024-02-10T08:24:44.990 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-10T08:24:44.990 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-10T08:24:44.991 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-10T08:24:44.991 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-10T08:24:44.991 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-10T08:24:44.991 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-10T08:24:44.991 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-10T08:24:44.991 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-10T08:24:44.992 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-10T08:24:44.992 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-10T08:24:44.993 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-10T08:24:44.993 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-10T08:24:44.993 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-10T08:24:44.993 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-10T08:24:44.993 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-10T08:24:44.993 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-10T08:24:44.993 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-10T08:24:44.993 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.arena_block_size: 4194304 2024-02-10T08:24:44.993 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-10T08:24:44.993 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-10T08:24:44.994 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-10T08:24:44.994 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-10T08:24:44.994 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-10T08:24:44.994 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-10T08:24:44.994 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-10T08:24:44.994 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-10T08:24:44.994 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-10T08:24:44.994 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-10T08:24:44.994 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-10T08:24:44.994 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-10T08:24:44.994 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-10T08:24:44.994 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-10T08:24:44.994 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.table_properties_collectors: 2024-02-10T08:24:44.995 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.inplace_update_support: 0 2024-02-10T08:24:44.995 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-10T08:24:44.995 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-10T08:24:44.995 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-10T08:24:44.995 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-10T08:24:44.995 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.bloom_locality: 0 2024-02-10T08:24:44.995 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.max_successive_merges: 0 2024-02-10T08:24:44.995 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-10T08:24:44.995 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-10T08:24:44.995 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.force_consistency_checks: 0 2024-02-10T08:24:44.995 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-10T08:24:44.995 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.ttl: 2592000 2024-02-10T08:24:44.996 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.679+0000 7f45d78eb700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-10T08:24:44.996 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.680+0000 7f45d78eb700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi138/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-10T08:24:44.996 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: 2024-02-10T08:24:44.996 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.680+0000 7f45d78eb700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-02-10T08:24:44.996 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: 2024-02-10T08:24:44.996 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.680+0000 7f45d78eb700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707553484681453, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-02-10T08:24:44.996 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.680+0000 7f45d78eb700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-02-10T08:24:44.996 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.680+0000 7f45d78eb700 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-02-10T08:24:44.996 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.681+0000 7f45d78eb700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707553484682276, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 82443, "table_properties": {"data_size": 80713, "index_size": 335, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 581, "raw_key_size": 9331, "raw_average_key_size": 47, "raw_value_size": 75347, "raw_average_value_size": 380, "num_data_blocks": 11, "num_entries": 198, "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": 1707553484, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-10T08:24:44.996 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.681+0000 7f45d78eb700 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-02-10T08:24:44.996 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: 2024-02-10T08:24:44.996 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.681+0000 7f45d78eb700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707553484682685, "job": 1, "event": "recovery_finished"} 2024-02-10T08:24:44.997 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.682+0000 7f45d78eb700 4 rocksdb: DB pointer 0x55bfb04d3800 2024-02-10T08:24:44.997 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.682+0000 7f45be703700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-10T08:24:44.997 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.682+0000 7f45be703700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-10T08:24:44.997 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: ** DB Stats ** 2024-02-10T08:24:44.997 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T08:24:44.997 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-10T08:24:44.997 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-10T08:24:44.997 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T08:24:44.997 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-10T08:24:44.997 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-10T08:24:44.998 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T08:24:44.998 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: 2024-02-10T08:24:44.998 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: ** Compaction Stats [default] ** 2024-02-10T08:24:44.998 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-10T08:24:44.998 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T08:24:44.998 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: L0 2/0 82.20 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 141.9 0.00 0.00 1 0.001 0 0 2024-02-10T08:24:44.998 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: Sum 2/0 82.20 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 141.9 0.00 0.00 1 0.001 0 0 2024-02-10T08:24:44.998 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 141.9 0.00 0.00 1 0.001 0 0 2024-02-10T08:24:44.998 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: 2024-02-10T08:24:44.998 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: ** Compaction Stats [default] ** 2024-02-10T08:24:44.998 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-10T08:24:44.999 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T08:24:44.999 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 141.9 0.00 0.00 1 0.001 0 0 2024-02-10T08:24:44.999 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T08:24:44.999 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-10T08:24:44.999 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-10T08:24:44.999 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: AddFile(Total Files): cumulative 0, interval 0 2024-02-10T08:24:44.999 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-10T08:24:44.999 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: AddFile(Keys): cumulative 0, interval 0 2024-02-10T08:24:45.000 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: Cumulative compaction: 0.00 GB write, 28.48 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T08:24:45.000 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: Interval compaction: 0.00 GB write, 28.48 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T08:24:45.001 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-10T08:24:45.001 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: 2024-02-10T08:24:45.001 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: ** File Read Latency Histogram By Level [default] ** 2024-02-10T08:24:45.001 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: 2024-02-10T08:24:45.001 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: ** Compaction Stats [default] ** 2024-02-10T08:24:45.001 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-10T08:24:45.001 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T08:24:45.001 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: L0 2/0 82.20 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 141.9 0.00 0.00 1 0.001 0 0 2024-02-10T08:24:45.001 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: Sum 2/0 82.20 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 141.9 0.00 0.00 1 0.001 0 0 2024-02-10T08:24:45.001 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-10T08:24:45.001 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: 2024-02-10T08:24:45.002 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: ** Compaction Stats [default] ** 2024-02-10T08:24:45.002 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-10T08:24:45.002 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T08:24:45.002 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 141.9 0.00 0.00 1 0.001 0 0 2024-02-10T08:24:45.002 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T08:24:45.002 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-10T08:24:45.002 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-10T08:24:45.002 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: AddFile(Total Files): cumulative 0, interval 0 2024-02-10T08:24:45.002 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-10T08:24:45.002 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: AddFile(Keys): cumulative 0, interval 0 2024-02-10T08:24:45.002 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: Cumulative compaction: 0.00 GB write, 28.15 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T08:24:45.002 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T08:24:45.002 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-10T08:24:45.002 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: 2024-02-10T08:24:45.002 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: ** File Read Latency Histogram By Level [default] ** 2024-02-10T08:24:45.003 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: 2024-02-10T08:24:45.003 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.683+0000 7f45d78eb700 0 starting mon.smithi138 rank 0 at public addrs [v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0] at bind addrs [v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi138 fsid c2125314-c7ed-11ee-95b8-87774f69a715 2024-02-10T08:24:45.003 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.684+0000 7f45d78eb700 1 mon.smithi138@-1(???) e1 preinit fsid c2125314-c7ed-11ee-95b8-87774f69a715 2024-02-10T08:24:45.003 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.684+0000 7f45d78eb700 0 mon.smithi138@-1(???).mds e1 new map 2024-02-10T08:24:45.003 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.684+0000 7f45d78eb700 0 mon.smithi138@-1(???).mds e1 print_map 2024-02-10T08:24:45.003 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: e1 2024-02-10T08:24:45.003 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-10T08:24:45.003 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-02-10T08:24:45.003 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: legacy client fscid: -1 2024-02-10T08:24:45.003 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: 2024-02-10T08:24:45.004 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: No filesystems configured 2024-02-10T08:24:45.004 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: 2024-02-10T08:24:45.004 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.684+0000 7f45d78eb700 0 mon.smithi138@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-10T08:24:45.004 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.684+0000 7f45d78eb700 0 mon.smithi138@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-10T08:24:45.004 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.684+0000 7f45d78eb700 0 mon.smithi138@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-10T08:24:45.004 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.684+0000 7f45d78eb700 0 mon.smithi138@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-10T08:24:45.004 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:24:42.744510+0000 mon.smithi138 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.138:0/4188299667' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:24:45.004 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.684+0000 7f45d78eb700 1 mon.smithi138@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-02-10T08:24:45.004 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.685+0000 7f45d78eb700 20 expand_channel_meta expand map: {default=false} 2024-02-10T08:24:45.004 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.685+0000 7f45d78eb700 20 expand_channel_meta from 'false' to 'false' 2024-02-10T08:24:45.004 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.685+0000 7f45d78eb700 20 expand_channel_meta expanded map: {default=false} 2024-02-10T08:24:45.004 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.685+0000 7f45d78eb700 20 expand_channel_meta expand map: {default=info} 2024-02-10T08:24:45.004 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.685+0000 7f45d78eb700 20 expand_channel_meta from 'info' to 'info' 2024-02-10T08:24:45.005 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.685+0000 7f45d78eb700 20 expand_channel_meta expanded map: {default=info} 2024-02-10T08:24:45.005 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.685+0000 7f45d78eb700 20 expand_channel_meta expand map: {default=daemon} 2024-02-10T08:24:45.005 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.685+0000 7f45d78eb700 20 expand_channel_meta from 'daemon' to 'daemon' 2024-02-10T08:24:45.005 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.685+0000 7f45d78eb700 20 expand_channel_meta expanded map: {default=daemon} 2024-02-10T08:24:45.005 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.685+0000 7f45d78eb700 20 expand_channel_meta expand map: {default=debug} 2024-02-10T08:24:45.005 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.685+0000 7f45d78eb700 20 expand_channel_meta from 'debug' to 'debug' 2024-02-10T08:24:45.005 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:24:44.685+0000 7f45d78eb700 20 expand_channel_meta expanded map: {default=debug} 2024-02-10T08:24:45.005 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 bash[63792]: 9ca01e9773362dd71211be073a9fb58c7e6870fb1375b3340c42c282d33864cd 2024-02-10T08:24:45.005 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 systemd[1]: Started Ceph mon.smithi138 for c2125314-c7ed-11ee-95b8-87774f69a715. 2024-02-10T08:24:45.005 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:24:44.700486+0000 mon.smithi138 (mon.0) 1 : cluster [INF] mon.smithi138 is new leader, mons smithi138 in quorum (ranks 0) 2024-02-10T08:24:45.006 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:24:44.700545+0000 mon.smithi138 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi138=[v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0]} 2024-02-10T08:24:45.006 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:24:44.700574+0000 mon.smithi138 (mon.0) 3 : cluster [DBG] fsmap 2024-02-10T08:24:45.006 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:24:44.700605+0000 mon.smithi138 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-10T08:24:45.006 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:24:44.700976+0000 mon.smithi138 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-02-10T08:24:45.925 INFO:teuthology.orchestra.run.smithi138.stderr:Wrote config to /etc/ceph/ceph.conf 2024-02-10T08:24:45.925 INFO:teuthology.orchestra.run.smithi138.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-02-10T08:24:45.925 INFO:teuthology.orchestra.run.smithi138.stderr:Creating mgr... 2024-02-10T08:24:45.925 INFO:teuthology.orchestra.run.smithi138.stderr:Verifying port 9283 ... 2024-02-10T08:24:45.927 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: systemctl daemon-reload 2024-02-10T08:24:46.020 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: systemctl stop ceph-c2125314-c7ed-11ee-95b8-87774f69a715@mgr.smithi138.arglrk 2024-02-10T08:24:46.042 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: systemctl reset-failed ceph-c2125314-c7ed-11ee-95b8-87774f69a715@mgr.smithi138.arglrk 2024-02-10T08:24:46.047 INFO:teuthology.orchestra.run.smithi138.stderr:systemctl: Failed to reset failed state of unit ceph-c2125314-c7ed-11ee-95b8-87774f69a715@mgr.smithi138.arglrk.service: Unit ceph-c2125314-c7ed-11ee-95b8-87774f69a715@mgr.smithi138.arglrk.service not loaded. 2024-02-10T08:24:46.048 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: systemctl enable ceph-c2125314-c7ed-11ee-95b8-87774f69a715@mgr.smithi138.arglrk 2024-02-10T08:24:46.053 INFO:teuthology.orchestra.run.smithi138.stderr:systemctl: Created symlink /etc/systemd/system/ceph-c2125314-c7ed-11ee-95b8-87774f69a715.target.wants/ceph-c2125314-c7ed-11ee-95b8-87774f69a715@mgr.smithi138.arglrk.service → /etc/systemd/system/ceph-c2125314-c7ed-11ee-95b8-87774f69a715@.service. 2024-02-10T08:24:46.135 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: systemctl start ceph-c2125314-c7ed-11ee-95b8-87774f69a715@mgr.smithi138.arglrk 2024-02-10T08:24:46.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:46 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:24:45.339476+0000 mon.smithi138 (mon.0) 6 : audit [INF] from='client.? 172.21.15.138:0/2753343453' entity='client.admin' 2024-02-10T08:24:46.806 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-10T08:24:46.816 INFO:teuthology.orchestra.run.smithi138.stderr:systemctl: disabled 2024-02-10T08:24:46.816 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: systemctl is-active firewalld.service 2024-02-10T08:24:46.825 INFO:teuthology.orchestra.run.smithi138.stderr:systemctl: inactive 2024-02-10T08:24:46.826 INFO:teuthology.orchestra.run.smithi138.stderr:firewalld.service is not enabled 2024-02-10T08:24:46.826 INFO:teuthology.orchestra.run.smithi138.stderr:Not possible to enable service . firewalld.service is not available 2024-02-10T08:24:46.826 INFO:teuthology.orchestra.run.smithi138.stderr:Not possible to open ports <[]>. firewalld.service is not available 2024-02-10T08:24:46.826 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-10T08:24:46.833 INFO:teuthology.orchestra.run.smithi138.stderr:systemctl: disabled 2024-02-10T08:24:46.834 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: systemctl is-active firewalld.service 2024-02-10T08:24:46.841 INFO:teuthology.orchestra.run.smithi138.stderr:systemctl: inactive 2024-02-10T08:24:46.841 INFO:teuthology.orchestra.run.smithi138.stderr:firewalld.service is not enabled 2024-02-10T08:24:46.842 INFO:teuthology.orchestra.run.smithi138.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-02-10T08:24:46.842 INFO:teuthology.orchestra.run.smithi138.stderr:Waiting for mgr to start... 2024-02-10T08:24:46.842 INFO:teuthology.orchestra.run.smithi138.stderr:Waiting for mgr... 2024-02-10T08:24:46.842 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpcmj_t4j4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuq3sv_aw:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status -f json-pretty 2024-02-10T08:24:47.465 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: 2024-02-10T08:24:47.465 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: { 2024-02-10T08:24:47.465 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "fsid": "c2125314-c7ed-11ee-95b8-87774f69a715", 2024-02-10T08:24:47.465 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "health": { 2024-02-10T08:24:47.465 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-10T08:24:47.465 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "checks": {}, 2024-02-10T08:24:47.465 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "mutes": [] 2024-02-10T08:24:47.465 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: }, 2024-02-10T08:24:47.465 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-10T08:24:47.465 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "quorum": [ 2024-02-10T08:24:47.465 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: 0 2024-02-10T08:24:47.466 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: ], 2024-02-10T08:24:47.466 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-10T08:24:47.466 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "smithi138" 2024-02-10T08:24:47.466 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: ], 2024-02-10T08:24:47.466 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "quorum_age": 2, 2024-02-10T08:24:47.466 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "monmap": { 2024-02-10T08:24:47.466 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-10T08:24:47.466 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-10T08:24:47.466 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-10T08:24:47.466 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: }, 2024-02-10T08:24:47.466 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "osdmap": { 2024-02-10T08:24:47.466 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-10T08:24:47.466 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-10T08:24:47.466 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-10T08:24:47.467 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-10T08:24:47.467 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-10T08:24:47.467 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-10T08:24:47.467 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-10T08:24:47.467 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: }, 2024-02-10T08:24:47.467 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "pgmap": { 2024-02-10T08:24:47.467 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-10T08:24:47.467 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-10T08:24:47.467 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-10T08:24:47.467 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-10T08:24:47.467 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-10T08:24:47.467 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-10T08:24:47.467 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-10T08:24:47.467 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-10T08:24:47.467 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: }, 2024-02-10T08:24:47.468 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "fsmap": { 2024-02-10T08:24:47.468 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-10T08:24:47.468 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-10T08:24:47.468 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-10T08:24:47.468 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: }, 2024-02-10T08:24:47.468 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-10T08:24:47.468 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "available": false, 2024-02-10T08:24:47.468 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-10T08:24:47.468 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "modules": [ 2024-02-10T08:24:47.468 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "iostat", 2024-02-10T08:24:47.468 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "restful" 2024-02-10T08:24:47.468 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: ], 2024-02-10T08:24:47.468 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "services": {} 2024-02-10T08:24:47.468 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: }, 2024-02-10T08:24:47.469 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "servicemap": { 2024-02-10T08:24:47.469 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-10T08:24:47.469 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "modified": "2024-02-10T08:24:39.541931+0000", 2024-02-10T08:24:47.469 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "services": {} 2024-02-10T08:24:47.469 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: }, 2024-02-10T08:24:47.469 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-10T08:24:47.469 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: } 2024-02-10T08:24:47.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:47 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:24:47.458811+0000 mon.smithi138 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.138:0/266706092' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-10T08:24:48.021 INFO:teuthology.orchestra.run.smithi138.stderr:mgr not available, waiting (1/15)... 2024-02-10T08:24:50.023 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpcmj_t4j4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuq3sv_aw:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status -f json-pretty 2024-02-10T08:24:50.619 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: 2024-02-10T08:24:50.619 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: { 2024-02-10T08:24:50.619 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "fsid": "c2125314-c7ed-11ee-95b8-87774f69a715", 2024-02-10T08:24:50.619 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "health": { 2024-02-10T08:24:50.619 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-10T08:24:50.619 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "checks": {}, 2024-02-10T08:24:50.619 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "mutes": [] 2024-02-10T08:24:50.619 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: }, 2024-02-10T08:24:50.619 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-10T08:24:50.619 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "quorum": [ 2024-02-10T08:24:50.620 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: 0 2024-02-10T08:24:50.620 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: ], 2024-02-10T08:24:50.620 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-10T08:24:50.620 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "smithi138" 2024-02-10T08:24:50.620 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: ], 2024-02-10T08:24:50.620 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "quorum_age": 5, 2024-02-10T08:24:50.620 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "monmap": { 2024-02-10T08:24:50.620 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-10T08:24:50.620 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-10T08:24:50.620 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-10T08:24:50.620 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: }, 2024-02-10T08:24:50.620 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "osdmap": { 2024-02-10T08:24:50.621 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-10T08:24:50.621 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-10T08:24:50.621 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-10T08:24:50.621 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-10T08:24:50.621 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-10T08:24:50.621 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-10T08:24:50.621 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-10T08:24:50.621 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: }, 2024-02-10T08:24:50.621 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "pgmap": { 2024-02-10T08:24:50.621 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-10T08:24:50.621 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-10T08:24:50.621 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-10T08:24:50.621 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-10T08:24:50.621 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-10T08:24:50.621 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-10T08:24:50.622 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-10T08:24:50.622 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-10T08:24:50.622 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: }, 2024-02-10T08:24:50.622 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "fsmap": { 2024-02-10T08:24:50.622 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-10T08:24:50.622 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-10T08:24:50.622 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-10T08:24:50.622 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: }, 2024-02-10T08:24:50.622 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-10T08:24:50.622 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "available": false, 2024-02-10T08:24:50.622 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-10T08:24:50.622 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "modules": [ 2024-02-10T08:24:50.622 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "iostat", 2024-02-10T08:24:50.622 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "restful" 2024-02-10T08:24:50.623 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: ], 2024-02-10T08:24:50.623 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "services": {} 2024-02-10T08:24:50.623 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: }, 2024-02-10T08:24:50.623 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "servicemap": { 2024-02-10T08:24:50.623 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-10T08:24:50.623 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "modified": "2024-02-10T08:24:39.541931+0000", 2024-02-10T08:24:50.623 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "services": {} 2024-02-10T08:24:50.623 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: }, 2024-02-10T08:24:50.623 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-10T08:24:50.623 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: } 2024-02-10T08:24:51.008 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:50 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:24:50.612079+0000 mon.smithi138 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.138:0/1756833965' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-10T08:24:51.270 INFO:teuthology.orchestra.run.smithi138.stderr:mgr not available, waiting (2/15)... 2024-02-10T08:24:52.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:24:51.664122+0000 mon.smithi138 (mon.0) 9 : cluster [INF] Activating manager daemon smithi138.arglrk 2024-02-10T08:24:52.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:24:51.666510+0000 mon.smithi138 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi138.arglrk(active, starting, since 0.00246658s) 2024-02-10T08:24:52.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:24:51.667344+0000 mon.smithi138 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.138:0/582992240' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T08:24:52.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:24:51.667463+0000 mon.smithi138 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.138:0/582992240' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T08:24:52.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:24:51.667567+0000 mon.smithi138 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.138:0/582992240' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T08:24:52.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:24:51.667714+0000 mon.smithi138 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.138:0/582992240' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mon metadata", "id": "smithi138"}]: dispatch 2024-02-10T08:24:52.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:24:51.668050+0000 mon.smithi138 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.138:0/582992240' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mgr metadata", "who": "smithi138.arglrk", "id": "smithi138.arglrk"}]: dispatch 2024-02-10T08:24:52.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:24:51.669876+0000 mon.smithi138 (mon.0) 16 : cluster [INF] Manager daemon smithi138.arglrk is now available 2024-02-10T08:24:52.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:24:51.678987+0000 mon.smithi138 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.138:0/582992240' entity='mgr.smithi138.arglrk' 2024-02-10T08:24:52.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:24:51.682257+0000 mon.smithi138 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.138:0/582992240' entity='mgr.smithi138.arglrk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.arglrk/mirror_snapshot_schedule"}]: dispatch 2024-02-10T08:24:52.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:24:51.683352+0000 mon.smithi138 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.138:0/582992240' entity='mgr.smithi138.arglrk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.arglrk/trash_purge_schedule"}]: dispatch 2024-02-10T08:24:52.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:24:51.690101+0000 mon.smithi138 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.138:0/582992240' entity='mgr.smithi138.arglrk' 2024-02-10T08:24:53.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:52 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:24:51.695351+0000 mon.smithi138 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.138:0/582992240' entity='mgr.smithi138.arglrk' 2024-02-10T08:24:53.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:52 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:24:52.669593+0000 mon.smithi138 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi138.arglrk(active, since 1.00555s) 2024-02-10T08:24:53.272 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpcmj_t4j4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuq3sv_aw:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status -f json-pretty 2024-02-10T08:24:54.030 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: 2024-02-10T08:24:54.031 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: { 2024-02-10T08:24:54.031 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "fsid": "c2125314-c7ed-11ee-95b8-87774f69a715", 2024-02-10T08:24:54.031 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "health": { 2024-02-10T08:24:54.031 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-10T08:24:54.031 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "checks": {}, 2024-02-10T08:24:54.031 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "mutes": [] 2024-02-10T08:24:54.031 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: }, 2024-02-10T08:24:54.031 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-10T08:24:54.031 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "quorum": [ 2024-02-10T08:24:54.031 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: 0 2024-02-10T08:24:54.031 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: ], 2024-02-10T08:24:54.031 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-10T08:24:54.031 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "smithi138" 2024-02-10T08:24:54.031 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: ], 2024-02-10T08:24:54.032 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "quorum_age": 9, 2024-02-10T08:24:54.032 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "monmap": { 2024-02-10T08:24:54.032 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-10T08:24:54.032 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-10T08:24:54.032 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-10T08:24:54.032 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: }, 2024-02-10T08:24:54.032 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "osdmap": { 2024-02-10T08:24:54.032 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-10T08:24:54.032 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-10T08:24:54.032 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-10T08:24:54.032 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-10T08:24:54.032 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-10T08:24:54.032 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-10T08:24:54.032 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-10T08:24:54.033 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: }, 2024-02-10T08:24:54.033 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "pgmap": { 2024-02-10T08:24:54.033 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-10T08:24:54.033 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-10T08:24:54.033 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-10T08:24:54.033 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-10T08:24:54.033 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-10T08:24:54.033 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-10T08:24:54.033 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-10T08:24:54.033 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-10T08:24:54.033 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: }, 2024-02-10T08:24:54.033 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "fsmap": { 2024-02-10T08:24:54.033 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-10T08:24:54.033 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-10T08:24:54.034 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-10T08:24:54.034 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: }, 2024-02-10T08:24:54.034 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-10T08:24:54.034 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "available": true, 2024-02-10T08:24:54.034 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-10T08:24:54.034 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "modules": [ 2024-02-10T08:24:54.034 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "iostat", 2024-02-10T08:24:54.034 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "restful" 2024-02-10T08:24:54.034 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: ], 2024-02-10T08:24:54.034 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "services": {} 2024-02-10T08:24:54.034 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: }, 2024-02-10T08:24:54.034 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "servicemap": { 2024-02-10T08:24:54.034 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-10T08:24:54.034 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "modified": "2024-02-10T08:24:39.541931+0000", 2024-02-10T08:24:54.034 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "services": {} 2024-02-10T08:24:54.034 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: }, 2024-02-10T08:24:54.035 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-10T08:24:54.035 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: } 2024-02-10T08:24:54.618 INFO:teuthology.orchestra.run.smithi138.stderr:mgr is available 2024-02-10T08:24:54.619 INFO:teuthology.orchestra.run.smithi138.stderr:Enabling cephadm module... 2024-02-10T08:24:54.619 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpcmj_t4j4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuq3sv_aw:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr module enable cephadm 2024-02-10T08:24:54.887 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:54 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:24:53.703026+0000 mon.smithi138 (mon.0) 23 : cluster [DBG] mgrmap e4: smithi138.arglrk(active, since 2s) 2024-02-10T08:24:54.887 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:54 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:24:54.023977+0000 mon.smithi138 (mon.0) 24 : audit [DBG] from='client.? 172.21.15.138:0/425695355' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-10T08:24:56.039 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:55 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:24:55.358826+0000 mon.smithi138 (mon.0) 25 : audit [INF] from='client.? 172.21.15.138:0/2816062832' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-02-10T08:24:56.828 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpcmj_t4j4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuq3sv_aw:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr stat 2024-02-10T08:24:57.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:56 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:24:55.705750+0000 mon.smithi138 (mon.0) 26 : audit [INF] from='client.? 172.21.15.138:0/2816062832' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-02-10T08:24:57.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:24:56 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:24:55.705795+0000 mon.smithi138 (mon.0) 27 : cluster [DBG] mgrmap e5: smithi138.arglrk(active, since 4s) 2024-02-10T08:25:00.803 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: { 2024-02-10T08:25:00.803 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "epoch": 5, 2024-02-10T08:25:00.803 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "available": true, 2024-02-10T08:25:00.803 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "active_name": "smithi138.arglrk", 2024-02-10T08:25:00.804 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-10T08:25:00.804 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: } 2024-02-10T08:25:01.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:00 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:00.145696+0000 mon.smithi138 (mon.0) 28 : audit [DBG] from='client.? 172.21.15.138:0/1377035160' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-10T08:25:01.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:00 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:25:00.655656+0000 mon.smithi138 (mon.0) 29 : cluster [INF] Active manager daemon smithi138.arglrk restarted 2024-02-10T08:25:01.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:00 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:25:00.656146+0000 mon.smithi138 (mon.0) 30 : cluster [INF] Activating manager daemon smithi138.arglrk 2024-02-10T08:25:01.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:00 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:25:00.660089+0000 mon.smithi138 (mon.0) 31 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-02-10T08:25:02.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:01 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:25:00.694037+0000 mon.smithi138 (mon.0) 32 : cluster [DBG] mgrmap e6: smithi138.arglrk(active, starting, since 0.0380028s) 2024-02-10T08:25:02.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:01 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:00.695110+0000 mon.smithi138 (mon.0) 33 : audit [DBG] from='mgr.14114 172.21.15.138:0/3303895187' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mon metadata", "id": "smithi138"}]: dispatch 2024-02-10T08:25:02.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:01 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:00.695700+0000 mon.smithi138 (mon.0) 34 : audit [DBG] from='mgr.14114 172.21.15.138:0/3303895187' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mgr metadata", "who": "smithi138.arglrk", "id": "smithi138.arglrk"}]: dispatch 2024-02-10T08:25:02.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:01 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:00.696604+0000 mon.smithi138 (mon.0) 35 : audit [DBG] from='mgr.14114 172.21.15.138:0/3303895187' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T08:25:02.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:01 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:00.696755+0000 mon.smithi138 (mon.0) 36 : audit [DBG] from='mgr.14114 172.21.15.138:0/3303895187' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T08:25:02.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:01 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:00.698765+0000 mon.smithi138 (mon.0) 37 : audit [DBG] from='mgr.14114 172.21.15.138:0/3303895187' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T08:25:02.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:01 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:25:00.700574+0000 mon.smithi138 (mon.0) 38 : cluster [INF] Manager daemon smithi138.arglrk is now available 2024-02-10T08:25:02.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:01 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:00.713939+0000 mon.smithi138 (mon.0) 39 : audit [INF] from='mgr.14114 172.21.15.138:0/3303895187' entity='mgr.smithi138.arglrk' 2024-02-10T08:25:02.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:01 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:00.716600+0000 mon.smithi138 (mon.0) 40 : audit [INF] from='mgr.14114 172.21.15.138:0/3303895187' entity='mgr.smithi138.arglrk' 2024-02-10T08:25:02.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:01 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:00.719074+0000 mon.smithi138 (mon.0) 41 : audit [INF] from='mgr.14114 172.21.15.138:0/3303895187' entity='mgr.smithi138.arglrk' 2024-02-10T08:25:02.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:01 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:00.807162+0000 mon.smithi138 (mon.0) 42 : audit [INF] from='mgr.14114 172.21.15.138:0/3303895187' entity='mgr.smithi138.arglrk' 2024-02-10T08:25:02.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:01 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:00.807829+0000 mon.smithi138 (mon.0) 43 : audit [DBG] from='mgr.14114 172.21.15.138:0/3303895187' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:25:02.099 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:01 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:00.809324+0000 mon.smithi138 (mon.0) 44 : audit [DBG] from='mgr.14114 172.21.15.138:0/3303895187' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:25:02.099 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:01 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:00.810899+0000 mon.smithi138 (mon.0) 45 : audit [DBG] from='mgr.14114 172.21.15.138:0/3303895187' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:25:02.099 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:01 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:00.820183+0000 mon.smithi138 (mon.0) 46 : audit [INF] from='mgr.14114 172.21.15.138:0/3303895187' entity='mgr.smithi138.arglrk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.arglrk/mirror_snapshot_schedule"}]: dispatch 2024-02-10T08:25:02.099 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:01 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:00.821270+0000 mon.smithi138 (mon.0) 47 : audit [INF] from='mgr.14114 172.21.15.138:0/3303895187' entity='mgr.smithi138.arglrk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.arglrk/trash_purge_schedule"}]: dispatch 2024-02-10T08:25:03.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:02 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:25:01.701267+0000 mon.smithi138 (mon.0) 48 : cluster [DBG] mgrmap e7: smithi138.arglrk(active, since 1.04523s) 2024-02-10T08:25:04.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:03 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:25:02.709115+0000 mon.smithi138 (mon.0) 49 : cluster [DBG] mgrmap e8: smithi138.arglrk(active, since 2s) 2024-02-10T08:25:05.673 INFO:teuthology.orchestra.run.smithi138.stderr:Waiting for the mgr to restart... 2024-02-10T08:25:05.673 INFO:teuthology.orchestra.run.smithi138.stderr:Waiting for mgr epoch 5... 2024-02-10T08:25:05.673 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpcmj_t4j4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuq3sv_aw:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 tell mgr mgr_status 2024-02-10T08:25:08.401 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: { 2024-02-10T08:25:08.401 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "mgrmap_epoch": 8, 2024-02-10T08:25:08.401 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "initialized": true 2024-02-10T08:25:08.402 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: } 2024-02-10T08:25:08.908 INFO:teuthology.orchestra.run.smithi138.stderr:mgr epoch 5 is available 2024-02-10T08:25:08.908 INFO:teuthology.orchestra.run.smithi138.stderr:Setting orchestrator backend to cephadm... 2024-02-10T08:25:08.908 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpcmj_t4j4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuq3sv_aw:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch set backend cephadm 2024-02-10T08:25:09.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:08.394970+0000 mgr.smithi138.arglrk (mgr.14114) 1 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-10T08:25:09.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:08.400765+0000 mgr.smithi138.arglrk (mgr.14114) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-10T08:25:10.056 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpcmj_t4j4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuq3sv_aw:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 cephadm set-user root 2024-02-10T08:25:10.690 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: value unchanged 2024-02-10T08:25:11.034 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:09.616229+0000 mgr.smithi138.arglrk (mgr.14114) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:25:11.035 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:09.620114+0000 mon.smithi138 (mon.0) 50 : audit [INF] from='mgr.14114 172.21.15.138:0/3303895187' entity='mgr.smithi138.arglrk' 2024-02-10T08:25:11.035 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:09.623533+0000 mon.smithi138 (mon.0) 51 : audit [DBG] from='mgr.14114 172.21.15.138:0/3303895187' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:25:11.221 INFO:teuthology.orchestra.run.smithi138.stderr:Generating ssh key... 2024-02-10T08:25:11.221 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpcmj_t4j4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuq3sv_aw:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 cephadm generate-key 2024-02-10T08:25:11.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:11 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:10.689737+0000 mgr.smithi138.arglrk (mgr.14114) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:25:12.652 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpcmj_t4j4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuq3sv_aw:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 cephadm get-pub-key 2024-02-10T08:25:13.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:13 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:25:11.906855+0000 mgr.smithi138.arglrk (mgr.14114) 6 : cephadm [INF] Generating ssh key... 2024-02-10T08:25:13.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:13 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:12.018478+0000 mon.smithi138 (mon.0) 52 : audit [INF] from='mgr.14114 172.21.15.138:0/3303895187' entity='mgr.smithi138.arglrk' 2024-02-10T08:25:13.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:13 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:12.020796+0000 mon.smithi138 (mon.0) 53 : audit [INF] from='mgr.14114 172.21.15.138:0/3303895187' entity='mgr.smithi138.arglrk' 2024-02-10T08:25:13.368 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDGyKBbBKaPyx0hs6U/TrlvfvyLLmtxJe4sH9sgwqjdCQblUB3fCrPmQfKCFdAJUluFNOAv0DcUzWXrQA+Cf0P5o14TujOJZm2/CdGs2LiYxJRN57+Xn3Bzn9X1AgQJrTCbOdmXpj8y4KWVKhxfXrot0w+ioufdN+QSUgyFk6Cs5o0r7VRLJGA4z4kUks4dKYcIsKFY7cn9sbkuw5NGoioORxVzroEiPk4AmSW3QK2Do3n6vCS9ubKM4xhIZtPWBJLqy/otzQahxDVCQSDEMlYH5lPiDfDWwoRtZzGTlpBlJuj/rHR5Hlxw+7goYRkLAg4oqKEmQHNuGpMWVHsY6JXEqFzqhnIp/gJl7i3cM1V8Nr7iET9rwdEsOjcbOBKkC5xtkOfZbv8/LQEOyLmQO7vJIDgzYiYYzWBuVff9O3xq/of4Y0crvV2bd52IcYZgN5bwCqdCSP2vmcOWB+LL74rS71zrlkbcnDoLBMyBEtJ8/mMJs3tDKdr/OS9D1lN4gCU= ceph-c2125314-c7ed-11ee-95b8-87774f69a715 2024-02-10T08:25:13.993 INFO:teuthology.orchestra.run.smithi138.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-02-10T08:25:13.993 INFO:teuthology.orchestra.run.smithi138.stderr:Adding key to root@localhost authorized_keys... 2024-02-10T08:25:13.993 INFO:teuthology.orchestra.run.smithi138.stderr:Adding host smithi138... 2024-02-10T08:25:13.994 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpcmj_t4j4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuq3sv_aw:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch host add smithi138 172.21.15.138 2024-02-10T08:25:14.255 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:14 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:13.367393+0000 mgr.smithi138.arglrk (mgr.14114) 7 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:25:15.254 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: Added host 'smithi138' 2024-02-10T08:25:15.774 INFO:teuthology.orchestra.run.smithi138.stderr:Deploying mon service with default placement... 2024-02-10T08:25:15.774 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpcmj_t4j4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuq3sv_aw:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply mon 2024-02-10T08:25:15.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:15 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:14.677706+0000 mgr.smithi138.arglrk (mgr.14114) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi138", "addr": "172.21.15.138", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:25:15.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:15 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:15.252018+0000 mon.smithi138 (mon.0) 54 : audit [INF] from='mgr.14114 172.21.15.138:0/3303895187' entity='mgr.smithi138.arglrk' 2024-02-10T08:25:15.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:15 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:15.252549+0000 mon.smithi138 (mon.0) 55 : audit [DBG] from='mgr.14114 172.21.15.138:0/3303895187' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:25:16.549 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: Scheduled mon update... 2024-02-10T08:25:16.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:16 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:25:15.252315+0000 mgr.smithi138.arglrk (mgr.14114) 9 : cephadm [INF] Added host smithi138 2024-02-10T08:25:16.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:16 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:16.548741+0000 mon.smithi138 (mon.0) 56 : audit [INF] from='mgr.14114 172.21.15.138:0/3303895187' entity='mgr.smithi138.arglrk' 2024-02-10T08:25:17.098 INFO:teuthology.orchestra.run.smithi138.stderr:Deploying mgr service with default placement... 2024-02-10T08:25:17.098 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpcmj_t4j4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuq3sv_aw:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply mgr 2024-02-10T08:25:17.786 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-02-10T08:25:18.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:17 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:16.545627+0000 mgr.smithi138.arglrk (mgr.14114) 10 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:25:18.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:17 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:25:16.546433+0000 mgr.smithi138.arglrk (mgr.14114) 11 : cephadm [INF] Saving service mon spec with placement count:5 2024-02-10T08:25:18.362 INFO:teuthology.orchestra.run.smithi138.stderr:Deploying crash service with default placement... 2024-02-10T08:25:18.362 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpcmj_t4j4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuq3sv_aw:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply crash 2024-02-10T08:25:19.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:18 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:17.783171+0000 mgr.smithi138.arglrk (mgr.14114) 12 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:25:19.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:18 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:25:17.783679+0000 mgr.smithi138.arglrk (mgr.14114) 13 : cephadm [INF] Saving service mgr spec with placement count:2 2024-02-10T08:25:19.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:18 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:17.785668+0000 mon.smithi138 (mon.0) 57 : audit [INF] from='mgr.14114 172.21.15.138:0/3303895187' entity='mgr.smithi138.arglrk' 2024-02-10T08:25:19.174 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: Scheduled crash update... 2024-02-10T08:25:19.836 INFO:teuthology.orchestra.run.smithi138.stderr:Enabling mgr prometheus module... 2024-02-10T08:25:19.836 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpcmj_t4j4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuq3sv_aw:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr module enable prometheus 2024-02-10T08:25:20.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:20 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:19.170381+0000 mgr.smithi138.arglrk (mgr.14114) 14 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:25:20.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:20 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:25:19.171061+0000 mgr.smithi138.arglrk (mgr.14114) 15 : cephadm [INF] Saving service crash spec with placement * 2024-02-10T08:25:20.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:20 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:19.173273+0000 mon.smithi138 (mon.0) 58 : audit [INF] from='mgr.14114 172.21.15.138:0/3303895187' entity='mgr.smithi138.arglrk' 2024-02-10T08:25:21.539 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:20.519183+0000 mon.smithi138 (mon.0) 59 : audit [INF] from='client.? 172.21.15.138:0/1561589952' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-02-10T08:25:21.539 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:25:20.698021+0000 mgr.smithi138.arglrk (mgr.14114) 16 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:25:21.884 INFO:teuthology.orchestra.run.smithi138.stderr:Deploying prometheus service with default placement... 2024-02-10T08:25:21.884 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpcmj_t4j4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuq3sv_aw:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply prometheus 2024-02-10T08:25:22.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:22 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:21.177615+0000 mon.smithi138 (mon.0) 60 : audit [INF] from='client.? 172.21.15.138:0/1561589952' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-02-10T08:25:22.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:22 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:25:21.177685+0000 mon.smithi138 (mon.0) 61 : cluster [DBG] mgrmap e9: smithi138.arglrk(active, since 20s) 2024-02-10T08:25:26.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:26 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:25:26.123670+0000 mon.smithi138 (mon.0) 62 : cluster [INF] Active manager daemon smithi138.arglrk restarted 2024-02-10T08:25:26.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:26 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:25:26.124083+0000 mon.smithi138 (mon.0) 63 : cluster [INF] Activating manager daemon smithi138.arglrk 2024-02-10T08:25:26.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:26 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:25:26.125661+0000 mon.smithi138 (mon.0) 64 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-02-10T08:25:27.189 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-02-10T08:25:27.497 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:25:26.176806+0000 mon.smithi138 (mon.0) 65 : cluster [DBG] mgrmap e10: smithi138.arglrk(active, starting, since 0.0528097s) 2024-02-10T08:25:27.497 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:26.179194+0000 mon.smithi138 (mon.0) 66 : audit [DBG] from='mgr.14142 172.21.15.138:0/3635665019' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mon metadata", "id": "smithi138"}]: dispatch 2024-02-10T08:25:27.497 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:26.179737+0000 mon.smithi138 (mon.0) 67 : audit [DBG] from='mgr.14142 172.21.15.138:0/3635665019' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mgr metadata", "who": "smithi138.arglrk", "id": "smithi138.arglrk"}]: dispatch 2024-02-10T08:25:27.497 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:26.180613+0000 mon.smithi138 (mon.0) 68 : audit [DBG] from='mgr.14142 172.21.15.138:0/3635665019' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T08:25:27.497 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:26.180828+0000 mon.smithi138 (mon.0) 69 : audit [DBG] from='mgr.14142 172.21.15.138:0/3635665019' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T08:25:27.497 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:26.181053+0000 mon.smithi138 (mon.0) 70 : audit [DBG] from='mgr.14142 172.21.15.138:0/3635665019' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T08:25:27.497 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:25:26.194271+0000 mon.smithi138 (mon.0) 71 : cluster [INF] Manager daemon smithi138.arglrk is now available 2024-02-10T08:25:27.498 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:26.289728+0000 mon.smithi138 (mon.0) 72 : audit [DBG] from='mgr.14142 172.21.15.138:0/3635665019' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:25:27.498 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:26.290994+0000 mon.smithi138 (mon.0) 73 : audit [DBG] from='mgr.14142 172.21.15.138:0/3635665019' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:25:27.498 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:26.305177+0000 mon.smithi138 (mon.0) 74 : audit [INF] from='mgr.14142 172.21.15.138:0/3635665019' entity='mgr.smithi138.arglrk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.arglrk/mirror_snapshot_schedule"}]: dispatch 2024-02-10T08:25:27.498 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:26.313371+0000 mon.smithi138 (mon.0) 75 : audit [INF] from='mgr.14142 172.21.15.138:0/3635665019' entity='mgr.smithi138.arglrk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.arglrk/trash_purge_schedule"}]: dispatch 2024-02-10T08:25:27.808 INFO:teuthology.orchestra.run.smithi138.stderr:Deploying grafana service with default placement... 2024-02-10T08:25:27.808 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpcmj_t4j4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuq3sv_aw:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply grafana 2024-02-10T08:25:28.521 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-02-10T08:25:28.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:25:27.184207+0000 mon.smithi138 (mon.0) 76 : cluster [DBG] mgrmap e11: smithi138.arglrk(active, since 1.06021s) 2024-02-10T08:25:28.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:25:27.185089+0000 mgr.smithi138.arglrk (mgr.14142) 2 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-02-10T08:25:28.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:27.187031+0000 mon.smithi138 (mon.0) 77 : audit [INF] from='mgr.14142 172.21.15.138:0/3635665019' entity='mgr.smithi138.arglrk' 2024-02-10T08:25:29.182 INFO:teuthology.orchestra.run.smithi138.stderr:Deploying node-exporter service with default placement... 2024-02-10T08:25:29.182 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpcmj_t4j4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuq3sv_aw:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply node-exporter 2024-02-10T08:25:29.438 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:29 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:25:28.189150+0000 mon.smithi138 (mon.0) 78 : cluster [DBG] mgrmap e12: smithi138.arglrk(active, since 2s) 2024-02-10T08:25:29.439 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:29 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:28.520610+0000 mon.smithi138 (mon.0) 79 : audit [INF] from='mgr.14142 172.21.15.138:0/3635665019' entity='mgr.smithi138.arglrk' 2024-02-10T08:25:29.955 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-02-10T08:25:30.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:30 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:28.517925+0000 mgr.smithi138.arglrk (mgr.14142) 3 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:25:30.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:30 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:25:28.518443+0000 mgr.smithi138.arglrk (mgr.14142) 4 : cephadm [INF] Saving service grafana spec with placement count:1 2024-02-10T08:25:30.335 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:30 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:29.955048+0000 mon.smithi138 (mon.0) 80 : audit [INF] from='mgr.14142 172.21.15.138:0/3635665019' entity='mgr.smithi138.arglrk' 2024-02-10T08:25:30.537 INFO:teuthology.orchestra.run.smithi138.stderr:Deploying alertmanager service with default placement... 2024-02-10T08:25:30.538 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpcmj_t4j4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuq3sv_aw:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply alertmanager 2024-02-10T08:25:31.249 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-02-10T08:25:31.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:31 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:29.952225+0000 mgr.smithi138.arglrk (mgr.14142) 5 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:25:31.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:31 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:25:29.952847+0000 mgr.smithi138.arglrk (mgr.14142) 6 : cephadm [INF] Saving service node-exporter spec with placement * 2024-02-10T08:25:31.936 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpcmj_t4j4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuq3sv_aw:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 config set mgr mgr/cephadm/container_init True --force 2024-02-10T08:25:32.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:32 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:31.246466+0000 mgr.smithi138.arglrk (mgr.14142) 7 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:25:32.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:32 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:25:31.246980+0000 mgr.smithi138.arglrk (mgr.14142) 8 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-02-10T08:25:32.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:32 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:31.248940+0000 mon.smithi138 (mon.0) 81 : audit [INF] from='mgr.14142 172.21.15.138:0/3635665019' entity='mgr.smithi138.arglrk' 2024-02-10T08:25:33.167 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpcmj_t4j4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuq3sv_aw:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 config set mgr mgr/dashboard/ssl_server_port 8443 2024-02-10T08:25:33.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:33 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:32.590079+0000 mon.smithi138 (mon.0) 82 : audit [INF] from='client.? 172.21.15.138:0/1309977724' entity='client.admin' 2024-02-10T08:25:35.027 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:34 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:33.964678+0000 mon.smithi138 (mon.0) 83 : audit [INF] from='client.? 172.21.15.138:0/3386230018' entity='client.admin' 2024-02-10T08:25:35.313 INFO:teuthology.orchestra.run.smithi138.stderr:Enabling the dashboard module... 2024-02-10T08:25:35.363 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpcmj_t4j4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuq3sv_aw:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr module enable dashboard 2024-02-10T08:25:36.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:36 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:36.003960+0000 mon.smithi138 (mon.0) 84 : audit [INF] from='client.? 172.21.15.138:0/656602561' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-02-10T08:25:36.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:36 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:36.006441+0000 mon.smithi138 (mon.0) 85 : audit [INF] from='mgr.14142 172.21.15.138:0/3635665019' entity='mgr.smithi138.arglrk' 2024-02-10T08:25:36.747 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpcmj_t4j4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuq3sv_aw:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr stat 2024-02-10T08:25:37.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:37 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:36.057324+0000 mon.smithi138 (mon.0) 86 : audit [INF] from='client.? 172.21.15.138:0/656602561' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-02-10T08:25:37.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:37 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:25:36.057377+0000 mon.smithi138 (mon.0) 87 : cluster [DBG] mgrmap e13: smithi138.arglrk(active, since 9s) 2024-02-10T08:25:37.548 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: { 2024-02-10T08:25:37.548 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "epoch": 13, 2024-02-10T08:25:37.548 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "available": true, 2024-02-10T08:25:37.548 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "active_name": "smithi138.arglrk", 2024-02-10T08:25:37.548 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-10T08:25:37.548 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: } 2024-02-10T08:25:38.204 INFO:teuthology.orchestra.run.smithi138.stderr:Waiting for the mgr to restart... 2024-02-10T08:25:38.204 INFO:teuthology.orchestra.run.smithi138.stderr:Waiting for mgr epoch 13... 2024-02-10T08:25:38.204 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpcmj_t4j4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuq3sv_aw:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 tell mgr mgr_status 2024-02-10T08:25:38.206 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:37.546273+0000 mon.smithi138 (mon.0) 88 : audit [DBG] from='client.? 172.21.15.138:0/2078298993' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-10T08:25:42.078 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: { 2024-02-10T08:25:42.078 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "mgrmap_epoch": 15, 2024-02-10T08:25:42.078 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "initialized": true 2024-02-10T08:25:42.079 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: } 2024-02-10T08:25:42.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:25:41.013706+0000 mon.smithi138 (mon.0) 89 : cluster [INF] Active manager daemon smithi138.arglrk restarted 2024-02-10T08:25:42.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:25:41.014125+0000 mon.smithi138 (mon.0) 90 : cluster [INF] Activating manager daemon smithi138.arglrk 2024-02-10T08:25:42.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:25:41.017986+0000 mon.smithi138 (mon.0) 91 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-02-10T08:25:42.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:25:41.069209+0000 mon.smithi138 (mon.0) 92 : cluster [DBG] mgrmap e14: smithi138.arglrk(active, starting, since 0.0551951s) 2024-02-10T08:25:42.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:41.069978+0000 mon.smithi138 (mon.0) 93 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mon metadata", "id": "smithi138"}]: dispatch 2024-02-10T08:25:42.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:41.070611+0000 mon.smithi138 (mon.0) 94 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mgr metadata", "who": "smithi138.arglrk", "id": "smithi138.arglrk"}]: dispatch 2024-02-10T08:25:42.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:41.071284+0000 mon.smithi138 (mon.0) 95 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T08:25:42.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:41.071460+0000 mon.smithi138 (mon.0) 96 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T08:25:42.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:41.071600+0000 mon.smithi138 (mon.0) 97 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T08:25:42.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:25:41.085346+0000 mon.smithi138 (mon.0) 98 : cluster [INF] Manager daemon smithi138.arglrk is now available 2024-02-10T08:25:42.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:41.182161+0000 mon.smithi138 (mon.0) 99 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:25:42.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:41.183474+0000 mon.smithi138 (mon.0) 100 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:25:42.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:41.208529+0000 mon.smithi138 (mon.0) 101 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.arglrk/mirror_snapshot_schedule"}]: dispatch 2024-02-10T08:25:42.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:41.211663+0000 mon.smithi138 (mon.0) 102 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.arglrk/trash_purge_schedule"}]: dispatch 2024-02-10T08:25:42.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:41.608309+0000 mon.smithi138 (mon.0) 103 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:25:43.065 INFO:teuthology.orchestra.run.smithi138.stderr:mgr epoch 13 is available 2024-02-10T08:25:43.066 INFO:teuthology.orchestra.run.smithi138.stderr:Generating a dashboard self-signed certificate... 2024-02-10T08:25:43.066 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpcmj_t4j4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuq3sv_aw:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 dashboard create-self-signed-cert 2024-02-10T08:25:43.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:43 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:42.070502+0000 mgr.smithi138.arglrk (mgr.14162) 1 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-10T08:25:43.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:43 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:25:42.071083+0000 mon.smithi138 (mon.0) 104 : cluster [DBG] mgrmap e15: smithi138.arglrk(active, since 1.05707s) 2024-02-10T08:25:43.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:43 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:42.077021+0000 mgr.smithi138.arglrk (mgr.14162) 2 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-10T08:25:43.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:43 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:42.711894+0000 mon.smithi138 (mon.0) 105 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:25:44.606 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: Self-signed certificate created 2024-02-10T08:25:44.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:25:43.713160+0000 mon.smithi138 (mon.0) 106 : cluster [DBG] mgrmap e16: smithi138.arglrk(active, since 2s) 2024-02-10T08:25:44.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:43.961011+0000 mgr.smithi138.arglrk (mgr.14162) 3 : audit [DBG] from='client.14172 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:25:44.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:44.178828+0000 mon.smithi138 (mon.0) 107 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:25:44.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:44.180635+0000 mon.smithi138 (mon.0) 108 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:25:45.280 INFO:teuthology.orchestra.run.smithi138.stderr:Creating initial admin user... 2024-02-10T08:25:45.280 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpcmj_t4j4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuq3sv_aw:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpkd45xopn:/tmp/dashboard.pw:z docker.io/ceph/ceph:v16.2.4 dashboard ac-user-create admin -i /tmp/dashboard.pw administrator --force-password --pwd-update-required 2024-02-10T08:25:46.225 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$.m4X0Vrs7Jze5V6v2vbY0enE/6j3OYoCxEV9T83cEtl1CWzUt4DIu", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1707553546, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-02-10T08:25:46.558 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:46 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:46.005078+0000 mgr.smithi138.arglrk (mgr.14162) 4 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:25:46.903 INFO:teuthology.orchestra.run.smithi138.stderr:Fetching dashboard port number... 2024-02-10T08:25:46.903 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpcmj_t4j4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuq3sv_aw:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 config get mgr mgr/dashboard/ssl_server_port 2024-02-10T08:25:47.584 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: 8443 2024-02-10T08:25:47.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:47 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:46.224276+0000 mon.smithi138 (mon.0) 109 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:25:48.260 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-10T08:25:48.262 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:25:47.227161+0000 mon.smithi138 (mon.0) 110 : cluster [DBG] mgrmap e17: smithi138.arglrk(active, since 6s) 2024-02-10T08:25:48.263 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:47.584189+0000 mon.smithi138 (mon.0) 111 : audit [DBG] from='client.? 172.21.15.138:0/2025389604' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-02-10T08:25:48.268 INFO:teuthology.orchestra.run.smithi138.stderr:systemctl: disabled 2024-02-10T08:25:48.269 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: systemctl is-active firewalld.service 2024-02-10T08:25:48.276 INFO:teuthology.orchestra.run.smithi138.stderr:systemctl: inactive 2024-02-10T08:25:48.276 INFO:teuthology.orchestra.run.smithi138.stderr:firewalld.service is not enabled 2024-02-10T08:25:48.276 INFO:teuthology.orchestra.run.smithi138.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-02-10T08:25:48.279 INFO:teuthology.orchestra.run.smithi138.stderr:Ceph Dashboard is now available at: 2024-02-10T08:25:48.279 INFO:teuthology.orchestra.run.smithi138.stderr: 2024-02-10T08:25:48.279 INFO:teuthology.orchestra.run.smithi138.stderr: URL: https://smithi138.front.sepia.ceph.com:8443/ 2024-02-10T08:25:48.279 INFO:teuthology.orchestra.run.smithi138.stderr: User: admin 2024-02-10T08:25:48.279 INFO:teuthology.orchestra.run.smithi138.stderr: Password: jlw8ndzdvg 2024-02-10T08:25:48.279 INFO:teuthology.orchestra.run.smithi138.stderr: 2024-02-10T08:25:48.279 INFO:teuthology.orchestra.run.smithi138.stderr:You can access the Ceph CLI with: 2024-02-10T08:25:48.279 INFO:teuthology.orchestra.run.smithi138.stderr: 2024-02-10T08:25:48.279 INFO:teuthology.orchestra.run.smithi138.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-02-10T08:25:48.279 INFO:teuthology.orchestra.run.smithi138.stderr: 2024-02-10T08:25:48.279 INFO:teuthology.orchestra.run.smithi138.stderr:Please consider enabling telemetry to help improve Ceph: 2024-02-10T08:25:48.279 INFO:teuthology.orchestra.run.smithi138.stderr: 2024-02-10T08:25:48.279 INFO:teuthology.orchestra.run.smithi138.stderr: ceph telemetry on 2024-02-10T08:25:48.280 INFO:teuthology.orchestra.run.smithi138.stderr: 2024-02-10T08:25:48.280 INFO:teuthology.orchestra.run.smithi138.stderr:For more information see: 2024-02-10T08:25:48.280 INFO:teuthology.orchestra.run.smithi138.stderr: 2024-02-10T08:25:48.280 INFO:teuthology.orchestra.run.smithi138.stderr: https://docs.ceph.com/docs/pacific/mgr/telemetry/ 2024-02-10T08:25:48.280 INFO:teuthology.orchestra.run.smithi138.stderr: 2024-02-10T08:25:48.280 INFO:teuthology.orchestra.run.smithi138.stderr:Bootstrap complete. 2024-02-10T08:25:48.280 INFO:teuthology.orchestra.run.smithi138.stderr:Releasing lock 140173102760064 on /run/cephadm/c2125314-c7ed-11ee-95b8-87774f69a715.lock 2024-02-10T08:25:48.280 INFO:teuthology.orchestra.run.smithi138.stderr:Lock 140173102760064 released on /run/cephadm/c2125314-c7ed-11ee-95b8-87774f69a715.lock 2024-02-10T08:25:48.314 INFO:tasks.cephadm:Fetching config... 2024-02-10T08:25:48.314 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-02-10T08:25:48.315 DEBUG:teuthology.orchestra.run.smithi138:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-02-10T08:25:48.334 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-02-10T08:25:48.334 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-02-10T08:25:48.334 DEBUG:teuthology.orchestra.run.smithi138:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-02-10T08:25:48.392 INFO:tasks.cephadm:Fetching mon keyring... 2024-02-10T08:25:48.392 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-02-10T08:25:48.392 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd if=/var/lib/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/mon.smithi138/keyring of=/dev/stdout 2024-02-10T08:25:48.458 INFO:tasks.cephadm:Fetching pub ssh key... 2024-02-10T08:25:48.459 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-02-10T08:25:48.459 DEBUG:teuthology.orchestra.run.smithi138:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-02-10T08:25:48.519 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-02-10T08:25:48.520 DEBUG:teuthology.orchestra.run.smithi138:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDGyKBbBKaPyx0hs6U/TrlvfvyLLmtxJe4sH9sgwqjdCQblUB3fCrPmQfKCFdAJUluFNOAv0DcUzWXrQA+Cf0P5o14TujOJZm2/CdGs2LiYxJRN57+Xn3Bzn9X1AgQJrTCbOdmXpj8y4KWVKhxfXrot0w+ioufdN+QSUgyFk6Cs5o0r7VRLJGA4z4kUks4dKYcIsKFY7cn9sbkuw5NGoioORxVzroEiPk4AmSW3QK2Do3n6vCS9ubKM4xhIZtPWBJLqy/otzQahxDVCQSDEMlYH5lPiDfDWwoRtZzGTlpBlJuj/rHR5Hlxw+7goYRkLAg4oqKEmQHNuGpMWVHsY6JXEqFzqhnIp/gJl7i3cM1V8Nr7iET9rwdEsOjcbOBKkC5xtkOfZbv8/LQEOyLmQO7vJIDgzYiYYzWBuVff9O3xq/of4Y0crvV2bd52IcYZgN5bwCqdCSP2vmcOWB+LL74rS71zrlkbcnDoLBMyBEtJ8/mMJs3tDKdr/OS9D1lN4gCU= ceph-c2125314-c7ed-11ee-95b8-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-10T08:25:48.594 INFO:teuthology.orchestra.run.smithi138.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDGyKBbBKaPyx0hs6U/TrlvfvyLLmtxJe4sH9sgwqjdCQblUB3fCrPmQfKCFdAJUluFNOAv0DcUzWXrQA+Cf0P5o14TujOJZm2/CdGs2LiYxJRN57+Xn3Bzn9X1AgQJrTCbOdmXpj8y4KWVKhxfXrot0w+ioufdN+QSUgyFk6Cs5o0r7VRLJGA4z4kUks4dKYcIsKFY7cn9sbkuw5NGoioORxVzroEiPk4AmSW3QK2Do3n6vCS9ubKM4xhIZtPWBJLqy/otzQahxDVCQSDEMlYH5lPiDfDWwoRtZzGTlpBlJuj/rHR5Hlxw+7goYRkLAg4oqKEmQHNuGpMWVHsY6JXEqFzqhnIp/gJl7i3cM1V8Nr7iET9rwdEsOjcbOBKkC5xtkOfZbv8/LQEOyLmQO7vJIDgzYiYYzWBuVff9O3xq/of4Y0crvV2bd52IcYZgN5bwCqdCSP2vmcOWB+LL74rS71zrlkbcnDoLBMyBEtJ8/mMJs3tDKdr/OS9D1lN4gCU= ceph-c2125314-c7ed-11ee-95b8-87774f69a715 2024-02-10T08:25:48.605 DEBUG:teuthology.orchestra.run.smithi190:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDGyKBbBKaPyx0hs6U/TrlvfvyLLmtxJe4sH9sgwqjdCQblUB3fCrPmQfKCFdAJUluFNOAv0DcUzWXrQA+Cf0P5o14TujOJZm2/CdGs2LiYxJRN57+Xn3Bzn9X1AgQJrTCbOdmXpj8y4KWVKhxfXrot0w+ioufdN+QSUgyFk6Cs5o0r7VRLJGA4z4kUks4dKYcIsKFY7cn9sbkuw5NGoioORxVzroEiPk4AmSW3QK2Do3n6vCS9ubKM4xhIZtPWBJLqy/otzQahxDVCQSDEMlYH5lPiDfDWwoRtZzGTlpBlJuj/rHR5Hlxw+7goYRkLAg4oqKEmQHNuGpMWVHsY6JXEqFzqhnIp/gJl7i3cM1V8Nr7iET9rwdEsOjcbOBKkC5xtkOfZbv8/LQEOyLmQO7vJIDgzYiYYzWBuVff9O3xq/of4Y0crvV2bd52IcYZgN5bwCqdCSP2vmcOWB+LL74rS71zrlkbcnDoLBMyBEtJ8/mMJs3tDKdr/OS9D1lN4gCU= ceph-c2125314-c7ed-11ee-95b8-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-10T08:25:48.651 INFO:teuthology.orchestra.run.smithi190.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDGyKBbBKaPyx0hs6U/TrlvfvyLLmtxJe4sH9sgwqjdCQblUB3fCrPmQfKCFdAJUluFNOAv0DcUzWXrQA+Cf0P5o14TujOJZm2/CdGs2LiYxJRN57+Xn3Bzn9X1AgQJrTCbOdmXpj8y4KWVKhxfXrot0w+ioufdN+QSUgyFk6Cs5o0r7VRLJGA4z4kUks4dKYcIsKFY7cn9sbkuw5NGoioORxVzroEiPk4AmSW3QK2Do3n6vCS9ubKM4xhIZtPWBJLqy/otzQahxDVCQSDEMlYH5lPiDfDWwoRtZzGTlpBlJuj/rHR5Hlxw+7goYRkLAg4oqKEmQHNuGpMWVHsY6JXEqFzqhnIp/gJl7i3cM1V8Nr7iET9rwdEsOjcbOBKkC5xtkOfZbv8/LQEOyLmQO7vJIDgzYiYYzWBuVff9O3xq/of4Y0crvV2bd52IcYZgN5bwCqdCSP2vmcOWB+LL74rS71zrlkbcnDoLBMyBEtJ8/mMJs3tDKdr/OS9D1lN4gCU= ceph-c2125314-c7ed-11ee-95b8-87774f69a715 2024-02-10T08:25:48.663 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-02-10T08:25:51.803 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:50.533807+0000 mon.smithi138 (mon.0) 112 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:25:51.803 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:50.881410+0000 mon.smithi138 (mon.0) 113 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:25:51.803 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:50.883574+0000 mon.smithi138 (mon.0) 114 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:25:51.803 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:25:50.889981+0000 mgr.smithi138.arglrk (mgr.14162) 5 : cephadm [INF] Deploying daemon alertmanager.smithi138 on smithi138 2024-02-10T08:25:51.804 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:25:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:25:51.498569+0000 mon.smithi138 (mon.0) 115 : audit [INF] from='client.? 172.21.15.138:0/693004497' entity='client.admin' 2024-02-10T08:25:52.085 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi190 2024-02-10T08:25:52.085 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-02-10T08:25:52.085 DEBUG:teuthology.orchestra.run.smithi190:> dd of=/etc/ceph/ceph.conf 2024-02-10T08:25:52.107 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-02-10T08:25:52.107 DEBUG:teuthology.orchestra.run.smithi190:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-10T08:25:52.168 INFO:tasks.cephadm:Adding host smithi190 to orchestrator... 2024-02-10T08:25:52.168 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph orch host add smithi190 2024-02-10T08:26:01.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:01 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:26:01.072405+0000 mgr.smithi138.arglrk (mgr.14162) 6 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:26:03.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:03 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:26:03.072712+0000 mgr.smithi138.arglrk (mgr.14162) 7 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:26:06.343 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:06 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:26:05.034770+0000 mon.smithi138 (mon.0) 116 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:26:06.343 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:06 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:26:05.035766+0000 mon.smithi138 (mon.0) 117 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi138", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-10T08:26:06.344 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:06 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:26:05.037988+0000 mon.smithi138 (mon.0) 118 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi138", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-10T08:26:06.344 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:06 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:26:05.038519+0000 mon.smithi138 (mon.0) 119 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:26:06.344 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:06 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:26:05.039154+0000 mgr.smithi138.arglrk (mgr.14162) 8 : cephadm [INF] Deploying daemon crash.smithi138 on smithi138 2024-02-10T08:26:06.344 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:06 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:26:05.073000+0000 mgr.smithi138.arglrk (mgr.14162) 9 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:26:07.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:26:07.073203+0000 mgr.smithi138.arglrk (mgr.14162) 10 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:26:08.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:26:07.437399+0000 mon.smithi138 (mon.0) 120 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:26:08.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:26:07.531121+0000 mon.smithi138 (mon.0) 121 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:26:08.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:26:07.532874+0000 mon.smithi138 (mon.0) 122 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:26:08.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:26:07.533240+0000 mon.smithi138 (mon.0) 123 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-10T08:26:08.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:26:07.533639+0000 mgr.smithi138.arglrk (mgr.14162) 11 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-10T08:26:08.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:26:07.535782+0000 mon.smithi138 (mon.0) 124 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:26:08.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:26:07.539134+0000 mgr.smithi138.arglrk (mgr.14162) 12 : cephadm [INF] Deploying daemon grafana.smithi138 on smithi138 2024-02-10T08:26:09.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:26:09.073575+0000 mgr.smithi138.arglrk (mgr.14162) 13 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:26:11.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:11 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:26:11.073841+0000 mgr.smithi138.arglrk (mgr.14162) 14 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:26:13.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:13 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:26:13.074130+0000 mgr.smithi138.arglrk (mgr.14162) 15 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:26:15.651 INFO:teuthology.orchestra.run.smithi190.stdout:Added host 'smithi190' 2024-02-10T08:26:16.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:15 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:26:15.069329+0000 mgr.smithi138.arglrk (mgr.14162) 16 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi190", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:26:16.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:15 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:26:15.076089+0000 mgr.smithi138.arglrk (mgr.14162) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:26:16.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:15 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:26:15.649663+0000 mon.smithi138 (mon.0) 125 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:26:16.304 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph orch host ls --format=json 2024-02-10T08:26:17.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:16 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:26:15.649986+0000 mgr.smithi138.arglrk (mgr.14162) 18 : cephadm [INF] Added host smithi190 2024-02-10T08:26:18.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:17 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:26:17.076363+0000 mgr.smithi138.arglrk (mgr.14162) 19 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:26:18.113 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-02-10T08:26:18.113 INFO:teuthology.orchestra.run.smithi190.stdout:[{"addr": "172.21.15.138", "hostname": "smithi138", "labels": [], "status": ""}, {"addr": "smithi190", "hostname": "smithi190", "labels": [], "status": ""}] 2024-02-10T08:26:18.719 INFO:tasks.cephadm:Setting crush tunables to default 2024-02-10T08:26:18.719 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph osd crush tunables default 2024-02-10T08:26:19.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:19 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:26:18.112560+0000 mgr.smithi138.arglrk (mgr.14162) 20 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T08:26:19.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:19 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:26:19.076579+0000 mgr.smithi138.arglrk (mgr.14162) 21 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:26:21.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:26:21.076804+0000 mgr.smithi138.arglrk (mgr.14162) 22 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:26:23.413 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:23 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:26:23.077177+0000 mgr.smithi138.arglrk (mgr.14162) 23 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:26:25.711 INFO:teuthology.orchestra.run.smithi138.stderr:adjusted tunables profile to default 2024-02-10T08:26:25.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:25 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:26:24.759482+0000 mon.smithi138 (mon.0) 126 : audit [INF] from='client.? 172.21.15.138:0/3473463095' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-02-10T08:26:25.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:25 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:26:25.077605+0000 mgr.smithi138.arglrk (mgr.14162) 24 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:26:26.509 INFO:tasks.cephadm:Adding mon.smithi138 on smithi138 2024-02-10T08:26:26.569 INFO:tasks.cephadm:Adding mon.smithi190 on smithi190 2024-02-10T08:26:26.569 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph orch apply mon '2;smithi138:172.21.15.138=smithi138;smithi190:172.21.15.190=smithi190' 2024-02-10T08:26:26.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:26 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:26:25.707750+0000 mon.smithi138 (mon.0) 127 : audit [INF] from='client.? 172.21.15.138:0/3473463095' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-02-10T08:26:26.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:26 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:26:25.707822+0000 mon.smithi138 (mon.0) 128 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-10T08:26:27.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:26:27.077862+0000 mgr.smithi138.arglrk (mgr.14162) 25 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:26:27.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:26:27.159677+0000 mon.smithi138 (mon.0) 129 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:26:28.422 INFO:teuthology.orchestra.run.smithi190.stdout:Scheduled mon update... 2024-02-10T08:26:29.026 DEBUG:teuthology.orchestra.run.smithi190:mon.smithi190> sudo journalctl -f -n 0 -u ceph-c2125314-c7ed-11ee-95b8-87774f69a715@mon.smithi190.service 2024-02-10T08:26:29.028 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T08:26:29.028 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T08:26:29.056 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:-- Logs begin at Sat 2024-02-10 08:16:36 UTC. -- 2024-02-10T08:26:29.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:26:27.160934+0000 mgr.smithi138.arglrk (mgr.14162) 26 : cephadm [INF] Deploying daemon node-exporter.smithi138 on smithi138 2024-02-10T08:26:29.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:26:28.422013+0000 mon.smithi138 (mon.0) 130 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:26:30.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:29 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:26:28.418061+0000 mgr.smithi138.arglrk (mgr.14162) 27 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi138:172.21.15.138=smithi138;smithi190:172.21.15.190=smithi190", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:26:30.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:29 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:26:28.419439+0000 mgr.smithi138.arglrk (mgr.14162) 28 : cephadm [INF] Saving service mon spec with placement smithi138:172.21.15.138=smithi138;smithi190:172.21.15.190=smithi190;count:2 2024-02-10T08:26:30.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:29 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:26:29.078128+0000 mgr.smithi138.arglrk (mgr.14162) 29 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:26:30.976 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-02-10T08:26:30.977 INFO:teuthology.orchestra.run.smithi190.stdout:{"epoch":1,"fsid":"c2125314-c7ed-11ee-95b8-87774f69a715","modified":"2024-02-10T08:24:36.803648Z","created":"2024-02-10T08:24:36.803648Z","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":"smithi138","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:3300","nonce":0},{"type":"v1","addr":"172.21.15.138:6789","nonce":0}]},"addr":"172.21.15.138:6789/0","public_addr":"172.21.15.138:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T08:26:30.978 INFO:teuthology.orchestra.run.smithi190.stderr:dumped monmap epoch 1 2024-02-10T08:26:31.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:31 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:26:30.976465+0000 mon.smithi138 (mon.0) 131 : audit [DBG] from='client.? 172.21.15.190:0/1874679456' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T08:26:32.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:32 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:26:31.078533+0000 mgr.smithi138.arglrk (mgr.14162) 30 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:26:32.701 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T08:26:32.701 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T08:26:33.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:33 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:26:33.078970+0000 mgr.smithi138.arglrk (mgr.14162) 31 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:26:34.755 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-02-10T08:26:34.755 INFO:teuthology.orchestra.run.smithi190.stdout:{"epoch":1,"fsid":"c2125314-c7ed-11ee-95b8-87774f69a715","modified":"2024-02-10T08:24:36.803648Z","created":"2024-02-10T08:24:36.803648Z","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":"smithi138","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:3300","nonce":0},{"type":"v1","addr":"172.21.15.138:6789","nonce":0}]},"addr":"172.21.15.138:6789/0","public_addr":"172.21.15.138:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T08:26:34.757 INFO:teuthology.orchestra.run.smithi190.stderr:dumped monmap epoch 1 2024-02-10T08:26:36.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:35 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:26:34.754525+0000 mon.smithi138 (mon.0) 132 : audit [DBG] from='client.? 172.21.15.190:0/967987331' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T08:26:36.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:35 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:26:35.079303+0000 mgr.smithi138.arglrk (mgr.14162) 32 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:26:37.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:37 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:26:37.079712+0000 mgr.smithi138.arglrk (mgr.14162) 33 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:26:38.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:26:37.173845+0000 mon.smithi138 (mon.0) 133 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:26:38.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:26:37.179386+0000 mgr.smithi138.arglrk (mgr.14162) 34 : cephadm [INF] Deploying daemon prometheus.smithi138 on smithi138 2024-02-10T08:26:39.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:26:39.080174+0000 mgr.smithi138.arglrk (mgr.14162) 35 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:26:40.621 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T08:26:40.621 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T08:26:41.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:41 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:26:41.080482+0000 mgr.smithi138.arglrk (mgr.14162) 36 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:26:42.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:26:41.210511+0000 mon.smithi138 (mon.0) 134 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.arglrk/mirror_snapshot_schedule"}]: dispatch 2024-02-10T08:26:42.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:26:41.212841+0000 mon.smithi138 (mon.0) 135 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.arglrk/trash_purge_schedule"}]: dispatch 2024-02-10T08:26:43.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:43 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:26:43.080915+0000 mgr.smithi138.arglrk (mgr.14162) 37 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:26:46.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:26:45.081227+0000 mgr.smithi138.arglrk (mgr.14162) 38 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:26:47.333 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-02-10T08:26:47.333 INFO:teuthology.orchestra.run.smithi190.stdout:{"epoch":1,"fsid":"c2125314-c7ed-11ee-95b8-87774f69a715","modified":"2024-02-10T08:24:36.803648Z","created":"2024-02-10T08:24:36.803648Z","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":"smithi138","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:3300","nonce":0},{"type":"v1","addr":"172.21.15.138:6789","nonce":0}]},"addr":"172.21.15.138:6789/0","public_addr":"172.21.15.138:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T08:26:47.335 INFO:teuthology.orchestra.run.smithi190.stderr:dumped monmap epoch 1 2024-02-10T08:26:47.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:47 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:26:47.081480+0000 mgr.smithi138.arglrk (mgr.14162) 39 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:26:48.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:26:47.332712+0000 mon.smithi138 (mon.0) 136 : audit [DBG] from='client.? 172.21.15.190:0/2322938286' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T08:26:48.892 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T08:26:48.892 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T08:26:49.580 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:49 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:26:49.081755+0000 mgr.smithi138.arglrk (mgr.14162) 40 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:26:50.770 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-02-10T08:26:50.771 INFO:teuthology.orchestra.run.smithi190.stdout:{"epoch":1,"fsid":"c2125314-c7ed-11ee-95b8-87774f69a715","modified":"2024-02-10T08:24:36.803648Z","created":"2024-02-10T08:24:36.803648Z","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":"smithi138","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:3300","nonce":0},{"type":"v1","addr":"172.21.15.138:6789","nonce":0}]},"addr":"172.21.15.138:6789/0","public_addr":"172.21.15.138:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T08:26:50.772 INFO:teuthology.orchestra.run.smithi190.stderr:dumped monmap epoch 1 2024-02-10T08:26:51.038 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:50 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:26:50.769902+0000 mon.smithi138 (mon.0) 137 : audit [DBG] from='client.? 172.21.15.190:0/1631008463' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T08:26:52.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:26:51.082004+0000 mgr.smithi138.arglrk (mgr.14162) 41 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:26:52.406 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T08:26:52.406 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T08:26:53.524 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:53 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:26:53.082282+0000 mgr.smithi138.arglrk (mgr.14162) 42 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:26:54.428 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-02-10T08:26:54.428 INFO:teuthology.orchestra.run.smithi190.stdout:{"epoch":1,"fsid":"c2125314-c7ed-11ee-95b8-87774f69a715","modified":"2024-02-10T08:24:36.803648Z","created":"2024-02-10T08:24:36.803648Z","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":"smithi138","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:3300","nonce":0},{"type":"v1","addr":"172.21.15.138:6789","nonce":0}]},"addr":"172.21.15.138:6789/0","public_addr":"172.21.15.138:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T08:26:54.430 INFO:teuthology.orchestra.run.smithi190.stderr:dumped monmap epoch 1 2024-02-10T08:26:54.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:54 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:26:54.427951+0000 mon.smithi138 (mon.0) 138 : audit [DBG] from='client.? 172.21.15.190:0/4184658329' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T08:26:56.052 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T08:26:56.053 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T08:26:56.060 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:55 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:26:55.082575+0000 mgr.smithi138.arglrk (mgr.14162) 43 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:26:57.425 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:57 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:26:56.171350+0000 mon.smithi138 (mon.0) 139 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:26:57.425 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:57 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:26:56.171877+0000 mon.smithi138 (mon.0) 140 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:26:57.425 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:57 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:26:56.507471+0000 mon.smithi138 (mon.0) 141 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:26:57.425 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:57 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:26:57.082797+0000 mgr.smithi138.arglrk (mgr.14162) 44 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:26:58.121 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-02-10T08:26:58.121 INFO:teuthology.orchestra.run.smithi190.stdout:{"epoch":1,"fsid":"c2125314-c7ed-11ee-95b8-87774f69a715","modified":"2024-02-10T08:24:36.803648Z","created":"2024-02-10T08:24:36.803648Z","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":"smithi138","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:3300","nonce":0},{"type":"v1","addr":"172.21.15.138:6789","nonce":0}]},"addr":"172.21.15.138:6789/0","public_addr":"172.21.15.138:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T08:26:58.123 INFO:teuthology.orchestra.run.smithi190.stderr:dumped monmap epoch 1 2024-02-10T08:26:59.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:58 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:26:57.891094+0000 mon.smithi138 (mon.0) 142 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:26:59.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:58 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:26:58.120425+0000 mon.smithi138 (mon.0) 143 : audit [DBG] from='client.? 172.21.15.190:0/949456940' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T08:26:59.903 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T08:26:59.904 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T08:27:00.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:26:59 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:26:59.083165+0000 mgr.smithi138.arglrk (mgr.14162) 45 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:27:01.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:01 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:00.162763+0000 mon.smithi138 (mon.0) 144 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:27:01.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:01 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:27:01.083416+0000 mgr.smithi138.arglrk (mgr.14162) 46 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:27:02.570 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-02-10T08:27:02.570 INFO:teuthology.orchestra.run.smithi190.stdout:{"epoch":1,"fsid":"c2125314-c7ed-11ee-95b8-87774f69a715","modified":"2024-02-10T08:24:36.803648Z","created":"2024-02-10T08:24:36.803648Z","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":"smithi138","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:3300","nonce":0},{"type":"v1","addr":"172.21.15.138:6789","nonce":0}]},"addr":"172.21.15.138:6789/0","public_addr":"172.21.15.138:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T08:27:02.572 INFO:teuthology.orchestra.run.smithi190.stderr:dumped monmap epoch 1 2024-02-10T08:27:03.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:03 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:02.154077+0000 mon.smithi138 (mon.0) 145 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:27:03.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:03 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:02.569886+0000 mon.smithi138 (mon.0) 146 : audit [DBG] from='client.? 172.21.15.190:0/2817533602' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T08:27:03.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:03 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:02.677168+0000 mon.smithi138 (mon.0) 147 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:27:03.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:03 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:02.682466+0000 mon.smithi138 (mon.0) 148 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:27:03.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:03 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:02.683693+0000 mon.smithi138 (mon.0) 149 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi190", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-10T08:27:03.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:03 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:02.688126+0000 mon.smithi138 (mon.0) 150 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi190", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-10T08:27:03.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:03 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:02.688856+0000 mon.smithi138 (mon.0) 151 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:27:03.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:03 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:27:02.689480+0000 mgr.smithi138.arglrk (mgr.14162) 47 : cephadm [INF] Deploying daemon crash.smithi190 on smithi190 2024-02-10T08:27:03.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:03 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:27:03.083752+0000 mgr.smithi138.arglrk (mgr.14162) 48 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:27:04.232 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T08:27:04.232 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T08:27:06.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:27:05.084078+0000 mgr.smithi138.arglrk (mgr.14162) 49 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:27:06.690 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-02-10T08:27:06.690 INFO:teuthology.orchestra.run.smithi190.stdout:{"epoch":1,"fsid":"c2125314-c7ed-11ee-95b8-87774f69a715","modified":"2024-02-10T08:24:36.803648Z","created":"2024-02-10T08:24:36.803648Z","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":"smithi138","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:3300","nonce":0},{"type":"v1","addr":"172.21.15.138:6789","nonce":0}]},"addr":"172.21.15.138:6789/0","public_addr":"172.21.15.138:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T08:27:06.693 INFO:teuthology.orchestra.run.smithi190.stderr:dumped monmap epoch 1 2024-02-10T08:27:07.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:06 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:05.893210+0000 mon.smithi138 (mon.0) 152 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:27:07.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:06 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:05.894777+0000 mon.smithi138 (mon.0) 153 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi190.qddxvv", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T08:27:07.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:06 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:05.899590+0000 mon.smithi138 (mon.0) 154 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi190.qddxvv", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-02-10T08:27:07.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:06 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:05.900426+0000 mon.smithi138 (mon.0) 155 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-10T08:27:07.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:06 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:05.901318+0000 mon.smithi138 (mon.0) 156 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:27:07.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:06 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:27:05.902031+0000 mgr.smithi138.arglrk (mgr.14162) 50 : cephadm [INF] Deploying daemon mgr.smithi190.qddxvv on smithi190 2024-02-10T08:27:07.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:06 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:06.689698+0000 mon.smithi138 (mon.0) 157 : audit [DBG] from='client.? 172.21.15.190:0/2013979917' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T08:27:08.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:27:07.084386+0000 mgr.smithi138.arglrk (mgr.14162) 51 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:27:08.627 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T08:27:08.627 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T08:27:10.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:08.917383+0000 mon.smithi138 (mon.0) 158 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:27:10.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:08.918656+0000 mon.smithi138 (mon.0) 159 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T08:27:10.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:08.919461+0000 mon.smithi138 (mon.0) 160 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:27:10.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:27:08.920092+0000 mgr.smithi138.arglrk (mgr.14162) 52 : cephadm [INF] Deploying daemon mon.smithi190 on smithi190 2024-02-10T08:27:10.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:27:09.084712+0000 mgr.smithi138.arglrk (mgr.14162) 53 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:27:11.369 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-02-10T08:27:11.369 INFO:teuthology.orchestra.run.smithi190.stdout:{"epoch":1,"fsid":"c2125314-c7ed-11ee-95b8-87774f69a715","modified":"2024-02-10T08:24:36.803648Z","created":"2024-02-10T08:24:36.803648Z","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":"smithi138","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:3300","nonce":0},{"type":"v1","addr":"172.21.15.138:6789","nonce":0}]},"addr":"172.21.15.138:6789/0","public_addr":"172.21.15.138:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T08:27:11.371 INFO:teuthology.orchestra.run.smithi190.stderr:dumped monmap epoch 1 2024-02-10T08:27:11.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:11 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:27:11.085095+0000 mgr.smithi138.arglrk (mgr.14162) 54 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:27:12.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:12 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:11.368911+0000 mon.smithi138 (mon.0) 161 : audit [DBG] from='client.? 172.21.15.190:0/1929406571' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T08:27:13.425 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T08:27:13.426 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T08:27:13.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:13 smithi190 systemd[1]: Starting Ceph mon.smithi190 for c2125314-c7ed-11ee-95b8-87774f69a715... 2024-02-10T08:27:13.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:13 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:27:13.085390+0000 mgr.smithi138.arglrk (mgr.14162) 55 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:27:14.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.202+0000 7fdea4544700 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-10T08:27:14.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.202+0000 7fdea4544700 0 ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable), process ceph-mon, pid 7 2024-02-10T08:27:14.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.202+0000 7fdea4544700 0 pidfile_write: ignore empty --pid-file 2024-02-10T08:27:14.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.206+0000 7fdea4544700 0 load: jerasure load: lrc load: isa 2024-02-10T08:27:14.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: RocksDB version: 6.8.1 2024-02-10T08:27:14.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: 2024-02-10T08:27:14.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-10T08:27:14.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Compile date May 13 2021 2024-02-10T08:27:14.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: DB SUMMARY 2024-02-10T08:27:14.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: 2024-02-10T08:27:14.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: CURRENT file: CURRENT 2024-02-10T08:27:14.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: 2024-02-10T08:27:14.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: IDENTITY file: IDENTITY 2024-02-10T08:27:14.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: 2024-02-10T08:27:14.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-02-10T08:27:14.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: 2024-02-10T08:27:14.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi190/store.db dir, Total Num: 0, files: 2024-02-10T08:27:14.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: 2024-02-10T08:27:14.568 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi190/store.db: 000003.log size: 511 ; 2024-02-10T08:27:14.568 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: 2024-02-10T08:27:14.568 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.error_if_exists: 0 2024-02-10T08:27:14.568 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.create_if_missing: 0 2024-02-10T08:27:14.568 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.paranoid_checks: 1 2024-02-10T08:27:14.568 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.env: 0x55ca3a5431c0 2024-02-10T08:27:14.568 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.fs: Posix File System 2024-02-10T08:27:14.568 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.info_log: 0x55ca3b261960 2024-02-10T08:27:14.568 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-10T08:27:14.568 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.statistics: (nil) 2024-02-10T08:27:14.568 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.use_fsync: 0 2024-02-10T08:27:14.568 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.max_log_file_size: 0 2024-02-10T08:27:14.568 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-10T08:27:14.568 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-10T08:27:14.569 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-10T08:27:14.569 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-10T08:27:14.569 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.allow_fallocate: 1 2024-02-10T08:27:14.569 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-10T08:27:14.569 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-10T08:27:14.569 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.use_direct_reads: 0 2024-02-10T08:27:14.569 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-10T08:27:14.569 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.create_missing_column_families: 0 2024-02-10T08:27:14.569 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.db_log_dir: 2024-02-10T08:27:14.569 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi190/store.db 2024-02-10T08:27:14.569 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-10T08:27:14.569 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.max_subcompactions: 1 2024-02-10T08:27:14.569 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.max_background_flushes: -1 2024-02-10T08:27:14.569 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-10T08:27:14.569 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-10T08:27:14.569 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-10T08:27:14.570 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-10T08:27:14.570 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-10T08:27:14.570 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.advise_random_on_open: 1 2024-02-10T08:27:14.570 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-10T08:27:14.570 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.write_buffer_manager: 0x55ca3b267fb0 2024-02-10T08:27:14.570 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-10T08:27:14.570 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-10T08:27:14.570 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-10T08:27:14.570 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-10T08:27:14.570 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.rate_limiter: (nil) 2024-02-10T08:27:14.570 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-10T08:27:14.570 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-10T08:27:14.571 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-10T08:27:14.571 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-10T08:27:14.571 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.unordered_write: 0 2024-02-10T08:27:14.571 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-10T08:27:14.571 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-10T08:27:14.571 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-10T08:27:14.571 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-10T08:27:14.571 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.row_cache: None 2024-02-10T08:27:14.571 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.wal_filter: None 2024-02-10T08:27:14.571 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-10T08:27:14.571 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-10T08:27:14.571 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.preserve_deletes: 0 2024-02-10T08:27:14.571 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.two_write_queues: 0 2024-02-10T08:27:14.571 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.manual_wal_flush: 0 2024-02-10T08:27:14.571 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.atomic_flush: 0 2024-02-10T08:27:14.572 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-10T08:27:14.572 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-10T08:27:14.572 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-10T08:27:14.572 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.log_readahead_size: 0 2024-02-10T08:27:14.572 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-10T08:27:14.572 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.max_background_jobs: 2 2024-02-10T08:27:14.572 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.max_background_compactions: -1 2024-02-10T08:27:14.572 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-10T08:27:14.572 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-10T08:27:14.572 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-10T08:27:14.572 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.max_total_wal_size: 0 2024-02-10T08:27:14.572 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-10T08:27:14.572 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-10T08:27:14.573 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-10T08:27:14.573 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-10T08:27:14.573 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.max_open_files: -1 2024-02-10T08:27:14.573 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.bytes_per_sync: 0 2024-02-10T08:27:14.573 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-10T08:27:14.573 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-10T08:27:14.573 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-10T08:27:14.573 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Compression algorithms supported: 2024-02-10T08:27:14.573 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-10T08:27:14.573 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: kZSTD supported: 0 2024-02-10T08:27:14.573 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: kXpressCompression supported: 0 2024-02-10T08:27:14.573 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-10T08:27:14.573 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: kLZ4Compression supported: 1 2024-02-10T08:27:14.573 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: kBZip2Compression supported: 0 2024-02-10T08:27:14.573 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: kZlibCompression supported: 1 2024-02-10T08:27:14.574 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: kSnappyCompression supported: 1 2024-02-10T08:27:14.574 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-10T08:27:14.574 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi190/store.db/MANIFEST-000001 2024-02-10T08:27:14.574 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: 2024-02-10T08:27:14.574 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-10T08:27:14.574 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: 2024-02-10T08:27:14.574 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-10T08:27:14.574 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.merge_operator: 2024-02-10T08:27:14.574 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.compaction_filter: None 2024-02-10T08:27:14.574 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.compaction_filter_factory: None 2024-02-10T08:27:14.574 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-10T08:27:14.574 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-10T08:27:14.574 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55ca3b179cb0) 2024-02-10T08:27:14.574 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cache_index_and_filter_blocks: 1 2024-02-10T08:27:14.574 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-10T08:27:14.574 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-10T08:27:14.575 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: pin_top_level_index_and_filter: 1 2024-02-10T08:27:14.575 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: index_type: 0 2024-02-10T08:27:14.575 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: data_block_index_type: 0 2024-02-10T08:27:14.575 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: index_shortening: 1 2024-02-10T08:27:14.575 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: data_block_hash_table_util_ratio: 0.750000 2024-02-10T08:27:14.575 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: hash_index_allow_collision: 1 2024-02-10T08:27:14.575 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: checksum: 1 2024-02-10T08:27:14.575 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: no_block_cache: 0 2024-02-10T08:27:14.575 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: block_cache: 0x55ca3b1aef10 2024-02-10T08:27:14.575 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: block_cache_name: BinnedLRUCache 2024-02-10T08:27:14.575 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: block_cache_options: 2024-02-10T08:27:14.575 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: capacity : 536870912 2024-02-10T08:27:14.575 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: num_shard_bits : 4 2024-02-10T08:27:14.575 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: strict_capacity_limit : 0 2024-02-10T08:27:14.576 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: high_pri_pool_ratio: 0.000 2024-02-10T08:27:14.576 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: block_cache_compressed: (nil) 2024-02-10T08:27:14.576 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: persistent_cache: (nil) 2024-02-10T08:27:14.576 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: block_size: 4096 2024-02-10T08:27:14.576 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: block_size_deviation: 10 2024-02-10T08:27:14.576 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: block_restart_interval: 16 2024-02-10T08:27:14.576 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: index_block_restart_interval: 1 2024-02-10T08:27:14.576 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: metadata_block_size: 4096 2024-02-10T08:27:14.576 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: partition_filters: 0 2024-02-10T08:27:14.576 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: use_delta_encoding: 1 2024-02-10T08:27:14.576 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-10T08:27:14.576 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: whole_key_filtering: 1 2024-02-10T08:27:14.576 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: verify_compression: 0 2024-02-10T08:27:14.577 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: read_amp_bytes_per_bit: 0 2024-02-10T08:27:14.577 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: format_version: 2 2024-02-10T08:27:14.577 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: enable_index_compression: 1 2024-02-10T08:27:14.577 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: block_align: 0 2024-02-10T08:27:14.577 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: 2024-02-10T08:27:14.577 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-10T08:27:14.577 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-10T08:27:14.577 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.compression: NoCompression 2024-02-10T08:27:14.577 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-10T08:27:14.577 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-10T08:27:14.577 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-10T08:27:14.577 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.num_levels: 7 2024-02-10T08:27:14.577 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-10T08:27:14.577 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-10T08:27:14.578 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-10T08:27:14.578 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-10T08:27:14.579 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-10T08:27:14.579 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-10T08:27:14.579 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-10T08:27:14.579 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-10T08:27:14.579 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-10T08:27:14.579 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-10T08:27:14.579 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.compression_opts.level: 32767 2024-02-10T08:27:14.579 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-10T08:27:14.579 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-10T08:27:14.579 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-10T08:27:14.579 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.compression_opts.enabled: false 2024-02-10T08:27:14.580 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-10T08:27:14.580 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-10T08:27:14.580 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-10T08:27:14.580 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-10T08:27:14.580 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-10T08:27:14.580 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-10T08:27:14.580 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-10T08:27:14.580 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-10T08:27:14.580 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-10T08:27:14.580 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-10T08:27:14.580 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-10T08:27:14.580 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-10T08:27:14.580 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-10T08:27:14.580 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-10T08:27:14.580 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-10T08:27:14.581 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-10T08:27:14.581 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-10T08:27:14.581 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.arena_block_size: 4194304 2024-02-10T08:27:14.581 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-10T08:27:14.581 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-10T08:27:14.581 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-10T08:27:14.581 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-10T08:27:14.581 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-10T08:27:14.581 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-10T08:27:14.581 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-10T08:27:14.581 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-10T08:27:14.581 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-10T08:27:14.581 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-10T08:27:14.581 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-10T08:27:14.582 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-10T08:27:14.582 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-10T08:27:14.582 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-10T08:27:14.582 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.table_properties_collectors: 2024-02-10T08:27:14.582 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.inplace_update_support: 0 2024-02-10T08:27:14.582 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-10T08:27:14.582 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-10T08:27:14.582 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-10T08:27:14.582 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-10T08:27:14.582 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.bloom_locality: 0 2024-02-10T08:27:14.582 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.max_successive_merges: 0 2024-02-10T08:27:14.582 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-10T08:27:14.582 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-10T08:27:14.582 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.force_consistency_checks: 0 2024-02-10T08:27:14.582 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-10T08:27:14.583 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.ttl: 2592000 2024-02-10T08:27:14.583 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.207+0000 7fdea4544700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-10T08:27:14.583 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.208+0000 7fdea4544700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi190/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-10T08:27:14.583 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: 2024-02-10T08:27:14.583 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.208+0000 7fdea4544700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-02-10T08:27:14.583 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: 2024-02-10T08:27:14.583 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.208+0000 7fdea4544700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707553634209528, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-02-10T08:27:14.583 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.208+0000 7fdea4544700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2024-02-10T08:27:14.583 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.208+0000 7fdea4544700 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-02-10T08:27:14.583 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.208+0000 7fdea4544700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707553634209967, "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": 1707553634, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-10T08:27:14.583 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.208+0000 7fdea4544700 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2024-02-10T08:27:14.583 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: 2024-02-10T08:27:14.583 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.209+0000 7fdea4544700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707553634210366, "job": 1, "event": "recovery_finished"} 2024-02-10T08:27:14.583 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.209+0000 7fdea4544700 4 rocksdb: DB pointer 0x55ca3b273800 2024-02-10T08:27:14.584 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.210+0000 7fde8b35c700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-10T08:27:14.584 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.210+0000 7fde8b35c700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-10T08:27:14.584 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: ** DB Stats ** 2024-02-10T08:27:14.584 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T08:27:14.584 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-10T08:27:14.584 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-10T08:27:14.584 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T08:27:14.584 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-10T08:27:14.584 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-10T08:27:14.584 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T08:27:14.584 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: 2024-02-10T08:27:14.584 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: ** Compaction Stats [default] ** 2024-02-10T08:27:14.584 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-10T08:27:14.584 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T08:27:14.585 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.4 0.00 0.00 1 0.000 0 0 2024-02-10T08:27:14.585 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.4 0.00 0.00 1 0.000 0 0 2024-02-10T08:27:14.585 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.4 0.00 0.00 1 0.000 0 0 2024-02-10T08:27:14.585 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: 2024-02-10T08:27:14.585 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: ** Compaction Stats [default] ** 2024-02-10T08:27:14.585 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-10T08:27:14.585 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T08:27:14.585 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.4 0.00 0.00 1 0.000 0 0 2024-02-10T08:27:14.585 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T08:27:14.585 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-10T08:27:14.585 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-10T08:27:14.585 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: AddFile(Total Files): cumulative 0, interval 0 2024-02-10T08:27:14.585 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-10T08:27:14.585 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: AddFile(Keys): cumulative 0, interval 0 2024-02-10T08:27:14.585 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: Cumulative compaction: 0.00 GB write, 0.63 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T08:27:14.586 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: Interval compaction: 0.00 GB write, 0.63 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T08:27:14.586 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-10T08:27:14.586 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: 2024-02-10T08:27:14.586 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: ** File Read Latency Histogram By Level [default] ** 2024-02-10T08:27:14.586 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: 2024-02-10T08:27:14.586 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: ** Compaction Stats [default] ** 2024-02-10T08:27:14.586 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-10T08:27:14.586 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T08:27:14.586 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.4 0.00 0.00 1 0.000 0 0 2024-02-10T08:27:14.586 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.4 0.00 0.00 1 0.000 0 0 2024-02-10T08:27:14.586 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-10T08:27:14.586 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: 2024-02-10T08:27:14.586 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: ** Compaction Stats [default] ** 2024-02-10T08:27:14.586 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-10T08:27:14.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T08:27:14.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.4 0.00 0.00 1 0.000 0 0 2024-02-10T08:27:14.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T08:27:14.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-10T08:27:14.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-10T08:27:14.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: AddFile(Total Files): cumulative 0, interval 0 2024-02-10T08:27:14.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-10T08:27:14.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: AddFile(Keys): cumulative 0, interval 0 2024-02-10T08:27:14.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: Cumulative compaction: 0.00 GB write, 0.61 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T08:27:14.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T08:27:14.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-10T08:27:14.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: 2024-02-10T08:27:14.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: ** File Read Latency Histogram By Level [default] ** 2024-02-10T08:27:14.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: 2024-02-10T08:27:14.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.210+0000 7fdea4544700 0 mon.smithi190 does not exist in monmap, will attempt to join an existing cluster 2024-02-10T08:27:14.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.210+0000 7fdea4544700 0 using public_addr v2:172.21.15.190:0/0 -> [v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0] 2024-02-10T08:27:14.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.210+0000 7fdea4544700 0 starting mon.smithi190 rank -1 at public addrs [v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0] at bind addrs [v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi190 fsid c2125314-c7ed-11ee-95b8-87774f69a715 2024-02-10T08:27:14.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.211+0000 7fdea4544700 1 mon.smithi190@-1(???) e0 preinit fsid c2125314-c7ed-11ee-95b8-87774f69a715 2024-02-10T08:27:14.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.241+0000 7fde8db61700 0 mon.smithi190@-1(synchronizing).mds e1 new map 2024-02-10T08:27:14.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.241+0000 7fde8db61700 0 mon.smithi190@-1(synchronizing).mds e1 print_map 2024-02-10T08:27:14.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: e1 2024-02-10T08:27:14.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-10T08:27:14.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-02-10T08:27:14.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: legacy client fscid: -1 2024-02-10T08:27:14.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: 2024-02-10T08:27:14.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: No filesystems configured 2024-02-10T08:27:14.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: 2024-02-10T08:27:14.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.241+0000 7fde8db61700 1 mon.smithi190@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-02-10T08:27:14.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.241+0000 7fde8db61700 1 mon.smithi190@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-02-10T08:27:14.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.241+0000 7fde8db61700 1 mon.smithi190@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-02-10T08:27:14.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.241+0000 7fde8db61700 1 mon.smithi190@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-02-10T08:27:14.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.241+0000 7fde8db61700 1 mon.smithi190@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-02-10T08:27:14.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.241+0000 7fde8db61700 1 mon.smithi190@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-02-10T08:27:14.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.241+0000 7fde8db61700 1 mon.smithi190@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-02-10T08:27:14.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.241+0000 7fde8db61700 0 mon.smithi190@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-10T08:27:14.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.241+0000 7fde8db61700 0 mon.smithi190@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-10T08:27:14.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.241+0000 7fde8db61700 0 mon.smithi190@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-10T08:27:14.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.241+0000 7fde8db61700 0 mon.smithi190@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-10T08:27:14.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:27:13.848634+0000 mon.smithi138 (mon.0) 162 : cluster [DBG] Standby manager daemon smithi190.qddxvv started 2024-02-10T08:27:14.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:27:13.850116+0000 mon.smithi138 (mon.0) 163 : audit [DBG] from='mgr.? 172.21.15.190:0/3219249844' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi190.qddxvv/crt"}]: dispatch 2024-02-10T08:27:14.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:27:13.850534+0000 mon.smithi138 (mon.0) 164 : audit [DBG] from='mgr.? 172.21.15.190:0/3219249844' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-10T08:27:14.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:27:13.852442+0000 mon.smithi138 (mon.0) 165 : audit [DBG] from='mgr.? 172.21.15.190:0/3219249844' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi190.qddxvv/key"}]: dispatch 2024-02-10T08:27:14.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:27:13.853405+0000 mon.smithi138 (mon.0) 166 : audit [DBG] from='mgr.? 172.21.15.190:0/3219249844' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-10T08:27:14.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:27:14.241+0000 7fde8db61700 1 mon.smithi190@-1(synchronizing).paxosservice(auth 1..7) refresh upgraded, format 0 -> 3 2024-02-10T08:27:14.590 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 bash[66196]: 71a1ed724e8c34981e6094b3f1b81a2c081a07e6ac306f88e12b4ff2227f439c 2024-02-10T08:27:14.590 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:14 smithi190 systemd[1]: Started Ceph mon.smithi190 for c2125314-c7ed-11ee-95b8-87774f69a715. 2024-02-10T08:27:14.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:14 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:27:13.848634+0000 mon.smithi138 (mon.0) 162 : cluster [DBG] Standby manager daemon smithi190.qddxvv started 2024-02-10T08:27:14.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:14 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:13.850116+0000 mon.smithi138 (mon.0) 163 : audit [DBG] from='mgr.? 172.21.15.190:0/3219249844' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi190.qddxvv/crt"}]: dispatch 2024-02-10T08:27:14.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:14 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:13.850534+0000 mon.smithi138 (mon.0) 164 : audit [DBG] from='mgr.? 172.21.15.190:0/3219249844' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-10T08:27:14.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:14 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:13.852442+0000 mon.smithi138 (mon.0) 165 : audit [DBG] from='mgr.? 172.21.15.190:0/3219249844' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi190.qddxvv/key"}]: dispatch 2024-02-10T08:27:14.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:14 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:13.853405+0000 mon.smithi138 (mon.0) 166 : audit [DBG] from='mgr.? 172.21.15.190:0/3219249844' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-10T08:27:19.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:19 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:14.251678+0000 mon.smithi138 (mon.0) 170 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mon metadata", "id": "smithi138"}]: dispatch 2024-02-10T08:27:19.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:19 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:14.251928+0000 mon.smithi138 (mon.0) 171 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2024-02-10T08:27:19.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:19 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:27:14.252110+0000 mon.smithi138 (mon.0) 172 : cluster [INF] mon.smithi138 calling monitor election 2024-02-10T08:27:19.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:19 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:27:15.085722+0000 mgr.smithi138.arglrk (mgr.14162) 56 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:27:19.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:19 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:15.246176+0000 mon.smithi138 (mon.0) 173 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2024-02-10T08:27:19.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:19 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:16.246223+0000 mon.smithi138 (mon.0) 174 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2024-02-10T08:27:19.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:19 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:27:16.247005+0000 mon.smithi190 (mon.1) 1 : cluster [INF] mon.smithi190 calling monitor election 2024-02-10T08:27:19.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:19 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:27:17.086060+0000 mgr.smithi138.arglrk (mgr.14162) 57 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:27:19.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:19 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:17.246158+0000 mon.smithi138 (mon.0) 175 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2024-02-10T08:27:19.598 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:19 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:18.246514+0000 mon.smithi138 (mon.0) 176 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2024-02-10T08:27:19.598 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:19 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:27:19.086296+0000 mgr.smithi138.arglrk (mgr.14162) 58 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:27:19.598 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:19 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:19.246484+0000 mon.smithi138 (mon.0) 177 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2024-02-10T08:27:19.598 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:19 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:27:19.269409+0000 mon.smithi138 (mon.0) 178 : cluster [INF] mon.smithi138 is new leader, mons smithi138,smithi190 in quorum (ranks 0,1) 2024-02-10T08:27:19.598 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:19 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:27:19.274170+0000 mon.smithi138 (mon.0) 179 : cluster [DBG] monmap e2: 2 mons at {smithi138=[v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0],smithi190=[v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0]} 2024-02-10T08:27:19.598 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:19 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:27:19.274248+0000 mon.smithi138 (mon.0) 180 : cluster [DBG] fsmap 2024-02-10T08:27:19.598 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:19 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:27:19.274273+0000 mon.smithi138 (mon.0) 181 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-10T08:27:19.598 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:19 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:27:19.274619+0000 mon.smithi138 (mon.0) 182 : cluster [DBG] mgrmap e18: smithi138.arglrk(active, since 98s), standbys: smithi190.qddxvv 2024-02-10T08:27:19.598 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:19 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:27:19.279724+0000 mon.smithi138 (mon.0) 183 : cluster [INF] overall HEALTH_OK 2024-02-10T08:27:19.598 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:19 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:19.284495+0000 mon.smithi138 (mon.0) 184 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:27:19.655 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:19 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:27:14.251678+0000 mon.smithi138 (mon.0) 170 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mon metadata", "id": "smithi138"}]: dispatch 2024-02-10T08:27:19.655 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:19 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:27:14.251928+0000 mon.smithi138 (mon.0) 171 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2024-02-10T08:27:19.655 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:19 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:27:14.252110+0000 mon.smithi138 (mon.0) 172 : cluster [INF] mon.smithi138 calling monitor election 2024-02-10T08:27:19.655 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:19 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:27:15.085722+0000 mgr.smithi138.arglrk (mgr.14162) 56 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:27:19.655 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:19 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:27:15.246176+0000 mon.smithi138 (mon.0) 173 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2024-02-10T08:27:19.655 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:19 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:27:16.246223+0000 mon.smithi138 (mon.0) 174 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2024-02-10T08:27:19.655 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:19 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:27:16.247005+0000 mon.smithi190 (mon.1) 1 : cluster [INF] mon.smithi190 calling monitor election 2024-02-10T08:27:19.655 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:19 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:27:17.086060+0000 mgr.smithi138.arglrk (mgr.14162) 57 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:27:19.655 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:19 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:27:17.246158+0000 mon.smithi138 (mon.0) 175 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2024-02-10T08:27:19.655 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:19 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:27:18.246514+0000 mon.smithi138 (mon.0) 176 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2024-02-10T08:27:19.655 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:19 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:27:19.086296+0000 mgr.smithi138.arglrk (mgr.14162) 58 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:27:19.655 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:19 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:27:19.246484+0000 mon.smithi138 (mon.0) 177 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2024-02-10T08:27:19.655 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:19 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:27:19.269409+0000 mon.smithi138 (mon.0) 178 : cluster [INF] mon.smithi138 is new leader, mons smithi138,smithi190 in quorum (ranks 0,1) 2024-02-10T08:27:19.655 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:19 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:27:19.274170+0000 mon.smithi138 (mon.0) 179 : cluster [DBG] monmap e2: 2 mons at {smithi138=[v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0],smithi190=[v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0]} 2024-02-10T08:27:19.656 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:19 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:27:19.274248+0000 mon.smithi138 (mon.0) 180 : cluster [DBG] fsmap 2024-02-10T08:27:19.656 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:19 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:27:19.274273+0000 mon.smithi138 (mon.0) 181 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-10T08:27:19.656 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:19 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:27:19.274619+0000 mon.smithi138 (mon.0) 182 : cluster [DBG] mgrmap e18: smithi138.arglrk(active, since 98s), standbys: smithi190.qddxvv 2024-02-10T08:27:19.656 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:19 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:27:19.279724+0000 mon.smithi138 (mon.0) 183 : cluster [INF] overall HEALTH_OK 2024-02-10T08:27:19.656 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:19 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:27:19.284495+0000 mon.smithi138 (mon.0) 184 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:27:20.274 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-02-10T08:27:20.274 INFO:teuthology.orchestra.run.smithi190.stdout:{"epoch":2,"fsid":"c2125314-c7ed-11ee-95b8-87774f69a715","modified":"2024-02-10T08:27:14.246086Z","created":"2024-02-10T08:24:36.803648Z","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":"smithi138","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:3300","nonce":0},{"type":"v1","addr":"172.21.15.138:6789","nonce":0}]},"addr":"172.21.15.138:6789/0","public_addr":"172.21.15.138:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi190","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:3300","nonce":0},{"type":"v1","addr":"172.21.15.190:6789","nonce":0}]},"addr":"172.21.15.190:6789/0","public_addr":"172.21.15.190:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-02-10T08:27:20.275 INFO:teuthology.orchestra.run.smithi190.stderr:dumped monmap epoch 2 2024-02-10T08:27:20.931 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:20 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:27:19.285450+0000 mgr.smithi138.arglrk (mgr.14162) 59 : cephadm [INF] Deploying daemon node-exporter.smithi190 on smithi190 2024-02-10T08:27:20.931 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:20 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:27:20.246500+0000 mon.smithi138 (mon.0) 185 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2024-02-10T08:27:20.931 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:20 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:27:20.271748+0000 mon.smithi138 (mon.0) 186 : audit [DBG] from='client.? 172.21.15.190:0/4106100000' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T08:27:20.953 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-02-10T08:27:20.953 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph config generate-minimal-conf 2024-02-10T08:27:20.987 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:20 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:27:19.285450+0000 mgr.smithi138.arglrk (mgr.14162) 59 : cephadm [INF] Deploying daemon node-exporter.smithi190 on smithi190 2024-02-10T08:27:20.987 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:20 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:20.246500+0000 mon.smithi138 (mon.0) 185 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2024-02-10T08:27:20.988 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:20 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:20.271748+0000 mon.smithi138 (mon.0) 186 : audit [DBG] from='client.? 172.21.15.190:0/4106100000' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T08:27:22.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:27:21.086541+0000 mgr.smithi138.arglrk (mgr.14162) 60 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:27:22.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:27:21.086541+0000 mgr.smithi138.arglrk (mgr.14162) 60 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:27:23.384 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:23 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:27:23.086840+0000 mgr.smithi138.arglrk (mgr.14162) 61 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:27:23.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:23 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:27:23.086840+0000 mgr.smithi138.arglrk (mgr.14162) 61 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:27:24.120 INFO:teuthology.orchestra.run.smithi138.stdout:# minimal ceph.conf for c2125314-c7ed-11ee-95b8-87774f69a715 2024-02-10T08:27:24.120 INFO:teuthology.orchestra.run.smithi138.stdout:[global] 2024-02-10T08:27:24.121 INFO:teuthology.orchestra.run.smithi138.stdout: fsid = c2125314-c7ed-11ee-95b8-87774f69a715 2024-02-10T08:27:24.121 INFO:teuthology.orchestra.run.smithi138.stdout: mon_host = [v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0] [v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0] 2024-02-10T08:27:24.530 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:24 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:24.120162+0000 mon.smithi138 (mon.0) 187 : audit [DBG] from='client.? 172.21.15.138:0/1119300738' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:27:24.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:24 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:27:24.120162+0000 mon.smithi138 (mon.0) 187 : audit [DBG] from='client.? 172.21.15.138:0/1119300738' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:27:24.809 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-02-10T08:27:24.809 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-02-10T08:27:24.809 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/etc/ceph/ceph.conf 2024-02-10T08:27:24.880 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-02-10T08:27:24.880 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-10T08:27:24.948 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-02-10T08:27:24.948 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/etc/ceph/ceph.conf 2024-02-10T08:27:24.987 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-02-10T08:27:24.987 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-10T08:27:25.057 INFO:tasks.cephadm:Deploying OSDs... 2024-02-10T08:27:25.058 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-02-10T08:27:25.058 DEBUG:teuthology.orchestra.run.smithi138:> dd if=/scratch_devs of=/dev/stdout 2024-02-10T08:27:25.077 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-02-10T08:27:25.077 DEBUG:teuthology.orchestra.run.smithi138:> stat /dev/vg_nvme/lv_1 2024-02-10T08:27:25.135 INFO:teuthology.orchestra.run.smithi138.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-10T08:27:25.135 INFO:teuthology.orchestra.run.smithi138.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T08:27:25.135 INFO:teuthology.orchestra.run.smithi138.stdout:Device: 6h/6d Inode: 197746 Links: 1 2024-02-10T08:27:25.135 INFO:teuthology.orchestra.run.smithi138.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T08:27:25.135 INFO:teuthology.orchestra.run.smithi138.stdout:Context: system_u:object_r:device_t:s0 2024-02-10T08:27:25.135 INFO:teuthology.orchestra.run.smithi138.stdout:Access: 2024-02-10 08:26:53.757390148 +0000 2024-02-10T08:27:25.135 INFO:teuthology.orchestra.run.smithi138.stdout:Modify: 2024-02-10 08:22:54.437481412 +0000 2024-02-10T08:27:25.135 INFO:teuthology.orchestra.run.smithi138.stdout:Change: 2024-02-10 08:22:54.437481412 +0000 2024-02-10T08:27:25.135 INFO:teuthology.orchestra.run.smithi138.stdout: Birth: - 2024-02-10T08:27:25.136 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-10T08:27:25.200 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records in 2024-02-10T08:27:25.200 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records out 2024-02-10T08:27:25.200 INFO:teuthology.orchestra.run.smithi138.stderr:512 bytes copied, 0.000256006 s, 2.0 MB/s 2024-02-10T08:27:25.201 DEBUG:teuthology.orchestra.run.smithi138:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-10T08:27:25.260 DEBUG:teuthology.orchestra.run.smithi138:> stat /dev/vg_nvme/lv_2 2024-02-10T08:27:25.318 INFO:teuthology.orchestra.run.smithi138.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-10T08:27:25.318 INFO:teuthology.orchestra.run.smithi138.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T08:27:25.318 INFO:teuthology.orchestra.run.smithi138.stdout:Device: 6h/6d Inode: 196902 Links: 1 2024-02-10T08:27:25.318 INFO:teuthology.orchestra.run.smithi138.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T08:27:25.319 INFO:teuthology.orchestra.run.smithi138.stdout:Context: system_u:object_r:device_t:s0 2024-02-10T08:27:25.319 INFO:teuthology.orchestra.run.smithi138.stdout:Access: 2024-02-10 08:26:53.757390148 +0000 2024-02-10T08:27:25.319 INFO:teuthology.orchestra.run.smithi138.stdout:Modify: 2024-02-10 08:22:54.794474029 +0000 2024-02-10T08:27:25.319 INFO:teuthology.orchestra.run.smithi138.stdout:Change: 2024-02-10 08:22:54.794474029 +0000 2024-02-10T08:27:25.319 INFO:teuthology.orchestra.run.smithi138.stdout: Birth: - 2024-02-10T08:27:25.319 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-10T08:27:25.384 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records in 2024-02-10T08:27:25.384 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records out 2024-02-10T08:27:25.384 INFO:teuthology.orchestra.run.smithi138.stderr:512 bytes copied, 0.000236362 s, 2.2 MB/s 2024-02-10T08:27:25.385 DEBUG:teuthology.orchestra.run.smithi138:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-10T08:27:25.444 DEBUG:teuthology.orchestra.run.smithi138:> stat /dev/vg_nvme/lv_3 2024-02-10T08:27:25.502 INFO:teuthology.orchestra.run.smithi138.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-10T08:27:25.502 INFO:teuthology.orchestra.run.smithi138.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T08:27:25.502 INFO:teuthology.orchestra.run.smithi138.stdout:Device: 6h/6d Inode: 197832 Links: 1 2024-02-10T08:27:25.502 INFO:teuthology.orchestra.run.smithi138.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T08:27:25.502 INFO:teuthology.orchestra.run.smithi138.stdout:Context: system_u:object_r:device_t:s0 2024-02-10T08:27:25.502 INFO:teuthology.orchestra.run.smithi138.stdout:Access: 2024-02-10 08:26:53.757390148 +0000 2024-02-10T08:27:25.503 INFO:teuthology.orchestra.run.smithi138.stdout:Modify: 2024-02-10 08:22:55.138466915 +0000 2024-02-10T08:27:25.503 INFO:teuthology.orchestra.run.smithi138.stdout:Change: 2024-02-10 08:22:55.138466915 +0000 2024-02-10T08:27:25.503 INFO:teuthology.orchestra.run.smithi138.stdout: Birth: - 2024-02-10T08:27:25.503 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-10T08:27:25.568 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records in 2024-02-10T08:27:25.568 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records out 2024-02-10T08:27:25.568 INFO:teuthology.orchestra.run.smithi138.stderr:512 bytes copied, 0.000204469 s, 2.5 MB/s 2024-02-10T08:27:25.569 DEBUG:teuthology.orchestra.run.smithi138:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-10T08:27:25.628 DEBUG:teuthology.orchestra.run.smithi138:> stat /dev/vg_nvme/lv_4 2024-02-10T08:27:25.687 INFO:teuthology.orchestra.run.smithi138.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-10T08:27:25.687 INFO:teuthology.orchestra.run.smithi138.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T08:27:25.687 INFO:teuthology.orchestra.run.smithi138.stdout:Device: 6h/6d Inode: 192299 Links: 1 2024-02-10T08:27:25.687 INFO:teuthology.orchestra.run.smithi138.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T08:27:25.687 INFO:teuthology.orchestra.run.smithi138.stdout:Context: system_u:object_r:device_t:s0 2024-02-10T08:27:25.688 INFO:teuthology.orchestra.run.smithi138.stdout:Access: 2024-02-10 08:26:53.757390148 +0000 2024-02-10T08:27:25.688 INFO:teuthology.orchestra.run.smithi138.stdout:Modify: 2024-02-10 08:22:55.490459634 +0000 2024-02-10T08:27:25.688 INFO:teuthology.orchestra.run.smithi138.stdout:Change: 2024-02-10 08:22:55.490459634 +0000 2024-02-10T08:27:25.688 INFO:teuthology.orchestra.run.smithi138.stdout: Birth: - 2024-02-10T08:27:25.688 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-10T08:27:25.754 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records in 2024-02-10T08:27:25.754 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records out 2024-02-10T08:27:25.754 INFO:teuthology.orchestra.run.smithi138.stderr:512 bytes copied, 0.000225746 s, 2.3 MB/s 2024-02-10T08:27:25.755 DEBUG:teuthology.orchestra.run.smithi138:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-10T08:27:25.814 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-02-10T08:27:25.814 DEBUG:teuthology.orchestra.run.smithi190:> dd if=/scratch_devs of=/dev/stdout 2024-02-10T08:27:25.836 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-02-10T08:27:25.836 DEBUG:teuthology.orchestra.run.smithi190:> stat /dev/vg_nvme/lv_1 2024-02-10T08:27:25.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:25 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:27:25.087074+0000 mgr.smithi138.arglrk (mgr.14162) 62 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:27:25.897 INFO:teuthology.orchestra.run.smithi190.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-10T08:27:25.898 INFO:teuthology.orchestra.run.smithi190.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T08:27:25.898 INFO:teuthology.orchestra.run.smithi190.stdout:Device: 6h/6d Inode: 197709 Links: 1 2024-02-10T08:27:25.898 INFO:teuthology.orchestra.run.smithi190.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T08:27:25.898 INFO:teuthology.orchestra.run.smithi190.stdout:Context: system_u:object_r:device_t:s0 2024-02-10T08:27:25.898 INFO:teuthology.orchestra.run.smithi190.stdout:Access: 2024-02-10 08:27:19.703954509 +0000 2024-02-10T08:27:25.898 INFO:teuthology.orchestra.run.smithi190.stdout:Modify: 2024-02-10 08:22:54.444662880 +0000 2024-02-10T08:27:25.898 INFO:teuthology.orchestra.run.smithi190.stdout:Change: 2024-02-10 08:22:54.444662880 +0000 2024-02-10T08:27:25.898 INFO:teuthology.orchestra.run.smithi190.stdout: Birth: - 2024-02-10T08:27:25.898 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-10T08:27:25.968 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records in 2024-02-10T08:27:25.968 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records out 2024-02-10T08:27:25.968 INFO:teuthology.orchestra.run.smithi190.stderr:512 bytes copied, 0.000271802 s, 1.9 MB/s 2024-02-10T08:27:25.968 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:25 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:27:25.087074+0000 mgr.smithi138.arglrk (mgr.14162) 62 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:27:25.969 DEBUG:teuthology.orchestra.run.smithi190:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-10T08:27:26.032 DEBUG:teuthology.orchestra.run.smithi190:> stat /dev/vg_nvme/lv_2 2024-02-10T08:27:26.091 INFO:teuthology.orchestra.run.smithi190.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-10T08:27:26.091 INFO:teuthology.orchestra.run.smithi190.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T08:27:26.091 INFO:teuthology.orchestra.run.smithi190.stdout:Device: 6h/6d Inode: 197757 Links: 1 2024-02-10T08:27:26.092 INFO:teuthology.orchestra.run.smithi190.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T08:27:26.092 INFO:teuthology.orchestra.run.smithi190.stdout:Context: system_u:object_r:device_t:s0 2024-02-10T08:27:26.092 INFO:teuthology.orchestra.run.smithi190.stdout:Access: 2024-02-10 08:27:19.703954509 +0000 2024-02-10T08:27:26.092 INFO:teuthology.orchestra.run.smithi190.stdout:Modify: 2024-02-10 08:22:54.789652724 +0000 2024-02-10T08:27:26.092 INFO:teuthology.orchestra.run.smithi190.stdout:Change: 2024-02-10 08:22:54.789652724 +0000 2024-02-10T08:27:26.092 INFO:teuthology.orchestra.run.smithi190.stdout: Birth: - 2024-02-10T08:27:26.092 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-10T08:27:26.160 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records in 2024-02-10T08:27:26.160 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records out 2024-02-10T08:27:26.160 INFO:teuthology.orchestra.run.smithi190.stderr:512 bytes copied, 0.000289229 s, 1.8 MB/s 2024-02-10T08:27:26.162 DEBUG:teuthology.orchestra.run.smithi190:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-10T08:27:26.222 DEBUG:teuthology.orchestra.run.smithi190:> stat /dev/vg_nvme/lv_3 2024-02-10T08:27:26.281 INFO:teuthology.orchestra.run.smithi190.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-10T08:27:26.281 INFO:teuthology.orchestra.run.smithi190.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T08:27:26.281 INFO:teuthology.orchestra.run.smithi190.stdout:Device: 6h/6d Inode: 197809 Links: 1 2024-02-10T08:27:26.281 INFO:teuthology.orchestra.run.smithi190.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T08:27:26.281 INFO:teuthology.orchestra.run.smithi190.stdout:Context: system_u:object_r:device_t:s0 2024-02-10T08:27:26.281 INFO:teuthology.orchestra.run.smithi190.stdout:Access: 2024-02-10 08:27:19.703954509 +0000 2024-02-10T08:27:26.281 INFO:teuthology.orchestra.run.smithi190.stdout:Modify: 2024-02-10 08:22:55.137642480 +0000 2024-02-10T08:27:26.281 INFO:teuthology.orchestra.run.smithi190.stdout:Change: 2024-02-10 08:22:55.137642480 +0000 2024-02-10T08:27:26.281 INFO:teuthology.orchestra.run.smithi190.stdout: Birth: - 2024-02-10T08:27:26.282 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-10T08:27:26.347 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records in 2024-02-10T08:27:26.347 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records out 2024-02-10T08:27:26.348 INFO:teuthology.orchestra.run.smithi190.stderr:512 bytes copied, 0.000200908 s, 2.5 MB/s 2024-02-10T08:27:26.349 DEBUG:teuthology.orchestra.run.smithi190:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-10T08:27:26.408 DEBUG:teuthology.orchestra.run.smithi190:> stat /dev/vg_nvme/lv_4 2024-02-10T08:27:26.467 INFO:teuthology.orchestra.run.smithi190.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-10T08:27:26.467 INFO:teuthology.orchestra.run.smithi190.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T08:27:26.467 INFO:teuthology.orchestra.run.smithi190.stdout:Device: 6h/6d Inode: 193178 Links: 1 2024-02-10T08:27:26.467 INFO:teuthology.orchestra.run.smithi190.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T08:27:26.467 INFO:teuthology.orchestra.run.smithi190.stdout:Context: system_u:object_r:device_t:s0 2024-02-10T08:27:26.467 INFO:teuthology.orchestra.run.smithi190.stdout:Access: 2024-02-10 08:27:19.703954509 +0000 2024-02-10T08:27:26.467 INFO:teuthology.orchestra.run.smithi190.stdout:Modify: 2024-02-10 08:22:55.470632678 +0000 2024-02-10T08:27:26.467 INFO:teuthology.orchestra.run.smithi190.stdout:Change: 2024-02-10 08:22:55.470632678 +0000 2024-02-10T08:27:26.467 INFO:teuthology.orchestra.run.smithi190.stdout: Birth: - 2024-02-10T08:27:26.468 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-10T08:27:26.533 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records in 2024-02-10T08:27:26.533 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records out 2024-02-10T08:27:26.533 INFO:teuthology.orchestra.run.smithi190.stderr:512 bytes copied, 0.000238327 s, 2.1 MB/s 2024-02-10T08:27:26.534 DEBUG:teuthology.orchestra.run.smithi190:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-10T08:27:26.592 INFO:tasks.cephadm:Deploying osd.0 on smithi138 with /dev/vg_nvme/lv_4... 2024-02-10T08:27:26.592 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-02-10T08:27:27.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:27:27.087271+0000 mgr.smithi138.arglrk (mgr.14162) 63 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:27:27.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:27:27.087271+0000 mgr.smithi138.arglrk (mgr.14162) 63 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:27:30.168 INFO:teuthology.orchestra.run.smithi138.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-02-10T08:27:30.168 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-02-10T08:27:30.168 INFO:teuthology.orchestra.run.smithi138.stderr: stderr: 10+0 records in 2024-02-10T08:27:30.168 INFO:teuthology.orchestra.run.smithi138.stderr:10+0 records out 2024-02-10T08:27:30.168 INFO:teuthology.orchestra.run.smithi138.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0108462 s, 967 MB/s 2024-02-10T08:27:30.168 INFO:teuthology.orchestra.run.smithi138.stderr:--> Zapping successful for: 2024-02-10T08:27:30.196 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:29 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:27:28.870895+0000 mon.smithi138 (mon.0) 188 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:27:30.196 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:29 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:27:28.871960+0000 mon.smithi138 (mon.0) 189 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:27:30.196 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:29 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:27:29.087544+0000 mgr.smithi138.arglrk (mgr.14162) 64 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:27:30.208 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:29 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:28.870895+0000 mon.smithi138 (mon.0) 188 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:27:30.209 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:29 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:28.871960+0000 mon.smithi138 (mon.0) 189 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:27:30.209 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:29 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:27:29.087544+0000 mgr.smithi138.arglrk (mgr.14162) 64 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:27:31.250 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph orch daemon add osd smithi138:vg_nvme/lv_4 2024-02-10T08:27:32.016 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:31 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:30.718190+0000 mon.smithi138 (mon.0) 190 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:27:32.016 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:31 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:27:31.087885+0000 mgr.smithi138.arglrk (mgr.14162) 65 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:27:32.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:31 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:27:30.718190+0000 mon.smithi138 (mon.0) 190 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:27:32.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:31 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:27:31.087885+0000 mgr.smithi138.arglrk (mgr.14162) 65 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:27:33.443 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:33 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:27:33.088244+0000 mgr.smithi138.arglrk (mgr.14162) 66 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:27:33.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:33 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:27:33.088244+0000 mgr.smithi138.arglrk (mgr.14162) 66 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:27:34.497 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:34 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:34.110533+0000 mgr.smithi138.arglrk (mgr.14162) 67 : audit [DBG] from='client.14218 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi138:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:27:34.497 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:34 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:34.111311+0000 mon.smithi138 (mon.0) 191 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T08:27:34.497 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:34 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:34.112738+0000 mon.smithi138 (mon.0) 192 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T08:27:34.497 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:34 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:34.113197+0000 mon.smithi138 (mon.0) 193 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:27:34.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:34 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:27:34.110533+0000 mgr.smithi138.arglrk (mgr.14162) 67 : audit [DBG] from='client.14218 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi138:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:27:34.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:34 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:27:34.111311+0000 mon.smithi138 (mon.0) 191 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T08:27:34.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:34 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:27:34.112738+0000 mon.smithi138 (mon.0) 192 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T08:27:34.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:34 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:27:34.113197+0000 mon.smithi138 (mon.0) 193 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:27:35.937 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:35 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:27:34.112552+0000 mgr.smithi138.arglrk (mgr.14162) 68 : cephadm [INF] Applying service osd.None on host smithi138... 2024-02-10T08:27:35.937 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:35 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:27:35.088631+0000 mgr.smithi138.arglrk (mgr.14162) 69 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:27:36.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:35 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:27:34.112552+0000 mgr.smithi138.arglrk (mgr.14162) 68 : cephadm [INF] Applying service osd.None on host smithi138... 2024-02-10T08:27:36.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:35 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:27:35.088631+0000 mgr.smithi138.arglrk (mgr.14162) 69 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:27:37.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:36 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:27:36.638950+0000 mon.smithi138 (mon.0) 194 : audit [INF] from='client.? 172.21.15.138:0/3955508219' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f31ea3f3-4e25-45ca-8b0c-9416d60d8b48"}]: dispatch 2024-02-10T08:27:37.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:36 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:27:36.644628+0000 mon.smithi138 (mon.0) 195 : audit [INF] from='client.? 172.21.15.138:0/3955508219' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f31ea3f3-4e25-45ca-8b0c-9416d60d8b48"}]': finished 2024-02-10T08:27:37.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:36 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:27:36.644675+0000 mon.smithi138 (mon.0) 196 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-10T08:27:37.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:36 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:27:36.644765+0000 mon.smithi138 (mon.0) 197 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T08:27:37.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:36 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:36.638950+0000 mon.smithi138 (mon.0) 194 : audit [INF] from='client.? 172.21.15.138:0/3955508219' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f31ea3f3-4e25-45ca-8b0c-9416d60d8b48"}]: dispatch 2024-02-10T08:27:37.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:36 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:36.644628+0000 mon.smithi138 (mon.0) 195 : audit [INF] from='client.? 172.21.15.138:0/3955508219' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f31ea3f3-4e25-45ca-8b0c-9416d60d8b48"}]': finished 2024-02-10T08:27:37.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:36 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:27:36.644675+0000 mon.smithi138 (mon.0) 196 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-10T08:27:37.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:36 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:36.644765+0000 mon.smithi138 (mon.0) 197 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T08:27:38.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:37 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:27:37.071625+0000 mon.smithi138 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.138:0/308875394' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T08:27:38.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:37 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:27:37.088891+0000 mgr.smithi138.arglrk (mgr.14162) 70 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:27:38.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:37 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:27:37.336025+0000 mon.smithi138 (mon.0) 199 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:27:38.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:37 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:27:37.340825+0000 mon.smithi138 (mon.0) 200 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:27:38.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:37 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:27:37.342577+0000 mon.smithi138 (mon.0) 201 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T08:27:38.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:37 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:27:37.343089+0000 mon.smithi138 (mon.0) 202 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T08:27:38.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:37 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:27:37.343556+0000 mon.smithi138 (mon.0) 203 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:27:38.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:37 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:37.071625+0000 mon.smithi138 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.138:0/308875394' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T08:27:38.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:37 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:27:37.088891+0000 mgr.smithi138.arglrk (mgr.14162) 70 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:27:38.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:37 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:37.336025+0000 mon.smithi138 (mon.0) 199 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:27:38.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:37 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:37.340825+0000 mon.smithi138 (mon.0) 200 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:27:38.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:37 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:37.342577+0000 mon.smithi138 (mon.0) 201 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T08:27:38.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:37 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:37.343089+0000 mon.smithi138 (mon.0) 202 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T08:27:38.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:37 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:37.343556+0000 mon.smithi138 (mon.0) 203 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:27:39.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:27:37.342395+0000 mgr.smithi138.arglrk (mgr.14162) 71 : cephadm [INF] Reconfiguring mon.smithi138 (unknown last config time)... 2024-02-10T08:27:39.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:27:37.343986+0000 mgr.smithi138.arglrk (mgr.14162) 72 : cephadm [INF] Reconfiguring daemon mon.smithi138 on smithi138 2024-02-10T08:27:39.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:27:37.342395+0000 mgr.smithi138.arglrk (mgr.14162) 71 : cephadm [INF] Reconfiguring mon.smithi138 (unknown last config time)... 2024-02-10T08:27:39.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:27:37.343986+0000 mgr.smithi138.arglrk (mgr.14162) 72 : cephadm [INF] Reconfiguring daemon mon.smithi138 on smithi138 2024-02-10T08:27:39.993 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:27:39.089205+0000 mgr.smithi138.arglrk (mgr.14162) 73 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:27:40.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:27:39.089205+0000 mgr.smithi138.arglrk (mgr.14162) 73 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:27:41.440 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:41 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:27:41.089399+0000 mgr.smithi138.arglrk (mgr.14162) 74 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:27:41.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:27:41.089399+0000 mgr.smithi138.arglrk (mgr.14162) 74 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:27:42.438 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:41.211521+0000 mon.smithi138 (mon.0) 204 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.arglrk/mirror_snapshot_schedule"}]: dispatch 2024-02-10T08:27:42.438 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:41.213854+0000 mon.smithi138 (mon.0) 205 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.arglrk/trash_purge_schedule"}]: dispatch 2024-02-10T08:27:42.438 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:41.745909+0000 mon.smithi138 (mon.0) 206 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:27:42.438 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:27:41.746407+0000 mgr.smithi138.arglrk (mgr.14162) 75 : cephadm [INF] Reconfiguring mgr.smithi138.arglrk (unknown last config time)... 2024-02-10T08:27:42.439 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:41.746706+0000 mon.smithi138 (mon.0) 207 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi138.arglrk", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T08:27:42.439 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:41.747456+0000 mon.smithi138 (mon.0) 208 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-10T08:27:42.439 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:41.748007+0000 mon.smithi138 (mon.0) 209 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:27:42.439 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:27:41.748453+0000 mgr.smithi138.arglrk (mgr.14162) 76 : cephadm [INF] Reconfiguring daemon mgr.smithi138.arglrk on smithi138 2024-02-10T08:27:42.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:27:41.211521+0000 mon.smithi138 (mon.0) 204 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.arglrk/mirror_snapshot_schedule"}]: dispatch 2024-02-10T08:27:42.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:27:41.213854+0000 mon.smithi138 (mon.0) 205 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.arglrk/trash_purge_schedule"}]: dispatch 2024-02-10T08:27:42.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:27:41.745909+0000 mon.smithi138 (mon.0) 206 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:27:42.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:27:41.746407+0000 mgr.smithi138.arglrk (mgr.14162) 75 : cephadm [INF] Reconfiguring mgr.smithi138.arglrk (unknown last config time)... 2024-02-10T08:27:42.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:27:41.746706+0000 mon.smithi138 (mon.0) 207 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi138.arglrk", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T08:27:42.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:27:41.747456+0000 mon.smithi138 (mon.0) 208 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-10T08:27:42.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:27:41.748007+0000 mon.smithi138 (mon.0) 209 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:27:42.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:27:41.748453+0000 mgr.smithi138.arglrk (mgr.14162) 76 : cephadm [INF] Reconfiguring daemon mgr.smithi138.arglrk on smithi138 2024-02-10T08:27:43.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:43 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:27:43.089713+0000 mgr.smithi138.arglrk (mgr.14162) 77 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:27:43.565 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:43 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:27:43.089713+0000 mgr.smithi138.arglrk (mgr.14162) 77 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:27:44.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:43.586802+0000 mon.smithi138 (mon.0) 210 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-10T08:27:44.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:43.587463+0000 mon.smithi138 (mon.0) 211 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:27:44.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:27:43.587944+0000 mgr.smithi138.arglrk (mgr.14162) 78 : cephadm [INF] Deploying daemon osd.0 on smithi138 2024-02-10T08:27:44.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:44 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:27:43.586802+0000 mon.smithi138 (mon.0) 210 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-10T08:27:44.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:44 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:27:43.587463+0000 mon.smithi138 (mon.0) 211 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:27:44.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:44 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:27:43.587944+0000 mgr.smithi138.arglrk (mgr.14162) 78 : cephadm [INF] Deploying daemon osd.0 on smithi138 2024-02-10T08:27:46.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:27:44.755236+0000 mon.smithi138 (mon.0) 212 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:27:46.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:27:44.755859+0000 mgr.smithi138.arglrk (mgr.14162) 79 : cephadm [INF] Reconfiguring alertmanager.smithi138 (dependencies changed)... 2024-02-10T08:27:46.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:27:44.757940+0000 mgr.smithi138.arglrk (mgr.14162) 80 : cephadm [INF] Reconfiguring daemon alertmanager.smithi138 on smithi138 2024-02-10T08:27:46.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:27:45.090037+0000 mgr.smithi138.arglrk (mgr.14162) 81 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:27:46.095 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:44.755236+0000 mon.smithi138 (mon.0) 212 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:27:46.095 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:27:44.755859+0000 mgr.smithi138.arglrk (mgr.14162) 79 : cephadm [INF] Reconfiguring alertmanager.smithi138 (dependencies changed)... 2024-02-10T08:27:46.095 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:27:44.757940+0000 mgr.smithi138.arglrk (mgr.14162) 80 : cephadm [INF] Reconfiguring daemon alertmanager.smithi138 on smithi138 2024-02-10T08:27:46.095 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:27:45.090037+0000 mgr.smithi138.arglrk (mgr.14162) 81 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:27:47.524 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:47 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:27:47.090245+0000 mgr.smithi138.arglrk (mgr.14162) 82 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:27:47.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:47 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:27:47.090245+0000 mgr.smithi138.arglrk (mgr.14162) 82 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:27:48.439 INFO:teuthology.orchestra.run.smithi138.stdout:Created osd(s) 0 on host 'smithi138' 2024-02-10T08:27:49.561 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:49 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:48.431830+0000 mon.smithi138 (mon.0) 213 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:27:49.561 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:49 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:48.437225+0000 mon.smithi138 (mon.0) 214 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:27:49.561 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:49 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:27:49.090458+0000 mgr.smithi138.arglrk (mgr.14162) 83 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:27:49.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:49 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:27:48.431830+0000 mon.smithi138 (mon.0) 213 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:27:49.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:49 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:27:48.437225+0000 mon.smithi138 (mon.0) 214 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:27:49.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:49 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:27:49.090458+0000 mgr.smithi138.arglrk (mgr.14162) 83 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:27:51.527 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:27:51.090711+0000 mgr.smithi138.arglrk (mgr.14162) 84 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:27:51.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:27:51.090711+0000 mgr.smithi138.arglrk (mgr.14162) 84 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:27:51.971 DEBUG:teuthology.orchestra.run.smithi138:osd.0> sudo journalctl -f -n 0 -u ceph-c2125314-c7ed-11ee-95b8-87774f69a715@osd.0.service 2024-02-10T08:27:51.974 INFO:tasks.cephadm:Deploying osd.1 on smithi138 with /dev/vg_nvme/lv_3... 2024-02-10T08:27:51.974 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-02-10T08:27:52.002 INFO:journalctl@ceph.osd.0.smithi138.stdout:-- Logs begin at Sat 2024-02-10 08:17:07 UTC. -- 2024-02-10T08:27:52.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:52 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:51.530118+0000 mon.smithi138 (mon.0) 215 : audit [INF] from='osd.0 [v2:172.21.15.138:6802/2436759582,v1:172.21.15.138:6803/2436759582]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-10T08:27:52.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:52 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:27:51.530118+0000 mon.smithi138 (mon.0) 215 : audit [INF] from='osd.0 [v2:172.21.15.138:6802/2436759582,v1:172.21.15.138:6803/2436759582]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-10T08:27:53.213 INFO:journalctl@ceph.osd.0.smithi138.stdout:Feb 10 08:27:53 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.0[73375]: debug 2024-02-10T08:27:53.179+0000 7f617b706700 -1 osd.0 0 waiting for initial osdmap 2024-02-10T08:27:53.213 INFO:journalctl@ceph.osd.0.smithi138.stdout:Feb 10 08:27:53 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.0[73375]: debug 2024-02-10T08:27:53.182+0000 7f6175e7e700 -1 osd.0 8 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-10T08:27:53.213 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:53 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:52.172738+0000 mon.smithi138 (mon.0) 216 : audit [INF] from='osd.0 [v2:172.21.15.138:6802/2436759582,v1:172.21.15.138:6803/2436759582]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-10T08:27:53.214 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:53 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:27:52.172796+0000 mon.smithi138 (mon.0) 217 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-02-10T08:27:53.214 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:53 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:52.172894+0000 mon.smithi138 (mon.0) 218 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T08:27:53.214 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:53 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:52.173297+0000 mon.smithi138 (mon.0) 219 : audit [INF] from='osd.0 [v2:172.21.15.138:6802/2436759582,v1:172.21.15.138:6803/2436759582]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-02-10T08:27:53.214 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:53 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:27:53.090957+0000 mgr.smithi138.arglrk (mgr.14162) 85 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:27:53.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:53 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:27:52.172738+0000 mon.smithi138 (mon.0) 216 : audit [INF] from='osd.0 [v2:172.21.15.138:6802/2436759582,v1:172.21.15.138:6803/2436759582]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-10T08:27:53.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:53 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:27:52.172796+0000 mon.smithi138 (mon.0) 217 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-02-10T08:27:53.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:53 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:27:52.172894+0000 mon.smithi138 (mon.0) 218 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T08:27:53.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:53 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:27:52.173297+0000 mon.smithi138 (mon.0) 219 : audit [INF] from='osd.0 [v2:172.21.15.138:6802/2436759582,v1:172.21.15.138:6803/2436759582]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-02-10T08:27:53.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:53 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:27:53.090957+0000 mgr.smithi138.arglrk (mgr.14162) 85 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:27:54.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:54 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:27:53.177805+0000 mon.smithi138 (mon.0) 220 : audit [INF] from='osd.0 [v2:172.21.15.138:6802/2436759582,v1:172.21.15.138:6803/2436759582]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]': finished 2024-02-10T08:27:54.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:54 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:27:53.177851+0000 mon.smithi138 (mon.0) 221 : cluster [DBG] osdmap e8: 1 total, 0 up, 1 in 2024-02-10T08:27:54.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:54 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:27:53.178072+0000 mon.smithi138 (mon.0) 222 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T08:27:54.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:54 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:27:53.180932+0000 mon.smithi138 (mon.0) 223 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T08:27:54.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:54 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:53.177805+0000 mon.smithi138 (mon.0) 220 : audit [INF] from='osd.0 [v2:172.21.15.138:6802/2436759582,v1:172.21.15.138:6803/2436759582]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]': finished 2024-02-10T08:27:54.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:54 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:27:53.177851+0000 mon.smithi138 (mon.0) 221 : cluster [DBG] osdmap e8: 1 total, 0 up, 1 in 2024-02-10T08:27:54.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:54 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:53.178072+0000 mon.smithi138 (mon.0) 222 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T08:27:54.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:54 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:53.180932+0000 mon.smithi138 (mon.0) 223 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T08:27:55.155 INFO:teuthology.orchestra.run.smithi138.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-02-10T08:27:55.155 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-02-10T08:27:55.155 INFO:teuthology.orchestra.run.smithi138.stderr: stderr: 10+0 records in 2024-02-10T08:27:55.155 INFO:teuthology.orchestra.run.smithi138.stderr:10+0 records out 2024-02-10T08:27:55.155 INFO:teuthology.orchestra.run.smithi138.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0107892 s, 972 MB/s 2024-02-10T08:27:55.155 INFO:teuthology.orchestra.run.smithi138.stderr:--> Zapping successful for: 2024-02-10T08:27:55.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:55 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:27:52.575478+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-10T08:27:55.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:55 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:27:52.575570+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-10T08:27:55.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:55 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:27:54.179649+0000 mon.smithi138 (mon.0) 224 : cluster [INF] osd.0 [v2:172.21.15.138:6802/2436759582,v1:172.21.15.138:6803/2436759582] boot 2024-02-10T08:27:55.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:55 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:27:54.179675+0000 mon.smithi138 (mon.0) 225 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-02-10T08:27:55.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:55 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:54.180127+0000 mon.smithi138 (mon.0) 226 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T08:27:55.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:55 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:27:55.091215+0000 mgr.smithi138.arglrk (mgr.14162) 86 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-10T08:27:55.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:55 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:55.112997+0000 mon.smithi138 (mon.0) 227 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:27:55.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:55 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:27:55.113491+0000 mgr.smithi138.arglrk (mgr.14162) 87 : cephadm [INF] Reconfiguring crash.smithi138 (monmap changed)... 2024-02-10T08:27:55.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:55 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:55.113780+0000 mon.smithi138 (mon.0) 228 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi138", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-10T08:27:55.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:55 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:55.114404+0000 mon.smithi138 (mon.0) 229 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:27:55.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:55 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:27:55.114937+0000 mgr.smithi138.arglrk (mgr.14162) 88 : cephadm [INF] Reconfiguring daemon crash.smithi138 on smithi138 2024-02-10T08:27:55.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:55 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:27:52.575478+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-10T08:27:55.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:55 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:27:52.575570+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-10T08:27:55.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:55 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:27:54.179649+0000 mon.smithi138 (mon.0) 224 : cluster [INF] osd.0 [v2:172.21.15.138:6802/2436759582,v1:172.21.15.138:6803/2436759582] boot 2024-02-10T08:27:55.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:55 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:27:54.179675+0000 mon.smithi138 (mon.0) 225 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-02-10T08:27:55.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:55 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:27:54.180127+0000 mon.smithi138 (mon.0) 226 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T08:27:55.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:55 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:27:55.091215+0000 mgr.smithi138.arglrk (mgr.14162) 86 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-10T08:27:55.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:55 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:27:55.112997+0000 mon.smithi138 (mon.0) 227 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:27:55.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:55 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:27:55.113491+0000 mgr.smithi138.arglrk (mgr.14162) 87 : cephadm [INF] Reconfiguring crash.smithi138 (monmap changed)... 2024-02-10T08:27:55.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:55 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:27:55.113780+0000 mon.smithi138 (mon.0) 228 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi138", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-10T08:27:55.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:55 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:27:55.114404+0000 mon.smithi138 (mon.0) 229 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:27:55.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:55 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:27:55.114937+0000 mgr.smithi138.arglrk (mgr.14162) 88 : cephadm [INF] Reconfiguring daemon crash.smithi138 on smithi138 2024-02-10T08:27:55.875 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph orch daemon add osd smithi138:vg_nvme/lv_3 2024-02-10T08:27:56.400 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:56 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:27:55.190417+0000 mon.smithi138 (mon.0) 230 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-02-10T08:27:56.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:56 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:27:55.190417+0000 mon.smithi138 (mon.0) 230 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-02-10T08:27:57.287 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:57 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:27:57.091534+0000 mgr.smithi138.arglrk (mgr.14162) 89 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-10T08:27:57.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:57 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:27:57.091534+0000 mgr.smithi138.arglrk (mgr.14162) 89 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-10T08:27:58.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:58 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:57.332273+0000 mon.smithi138 (mon.0) 231 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:27:58.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:58 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:27:57.332769+0000 mgr.smithi138.arglrk (mgr.14162) 90 : cephadm [INF] Reconfiguring grafana.smithi138 (dependencies changed)... 2024-02-10T08:27:58.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:58 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:27:57.337086+0000 mgr.smithi138.arglrk (mgr.14162) 91 : cephadm [INF] Reconfiguring daemon grafana.smithi138 on smithi138 2024-02-10T08:27:58.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:58 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:27:57.332273+0000 mon.smithi138 (mon.0) 231 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:27:58.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:58 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:27:57.332769+0000 mgr.smithi138.arglrk (mgr.14162) 90 : cephadm [INF] Reconfiguring grafana.smithi138 (dependencies changed)... 2024-02-10T08:27:58.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:58 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:27:57.337086+0000 mgr.smithi138.arglrk (mgr.14162) 91 : cephadm [INF] Reconfiguring daemon grafana.smithi138 on smithi138 2024-02-10T08:27:59.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:27:59 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:27:59.091863+0000 mgr.smithi138.arglrk (mgr.14162) 92 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-10T08:27:59.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:27:59 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:27:59.091863+0000 mgr.smithi138.arglrk (mgr.14162) 92 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-10T08:28:01.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:00 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:27:59.785234+0000 mgr.smithi138.arglrk (mgr.14162) 93 : audit [DBG] from='client.14236 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi138:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:28:01.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:00 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:27:59.785973+0000 mon.smithi138 (mon.0) 232 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T08:28:01.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:00 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:27:59.786970+0000 mgr.smithi138.arglrk (mgr.14162) 94 : cephadm [INF] Applying service osd.None on host smithi138... 2024-02-10T08:28:01.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:00 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:27:59.787147+0000 mon.smithi138 (mon.0) 233 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T08:28:01.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:00 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:27:59.787600+0000 mon.smithi138 (mon.0) 234 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:28:01.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:00 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:59.785234+0000 mgr.smithi138.arglrk (mgr.14162) 93 : audit [DBG] from='client.14236 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi138:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:28:01.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:00 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:59.785973+0000 mon.smithi138 (mon.0) 232 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T08:28:01.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:00 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:27:59.786970+0000 mgr.smithi138.arglrk (mgr.14162) 94 : cephadm [INF] Applying service osd.None on host smithi138... 2024-02-10T08:28:01.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:00 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:59.787147+0000 mon.smithi138 (mon.0) 233 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T08:28:01.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:00 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:27:59.787600+0000 mon.smithi138 (mon.0) 234 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:28:02.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:01 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:28:01.092224+0000 mgr.smithi138.arglrk (mgr.14162) 95 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-10T08:28:02.071 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:01 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:28:01.092224+0000 mgr.smithi138.arglrk (mgr.14162) 95 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-10T08:28:04.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:04 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:03.043836+0000 mon.smithi138 (mon.0) 235 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:28:04.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:04 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:28:03.044518+0000 mgr.smithi138.arglrk (mgr.14162) 96 : cephadm [INF] Reconfiguring prometheus.smithi138 (dependencies changed)... 2024-02-10T08:28:04.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:04 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:28:03.046643+0000 mgr.smithi138.arglrk (mgr.14162) 97 : cephadm [INF] Reconfiguring daemon prometheus.smithi138 on smithi138 2024-02-10T08:28:04.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:04 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:28:03.092540+0000 mgr.smithi138.arglrk (mgr.14162) 98 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-10T08:28:04.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:04 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:04.040128+0000 mon.smithi138 (mon.0) 236 : audit [INF] from='client.? 172.21.15.138:0/2728061543' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1d807de6-45e8-4fa2-87c2-b4b9e1cf0f48"}]: dispatch 2024-02-10T08:28:04.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:04 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:03.043836+0000 mon.smithi138 (mon.0) 235 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:28:04.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:04 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:28:03.044518+0000 mgr.smithi138.arglrk (mgr.14162) 96 : cephadm [INF] Reconfiguring prometheus.smithi138 (dependencies changed)... 2024-02-10T08:28:04.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:04 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:28:03.046643+0000 mgr.smithi138.arglrk (mgr.14162) 97 : cephadm [INF] Reconfiguring daemon prometheus.smithi138 on smithi138 2024-02-10T08:28:04.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:04 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:28:03.092540+0000 mgr.smithi138.arglrk (mgr.14162) 98 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-10T08:28:04.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:04 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:04.040128+0000 mon.smithi138 (mon.0) 236 : audit [INF] from='client.? 172.21.15.138:0/2728061543' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1d807de6-45e8-4fa2-87c2-b4b9e1cf0f48"}]: dispatch 2024-02-10T08:28:05.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:04.043787+0000 mon.smithi138 (mon.0) 237 : audit [INF] from='client.? 172.21.15.138:0/2728061543' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1d807de6-45e8-4fa2-87c2-b4b9e1cf0f48"}]': finished 2024-02-10T08:28:05.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:28:04.043823+0000 mon.smithi138 (mon.0) 238 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-02-10T08:28:05.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:04.045790+0000 mon.smithi138 (mon.0) 239 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T08:28:05.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:04.445788+0000 mon.smithi138 (mon.0) 240 : audit [DBG] from='client.? 172.21.15.138:0/2471770435' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T08:28:05.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:04.043787+0000 mon.smithi138 (mon.0) 237 : audit [INF] from='client.? 172.21.15.138:0/2728061543' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1d807de6-45e8-4fa2-87c2-b4b9e1cf0f48"}]': finished 2024-02-10T08:28:05.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:28:04.043823+0000 mon.smithi138 (mon.0) 238 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-02-10T08:28:05.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:04.045790+0000 mon.smithi138 (mon.0) 239 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T08:28:05.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:04.445788+0000 mon.smithi138 (mon.0) 240 : audit [DBG] from='client.? 172.21.15.138:0/2471770435' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T08:28:06.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:06 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:28:05.092906+0000 mgr.smithi138.arglrk (mgr.14162) 99 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-10T08:28:06.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:06 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:28:05.092906+0000 mgr.smithi138.arglrk (mgr.14162) 99 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-10T08:28:07.324 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:28:07.093292+0000 mgr.smithi138.arglrk (mgr.14162) 100 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-10T08:28:07.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:28:07.093292+0000 mgr.smithi138.arglrk (mgr.14162) 100 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-10T08:28:09.450 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:28:09.093768+0000 mgr.smithi138.arglrk (mgr.14162) 101 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-10T08:28:09.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:28:09.093768+0000 mgr.smithi138.arglrk (mgr.14162) 101 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-10T08:28:11.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:11 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:28:11.094214+0000 mgr.smithi138.arglrk (mgr.14162) 102 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-10T08:28:11.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:11 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:28:11.094214+0000 mgr.smithi138.arglrk (mgr.14162) 102 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-10T08:28:13.891 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:13 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:12.650604+0000 mon.smithi138 (mon.0) 241 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:28:13.891 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:13 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:28:12.651193+0000 mgr.smithi138.arglrk (mgr.14162) 103 : cephadm [INF] Reconfiguring crash.smithi190 (monmap changed)... 2024-02-10T08:28:13.891 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:13 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:12.651451+0000 mon.smithi138 (mon.0) 242 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi190", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-10T08:28:13.891 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:13 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:12.652092+0000 mon.smithi138 (mon.0) 243 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:28:13.891 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:13 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:28:12.652560+0000 mgr.smithi138.arglrk (mgr.14162) 104 : cephadm [INF] Reconfiguring daemon crash.smithi190 on smithi190 2024-02-10T08:28:13.891 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:13 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:28:13.094560+0000 mgr.smithi138.arglrk (mgr.14162) 105 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-10T08:28:14.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:13 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:12.650604+0000 mon.smithi138 (mon.0) 241 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:28:14.046 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:13 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:28:12.651193+0000 mgr.smithi138.arglrk (mgr.14162) 103 : cephadm [INF] Reconfiguring crash.smithi190 (monmap changed)... 2024-02-10T08:28:14.046 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:13 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:12.651451+0000 mon.smithi138 (mon.0) 242 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi190", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-10T08:28:14.046 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:13 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:12.652092+0000 mon.smithi138 (mon.0) 243 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:28:14.046 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:13 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:28:12.652560+0000 mgr.smithi138.arglrk (mgr.14162) 104 : cephadm [INF] Reconfiguring daemon crash.smithi190 on smithi190 2024-02-10T08:28:14.046 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:13 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:28:13.094560+0000 mgr.smithi138.arglrk (mgr.14162) 105 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-10T08:28:15.206 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:13.932203+0000 mon.smithi138 (mon.0) 244 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:28:15.206 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:28:13.932657+0000 mgr.smithi138.arglrk (mgr.14162) 106 : cephadm [INF] Reconfiguring mgr.smithi190.qddxvv (monmap changed)... 2024-02-10T08:28:15.206 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:13.932950+0000 mon.smithi138 (mon.0) 245 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi190.qddxvv", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T08:28:15.206 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:13.933650+0000 mon.smithi138 (mon.0) 246 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-10T08:28:15.206 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:13.934222+0000 mon.smithi138 (mon.0) 247 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:28:15.206 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:28:13.934671+0000 mgr.smithi138.arglrk (mgr.14162) 107 : cephadm [INF] Reconfiguring daemon mgr.smithi190.qddxvv on smithi190 2024-02-10T08:28:15.206 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:14.064321+0000 mon.smithi138 (mon.0) 248 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-10T08:28:15.206 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:14.064888+0000 mon.smithi138 (mon.0) 249 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:28:15.206 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:28:14.065316+0000 mgr.smithi138.arglrk (mgr.14162) 108 : cephadm [INF] Deploying daemon osd.1 on smithi138 2024-02-10T08:28:15.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:14 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:13.932203+0000 mon.smithi138 (mon.0) 244 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:28:15.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:14 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:28:13.932657+0000 mgr.smithi138.arglrk (mgr.14162) 106 : cephadm [INF] Reconfiguring mgr.smithi190.qddxvv (monmap changed)... 2024-02-10T08:28:15.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:14 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:13.932950+0000 mon.smithi138 (mon.0) 245 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi190.qddxvv", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T08:28:15.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:14 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:13.933650+0000 mon.smithi138 (mon.0) 246 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-10T08:28:15.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:14 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:13.934222+0000 mon.smithi138 (mon.0) 247 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:28:15.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:14 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:28:13.934671+0000 mgr.smithi138.arglrk (mgr.14162) 107 : cephadm [INF] Reconfiguring daemon mgr.smithi190.qddxvv on smithi190 2024-02-10T08:28:15.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:14 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:14.064321+0000 mon.smithi138 (mon.0) 248 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-10T08:28:15.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:14 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:14.064888+0000 mon.smithi138 (mon.0) 249 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:28:15.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:14 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:28:14.065316+0000 mgr.smithi138.arglrk (mgr.14162) 108 : cephadm [INF] Deploying daemon osd.1 on smithi138 2024-02-10T08:28:16.058 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:15 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:28:15.094950+0000 mgr.smithi138.arglrk (mgr.14162) 109 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-10T08:28:16.058 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:15 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:15.248556+0000 mon.smithi138 (mon.0) 250 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:28:16.058 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:15 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:15.249221+0000 mon.smithi138 (mon.0) 251 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T08:28:16.058 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:15 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:15.249827+0000 mon.smithi138 (mon.0) 252 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T08:28:16.058 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:15 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:15.250405+0000 mon.smithi138 (mon.0) 253 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:28:16.231 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:15 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:28:15.094950+0000 mgr.smithi138.arglrk (mgr.14162) 109 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-10T08:28:16.231 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:15 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:15.248556+0000 mon.smithi138 (mon.0) 250 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:28:16.231 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:15 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:15.249221+0000 mon.smithi138 (mon.0) 251 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T08:28:16.231 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:15 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:15.249827+0000 mon.smithi138 (mon.0) 252 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T08:28:16.231 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:15 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:15.250405+0000 mon.smithi138 (mon.0) 253 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:28:17.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:16 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:28:15.249001+0000 mgr.smithi138.arglrk (mgr.14162) 110 : cephadm [INF] Reconfiguring mon.smithi190 (monmap changed)... 2024-02-10T08:28:17.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:16 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:28:15.250894+0000 mgr.smithi138.arglrk (mgr.14162) 111 : cephadm [INF] Reconfiguring daemon mon.smithi190 on smithi190 2024-02-10T08:28:17.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:16 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:16.558034+0000 mon.smithi138 (mon.0) 254 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:28:17.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:16 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:16.560348+0000 mon.smithi138 (mon.0) 255 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-10T08:28:17.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:16 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:28:15.249001+0000 mgr.smithi138.arglrk (mgr.14162) 110 : cephadm [INF] Reconfiguring mon.smithi190 (monmap changed)... 2024-02-10T08:28:17.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:16 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:28:15.250894+0000 mgr.smithi138.arglrk (mgr.14162) 111 : cephadm [INF] Reconfiguring daemon mon.smithi190 on smithi190 2024-02-10T08:28:17.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:16 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:16.558034+0000 mon.smithi138 (mon.0) 254 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:28:17.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:16 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:16.560348+0000 mon.smithi138 (mon.0) 255 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-10T08:28:17.667 INFO:teuthology.orchestra.run.smithi138.stdout:Created osd(s) 1 on host 'smithi138' 2024-02-10T08:28:18.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:17 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:16.560702+0000 mgr.smithi138.arglrk (mgr.14162) 112 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-10T08:28:18.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:17 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:28:17.095254+0000 mgr.smithi138.arglrk (mgr.14162) 113 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-10T08:28:18.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:17 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:17.661585+0000 mon.smithi138 (mon.0) 256 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:28:18.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:17 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:17.665119+0000 mon.smithi138 (mon.0) 257 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:28:18.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:17 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:17.679708+0000 mon.smithi138 (mon.0) 258 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.138:9093"}]: dispatch 2024-02-10T08:28:18.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:17 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:17.683784+0000 mon.smithi138 (mon.0) 259 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:28:18.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:17 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:17.686539+0000 mon.smithi138 (mon.0) 260 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-10T08:28:18.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:17 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:17.690834+0000 mon.smithi138 (mon.0) 261 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.138:3000"}]: dispatch 2024-02-10T08:28:18.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:17 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:17.694819+0000 mon.smithi138 (mon.0) 262 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:28:18.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:17 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:17.698473+0000 mon.smithi138 (mon.0) 263 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-10T08:28:18.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:17 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:17.702531+0000 mon.smithi138 (mon.0) 264 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.138:9095"}]: dispatch 2024-02-10T08:28:18.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:17 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:17.706643+0000 mon.smithi138 (mon.0) 265 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:28:18.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:17 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:17.708041+0000 mon.smithi138 (mon.0) 266 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:28:18.315 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:17 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:16.560702+0000 mgr.smithi138.arglrk (mgr.14162) 112 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-10T08:28:18.316 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:17 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:28:17.095254+0000 mgr.smithi138.arglrk (mgr.14162) 113 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-10T08:28:18.316 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:17 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:17.661585+0000 mon.smithi138 (mon.0) 256 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:28:18.316 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:17 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:17.665119+0000 mon.smithi138 (mon.0) 257 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:28:18.316 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:17 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:17.679708+0000 mon.smithi138 (mon.0) 258 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.138:9093"}]: dispatch 2024-02-10T08:28:18.316 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:17 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:17.683784+0000 mon.smithi138 (mon.0) 259 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:28:18.316 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:17 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:17.686539+0000 mon.smithi138 (mon.0) 260 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-10T08:28:18.316 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:17 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:17.690834+0000 mon.smithi138 (mon.0) 261 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.138:3000"}]: dispatch 2024-02-10T08:28:18.316 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:17 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:17.694819+0000 mon.smithi138 (mon.0) 262 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:28:18.316 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:17 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:17.698473+0000 mon.smithi138 (mon.0) 263 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-10T08:28:18.316 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:17 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:17.702531+0000 mon.smithi138 (mon.0) 264 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.138:9095"}]: dispatch 2024-02-10T08:28:18.316 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:17 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:17.706643+0000 mon.smithi138 (mon.0) 265 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:28:18.316 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:17 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:17.708041+0000 mon.smithi138 (mon.0) 266 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:28:18.339 DEBUG:teuthology.orchestra.run.smithi138:osd.1> sudo journalctl -f -n 0 -u ceph-c2125314-c7ed-11ee-95b8-87774f69a715@osd.1.service 2024-02-10T08:28:18.341 INFO:tasks.cephadm:Deploying osd.2 on smithi138 with /dev/vg_nvme/lv_2... 2024-02-10T08:28:18.341 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-02-10T08:28:18.371 INFO:journalctl@ceph.osd.1.smithi138.stdout:-- Logs begin at Sat 2024-02-10 08:17:07 UTC. -- 2024-02-10T08:28:19.092 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:18 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:17.680007+0000 mgr.smithi138.arglrk (mgr.14162) 114 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.138:9093"}]: dispatch 2024-02-10T08:28:19.092 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:18 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:17.687001+0000 mgr.smithi138.arglrk (mgr.14162) 115 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-10T08:28:19.092 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:18 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:17.691090+0000 mgr.smithi138.arglrk (mgr.14162) 116 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.138:3000"}]: dispatch 2024-02-10T08:28:19.093 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:18 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:17.698790+0000 mgr.smithi138.arglrk (mgr.14162) 117 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-10T08:28:19.093 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:18 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:17.702795+0000 mgr.smithi138.arglrk (mgr.14162) 118 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.138:9095"}]: dispatch 2024-02-10T08:28:19.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:18 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:17.680007+0000 mgr.smithi138.arglrk (mgr.14162) 114 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.138:9093"}]: dispatch 2024-02-10T08:28:19.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:18 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:17.687001+0000 mgr.smithi138.arglrk (mgr.14162) 115 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-10T08:28:19.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:18 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:17.691090+0000 mgr.smithi138.arglrk (mgr.14162) 116 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.138:3000"}]: dispatch 2024-02-10T08:28:19.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:18 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:17.698790+0000 mgr.smithi138.arglrk (mgr.14162) 117 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-10T08:28:19.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:18 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:17.702795+0000 mgr.smithi138.arglrk (mgr.14162) 118 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.138:9095"}]: dispatch 2024-02-10T08:28:20.196 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:19 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:28:19.095498+0000 mgr.smithi138.arglrk (mgr.14162) 119 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-10T08:28:20.196 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:19 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:19.360236+0000 mon.smithi138 (mon.0) 267 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:28:20.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:19 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:28:19.095498+0000 mgr.smithi138.arglrk (mgr.14162) 119 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-10T08:28:20.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:19 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:19.360236+0000 mon.smithi138 (mon.0) 267 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:28:21.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:20 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:20.778003+0000 mon.smithi138 (mon.0) 268 : audit [INF] from='osd.1 [v2:172.21.15.138:6810/2128697649,v1:172.21.15.138:6811/2128697649]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-10T08:28:21.097 INFO:journalctl@ceph.osd.1.smithi138.stdout:Feb 10 08:28:20 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.1[76676]: debug 2024-02-10T08:28:20.774+0000 7f0c84d7c080 -1 osd.1 0 log_to_monitors {default=true} 2024-02-10T08:28:21.180 INFO:teuthology.orchestra.run.smithi138.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-02-10T08:28:21.180 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-02-10T08:28:21.180 INFO:teuthology.orchestra.run.smithi138.stderr: stderr: 10+0 records in 2024-02-10T08:28:21.180 INFO:teuthology.orchestra.run.smithi138.stderr:10+0 records out 2024-02-10T08:28:21.180 INFO:teuthology.orchestra.run.smithi138.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0137483 s, 763 MB/s 2024-02-10T08:28:21.180 INFO:teuthology.orchestra.run.smithi138.stderr:--> Zapping successful for: 2024-02-10T08:28:21.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:20 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:20.778003+0000 mon.smithi138 (mon.0) 268 : audit [INF] from='osd.1 [v2:172.21.15.138:6810/2128697649,v1:172.21.15.138:6811/2128697649]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-10T08:28:22.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:20.959694+0000 mon.smithi138 (mon.0) 269 : audit [INF] from='osd.1 [v2:172.21.15.138:6810/2128697649,v1:172.21.15.138:6811/2128697649]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-10T08:28:22.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:28:20.959758+0000 mon.smithi138 (mon.0) 270 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-02-10T08:28:22.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:20.959923+0000 mon.smithi138 (mon.0) 271 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T08:28:22.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:20.960233+0000 mon.smithi138 (mon.0) 272 : audit [INF] from='osd.1 [v2:172.21.15.138:6810/2128697649,v1:172.21.15.138:6811/2128697649]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-02-10T08:28:22.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:28:21.095760+0000 mgr.smithi138.arglrk (mgr.14162) 120 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-10T08:28:22.317 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:20.959694+0000 mon.smithi138 (mon.0) 269 : audit [INF] from='osd.1 [v2:172.21.15.138:6810/2128697649,v1:172.21.15.138:6811/2128697649]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-10T08:28:22.317 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:28:20.959758+0000 mon.smithi138 (mon.0) 270 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-02-10T08:28:22.317 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:20.959923+0000 mon.smithi138 (mon.0) 271 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T08:28:22.317 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:20.960233+0000 mon.smithi138 (mon.0) 272 : audit [INF] from='osd.1 [v2:172.21.15.138:6810/2128697649,v1:172.21.15.138:6811/2128697649]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-02-10T08:28:22.317 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:28:21.095760+0000 mgr.smithi138.arglrk (mgr.14162) 120 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-10T08:28:22.317 INFO:journalctl@ceph.osd.1.smithi138.stdout:Feb 10 08:28:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.1[76676]: debug 2024-02-10T08:28:21.961+0000 7f0c7b2ed700 -1 osd.1 0 waiting for initial osdmap 2024-02-10T08:28:22.318 INFO:journalctl@ceph.osd.1.smithi138.stdout:Feb 10 08:28:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.1[76676]: debug 2024-02-10T08:28:21.965+0000 7f0c76a67700 -1 osd.1 13 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-10T08:28:22.335 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph orch daemon add osd smithi138:vg_nvme/lv_2 2024-02-10T08:28:23.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:22 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:21.959494+0000 mon.smithi138 (mon.0) 273 : audit [INF] from='osd.1 [v2:172.21.15.138:6810/2128697649,v1:172.21.15.138:6811/2128697649]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]': finished 2024-02-10T08:28:23.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:22 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:28:21.959543+0000 mon.smithi138 (mon.0) 274 : cluster [DBG] osdmap e13: 2 total, 1 up, 2 in 2024-02-10T08:28:23.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:22 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:21.959866+0000 mon.smithi138 (mon.0) 275 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T08:28:23.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:22 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:21.963820+0000 mon.smithi138 (mon.0) 276 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T08:28:23.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:22 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:21.959494+0000 mon.smithi138 (mon.0) 273 : audit [INF] from='osd.1 [v2:172.21.15.138:6810/2128697649,v1:172.21.15.138:6811/2128697649]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]': finished 2024-02-10T08:28:23.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:22 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:28:21.959543+0000 mon.smithi138 (mon.0) 274 : cluster [DBG] osdmap e13: 2 total, 1 up, 2 in 2024-02-10T08:28:23.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:22 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:21.959866+0000 mon.smithi138 (mon.0) 275 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T08:28:23.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:22 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:21.963820+0000 mon.smithi138 (mon.0) 276 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T08:28:24.254 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:23 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:28:21.735862+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-10T08:28:24.254 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:23 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:28:21.736008+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-10T08:28:24.254 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:23 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:28:22.964264+0000 mon.smithi138 (mon.0) 277 : cluster [INF] osd.1 [v2:172.21.15.138:6810/2128697649,v1:172.21.15.138:6811/2128697649] boot 2024-02-10T08:28:24.254 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:23 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:28:22.964299+0000 mon.smithi138 (mon.0) 278 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-02-10T08:28:24.254 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:23 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:22.964636+0000 mon.smithi138 (mon.0) 279 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T08:28:24.254 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:23 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:28:23.096151+0000 mgr.smithi138.arglrk (mgr.14162) 121 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-10T08:28:24.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:23 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:28:21.735862+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-10T08:28:24.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:23 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:28:21.736008+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-10T08:28:24.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:23 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:28:22.964264+0000 mon.smithi138 (mon.0) 277 : cluster [INF] osd.1 [v2:172.21.15.138:6810/2128697649,v1:172.21.15.138:6811/2128697649] boot 2024-02-10T08:28:24.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:23 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:28:22.964299+0000 mon.smithi138 (mon.0) 278 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-02-10T08:28:24.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:23 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:22.964636+0000 mon.smithi138 (mon.0) 279 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T08:28:24.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:23 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:28:23.096151+0000 mgr.smithi138.arglrk (mgr.14162) 121 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-10T08:28:25.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:24 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:28:23.972998+0000 mon.smithi138 (mon.0) 280 : cluster [DBG] osdmap e15: 2 total, 2 up, 2 in 2024-02-10T08:28:25.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:24 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:28:23.972998+0000 mon.smithi138 (mon.0) 280 : cluster [DBG] osdmap e15: 2 total, 2 up, 2 in 2024-02-10T08:28:26.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:25 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:25.023798+0000 mgr.smithi138.arglrk (mgr.14162) 122 : audit [DBG] from='client.14254 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi138:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:28:26.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:25 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:25.024507+0000 mon.smithi138 (mon.0) 281 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T08:28:26.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:25 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:28:25.025495+0000 mgr.smithi138.arglrk (mgr.14162) 123 : cephadm [INF] Applying service osd.None on host smithi138... 2024-02-10T08:28:26.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:25 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:25.025698+0000 mon.smithi138 (mon.0) 282 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T08:28:26.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:25 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:25.026175+0000 mon.smithi138 (mon.0) 283 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:28:26.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:25 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:28:25.096468+0000 mgr.smithi138.arglrk (mgr.14162) 124 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-02-10T08:28:26.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:25 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:25.023798+0000 mgr.smithi138.arglrk (mgr.14162) 122 : audit [DBG] from='client.14254 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi138:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:28:26.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:25 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:25.024507+0000 mon.smithi138 (mon.0) 281 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T08:28:26.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:25 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:28:25.025495+0000 mgr.smithi138.arglrk (mgr.14162) 123 : cephadm [INF] Applying service osd.None on host smithi138... 2024-02-10T08:28:26.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:25 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:25.025698+0000 mon.smithi138 (mon.0) 282 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T08:28:26.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:25 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:25.026175+0000 mon.smithi138 (mon.0) 283 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:28:26.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:25 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:28:25.096468+0000 mgr.smithi138.arglrk (mgr.14162) 124 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-02-10T08:28:27.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:26.531051+0000 mon.smithi138 (mon.0) 284 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:28:27.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:28:27.096731+0000 mgr.smithi138.arglrk (mgr.14162) 125 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-02-10T08:28:27.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:26.531051+0000 mon.smithi138 (mon.0) 284 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:28:27.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:28:27.096731+0000 mgr.smithi138.arglrk (mgr.14162) 125 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-02-10T08:28:29.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:29 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:28:29.097048+0000 mgr.smithi138.arglrk (mgr.14162) 126 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-02-10T08:28:29.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:29 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:28:29.097048+0000 mgr.smithi138.arglrk (mgr.14162) 126 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-02-10T08:28:30.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:30 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:29.463300+0000 mon.smithi138 (mon.0) 285 : audit [INF] from='client.? 172.21.15.138:0/722997870' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "16f6c275-22f4-4d23-ae37-4a4dac332e21"}]: dispatch 2024-02-10T08:28:30.568 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:30 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:29.471099+0000 mon.smithi138 (mon.0) 286 : audit [INF] from='client.? 172.21.15.138:0/722997870' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "16f6c275-22f4-4d23-ae37-4a4dac332e21"}]': finished 2024-02-10T08:28:30.568 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:30 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:28:29.471139+0000 mon.smithi138 (mon.0) 287 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-02-10T08:28:30.568 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:30 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:29.471235+0000 mon.smithi138 (mon.0) 288 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T08:28:30.568 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:30 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:29.882558+0000 mon.smithi138 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.138:0/2918719698' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T08:28:30.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:30 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:29.463300+0000 mon.smithi138 (mon.0) 285 : audit [INF] from='client.? 172.21.15.138:0/722997870' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "16f6c275-22f4-4d23-ae37-4a4dac332e21"}]: dispatch 2024-02-10T08:28:30.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:30 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:29.471099+0000 mon.smithi138 (mon.0) 286 : audit [INF] from='client.? 172.21.15.138:0/722997870' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "16f6c275-22f4-4d23-ae37-4a4dac332e21"}]': finished 2024-02-10T08:28:30.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:30 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:28:29.471139+0000 mon.smithi138 (mon.0) 287 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-02-10T08:28:30.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:30 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:29.471235+0000 mon.smithi138 (mon.0) 288 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T08:28:30.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:30 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:29.882558+0000 mon.smithi138 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.138:0/2918719698' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T08:28:31.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:31 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:28:31.097367+0000 mgr.smithi138.arglrk (mgr.14162) 127 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-10T08:28:31.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:31 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:28:31.097367+0000 mgr.smithi138.arglrk (mgr.14162) 127 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-10T08:28:33.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:33 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:28:33.097657+0000 mgr.smithi138.arglrk (mgr.14162) 128 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-10T08:28:33.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:33 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:28:33.097657+0000 mgr.smithi138.arglrk (mgr.14162) 128 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-10T08:28:36.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:35 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:28:35.097958+0000 mgr.smithi138.arglrk (mgr.14162) 129 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-10T08:28:36.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:35 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:35.303897+0000 mon.smithi138 (mon.0) 290 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:28:36.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:35 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:35.578288+0000 mon.smithi138 (mon.0) 291 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:28:36.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:35 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:35.580387+0000 mon.smithi138 (mon.0) 292 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:28:36.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:35 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:28:35.097958+0000 mgr.smithi138.arglrk (mgr.14162) 129 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-10T08:28:36.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:35 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:35.303897+0000 mon.smithi138 (mon.0) 290 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:28:36.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:35 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:35.578288+0000 mon.smithi138 (mon.0) 291 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:28:36.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:35 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:35.580387+0000 mon.smithi138 (mon.0) 292 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:28:36.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:36 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:28:35.299272+0000 mgr.smithi138.arglrk (mgr.14162) 130 : cephadm [INF] Detected new or changed devices on smithi138 2024-02-10T08:28:36.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:36 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:36.613014+0000 mon.smithi138 (mon.0) 293 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-10T08:28:36.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:36 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:36.613545+0000 mon.smithi138 (mon.0) 294 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:28:37.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:36 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:28:35.299272+0000 mgr.smithi138.arglrk (mgr.14162) 130 : cephadm [INF] Detected new or changed devices on smithi138 2024-02-10T08:28:37.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:36 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:36.613014+0000 mon.smithi138 (mon.0) 293 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-10T08:28:37.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:36 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:36.613545+0000 mon.smithi138 (mon.0) 294 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:28:38.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:37 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:28:36.613951+0000 mgr.smithi138.arglrk (mgr.14162) 131 : cephadm [INF] Deploying daemon osd.2 on smithi138 2024-02-10T08:28:38.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:37 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:28:37.098197+0000 mgr.smithi138.arglrk (mgr.14162) 132 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-10T08:28:38.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:37 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:37.386406+0000 mon.smithi138 (mon.0) 295 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:28:38.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:37 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:28:36.613951+0000 mgr.smithi138.arglrk (mgr.14162) 131 : cephadm [INF] Deploying daemon osd.2 on smithi138 2024-02-10T08:28:38.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:37 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:28:37.098197+0000 mgr.smithi138.arglrk (mgr.14162) 132 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-10T08:28:38.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:37 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:37.386406+0000 mon.smithi138 (mon.0) 295 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:28:39.502 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:28:39.098489+0000 mgr.smithi138.arglrk (mgr.14162) 133 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-10T08:28:39.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:28:39.098489+0000 mgr.smithi138.arglrk (mgr.14162) 133 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-10T08:28:41.227 INFO:teuthology.orchestra.run.smithi138.stdout:Created osd(s) 2 on host 'smithi138' 2024-02-10T08:28:41.478 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:41 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:28:41.099043+0000 mgr.smithi138.arglrk (mgr.14162) 134 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-10T08:28:41.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:28:41.099043+0000 mgr.smithi138.arglrk (mgr.14162) 134 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-10T08:28:42.112 DEBUG:teuthology.orchestra.run.smithi138:osd.2> sudo journalctl -f -n 0 -u ceph-c2125314-c7ed-11ee-95b8-87774f69a715@osd.2.service 2024-02-10T08:28:42.115 INFO:tasks.cephadm:Deploying osd.3 on smithi138 with /dev/vg_nvme/lv_1... 2024-02-10T08:28:42.115 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-02-10T08:28:42.145 INFO:journalctl@ceph.osd.2.smithi138.stdout:-- Logs begin at Sat 2024-02-10 08:17:07 UTC. -- 2024-02-10T08:28:42.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:41.212599+0000 mon.smithi138 (mon.0) 296 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.arglrk/mirror_snapshot_schedule"}]: dispatch 2024-02-10T08:28:42.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:41.214641+0000 mon.smithi138 (mon.0) 297 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.arglrk/trash_purge_schedule"}]: dispatch 2024-02-10T08:28:42.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:41.220743+0000 mon.smithi138 (mon.0) 298 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:28:42.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:41.225130+0000 mon.smithi138 (mon.0) 299 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:28:42.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:41.212599+0000 mon.smithi138 (mon.0) 296 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.arglrk/mirror_snapshot_schedule"}]: dispatch 2024-02-10T08:28:42.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:41.214641+0000 mon.smithi138 (mon.0) 297 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.arglrk/trash_purge_schedule"}]: dispatch 2024-02-10T08:28:42.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:41.220743+0000 mon.smithi138 (mon.0) 298 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:28:42.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:41.225130+0000 mon.smithi138 (mon.0) 299 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:28:43.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:43 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:28:43.099344+0000 mgr.smithi138.arglrk (mgr.14162) 135 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-10T08:28:43.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:43 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:28:43.099344+0000 mgr.smithi138.arglrk (mgr.14162) 135 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-10T08:28:44.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:44.347170+0000 mon.smithi138 (mon.0) 300 : audit [INF] from='osd.2 [v2:172.21.15.138:6818/2733199551,v1:172.21.15.138:6819/2733199551]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-10T08:28:44.597 INFO:journalctl@ceph.osd.2.smithi138.stdout:Feb 10 08:28:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.2[80188]: debug 2024-02-10T08:28:44.342+0000 7f9fc590b080 -1 osd.2 0 log_to_monitors {default=true} 2024-02-10T08:28:44.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:44 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:44.347170+0000 mon.smithi138 (mon.0) 300 : audit [INF] from='osd.2 [v2:172.21.15.138:6818/2733199551,v1:172.21.15.138:6819/2733199551]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-10T08:28:44.898 INFO:teuthology.orchestra.run.smithi138.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-02-10T08:28:44.898 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-02-10T08:28:44.898 INFO:teuthology.orchestra.run.smithi138.stderr: stderr: 10+0 records in 2024-02-10T08:28:44.898 INFO:teuthology.orchestra.run.smithi138.stderr:10+0 records out 2024-02-10T08:28:44.898 INFO:teuthology.orchestra.run.smithi138.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0108329 s, 968 MB/s 2024-02-10T08:28:44.898 INFO:teuthology.orchestra.run.smithi138.stderr:--> Zapping successful for: 2024-02-10T08:28:45.691 INFO:journalctl@ceph.osd.2.smithi138.stdout:Feb 10 08:28:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.2[80188]: debug 2024-02-10T08:28:45.405+0000 7f9fbd67f700 -1 osd.2 0 waiting for initial osdmap 2024-02-10T08:28:45.691 INFO:journalctl@ceph.osd.2.smithi138.stdout:Feb 10 08:28:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.2[80188]: debug 2024-02-10T08:28:45.410+0000 7f9fb85f8700 -1 osd.2 18 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-10T08:28:45.691 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:44.400890+0000 mon.smithi138 (mon.0) 301 : audit [INF] from='osd.2 [v2:172.21.15.138:6818/2733199551,v1:172.21.15.138:6819/2733199551]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-10T08:28:45.691 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:28:44.400976+0000 mon.smithi138 (mon.0) 302 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-02-10T08:28:45.691 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:44.401324+0000 mon.smithi138 (mon.0) 303 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T08:28:45.691 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:44.401664+0000 mon.smithi138 (mon.0) 304 : audit [INF] from='osd.2 [v2:172.21.15.138:6818/2733199551,v1:172.21.15.138:6819/2733199551]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-02-10T08:28:45.692 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:44.428515+0000 mon.smithi138 (mon.0) 305 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:28:45.692 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:28:45.099605+0000 mgr.smithi138.arglrk (mgr.14162) 136 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-10T08:28:45.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:44.400890+0000 mon.smithi138 (mon.0) 301 : audit [INF] from='osd.2 [v2:172.21.15.138:6818/2733199551,v1:172.21.15.138:6819/2733199551]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-10T08:28:45.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:28:44.400976+0000 mon.smithi138 (mon.0) 302 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-02-10T08:28:45.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:44.401324+0000 mon.smithi138 (mon.0) 303 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T08:28:45.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:44.401664+0000 mon.smithi138 (mon.0) 304 : audit [INF] from='osd.2 [v2:172.21.15.138:6818/2733199551,v1:172.21.15.138:6819/2733199551]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-02-10T08:28:45.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:44.428515+0000 mon.smithi138 (mon.0) 305 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:28:45.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:28:45.099605+0000 mgr.smithi138.arglrk (mgr.14162) 136 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-10T08:28:46.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:46 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:45.402652+0000 mon.smithi138 (mon.0) 306 : audit [INF] from='osd.2 [v2:172.21.15.138:6818/2733199551,v1:172.21.15.138:6819/2733199551]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]': finished 2024-02-10T08:28:46.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:46 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:28:45.402732+0000 mon.smithi138 (mon.0) 307 : cluster [DBG] osdmap e18: 3 total, 2 up, 3 in 2024-02-10T08:28:46.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:46 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:45.402830+0000 mon.smithi138 (mon.0) 308 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T08:28:46.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:46 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:45.407373+0000 mon.smithi138 (mon.0) 309 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T08:28:46.850 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph orch daemon add osd smithi138:vg_nvme/lv_1 2024-02-10T08:28:47.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:46 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:45.402652+0000 mon.smithi138 (mon.0) 306 : audit [INF] from='osd.2 [v2:172.21.15.138:6818/2733199551,v1:172.21.15.138:6819/2733199551]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]': finished 2024-02-10T08:28:47.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:46 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:28:45.402732+0000 mon.smithi138 (mon.0) 307 : cluster [DBG] osdmap e18: 3 total, 2 up, 3 in 2024-02-10T08:28:47.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:46 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:45.402830+0000 mon.smithi138 (mon.0) 308 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T08:28:47.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:46 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:45.407373+0000 mon.smithi138 (mon.0) 309 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T08:28:48.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:47 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:28:45.326872+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-10T08:28:48.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:47 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:28:45.326977+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-10T08:28:48.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:47 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:28:46.407709+0000 mon.smithi138 (mon.0) 310 : cluster [INF] osd.2 [v2:172.21.15.138:6818/2733199551,v1:172.21.15.138:6819/2733199551] boot 2024-02-10T08:28:48.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:47 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:28:46.407736+0000 mon.smithi138 (mon.0) 311 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-02-10T08:28:48.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:47 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:46.408526+0000 mon.smithi138 (mon.0) 312 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T08:28:48.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:47 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:46.408825+0000 mon.smithi138 (mon.0) 313 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-02-10T08:28:48.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:47 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:28:47.100161+0000 mgr.smithi138.arglrk (mgr.14162) 137 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-10T08:28:48.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:47 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:47.409028+0000 mon.smithi138 (mon.0) 314 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2024-02-10T08:28:48.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:47 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:28:47.409071+0000 mon.smithi138 (mon.0) 315 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-02-10T08:28:48.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:47 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:47.409666+0000 mon.smithi138 (mon.0) 316 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-10T08:28:48.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:47 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:28:45.326872+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-10T08:28:48.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:47 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:28:45.326977+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-10T08:28:48.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:47 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:28:46.407709+0000 mon.smithi138 (mon.0) 310 : cluster [INF] osd.2 [v2:172.21.15.138:6818/2733199551,v1:172.21.15.138:6819/2733199551] boot 2024-02-10T08:28:48.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:47 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:28:46.407736+0000 mon.smithi138 (mon.0) 311 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-02-10T08:28:48.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:47 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:46.408526+0000 mon.smithi138 (mon.0) 312 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T08:28:48.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:47 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:46.408825+0000 mon.smithi138 (mon.0) 313 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-02-10T08:28:48.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:47 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:28:47.100161+0000 mgr.smithi138.arglrk (mgr.14162) 137 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-10T08:28:48.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:47 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:47.409028+0000 mon.smithi138 (mon.0) 314 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2024-02-10T08:28:48.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:47 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:28:47.409071+0000 mon.smithi138 (mon.0) 315 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-02-10T08:28:48.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:47 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:47.409666+0000 mon.smithi138 (mon.0) 316 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-10T08:28:49.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:49 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:48.414690+0000 mon.smithi138 (mon.0) 317 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-10T08:28:49.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:49 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:28:48.414761+0000 mon.smithi138 (mon.0) 318 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-02-10T08:28:49.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:49 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:48.624001+0000 mon.smithi138 (mon.0) 319 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:28:49.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:49 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:28:48.624771+0000 mgr.smithi138.arglrk (mgr.14162) 138 : cluster [DBG] pgmap v104: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-02-10T08:28:49.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:49 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:48.628974+0000 mon.smithi138 (mon.0) 320 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:28:49.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:49 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:48.631169+0000 mon.smithi138 (mon.0) 321 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:28:49.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:49 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:49.189227+0000 mon.smithi138 (mon.0) 322 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T08:28:49.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:49 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:49.190429+0000 mon.smithi138 (mon.0) 323 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T08:28:49.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:49 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:49.190992+0000 mon.smithi138 (mon.0) 324 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:28:49.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:49 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:48.414690+0000 mon.smithi138 (mon.0) 317 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-10T08:28:49.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:49 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:28:48.414761+0000 mon.smithi138 (mon.0) 318 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-02-10T08:28:49.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:49 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:48.624001+0000 mon.smithi138 (mon.0) 319 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:28:49.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:49 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:28:48.624771+0000 mgr.smithi138.arglrk (mgr.14162) 138 : cluster [DBG] pgmap v104: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-02-10T08:28:49.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:49 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:48.628974+0000 mon.smithi138 (mon.0) 320 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:28:49.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:49 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:48.631169+0000 mon.smithi138 (mon.0) 321 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:28:49.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:49 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:49.189227+0000 mon.smithi138 (mon.0) 322 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T08:28:49.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:49 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:49.190429+0000 mon.smithi138 (mon.0) 323 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T08:28:49.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:49 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:49.190992+0000 mon.smithi138 (mon.0) 324 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:28:50.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:50 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:49.188496+0000 mgr.smithi138.arglrk (mgr.14162) 139 : audit [DBG] from='client.14272 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi138:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:28:50.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:50 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:28:49.190247+0000 mgr.smithi138.arglrk (mgr.14162) 140 : cephadm [INF] Applying service osd.None on host smithi138... 2024-02-10T08:28:50.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:50 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:28:49.622251+0000 mon.smithi138 (mon.0) 325 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-02-10T08:28:50.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:50 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:28:49.630408+0000 mon.smithi138 (mon.0) 326 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-02-10T08:28:50.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:50 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:49.188496+0000 mgr.smithi138.arglrk (mgr.14162) 139 : audit [DBG] from='client.14272 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi138:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:28:50.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:50 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:28:49.190247+0000 mgr.smithi138.arglrk (mgr.14162) 140 : cephadm [INF] Applying service osd.None on host smithi138... 2024-02-10T08:28:50.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:50 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:28:49.622251+0000 mon.smithi138 (mon.0) 325 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-02-10T08:28:50.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:50 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:28:49.630408+0000 mon.smithi138 (mon.0) 326 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-02-10T08:28:51.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:50.471124+0000 mon.smithi138 (mon.0) 327 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:28:51.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:28:50.625218+0000 mgr.smithi138.arglrk (mgr.14162) 141 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-10T08:28:51.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:50.471124+0000 mon.smithi138 (mon.0) 327 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:28:51.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:28:50.625218+0000 mgr.smithi138.arglrk (mgr.14162) 141 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-10T08:28:53.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:52 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:52.572430+0000 mon.smithi138 (mon.0) 328 : audit [INF] from='client.? 172.21.15.138:0/3255195744' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "21d6d22d-f042-41ab-b2ec-9750175a7996"}]: dispatch 2024-02-10T08:28:53.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:52 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:52.578573+0000 mon.smithi138 (mon.0) 329 : audit [INF] from='client.? 172.21.15.138:0/3255195744' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "21d6d22d-f042-41ab-b2ec-9750175a7996"}]': finished 2024-02-10T08:28:53.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:52 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:28:52.578617+0000 mon.smithi138 (mon.0) 330 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-02-10T08:28:53.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:52 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:52.578729+0000 mon.smithi138 (mon.0) 331 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T08:28:53.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:52 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:52.572430+0000 mon.smithi138 (mon.0) 328 : audit [INF] from='client.? 172.21.15.138:0/3255195744' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "21d6d22d-f042-41ab-b2ec-9750175a7996"}]: dispatch 2024-02-10T08:28:53.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:52 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:52.578573+0000 mon.smithi138 (mon.0) 329 : audit [INF] from='client.? 172.21.15.138:0/3255195744' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "21d6d22d-f042-41ab-b2ec-9750175a7996"}]': finished 2024-02-10T08:28:53.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:52 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:28:52.578617+0000 mon.smithi138 (mon.0) 330 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-02-10T08:28:53.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:52 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:52.578729+0000 mon.smithi138 (mon.0) 331 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T08:28:53.917 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:53 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:28:52.625556+0000 mgr.smithi138.arglrk (mgr.14162) 142 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-10T08:28:53.917 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:53 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:53.000661+0000 mon.smithi138 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.138:0/222666150' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T08:28:54.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:53 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:28:52.625556+0000 mgr.smithi138.arglrk (mgr.14162) 142 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-10T08:28:54.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:53 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:53.000661+0000 mon.smithi138 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.138:0/222666150' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T08:28:55.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:55 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:54.405465+0000 mon.smithi138 (mon.0) 333 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:28:55.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:55 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:28:54.625901+0000 mgr.smithi138.arglrk (mgr.14162) 143 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-10T08:28:55.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:55 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:54.405465+0000 mon.smithi138 (mon.0) 333 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:28:55.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:55 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:28:54.625901+0000 mgr.smithi138.arglrk (mgr.14162) 143 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-10T08:28:57.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:57 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:28:56.626187+0000 mgr.smithi138.arglrk (mgr.14162) 144 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-10T08:28:58.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:57 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:28:56.626187+0000 mgr.smithi138.arglrk (mgr.14162) 144 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-10T08:28:59.869 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:59 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:28:58.626455+0000 mgr.smithi138.arglrk (mgr.14162) 145 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-10T08:28:59.870 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:59 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:28:58.778441+0000 mgr.smithi138.arglrk (mgr.14162) 146 : cephadm [INF] Detected new or changed devices on smithi138 2024-02-10T08:28:59.870 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:59 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:58.783387+0000 mon.smithi138 (mon.0) 334 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:28:59.870 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:59 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:28:58.784242+0000 mgr.smithi138.arglrk (mgr.14162) 147 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-10T08:28:59.870 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:28:59 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:58.786324+0000 mon.smithi138 (mon.0) 335 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:29:00.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:59 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:28:58.626455+0000 mgr.smithi138.arglrk (mgr.14162) 145 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-10T08:29:00.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:59 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:28:58.778441+0000 mgr.smithi138.arglrk (mgr.14162) 146 : cephadm [INF] Detected new or changed devices on smithi138 2024-02-10T08:29:00.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:59 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:58.783387+0000 mon.smithi138 (mon.0) 334 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:29:00.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:59 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:28:58.784242+0000 mgr.smithi138.arglrk (mgr.14162) 147 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-10T08:29:00.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:28:59 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:58.786324+0000 mon.smithi138 (mon.0) 335 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:29:01.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:00 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:28:59.781621+0000 mon.smithi138 (mon.0) 336 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-02-10T08:29:01.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:00 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:28:59.781673+0000 mon.smithi138 (mon.0) 337 : cluster [INF] Cluster is now healthy 2024-02-10T08:29:01.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:00 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:59.926768+0000 mon.smithi138 (mon.0) 338 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-10T08:29:01.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:00 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:28:59.927364+0000 mon.smithi138 (mon.0) 339 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:29:01.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:00 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:28:59.927790+0000 mgr.smithi138.arglrk (mgr.14162) 148 : cephadm [INF] Deploying daemon osd.3 on smithi138 2024-02-10T08:29:01.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:00 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:28:59.781621+0000 mon.smithi138 (mon.0) 336 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-02-10T08:29:01.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:00 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:28:59.781673+0000 mon.smithi138 (mon.0) 337 : cluster [INF] Cluster is now healthy 2024-02-10T08:29:01.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:00 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:59.926768+0000 mon.smithi138 (mon.0) 338 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-10T08:29:01.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:00 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:28:59.927364+0000 mon.smithi138 (mon.0) 339 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:29:01.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:00 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:28:59.927790+0000 mgr.smithi138.arglrk (mgr.14162) 148 : cephadm [INF] Deploying daemon osd.3 on smithi138 2024-02-10T08:29:02.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:01 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:29:00.784708+0000 mgr.smithi138.arglrk (mgr.14162) 149 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-10T08:29:02.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:01 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:29:00.784708+0000 mgr.smithi138.arglrk (mgr.14162) 149 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-10T08:29:03.305 INFO:teuthology.orchestra.run.smithi138.stdout:Created osd(s) 3 on host 'smithi138' 2024-02-10T08:29:03.903 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:03 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:29:02.785054+0000 mgr.smithi138.arglrk (mgr.14162) 150 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-10T08:29:03.904 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:03 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:03.293095+0000 mon.smithi138 (mon.0) 340 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:29:03.904 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:03 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:03.296910+0000 mon.smithi138 (mon.0) 341 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:29:03.904 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:03 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:03.302240+0000 mon.smithi138 (mon.0) 342 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:29:03.905 DEBUG:teuthology.orchestra.run.smithi138:osd.3> sudo journalctl -f -n 0 -u ceph-c2125314-c7ed-11ee-95b8-87774f69a715@osd.3.service 2024-02-10T08:29:03.907 INFO:tasks.cephadm:Deploying osd.4 on smithi190 with /dev/vg_nvme/lv_4... 2024-02-10T08:29:03.907 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-02-10T08:29:03.937 INFO:journalctl@ceph.osd.3.smithi138.stdout:-- Logs begin at Sat 2024-02-10 08:17:07 UTC. -- 2024-02-10T08:29:04.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:03 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:29:02.785054+0000 mgr.smithi138.arglrk (mgr.14162) 150 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-10T08:29:04.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:03 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:03.293095+0000 mon.smithi138 (mon.0) 340 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:29:04.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:03 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:03.296910+0000 mon.smithi138 (mon.0) 341 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:29:04.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:03 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:03.302240+0000 mon.smithi138 (mon.0) 342 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:29:05.984 INFO:teuthology.orchestra.run.smithi190.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-02-10T08:29:05.984 INFO:teuthology.orchestra.run.smithi190.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-02-10T08:29:05.984 INFO:teuthology.orchestra.run.smithi190.stderr: stderr: 10+0 records in 2024-02-10T08:29:05.984 INFO:teuthology.orchestra.run.smithi190.stderr:10+0 records out 2024-02-10T08:29:05.984 INFO:teuthology.orchestra.run.smithi190.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.014932 s, 702 MB/s 2024-02-10T08:29:05.985 INFO:teuthology.orchestra.run.smithi190.stderr:--> Zapping successful for: 2024-02-10T08:29:06.018 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:29:04.785284+0000 mgr.smithi138.arglrk (mgr.14162) 151 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-10T08:29:06.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:29:04.785284+0000 mgr.smithi138.arglrk (mgr.14162) 151 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-10T08:29:06.644 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph orch daemon add osd smithi190:vg_nvme/lv_4 2024-02-10T08:29:06.685 INFO:journalctl@ceph.osd.3.smithi138.stdout:Feb 10 08:29:06 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.3[83717]: debug 2024-02-10T08:29:06.432+0000 7ff2f0067080 -1 osd.3 0 log_to_monitors {default=true} 2024-02-10T08:29:07.062 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:06 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:06.435910+0000 mon.smithi190 (mon.1) 2 : audit [INF] from='osd.3 [v2:172.21.15.138:6826/3386954962,v1:172.21.15.138:6827/3386954962]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-10T08:29:07.062 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:06 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:06.436254+0000 mon.smithi138 (mon.0) 343 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-10T08:29:07.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:06 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:06.435910+0000 mon.smithi190 (mon.1) 2 : audit [INF] from='osd.3 [v2:172.21.15.138:6826/3386954962,v1:172.21.15.138:6827/3386954962]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-10T08:29:07.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:06 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:06.436254+0000 mon.smithi138 (mon.0) 343 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-10T08:29:08.055 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:06.747977+0000 mon.smithi138 (mon.0) 344 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-10T08:29:08.055 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:29:06.748034+0000 mon.smithi138 (mon.0) 345 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-02-10T08:29:08.055 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:06.748155+0000 mon.smithi138 (mon.0) 346 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T08:29:08.055 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:06.748638+0000 mon.smithi190 (mon.1) 3 : audit [INF] from='osd.3 [v2:172.21.15.138:6826/3386954962,v1:172.21.15.138:6827/3386954962]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-02-10T08:29:08.055 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:06.749030+0000 mon.smithi138 (mon.0) 347 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-02-10T08:29:08.055 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:29:06.785522+0000 mgr.smithi138.arglrk (mgr.14162) 152 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-10T08:29:08.096 INFO:journalctl@ceph.osd.3.smithi138.stdout:Feb 10 08:29:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.3[83717]: debug 2024-02-10T08:29:07.752+0000 7ff2e65d8700 -1 osd.3 0 waiting for initial osdmap 2024-02-10T08:29:08.097 INFO:journalctl@ceph.osd.3.smithi138.stdout:Feb 10 08:29:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.3[83717]: debug 2024-02-10T08:29:07.756+0000 7ff2e0d50700 -1 osd.3 25 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-10T08:29:08.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:06.747977+0000 mon.smithi138 (mon.0) 344 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-10T08:29:08.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:29:06.748034+0000 mon.smithi138 (mon.0) 345 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-02-10T08:29:08.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:06.748155+0000 mon.smithi138 (mon.0) 346 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T08:29:08.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:06.748638+0000 mon.smithi190 (mon.1) 3 : audit [INF] from='osd.3 [v2:172.21.15.138:6826/3386954962,v1:172.21.15.138:6827/3386954962]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-02-10T08:29:08.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:06.749030+0000 mon.smithi138 (mon.0) 347 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-02-10T08:29:08.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:29:06.785522+0000 mgr.smithi138.arglrk (mgr.14162) 152 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-10T08:29:08.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:07.749929+0000 mon.smithi138 (mon.0) 348 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]': finished 2024-02-10T08:29:08.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:29:07.749999+0000 mon.smithi138 (mon.0) 349 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-02-10T08:29:08.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:07.750352+0000 mon.smithi138 (mon.0) 350 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T08:29:08.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:07.753756+0000 mon.smithi138 (mon.0) 351 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T08:29:08.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:07.950535+0000 mon.smithi138 (mon.0) 352 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:29:09.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:08 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:07.749929+0000 mon.smithi138 (mon.0) 348 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]': finished 2024-02-10T08:29:09.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:08 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:29:07.749999+0000 mon.smithi138 (mon.0) 349 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-02-10T08:29:09.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:08 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:07.750352+0000 mon.smithi138 (mon.0) 350 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T08:29:09.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:08 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:07.753756+0000 mon.smithi138 (mon.0) 351 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T08:29:09.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:08 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:07.950535+0000 mon.smithi138 (mon.0) 352 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:29:10.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:29:07.445563+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-10T08:29:10.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:29:07.445765+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-10T08:29:10.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:08.753117+0000 mon.smithi138 (mon.0) 353 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T08:29:10.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:29:08.758837+0000 mon.smithi138 (mon.0) 354 : cluster [INF] osd.3 [v2:172.21.15.138:6826/3386954962,v1:172.21.15.138:6827/3386954962] boot 2024-02-10T08:29:10.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:29:08.758884+0000 mon.smithi138 (mon.0) 355 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-02-10T08:29:10.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:08.759730+0000 mon.smithi138 (mon.0) 356 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T08:29:10.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:29:08.785893+0000 mgr.smithi138.arglrk (mgr.14162) 153 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-10T08:29:10.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:08.804341+0000 mgr.smithi138.arglrk (mgr.14162) 154 : audit [DBG] from='client.24139 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi190:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:29:10.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:08.805027+0000 mon.smithi138 (mon.0) 357 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T08:29:10.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:29:08.806226+0000 mgr.smithi138.arglrk (mgr.14162) 155 : cephadm [INF] Applying service osd.None on host smithi190... 2024-02-10T08:29:10.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:08.806444+0000 mon.smithi138 (mon.0) 358 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T08:29:10.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:08.806951+0000 mon.smithi138 (mon.0) 359 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:29:10.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:29:07.445563+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-10T08:29:10.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:29:07.445765+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-10T08:29:10.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:08.753117+0000 mon.smithi138 (mon.0) 353 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T08:29:10.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:29:08.758837+0000 mon.smithi138 (mon.0) 354 : cluster [INF] osd.3 [v2:172.21.15.138:6826/3386954962,v1:172.21.15.138:6827/3386954962] boot 2024-02-10T08:29:10.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:29:08.758884+0000 mon.smithi138 (mon.0) 355 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-02-10T08:29:10.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:08.759730+0000 mon.smithi138 (mon.0) 356 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T08:29:10.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:29:08.785893+0000 mgr.smithi138.arglrk (mgr.14162) 153 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-10T08:29:10.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:08.804341+0000 mgr.smithi138.arglrk (mgr.14162) 154 : audit [DBG] from='client.24139 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi190:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:29:10.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:08.805027+0000 mon.smithi138 (mon.0) 357 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T08:29:10.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:29:08.806226+0000 mgr.smithi138.arglrk (mgr.14162) 155 : cephadm [INF] Applying service osd.None on host smithi190... 2024-02-10T08:29:10.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:08.806444+0000 mon.smithi138 (mon.0) 358 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T08:29:10.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:08.806951+0000 mon.smithi138 (mon.0) 359 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:29:11.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:29:09.771809+0000 mon.smithi138 (mon.0) 360 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-02-10T08:29:11.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:29:09.771809+0000 mon.smithi138 (mon.0) 360 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-02-10T08:29:12.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:11 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:29:10.786257+0000 mgr.smithi138.arglrk (mgr.14162) 156 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-10T08:29:12.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:11 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:11.143739+0000 mon.smithi190 (mon.1) 4 : audit [INF] from='client.? 172.21.15.190:0/692182463' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "18c41feb-79bb-44c7-8104-2047c712e1b4"}]: dispatch 2024-02-10T08:29:12.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:11 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:11.144235+0000 mon.smithi138 (mon.0) 361 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "18c41feb-79bb-44c7-8104-2047c712e1b4"}]: dispatch 2024-02-10T08:29:12.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:11 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:11.148297+0000 mon.smithi138 (mon.0) 362 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "18c41feb-79bb-44c7-8104-2047c712e1b4"}]': finished 2024-02-10T08:29:12.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:11 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:29:11.148377+0000 mon.smithi138 (mon.0) 363 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-02-10T08:29:12.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:11 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:11.148509+0000 mon.smithi138 (mon.0) 364 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T08:29:12.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:11 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:11.157255+0000 mon.smithi138 (mon.0) 365 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:29:12.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:11 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:11.161840+0000 mon.smithi138 (mon.0) 366 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:29:12.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:11 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:11.163983+0000 mon.smithi138 (mon.0) 367 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:29:12.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:11 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:11.554185+0000 mon.smithi190 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.190:0/1211865866' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T08:29:12.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:11 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:29:10.786257+0000 mgr.smithi138.arglrk (mgr.14162) 156 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-10T08:29:12.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:11 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:11.143739+0000 mon.smithi190 (mon.1) 4 : audit [INF] from='client.? 172.21.15.190:0/692182463' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "18c41feb-79bb-44c7-8104-2047c712e1b4"}]: dispatch 2024-02-10T08:29:12.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:11 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:11.144235+0000 mon.smithi138 (mon.0) 361 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "18c41feb-79bb-44c7-8104-2047c712e1b4"}]: dispatch 2024-02-10T08:29:12.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:11 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:11.148297+0000 mon.smithi138 (mon.0) 362 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "18c41feb-79bb-44c7-8104-2047c712e1b4"}]': finished 2024-02-10T08:29:12.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:11 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:29:11.148377+0000 mon.smithi138 (mon.0) 363 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-02-10T08:29:12.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:11 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:11.148509+0000 mon.smithi138 (mon.0) 364 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T08:29:12.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:11 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:11.157255+0000 mon.smithi138 (mon.0) 365 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:29:12.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:11 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:11.161840+0000 mon.smithi138 (mon.0) 366 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:29:12.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:11 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:11.163983+0000 mon.smithi138 (mon.0) 367 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:29:12.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:11 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:11.554185+0000 mon.smithi190 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.190:0/1211865866' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T08:29:14.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:13 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:29:12.786722+0000 mgr.smithi138.arglrk (mgr.14162) 157 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-10T08:29:14.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:13 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:29:12.786722+0000 mgr.smithi138.arglrk (mgr.14162) 157 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-10T08:29:15.993 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:15 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:29:14.787050+0000 mgr.smithi138.arglrk (mgr.14162) 158 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-10T08:29:15.994 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:15 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:15.485342+0000 mon.smithi138 (mon.0) 368 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:29:15.994 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:15 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:15.488175+0000 mon.smithi138 (mon.0) 369 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:29:16.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:15 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:29:14.787050+0000 mgr.smithi138.arglrk (mgr.14162) 158 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-10T08:29:16.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:15 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:15.485342+0000 mon.smithi138 (mon.0) 368 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:29:16.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:15 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:15.488175+0000 mon.smithi138 (mon.0) 369 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:29:18.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:17 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:29:16.787382+0000 mgr.smithi138.arglrk (mgr.14162) 159 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-10T08:29:18.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:17 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:17.088555+0000 mon.smithi138 (mon.0) 370 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-10T08:29:18.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:17 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:17.089348+0000 mon.smithi138 (mon.0) 371 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:29:18.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:17 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:29:17.089983+0000 mgr.smithi138.arglrk (mgr.14162) 160 : cephadm [INF] Deploying daemon osd.4 on smithi190 2024-02-10T08:29:18.195 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:17 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:29:16.787382+0000 mgr.smithi138.arglrk (mgr.14162) 159 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-10T08:29:18.195 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:17 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:17.088555+0000 mon.smithi138 (mon.0) 370 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-10T08:29:18.195 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:17 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:17.089348+0000 mon.smithi138 (mon.0) 371 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:29:18.195 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:17 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:29:17.089983+0000 mgr.smithi138.arglrk (mgr.14162) 160 : cephadm [INF] Deploying daemon osd.4 on smithi190 2024-02-10T08:29:20.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:19 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:29:18.787838+0000 mgr.smithi138.arglrk (mgr.14162) 161 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-10T08:29:20.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:19 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:29:18.787838+0000 mgr.smithi138.arglrk (mgr.14162) 161 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-10T08:29:20.772 INFO:teuthology.orchestra.run.smithi190.stdout:Created osd(s) 4 on host 'smithi190' 2024-02-10T08:29:21.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:20 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:20.762118+0000 mon.smithi138 (mon.0) 372 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:29:21.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:20 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:20.765586+0000 mon.smithi138 (mon.0) 373 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:29:21.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:20 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:20.770399+0000 mon.smithi138 (mon.0) 374 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:29:21.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:20 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:20.762118+0000 mon.smithi138 (mon.0) 372 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:29:21.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:20 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:20.765586+0000 mon.smithi138 (mon.0) 373 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:29:21.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:20 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:20.770399+0000 mon.smithi138 (mon.0) 374 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:29:21.469 DEBUG:teuthology.orchestra.run.smithi190:osd.4> sudo journalctl -f -n 0 -u ceph-c2125314-c7ed-11ee-95b8-87774f69a715@osd.4.service 2024-02-10T08:29:21.471 INFO:tasks.cephadm:Deploying osd.5 on smithi190 with /dev/vg_nvme/lv_3... 2024-02-10T08:29:21.471 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-02-10T08:29:21.503 INFO:journalctl@ceph.osd.4.smithi190.stdout:-- Logs begin at Sat 2024-02-10 08:16:36 UTC. -- 2024-02-10T08:29:22.133 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:29:20.788160+0000 mgr.smithi138.arglrk (mgr.14162) 162 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-10T08:29:22.301 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:29:20.788160+0000 mgr.smithi138.arglrk (mgr.14162) 162 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-10T08:29:24.030 INFO:teuthology.orchestra.run.smithi190.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-02-10T08:29:24.030 INFO:teuthology.orchestra.run.smithi190.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-02-10T08:29:24.030 INFO:teuthology.orchestra.run.smithi190.stderr: stderr: 10+0 records in 2024-02-10T08:29:24.030 INFO:teuthology.orchestra.run.smithi190.stderr:10+0 records out 2024-02-10T08:29:24.030 INFO:teuthology.orchestra.run.smithi190.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0119254 s, 879 MB/s 2024-02-10T08:29:24.030 INFO:teuthology.orchestra.run.smithi190.stderr:--> Zapping successful for: 2024-02-10T08:29:24.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:23 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:29:22.788508+0000 mgr.smithi138.arglrk (mgr.14162) 163 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-10T08:29:24.316 INFO:journalctl@ceph.osd.4.smithi190.stdout:Feb 10 08:29:23 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.4[70101]: debug 2024-02-10T08:29:23.904+0000 7f4d31a2b080 -1 osd.4 0 log_to_monitors {default=true} 2024-02-10T08:29:24.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:23 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:29:22.788508+0000 mgr.smithi138.arglrk (mgr.14162) 163 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-10T08:29:24.727 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph orch daemon add osd smithi190:vg_nvme/lv_3 2024-02-10T08:29:25.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:24 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:23.908435+0000 mon.smithi190 (mon.1) 6 : audit [INF] from='osd.4 [v2:172.21.15.190:6800/1024381802,v1:172.21.15.190:6801/1024381802]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-10T08:29:25.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:24 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:23.908856+0000 mon.smithi138 (mon.0) 375 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-10T08:29:25.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:24 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:23.908435+0000 mon.smithi190 (mon.1) 6 : audit [INF] from='osd.4 [v2:172.21.15.190:6800/1024381802,v1:172.21.15.190:6801/1024381802]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-10T08:29:25.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:24 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:23.908856+0000 mon.smithi138 (mon.0) 375 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-10T08:29:26.065 INFO:journalctl@ceph.osd.4.smithi190.stdout:Feb 10 08:29:25 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.4[70101]: debug 2024-02-10T08:29:25.866+0000 7f4d27f9c700 -1 osd.4 0 waiting for initial osdmap 2024-02-10T08:29:26.065 INFO:journalctl@ceph.osd.4.smithi190.stdout:Feb 10 08:29:25 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.4[70101]: debug 2024-02-10T08:29:25.870+0000 7f4d21f13700 -1 osd.4 30 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-10T08:29:26.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:25 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:29:24.788880+0000 mgr.smithi138.arglrk (mgr.14162) 164 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-10T08:29:26.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:25 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:24.857981+0000 mon.smithi138 (mon.0) 376 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-10T08:29:26.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:25 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:29:24.858068+0000 mon.smithi138 (mon.0) 377 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-02-10T08:29:26.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:25 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:24.858183+0000 mon.smithi138 (mon.0) 378 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T08:29:26.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:25 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:24.858580+0000 mon.smithi190 (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.190:6800/1024381802,v1:172.21.15.190:6801/1024381802]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2024-02-10T08:29:26.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:25 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:24.858845+0000 mon.smithi138 (mon.0) 379 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2024-02-10T08:29:26.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:25 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:25.119080+0000 mon.smithi138 (mon.0) 380 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:29:26.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:25 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:25.145466+0000 mon.smithi138 (mon.0) 381 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:29:26.204 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:25 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:29:24.788880+0000 mgr.smithi138.arglrk (mgr.14162) 164 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-10T08:29:26.205 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:25 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:24.857981+0000 mon.smithi138 (mon.0) 376 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-10T08:29:26.205 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:25 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:29:24.858068+0000 mon.smithi138 (mon.0) 377 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-02-10T08:29:26.205 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:25 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:24.858183+0000 mon.smithi138 (mon.0) 378 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T08:29:26.205 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:25 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:24.858580+0000 mon.smithi190 (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.190:6800/1024381802,v1:172.21.15.190:6801/1024381802]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2024-02-10T08:29:26.205 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:25 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:24.858845+0000 mon.smithi138 (mon.0) 379 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2024-02-10T08:29:26.205 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:25 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:25.119080+0000 mon.smithi138 (mon.0) 380 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:29:26.205 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:25 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:25.145466+0000 mon.smithi138 (mon.0) 381 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:29:27.209 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:26 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:25.860109+0000 mon.smithi138 (mon.0) 382 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2024-02-10T08:29:27.209 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:26 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:29:25.860226+0000 mon.smithi138 (mon.0) 383 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-02-10T08:29:27.209 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:26 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:25.860647+0000 mon.smithi138 (mon.0) 384 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T08:29:27.210 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:26 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:25.867844+0000 mon.smithi138 (mon.0) 385 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T08:29:27.210 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:26 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:29:26.863154+0000 mon.smithi138 (mon.0) 386 : cluster [INF] osd.4 [v2:172.21.15.190:6800/1024381802,v1:172.21.15.190:6801/1024381802] boot 2024-02-10T08:29:27.210 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:26 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:29:26.863212+0000 mon.smithi138 (mon.0) 387 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-02-10T08:29:27.210 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:26 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:26.863340+0000 mon.smithi138 (mon.0) 388 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T08:29:27.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:26 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:25.860109+0000 mon.smithi138 (mon.0) 382 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2024-02-10T08:29:27.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:26 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:29:25.860226+0000 mon.smithi138 (mon.0) 383 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-02-10T08:29:27.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:26 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:25.860647+0000 mon.smithi138 (mon.0) 384 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T08:29:27.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:26 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:25.867844+0000 mon.smithi138 (mon.0) 385 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T08:29:27.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:26 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:29:26.863154+0000 mon.smithi138 (mon.0) 386 : cluster [INF] osd.4 [v2:172.21.15.190:6800/1024381802,v1:172.21.15.190:6801/1024381802] boot 2024-02-10T08:29:27.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:26 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:29:26.863212+0000 mon.smithi138 (mon.0) 387 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-02-10T08:29:27.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:26 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:26.863340+0000 mon.smithi138 (mon.0) 388 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T08:29:28.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:29:24.915710+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-10T08:29:28.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:29:24.915837+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-10T08:29:28.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:29:26.789227+0000 mgr.smithi138.arglrk (mgr.14162) 165 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-10T08:29:28.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:27.320564+0000 mon.smithi138 (mon.0) 389 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T08:29:28.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:27.322227+0000 mon.smithi138 (mon.0) 390 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T08:29:28.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:27.322902+0000 mon.smithi138 (mon.0) 391 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:29:28.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:29:27.863800+0000 mon.smithi138 (mon.0) 392 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-02-10T08:29:28.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:29:24.915710+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-10T08:29:28.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:29:24.915837+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-10T08:29:28.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:29:26.789227+0000 mgr.smithi138.arglrk (mgr.14162) 165 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-10T08:29:28.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:27.320564+0000 mon.smithi138 (mon.0) 389 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T08:29:28.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:27.322227+0000 mon.smithi138 (mon.0) 390 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T08:29:28.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:27.322902+0000 mon.smithi138 (mon.0) 391 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:29:28.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:29:27.863800+0000 mon.smithi138 (mon.0) 392 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-02-10T08:29:28.885 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:27.319685+0000 mgr.smithi138.arglrk (mgr.14162) 166 : audit [DBG] from='client.24157 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi190:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:29:28.885 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:29:27.321956+0000 mgr.smithi138.arglrk (mgr.14162) 167 : cephadm [INF] Applying service osd.None on host smithi190... 2024-02-10T08:29:28.885 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:29:28.864898+0000 mon.smithi138 (mon.0) 393 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-02-10T08:29:29.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:27.319685+0000 mgr.smithi138.arglrk (mgr.14162) 166 : audit [DBG] from='client.24157 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi190:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:29:29.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:29:27.321956+0000 mgr.smithi138.arglrk (mgr.14162) 167 : cephadm [INF] Applying service osd.None on host smithi190... 2024-02-10T08:29:29.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:29:28.864898+0000 mon.smithi138 (mon.0) 393 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-02-10T08:29:30.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:29 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:29:28.789575+0000 mgr.smithi138.arglrk (mgr.14162) 168 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 24 MiB used, 447 GiB / 447 GiB avail 2024-02-10T08:29:30.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:29 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:29:28.789575+0000 mgr.smithi138.arglrk (mgr.14162) 168 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 24 MiB used, 447 GiB / 447 GiB avail 2024-02-10T08:29:31.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:31 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:29:30.015392+0000 mgr.smithi138.arglrk (mgr.14162) 169 : cephadm [INF] Detected new or changed devices on smithi190 2024-02-10T08:29:31.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:31 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:30.020042+0000 mon.smithi138 (mon.0) 394 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:29:31.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:31 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:30.308430+0000 mon.smithi138 (mon.0) 395 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:29:31.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:31 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:30.311343+0000 mon.smithi138 (mon.0) 396 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:29:31.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:31 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:30.732953+0000 mon.smithi190 (mon.1) 8 : audit [INF] from='client.? 172.21.15.190:0/2652636220' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9a8aaf31-d11a-43cc-ae3f-1b0e9026bd8f"}]: dispatch 2024-02-10T08:29:31.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:31 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:30.733477+0000 mon.smithi138 (mon.0) 397 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9a8aaf31-d11a-43cc-ae3f-1b0e9026bd8f"}]: dispatch 2024-02-10T08:29:31.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:31 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:30.737279+0000 mon.smithi138 (mon.0) 398 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9a8aaf31-d11a-43cc-ae3f-1b0e9026bd8f"}]': finished 2024-02-10T08:29:31.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:31 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:29:30.737345+0000 mon.smithi138 (mon.0) 399 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-02-10T08:29:31.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:31 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:30.737446+0000 mon.smithi138 (mon.0) 400 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T08:29:31.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:31 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:29:30.015392+0000 mgr.smithi138.arglrk (mgr.14162) 169 : cephadm [INF] Detected new or changed devices on smithi190 2024-02-10T08:29:31.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:31 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:30.020042+0000 mon.smithi138 (mon.0) 394 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:29:31.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:31 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:30.308430+0000 mon.smithi138 (mon.0) 395 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:29:31.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:31 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:30.311343+0000 mon.smithi138 (mon.0) 396 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:29:31.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:31 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:30.732953+0000 mon.smithi190 (mon.1) 8 : audit [INF] from='client.? 172.21.15.190:0/2652636220' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9a8aaf31-d11a-43cc-ae3f-1b0e9026bd8f"}]: dispatch 2024-02-10T08:29:31.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:31 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:30.733477+0000 mon.smithi138 (mon.0) 397 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9a8aaf31-d11a-43cc-ae3f-1b0e9026bd8f"}]: dispatch 2024-02-10T08:29:31.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:31 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:30.737279+0000 mon.smithi138 (mon.0) 398 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9a8aaf31-d11a-43cc-ae3f-1b0e9026bd8f"}]': finished 2024-02-10T08:29:31.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:31 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:29:30.737345+0000 mon.smithi138 (mon.0) 399 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-02-10T08:29:31.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:31 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:30.737446+0000 mon.smithi138 (mon.0) 400 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T08:29:32.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:32 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:29:30.789903+0000 mgr.smithi138.arglrk (mgr.14162) 170 : cluster [DBG] pgmap v139: 1 pgs: 1 activating; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-10T08:29:32.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:32 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:31.138383+0000 mon.smithi190 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.190:0/2613617928' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T08:29:32.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:32 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:29:30.789903+0000 mgr.smithi138.arglrk (mgr.14162) 170 : cluster [DBG] pgmap v139: 1 pgs: 1 activating; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-10T08:29:32.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:32 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:31.138383+0000 mon.smithi190 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.190:0/2613617928' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T08:29:34.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:34 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:29:32.790207+0000 mgr.smithi138.arglrk (mgr.14162) 171 : cluster [DBG] pgmap v140: 1 pgs: 1 activating; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-10T08:29:34.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:34 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:29:32.790207+0000 mgr.smithi138.arglrk (mgr.14162) 171 : cluster [DBG] pgmap v140: 1 pgs: 1 activating; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-10T08:29:35.531 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:35 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:34.468883+0000 mon.smithi138 (mon.0) 401 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:29:35.531 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:35 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:34.471829+0000 mon.smithi138 (mon.0) 402 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:29:35.531 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:35 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:29:34.790519+0000 mgr.smithi138.arglrk (mgr.14162) 172 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-10T08:29:35.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:35 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:34.468883+0000 mon.smithi138 (mon.0) 401 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:29:35.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:35 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:34.471829+0000 mon.smithi138 (mon.0) 402 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:29:35.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:35 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:29:34.790519+0000 mgr.smithi138.arglrk (mgr.14162) 172 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-10T08:29:37.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:36 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:36.616019+0000 mon.smithi138 (mon.0) 403 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-10T08:29:37.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:36 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:36.616847+0000 mon.smithi138 (mon.0) 404 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:29:37.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:36 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:36.616019+0000 mon.smithi138 (mon.0) 403 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-10T08:29:37.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:36 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:36.616847+0000 mon.smithi138 (mon.0) 404 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:29:38.029 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:37 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:29:36.617461+0000 mgr.smithi138.arglrk (mgr.14162) 173 : cephadm [INF] Deploying daemon osd.5 on smithi190 2024-02-10T08:29:38.029 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:37 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:29:36.791026+0000 mgr.smithi138.arglrk (mgr.14162) 174 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-10T08:29:38.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:37 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:29:36.617461+0000 mgr.smithi138.arglrk (mgr.14162) 173 : cephadm [INF] Deploying daemon osd.5 on smithi190 2024-02-10T08:29:38.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:37 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:29:36.791026+0000 mgr.smithi138.arglrk (mgr.14162) 174 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-10T08:29:40.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:29:38.791560+0000 mgr.smithi138.arglrk (mgr.14162) 175 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-10T08:29:40.124 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:29:38.791560+0000 mgr.smithi138.arglrk (mgr.14162) 175 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-10T08:29:40.346 INFO:teuthology.orchestra.run.smithi190.stdout:Created osd(s) 5 on host 'smithi190' 2024-02-10T08:29:41.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:40.333322+0000 mon.smithi138 (mon.0) 405 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:29:41.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:40.337876+0000 mon.smithi138 (mon.0) 406 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:29:41.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:40.344213+0000 mon.smithi138 (mon.0) 407 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:29:41.085 DEBUG:teuthology.orchestra.run.smithi190:osd.5> sudo journalctl -f -n 0 -u ceph-c2125314-c7ed-11ee-95b8-87774f69a715@osd.5.service 2024-02-10T08:29:41.087 INFO:tasks.cephadm:Deploying osd.6 on smithi190 with /dev/vg_nvme/lv_2... 2024-02-10T08:29:41.087 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-02-10T08:29:41.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:40.333322+0000 mon.smithi138 (mon.0) 405 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:29:41.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:40.337876+0000 mon.smithi138 (mon.0) 406 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:29:41.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:40.344213+0000 mon.smithi138 (mon.0) 407 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:29:41.117 INFO:journalctl@ceph.osd.5.smithi190.stdout:-- Logs begin at Sat 2024-02-10 08:16:36 UTC. -- 2024-02-10T08:29:42.015 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:29:40.791906+0000 mgr.smithi138.arglrk (mgr.14162) 176 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-10T08:29:42.016 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:41.213759+0000 mon.smithi138 (mon.0) 408 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.arglrk/mirror_snapshot_schedule"}]: dispatch 2024-02-10T08:29:42.016 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:41.215441+0000 mon.smithi138 (mon.0) 409 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.arglrk/trash_purge_schedule"}]: dispatch 2024-02-10T08:29:42.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:41 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:29:40.791906+0000 mgr.smithi138.arglrk (mgr.14162) 176 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-10T08:29:42.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:41 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:41.213759+0000 mon.smithi138 (mon.0) 408 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.arglrk/mirror_snapshot_schedule"}]: dispatch 2024-02-10T08:29:42.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:41 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:41.215441+0000 mon.smithi138 (mon.0) 409 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.arglrk/trash_purge_schedule"}]: dispatch 2024-02-10T08:29:43.565 INFO:journalctl@ceph.osd.5.smithi190.stdout:Feb 10 08:29:43 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.5[72990]: debug 2024-02-10T08:29:43.457+0000 7fa43f417080 -1 osd.5 0 log_to_monitors {default=true} 2024-02-10T08:29:43.774 INFO:teuthology.orchestra.run.smithi190.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-02-10T08:29:43.774 INFO:teuthology.orchestra.run.smithi190.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-02-10T08:29:43.774 INFO:teuthology.orchestra.run.smithi190.stderr: stderr: 10+0 records in 2024-02-10T08:29:43.774 INFO:teuthology.orchestra.run.smithi190.stderr:10+0 records out 2024-02-10T08:29:43.774 INFO:teuthology.orchestra.run.smithi190.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0124946 s, 839 MB/s 2024-02-10T08:29:43.774 INFO:teuthology.orchestra.run.smithi190.stderr:--> Zapping successful for: 2024-02-10T08:29:44.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:43 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:29:42.792267+0000 mgr.smithi138.arglrk (mgr.14162) 177 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-10T08:29:44.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:43 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:43.461824+0000 mon.smithi190 (mon.1) 10 : audit [INF] from='osd.5 [v2:172.21.15.190:6808/951501881,v1:172.21.15.190:6809/951501881]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-10T08:29:44.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:43 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:43.462458+0000 mon.smithi138 (mon.0) 410 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-10T08:29:44.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:43 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:29:42.792267+0000 mgr.smithi138.arglrk (mgr.14162) 177 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-10T08:29:44.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:43 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:43.461824+0000 mon.smithi190 (mon.1) 10 : audit [INF] from='osd.5 [v2:172.21.15.190:6808/951501881,v1:172.21.15.190:6809/951501881]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-10T08:29:44.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:43 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:43.462458+0000 mon.smithi138 (mon.0) 410 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-10T08:29:44.487 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph orch daemon add osd smithi190:vg_nvme/lv_2 2024-02-10T08:29:45.124 INFO:journalctl@ceph.osd.5.smithi190.stdout:Feb 10 08:29:44 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.5[72990]: debug 2024-02-10T08:29:44.867+0000 7fa435988700 -1 osd.5 0 waiting for initial osdmap 2024-02-10T08:29:45.124 INFO:journalctl@ceph.osd.5.smithi190.stdout:Feb 10 08:29:44 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.5[72990]: debug 2024-02-10T08:29:44.874+0000 7fa430901700 -1 osd.5 36 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-10T08:29:45.124 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:44 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:43.852404+0000 mon.smithi138 (mon.0) 411 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-10T08:29:45.124 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:44 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:29:43.852450+0000 mon.smithi138 (mon.0) 412 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-02-10T08:29:45.124 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:44 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:43.852741+0000 mon.smithi138 (mon.0) 413 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T08:29:45.124 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:44 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:43.853355+0000 mon.smithi190 (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.190:6808/951501881,v1:172.21.15.190:6809/951501881]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2024-02-10T08:29:45.124 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:44 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:43.855929+0000 mon.smithi138 (mon.0) 414 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2024-02-10T08:29:45.124 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:44 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:44.438792+0000 mon.smithi138 (mon.0) 415 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:29:45.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:43.852404+0000 mon.smithi138 (mon.0) 411 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-10T08:29:45.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:29:43.852450+0000 mon.smithi138 (mon.0) 412 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-02-10T08:29:45.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:43.852741+0000 mon.smithi138 (mon.0) 413 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T08:29:45.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:43.853355+0000 mon.smithi190 (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.190:6808/951501881,v1:172.21.15.190:6809/951501881]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2024-02-10T08:29:45.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:43.855929+0000 mon.smithi138 (mon.0) 414 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2024-02-10T08:29:45.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:44.438792+0000 mon.smithi138 (mon.0) 415 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:29:46.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:29:44.792696+0000 mgr.smithi138.arglrk (mgr.14162) 178 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-10T08:29:46.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:44.857515+0000 mon.smithi138 (mon.0) 416 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2024-02-10T08:29:46.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:29:44.857615+0000 mon.smithi138 (mon.0) 417 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-02-10T08:29:46.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:44.857914+0000 mon.smithi138 (mon.0) 418 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T08:29:46.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:44.865715+0000 mon.smithi138 (mon.0) 419 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T08:29:46.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:45.189122+0000 mon.smithi138 (mon.0) 420 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:29:46.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:29:45.858901+0000 mon.smithi138 (mon.0) 421 : cluster [INF] osd.5 [v2:172.21.15.190:6808/951501881,v1:172.21.15.190:6809/951501881] boot 2024-02-10T08:29:46.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:29:45.858963+0000 mon.smithi138 (mon.0) 422 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-02-10T08:29:46.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:45.859109+0000 mon.smithi138 (mon.0) 423 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T08:29:46.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:29:44.792696+0000 mgr.smithi138.arglrk (mgr.14162) 178 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-10T08:29:46.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:44.857515+0000 mon.smithi138 (mon.0) 416 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2024-02-10T08:29:46.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:29:44.857615+0000 mon.smithi138 (mon.0) 417 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-02-10T08:29:46.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:44.857914+0000 mon.smithi138 (mon.0) 418 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T08:29:46.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:44.865715+0000 mon.smithi138 (mon.0) 419 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T08:29:46.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:45.189122+0000 mon.smithi138 (mon.0) 420 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:29:46.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:29:45.858901+0000 mon.smithi138 (mon.0) 421 : cluster [INF] osd.5 [v2:172.21.15.190:6808/951501881,v1:172.21.15.190:6809/951501881] boot 2024-02-10T08:29:46.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:29:45.858963+0000 mon.smithi138 (mon.0) 422 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-02-10T08:29:46.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:45.859109+0000 mon.smithi138 (mon.0) 423 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T08:29:47.254 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:46 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:29:44.454960+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-10T08:29:47.254 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:46 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:29:44.455169+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-10T08:29:47.254 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:46 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:29:46.860979+0000 mon.smithi138 (mon.0) 424 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-02-10T08:29:47.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:46 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:29:44.454960+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-10T08:29:47.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:46 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:29:44.455169+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-10T08:29:47.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:46 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:29:46.860979+0000 mon.smithi138 (mon.0) 424 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-02-10T08:29:47.916 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:47 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:29:46.793242+0000 mgr.smithi138.arglrk (mgr.14162) 179 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-02-10T08:29:47.916 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:47 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:47.468495+0000 mon.smithi138 (mon.0) 425 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T08:29:47.916 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:47 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:47.470169+0000 mon.smithi138 (mon.0) 426 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T08:29:47.916 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:47 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:47.470865+0000 mon.smithi138 (mon.0) 427 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:29:47.916 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:47 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:29:47.862262+0000 mon.smithi138 (mon.0) 428 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-02-10T08:29:48.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:47 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:29:46.793242+0000 mgr.smithi138.arglrk (mgr.14162) 179 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-02-10T08:29:48.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:47 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:47.468495+0000 mon.smithi138 (mon.0) 425 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T08:29:48.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:47 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:47.470169+0000 mon.smithi138 (mon.0) 426 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T08:29:48.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:47 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:47.470865+0000 mon.smithi138 (mon.0) 427 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:29:48.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:47 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:29:47.862262+0000 mon.smithi138 (mon.0) 428 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-02-10T08:29:49.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:47.467604+0000 mgr.smithi138.arglrk (mgr.14162) 180 : audit [DBG] from='client.24175 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi190:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:29:49.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:29:47.469901+0000 mgr.smithi138.arglrk (mgr.14162) 181 : cephadm [INF] Applying service osd.None on host smithi190... 2024-02-10T08:29:49.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:47.467604+0000 mgr.smithi138.arglrk (mgr.14162) 180 : audit [DBG] from='client.24175 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi190:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:29:49.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:29:47.469901+0000 mgr.smithi138.arglrk (mgr.14162) 181 : cephadm [INF] Applying service osd.None on host smithi190... 2024-02-10T08:29:49.991 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:49 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:29:48.793625+0000 mgr.smithi138.arglrk (mgr.14162) 182 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-02-10T08:29:50.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:49 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:29:48.793625+0000 mgr.smithi138.arglrk (mgr.14162) 182 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-02-10T08:29:51.306 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:50 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:29:49.991237+0000 mgr.smithi138.arglrk (mgr.14162) 183 : cephadm [INF] Detected new or changed devices on smithi190 2024-02-10T08:29:51.306 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:50 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:49.997470+0000 mon.smithi138 (mon.0) 429 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:29:51.306 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:50 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:50.003181+0000 mon.smithi138 (mon.0) 430 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:29:51.306 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:50 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:50.006804+0000 mon.smithi138 (mon.0) 431 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:29:51.306 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:50 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:50.689704+0000 mon.smithi190 (mon.1) 12 : audit [INF] from='client.? 172.21.15.190:0/373187400' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cc135d07-1a77-4f4e-b5ce-0b0357b4d55a"}]: dispatch 2024-02-10T08:29:51.306 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:50 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:50.690261+0000 mon.smithi138 (mon.0) 432 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cc135d07-1a77-4f4e-b5ce-0b0357b4d55a"}]: dispatch 2024-02-10T08:29:51.306 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:50 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:50.696760+0000 mon.smithi138 (mon.0) 433 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cc135d07-1a77-4f4e-b5ce-0b0357b4d55a"}]': finished 2024-02-10T08:29:51.306 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:50 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:29:50.696827+0000 mon.smithi138 (mon.0) 434 : cluster [DBG] osdmap e40: 7 total, 6 up, 7 in 2024-02-10T08:29:51.306 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:50 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:50.696929+0000 mon.smithi138 (mon.0) 435 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T08:29:51.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:29:49.991237+0000 mgr.smithi138.arglrk (mgr.14162) 183 : cephadm [INF] Detected new or changed devices on smithi190 2024-02-10T08:29:51.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:49.997470+0000 mon.smithi138 (mon.0) 429 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:29:51.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:50.003181+0000 mon.smithi138 (mon.0) 430 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:29:51.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:50.006804+0000 mon.smithi138 (mon.0) 431 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:29:51.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:50.689704+0000 mon.smithi190 (mon.1) 12 : audit [INF] from='client.? 172.21.15.190:0/373187400' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cc135d07-1a77-4f4e-b5ce-0b0357b4d55a"}]: dispatch 2024-02-10T08:29:51.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:50.690261+0000 mon.smithi138 (mon.0) 432 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cc135d07-1a77-4f4e-b5ce-0b0357b4d55a"}]: dispatch 2024-02-10T08:29:51.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:50.696760+0000 mon.smithi138 (mon.0) 433 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cc135d07-1a77-4f4e-b5ce-0b0357b4d55a"}]': finished 2024-02-10T08:29:51.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:29:50.696827+0000 mon.smithi138 (mon.0) 434 : cluster [DBG] osdmap e40: 7 total, 6 up, 7 in 2024-02-10T08:29:51.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:50.696929+0000 mon.smithi138 (mon.0) 435 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T08:29:52.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:52 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:29:50.793910+0000 mgr.smithi138.arglrk (mgr.14162) 184 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-02-10T08:29:52.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:52 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:51.099052+0000 mon.smithi190 (mon.1) 13 : audit [DBG] from='client.? 172.21.15.190:0/1768836185' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T08:29:52.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:52 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:29:50.793910+0000 mgr.smithi138.arglrk (mgr.14162) 184 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-02-10T08:29:52.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:52 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:51.099052+0000 mon.smithi190 (mon.1) 13 : audit [DBG] from='client.? 172.21.15.190:0/1768836185' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T08:29:54.285 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:54 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:29:52.794285+0000 mgr.smithi138.arglrk (mgr.14162) 185 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-10T08:29:54.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:54 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:29:52.794285+0000 mgr.smithi138.arglrk (mgr.14162) 185 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-10T08:29:55.219 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:55 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:54.071232+0000 mon.smithi138 (mon.0) 436 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:29:55.220 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:55 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:54.076078+0000 mon.smithi138 (mon.0) 437 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:29:55.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:55 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:54.071232+0000 mon.smithi138 (mon.0) 436 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:29:55.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:55 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:54.076078+0000 mon.smithi138 (mon.0) 437 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:29:56.303 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:56 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:29:54.794629+0000 mgr.smithi138.arglrk (mgr.14162) 186 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-10T08:29:56.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:56 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:29:54.794629+0000 mgr.smithi138.arglrk (mgr.14162) 186 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-10T08:29:57.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:57 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:56.595832+0000 mon.smithi138 (mon.0) 438 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-10T08:29:57.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:57 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:29:56.596540+0000 mon.smithi138 (mon.0) 439 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:29:57.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:57 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:56.595832+0000 mon.smithi138 (mon.0) 438 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-10T08:29:57.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:57 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:29:56.596540+0000 mon.smithi138 (mon.0) 439 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:29:58.203 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:58 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:29:56.597121+0000 mgr.smithi138.arglrk (mgr.14162) 187 : cephadm [INF] Deploying daemon osd.6 on smithi190 2024-02-10T08:29:58.204 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:29:58 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:29:56.794999+0000 mgr.smithi138.arglrk (mgr.14162) 188 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-10T08:29:58.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:58 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:29:56.597121+0000 mgr.smithi138.arglrk (mgr.14162) 187 : cephadm [INF] Deploying daemon osd.6 on smithi190 2024-02-10T08:29:58.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:29:58 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:29:56.794999+0000 mgr.smithi138.arglrk (mgr.14162) 188 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-10T08:30:00.279 INFO:teuthology.orchestra.run.smithi190.stdout:Created osd(s) 6 on host 'smithi190' 2024-02-10T08:30:00.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:00 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:29:58.795356+0000 mgr.smithi138.arglrk (mgr.14162) 189 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-10T08:30:00.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:00 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:30:00.000184+0000 mon.smithi138 (mon.0) 440 : cluster [INF] overall HEALTH_OK 2024-02-10T08:30:00.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:00 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:29:58.795356+0000 mgr.smithi138.arglrk (mgr.14162) 189 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-10T08:30:00.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:00 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:30:00.000184+0000 mon.smithi138 (mon.0) 440 : cluster [INF] overall HEALTH_OK 2024-02-10T08:30:00.990 DEBUG:teuthology.orchestra.run.smithi190:osd.6> sudo journalctl -f -n 0 -u ceph-c2125314-c7ed-11ee-95b8-87774f69a715@osd.6.service 2024-02-10T08:30:00.992 INFO:tasks.cephadm:Deploying osd.7 on smithi190 with /dev/vg_nvme/lv_1... 2024-02-10T08:30:00.992 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-02-10T08:30:01.021 INFO:journalctl@ceph.osd.6.smithi190.stdout:-- Logs begin at Sat 2024-02-10 08:16:36 UTC. -- 2024-02-10T08:30:01.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:01 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:30:00.267012+0000 mon.smithi138 (mon.0) 441 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:30:01.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:01 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:30:00.271437+0000 mon.smithi138 (mon.0) 442 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:30:01.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:01 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:30:00.276561+0000 mon.smithi138 (mon.0) 443 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:30:01.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:01 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:30:00.267012+0000 mon.smithi138 (mon.0) 441 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:30:01.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:01 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:30:00.271437+0000 mon.smithi138 (mon.0) 442 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:30:01.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:01 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:30:00.276561+0000 mon.smithi138 (mon.0) 443 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:30:02.351 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:02 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:30:00.795677+0000 mgr.smithi138.arglrk (mgr.14162) 190 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-10T08:30:02.516 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:02 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:30:00.795677+0000 mgr.smithi138.arglrk (mgr.14162) 190 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-10T08:30:03.652 INFO:teuthology.orchestra.run.smithi190.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-02-10T08:30:03.652 INFO:teuthology.orchestra.run.smithi190.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-02-10T08:30:03.653 INFO:teuthology.orchestra.run.smithi190.stderr: stderr: 10+0 records in 2024-02-10T08:30:03.653 INFO:teuthology.orchestra.run.smithi190.stderr:10+0 records out 2024-02-10T08:30:03.653 INFO:teuthology.orchestra.run.smithi190.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0145757 s, 719 MB/s 2024-02-10T08:30:03.653 INFO:teuthology.orchestra.run.smithi190.stderr:--> Zapping successful for: 2024-02-10T08:30:03.694 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:30:03 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.6[75858]: debug 2024-02-10T08:30:03.360+0000 7fe7e4fb3080 -1 osd.6 0 log_to_monitors {default=true} 2024-02-10T08:30:04.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:04 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:30:02.796060+0000 mgr.smithi138.arglrk (mgr.14162) 191 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-10T08:30:04.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:04 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:30:03.364949+0000 mon.smithi138 (mon.0) 444 : audit [INF] from='osd.6 [v2:172.21.15.190:6816/1315947173,v1:172.21.15.190:6817/1315947173]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-10T08:30:04.401 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:04 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:30:02.796060+0000 mgr.smithi138.arglrk (mgr.14162) 191 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-10T08:30:04.401 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:04 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:30:03.364949+0000 mon.smithi138 (mon.0) 444 : audit [INF] from='osd.6 [v2:172.21.15.190:6816/1315947173,v1:172.21.15.190:6817/1315947173]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-10T08:30:04.693 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph orch daemon add osd smithi190:vg_nvme/lv_1 2024-02-10T08:30:05.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:30:04.091907+0000 mon.smithi138 (mon.0) 445 : audit [INF] from='osd.6 [v2:172.21.15.190:6816/1315947173,v1:172.21.15.190:6817/1315947173]' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-10T08:30:05.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:30:04.091957+0000 mon.smithi138 (mon.0) 446 : cluster [DBG] osdmap e41: 7 total, 6 up, 7 in 2024-02-10T08:30:05.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:30:04.092262+0000 mon.smithi138 (mon.0) 447 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T08:30:05.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:30:04.092528+0000 mon.smithi138 (mon.0) 448 : audit [INF] from='osd.6 [v2:172.21.15.190:6816/1315947173,v1:172.21.15.190:6817/1315947173]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2024-02-10T08:30:05.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:30:04.570013+0000 mon.smithi138 (mon.0) 449 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:30:05.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:30:04.856589+0000 mon.smithi138 (mon.0) 450 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:30:05.379 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:30:04.091907+0000 mon.smithi138 (mon.0) 445 : audit [INF] from='osd.6 [v2:172.21.15.190:6816/1315947173,v1:172.21.15.190:6817/1315947173]' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-10T08:30:05.379 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:30:04.091957+0000 mon.smithi138 (mon.0) 446 : cluster [DBG] osdmap e41: 7 total, 6 up, 7 in 2024-02-10T08:30:05.379 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:30:04.092262+0000 mon.smithi138 (mon.0) 447 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T08:30:05.379 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:30:04.092528+0000 mon.smithi138 (mon.0) 448 : audit [INF] from='osd.6 [v2:172.21.15.190:6816/1315947173,v1:172.21.15.190:6817/1315947173]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2024-02-10T08:30:05.379 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:30:04.570013+0000 mon.smithi138 (mon.0) 449 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:30:05.379 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:30:04.856589+0000 mon.smithi138 (mon.0) 450 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:30:05.379 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:30:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.6[75858]: debug 2024-02-10T08:30:05.096+0000 7fe7db524700 -1 osd.6 0 waiting for initial osdmap 2024-02-10T08:30:05.379 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:30:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.6[75858]: debug 2024-02-10T08:30:05.103+0000 7fe7d5c9c700 -1 osd.6 42 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-10T08:30:06.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:06 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:30:04.796383+0000 mgr.smithi138.arglrk (mgr.14162) 192 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-10T08:30:06.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:06 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:30:05.094312+0000 mon.smithi138 (mon.0) 451 : audit [INF] from='osd.6 [v2:172.21.15.190:6816/1315947173,v1:172.21.15.190:6817/1315947173]' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2024-02-10T08:30:06.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:06 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:30:05.094391+0000 mon.smithi138 (mon.0) 452 : cluster [DBG] osdmap e42: 7 total, 6 up, 7 in 2024-02-10T08:30:06.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:06 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:30:05.094502+0000 mon.smithi138 (mon.0) 453 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T08:30:06.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:06 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:30:05.098601+0000 mon.smithi138 (mon.0) 454 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T08:30:06.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:06 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:30:04.796383+0000 mgr.smithi138.arglrk (mgr.14162) 192 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-10T08:30:06.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:06 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:30:05.094312+0000 mon.smithi138 (mon.0) 451 : audit [INF] from='osd.6 [v2:172.21.15.190:6816/1315947173,v1:172.21.15.190:6817/1315947173]' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2024-02-10T08:30:06.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:06 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:30:05.094391+0000 mon.smithi138 (mon.0) 452 : cluster [DBG] osdmap e42: 7 total, 6 up, 7 in 2024-02-10T08:30:06.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:06 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:30:05.094502+0000 mon.smithi138 (mon.0) 453 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T08:30:06.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:06 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:30:05.098601+0000 mon.smithi138 (mon.0) 454 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T08:30:07.179 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:30:04.364754+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-10T08:30:07.179 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:30:04.364927+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-10T08:30:07.179 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:30:06.100362+0000 mon.smithi138 (mon.0) 455 : cluster [INF] osd.6 [v2:172.21.15.190:6816/1315947173,v1:172.21.15.190:6817/1315947173] boot 2024-02-10T08:30:07.179 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:30:06.100445+0000 mon.smithi138 (mon.0) 456 : cluster [DBG] osdmap e43: 7 total, 7 up, 7 in 2024-02-10T08:30:07.179 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:30:06.100882+0000 mon.smithi138 (mon.0) 457 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T08:30:07.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:30:04.364754+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-10T08:30:07.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:30:04.364927+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-10T08:30:07.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:30:06.100362+0000 mon.smithi138 (mon.0) 455 : cluster [INF] osd.6 [v2:172.21.15.190:6816/1315947173,v1:172.21.15.190:6817/1315947173] boot 2024-02-10T08:30:07.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:30:06.100445+0000 mon.smithi138 (mon.0) 456 : cluster [DBG] osdmap e43: 7 total, 7 up, 7 in 2024-02-10T08:30:07.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:30:06.100882+0000 mon.smithi138 (mon.0) 457 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T08:30:08.551 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:08 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:30:06.796711+0000 mgr.smithi138.arglrk (mgr.14162) 193 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-10T08:30:08.551 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:08 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:30:07.103835+0000 mon.smithi138 (mon.0) 458 : cluster [DBG] osdmap e44: 7 total, 7 up, 7 in 2024-02-10T08:30:08.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:30:06.796711+0000 mgr.smithi138.arglrk (mgr.14162) 193 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-10T08:30:08.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:30:07.103835+0000 mon.smithi138 (mon.0) 458 : cluster [DBG] osdmap e44: 7 total, 7 up, 7 in 2024-02-10T08:30:09.347 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:30:08.111798+0000 mon.smithi138 (mon.0) 459 : cluster [DBG] osdmap e45: 7 total, 7 up, 7 in 2024-02-10T08:30:09.347 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:30:08.338200+0000 mon.smithi138 (mon.0) 460 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T08:30:09.347 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:30:08.339727+0000 mon.smithi138 (mon.0) 461 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T08:30:09.347 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:30:08.340472+0000 mon.smithi138 (mon.0) 462 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:30:09.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:30:08.111798+0000 mon.smithi138 (mon.0) 459 : cluster [DBG] osdmap e45: 7 total, 7 up, 7 in 2024-02-10T08:30:09.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:30:08.338200+0000 mon.smithi138 (mon.0) 460 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T08:30:09.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:30:08.339727+0000 mon.smithi138 (mon.0) 461 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T08:30:09.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:30:08.340472+0000 mon.smithi138 (mon.0) 462 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:30:10.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:30:08.337281+0000 mgr.smithi138.arglrk (mgr.14162) 194 : audit [DBG] from='client.24193 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi190:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:30:10.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:30:08.339481+0000 mgr.smithi138.arglrk (mgr.14162) 195 : cephadm [INF] Applying service osd.None on host smithi190... 2024-02-10T08:30:10.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:30:08.797054+0000 mgr.smithi138.arglrk (mgr.14162) 196 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-10T08:30:10.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:30:09.117645+0000 mgr.smithi138.arglrk (mgr.14162) 197 : cephadm [INF] Detected new or changed devices on smithi190 2024-02-10T08:30:10.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:30:09.125725+0000 mon.smithi138 (mon.0) 463 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:30:10.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:30:09.129440+0000 mon.smithi138 (mon.0) 464 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:30:10.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:30:09.132191+0000 mon.smithi138 (mon.0) 465 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:30:10.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:30:09.136310+0000 mon.smithi138 (mon.0) 466 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:30:10.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:30:08.337281+0000 mgr.smithi138.arglrk (mgr.14162) 194 : audit [DBG] from='client.24193 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi190:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:30:10.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:30:08.339481+0000 mgr.smithi138.arglrk (mgr.14162) 195 : cephadm [INF] Applying service osd.None on host smithi190... 2024-02-10T08:30:10.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:30:08.797054+0000 mgr.smithi138.arglrk (mgr.14162) 196 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-10T08:30:10.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:30:09.117645+0000 mgr.smithi138.arglrk (mgr.14162) 197 : cephadm [INF] Detected new or changed devices on smithi190 2024-02-10T08:30:10.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:30:09.125725+0000 mon.smithi138 (mon.0) 463 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:30:10.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:30:09.129440+0000 mon.smithi138 (mon.0) 464 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:30:10.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:30:09.132191+0000 mon.smithi138 (mon.0) 465 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:30:10.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:30:09.136310+0000 mon.smithi138 (mon.0) 466 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:30:11.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:11 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:30:10.983207+0000 mon.smithi190 (mon.1) 14 : audit [INF] from='client.? 172.21.15.190:0/2619714040' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5fd7c0e2-c32d-4ea7-8ae7-9d558e755388"}]: dispatch 2024-02-10T08:30:11.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:11 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:30:10.983689+0000 mon.smithi138 (mon.0) 467 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5fd7c0e2-c32d-4ea7-8ae7-9d558e755388"}]: dispatch 2024-02-10T08:30:11.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:11 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:30:10.989054+0000 mon.smithi138 (mon.0) 468 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5fd7c0e2-c32d-4ea7-8ae7-9d558e755388"}]': finished 2024-02-10T08:30:11.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:11 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:30:10.989120+0000 mon.smithi138 (mon.0) 469 : cluster [DBG] osdmap e46: 8 total, 7 up, 8 in 2024-02-10T08:30:11.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:11 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:30:10.989274+0000 mon.smithi138 (mon.0) 470 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T08:30:11.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:11 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:30:10.983207+0000 mon.smithi190 (mon.1) 14 : audit [INF] from='client.? 172.21.15.190:0/2619714040' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5fd7c0e2-c32d-4ea7-8ae7-9d558e755388"}]: dispatch 2024-02-10T08:30:11.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:11 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:30:10.983689+0000 mon.smithi138 (mon.0) 467 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5fd7c0e2-c32d-4ea7-8ae7-9d558e755388"}]: dispatch 2024-02-10T08:30:11.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:11 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:30:10.989054+0000 mon.smithi138 (mon.0) 468 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5fd7c0e2-c32d-4ea7-8ae7-9d558e755388"}]': finished 2024-02-10T08:30:11.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:11 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:30:10.989120+0000 mon.smithi138 (mon.0) 469 : cluster [DBG] osdmap e46: 8 total, 7 up, 8 in 2024-02-10T08:30:11.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:11 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:30:10.989274+0000 mon.smithi138 (mon.0) 470 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T08:30:12.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:12 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:30:10.797465+0000 mgr.smithi138.arglrk (mgr.14162) 198 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-10T08:30:12.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:12 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:30:11.398662+0000 mon.smithi190 (mon.1) 15 : audit [DBG] from='client.? 172.21.15.190:0/3515311296' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T08:30:12.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:12 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:30:10.797465+0000 mgr.smithi138.arglrk (mgr.14162) 198 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-10T08:30:12.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:12 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:30:11.398662+0000 mon.smithi190 (mon.1) 15 : audit [DBG] from='client.? 172.21.15.190:0/3515311296' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T08:30:14.247 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:30:12.797827+0000 mgr.smithi138.arglrk (mgr.14162) 199 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-10T08:30:14.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:14 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:30:12.797827+0000 mgr.smithi138.arglrk (mgr.14162) 199 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-10T08:30:15.959 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:15 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:30:14.798208+0000 mgr.smithi138.arglrk (mgr.14162) 200 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-10T08:30:16.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:15 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:30:14.798208+0000 mgr.smithi138.arglrk (mgr.14162) 200 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-10T08:30:18.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:17 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:30:16.798653+0000 mgr.smithi138.arglrk (mgr.14162) 201 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-10T08:30:18.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:17 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:30:17.179810+0000 mon.smithi138 (mon.0) 471 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-10T08:30:18.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:17 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:30:17.180618+0000 mon.smithi138 (mon.0) 472 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:30:18.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:17 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:30:16.798653+0000 mgr.smithi138.arglrk (mgr.14162) 201 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-10T08:30:18.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:17 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:30:17.179810+0000 mon.smithi138 (mon.0) 471 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-10T08:30:18.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:17 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:30:17.180618+0000 mon.smithi138 (mon.0) 472 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:30:19.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:18 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:30:17.181246+0000 mgr.smithi138.arglrk (mgr.14162) 202 : cephadm [INF] Deploying daemon osd.7 on smithi190 2024-02-10T08:30:19.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:18 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:30:17.181246+0000 mgr.smithi138.arglrk (mgr.14162) 202 : cephadm [INF] Deploying daemon osd.7 on smithi190 2024-02-10T08:30:20.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:19 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:30:18.799087+0000 mgr.smithi138.arglrk (mgr.14162) 203 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2024-02-10T08:30:20.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:19 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:30:18.799087+0000 mgr.smithi138.arglrk (mgr.14162) 203 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2024-02-10T08:30:20.734 INFO:teuthology.orchestra.run.smithi190.stdout:Created osd(s) 7 on host 'smithi190' 2024-02-10T08:30:21.121 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:20 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:30:20.720182+0000 mon.smithi138 (mon.0) 473 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:30:21.121 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:20 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:30:20.724813+0000 mon.smithi138 (mon.0) 474 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:30:21.121 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:20 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:30:20.732221+0000 mon.smithi138 (mon.0) 475 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:30:21.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:20 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:30:20.720182+0000 mon.smithi138 (mon.0) 473 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:30:21.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:20 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:30:20.724813+0000 mon.smithi138 (mon.0) 474 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:30:21.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:20 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:30:20.732221+0000 mon.smithi138 (mon.0) 475 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:30:21.402 DEBUG:teuthology.orchestra.run.smithi190:osd.7> sudo journalctl -f -n 0 -u ceph-c2125314-c7ed-11ee-95b8-87774f69a715@osd.7.service 2024-02-10T08:30:21.404 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-02-10T08:30:21.404 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-10T08:30:21.440 INFO:journalctl@ceph.osd.7.smithi190.stdout:-- Logs begin at Sat 2024-02-10 08:16:36 UTC. -- 2024-02-10T08:30:22.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:30:20.799389+0000 mgr.smithi138.arglrk (mgr.14162) 204 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2024-02-10T08:30:22.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:30:20.799389+0000 mgr.smithi138.arglrk (mgr.14162) 204 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2024-02-10T08:30:23.423 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-02-10T08:30:23.866 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:30:23 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.7[78750]: debug 2024-02-10T08:30:23.816+0000 7f435f7d6080 -1 osd.7 0 log_to_monitors {default=true} 2024-02-10T08:30:24.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:23 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:30:22.799682+0000 mgr.smithi138.arglrk (mgr.14162) 205 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2024-02-10T08:30:24.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:23 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:30:23.165250+0000 mon.smithi138 (mon.0) 476 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:30:24.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:23 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:30:23.423168+0000 mon.smithi138 (mon.0) 477 : audit [DBG] from='client.? 172.21.15.138:0/3054748206' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T08:30:24.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:23 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:30:23.820714+0000 mon.smithi190 (mon.1) 16 : audit [INF] from='osd.7 [v2:172.21.15.190:6824/3183614220,v1:172.21.15.190:6825/3183614220]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-10T08:30:24.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:23 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:30:23.821074+0000 mon.smithi138 (mon.0) 478 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-10T08:30:24.182 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":46,"num_osds":8,"num_up_osds":7,"osd_up_since":1707553806,"num_in_osds":8,"osd_in_since":1707553810,"num_remapped_pgs":0} 2024-02-10T08:30:24.229 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:23 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:30:22.799682+0000 mgr.smithi138.arglrk (mgr.14162) 205 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2024-02-10T08:30:24.230 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:23 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:30:23.165250+0000 mon.smithi138 (mon.0) 476 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:30:24.230 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:23 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:30:23.423168+0000 mon.smithi138 (mon.0) 477 : audit [DBG] from='client.? 172.21.15.138:0/3054748206' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T08:30:24.230 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:23 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:30:23.820714+0000 mon.smithi190 (mon.1) 16 : audit [INF] from='osd.7 [v2:172.21.15.190:6824/3183614220,v1:172.21.15.190:6825/3183614220]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-10T08:30:24.230 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:23 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:30:23.821074+0000 mon.smithi138 (mon.0) 478 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-10T08:30:25.183 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-10T08:30:25.565 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:30:25 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.7[78750]: debug 2024-02-10T08:30:25.176+0000 7f4355d47700 -1 osd.7 0 waiting for initial osdmap 2024-02-10T08:30:25.566 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:30:25 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.7[78750]: debug 2024-02-10T08:30:25.182+0000 7f434f4bd700 -1 osd.7 48 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-10T08:30:25.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:25 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:30:24.168995+0000 mon.smithi138 (mon.0) 479 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-10T08:30:25.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:25 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:30:24.169056+0000 mon.smithi138 (mon.0) 480 : cluster [DBG] osdmap e47: 8 total, 7 up, 8 in 2024-02-10T08:30:25.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:25 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:30:24.169173+0000 mon.smithi138 (mon.0) 481 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T08:30:25.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:25 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:30:24.170072+0000 mon.smithi190 (mon.1) 17 : audit [INF] from='osd.7 [v2:172.21.15.190:6824/3183614220,v1:172.21.15.190:6825/3183614220]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2024-02-10T08:30:25.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:25 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:30:24.170424+0000 mon.smithi138 (mon.0) 482 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2024-02-10T08:30:25.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:25 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:30:24.800068+0000 mgr.smithi138.arglrk (mgr.14162) 206 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2024-02-10T08:30:25.590 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:25 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:30:24.168995+0000 mon.smithi138 (mon.0) 479 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-10T08:30:25.591 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:25 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:30:24.169056+0000 mon.smithi138 (mon.0) 480 : cluster [DBG] osdmap e47: 8 total, 7 up, 8 in 2024-02-10T08:30:25.591 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:25 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:30:24.169173+0000 mon.smithi138 (mon.0) 481 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T08:30:25.591 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:25 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:30:24.170072+0000 mon.smithi190 (mon.1) 17 : audit [INF] from='osd.7 [v2:172.21.15.190:6824/3183614220,v1:172.21.15.190:6825/3183614220]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2024-02-10T08:30:25.591 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:25 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:30:24.170424+0000 mon.smithi138 (mon.0) 482 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2024-02-10T08:30:25.591 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:25 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:30:24.800068+0000 mgr.smithi138.arglrk (mgr.14162) 206 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2024-02-10T08:30:26.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:26 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:30:25.170190+0000 mon.smithi138 (mon.0) 483 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2024-02-10T08:30:26.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:26 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:30:25.170251+0000 mon.smithi138 (mon.0) 484 : cluster [DBG] osdmap e48: 8 total, 7 up, 8 in 2024-02-10T08:30:26.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:26 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:30:25.170550+0000 mon.smithi138 (mon.0) 485 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T08:30:26.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:26 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:30:25.177236+0000 mon.smithi138 (mon.0) 486 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T08:30:26.497 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:26 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:30:25.170190+0000 mon.smithi138 (mon.0) 483 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2024-02-10T08:30:26.497 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:26 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:30:25.170251+0000 mon.smithi138 (mon.0) 484 : cluster [DBG] osdmap e48: 8 total, 7 up, 8 in 2024-02-10T08:30:26.497 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:26 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:30:25.170550+0000 mon.smithi138 (mon.0) 485 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T08:30:26.497 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:26 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:30:25.177236+0000 mon.smithi138 (mon.0) 486 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T08:30:27.177 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-02-10T08:30:27.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:30:24.813647+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-10T08:30:27.935 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:30:24.813739+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-10T08:30:27.935 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:30:26.178485+0000 mon.smithi138 (mon.0) 487 : cluster [INF] osd.7 [v2:172.21.15.190:6824/3183614220,v1:172.21.15.190:6825/3183614220] boot 2024-02-10T08:30:27.935 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:30:26.178576+0000 mon.smithi138 (mon.0) 488 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-02-10T08:30:27.935 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:30:26.178997+0000 mon.smithi138 (mon.0) 489 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T08:30:27.935 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:30:26.560871+0000 mgr.smithi138.arglrk (mgr.14162) 207 : cephadm [INF] Detected new or changed devices on smithi190 2024-02-10T08:30:27.935 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:30:26.565548+0000 mon.smithi138 (mon.0) 490 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:30:27.935 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:30:26.570485+0000 mon.smithi138 (mon.0) 491 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:30:27.935 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:30:26.573003+0000 mon.smithi138 (mon.0) 492 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:30:27.935 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:30:26.578502+0000 mon.smithi138 (mon.0) 493 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:30:27.935 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:30:26.800341+0000 mgr.smithi138.arglrk (mgr.14162) 208 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2024-02-10T08:30:27.935 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:30:27.176984+0000 mon.smithi138 (mon.0) 494 : audit [DBG] from='client.? 172.21.15.138:0/1472190268' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T08:30:27.936 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:30:24.813647+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-10T08:30:27.936 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:30:24.813739+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-10T08:30:27.936 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:30:26.178485+0000 mon.smithi138 (mon.0) 487 : cluster [INF] osd.7 [v2:172.21.15.190:6824/3183614220,v1:172.21.15.190:6825/3183614220] boot 2024-02-10T08:30:27.936 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:30:26.178576+0000 mon.smithi138 (mon.0) 488 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-02-10T08:30:27.937 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:30:26.178997+0000 mon.smithi138 (mon.0) 489 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T08:30:27.937 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:30:26.560871+0000 mgr.smithi138.arglrk (mgr.14162) 207 : cephadm [INF] Detected new or changed devices on smithi190 2024-02-10T08:30:27.937 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:30:26.565548+0000 mon.smithi138 (mon.0) 490 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:30:27.937 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:30:26.570485+0000 mon.smithi138 (mon.0) 491 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:30:27.937 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:30:26.573003+0000 mon.smithi138 (mon.0) 492 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:30:27.937 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:30:26.578502+0000 mon.smithi138 (mon.0) 493 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:30:27.937 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:30:26.800341+0000 mgr.smithi138.arglrk (mgr.14162) 208 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2024-02-10T08:30:27.937 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:30:27.176984+0000 mon.smithi138 (mon.0) 494 : audit [DBG] from='client.? 172.21.15.138:0/1472190268' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T08:30:27.938 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":49,"num_osds":8,"num_up_osds":8,"osd_up_since":1707553826,"num_in_osds":8,"osd_in_since":1707553810,"num_remapped_pgs":1} 2024-02-10T08:30:27.938 INFO:tasks.cephadm:Setting up client nodes... 2024-02-10T08:30:27.939 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-10T08:30:28.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:30:27.180209+0000 mon.smithi138 (mon.0) 495 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-02-10T08:30:28.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:30:28.180968+0000 mon.smithi138 (mon.0) 496 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-02-10T08:30:28.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:30:27.180209+0000 mon.smithi138 (mon.0) 495 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-02-10T08:30:28.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:30:28.180968+0000 mon.smithi138 (mon.0) 496 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-02-10T08:30:29.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:29 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:30:28.800737+0000 mgr.smithi138.arglrk (mgr.14162) 209 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:30:29.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:29 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:30:28.800737+0000 mgr.smithi138.arglrk (mgr.14162) 209 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:30:30.136 INFO:teuthology.orchestra.run.smithi138.stdout:[client.0] 2024-02-10T08:30:30.137 INFO:teuthology.orchestra.run.smithi138.stdout: key = AQAmNMdl3RHwBxAAjxVSC3y+cCa0BlUFdP5InQ== 2024-02-10T08:30:30.785 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-02-10T08:30:30.785 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-02-10T08:30:30.785 DEBUG:teuthology.orchestra.run.smithi138:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-02-10T08:30:30.827 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph osd dump --format=json 2024-02-10T08:30:31.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:30 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:30:30.133007+0000 mon.smithi138 (mon.0) 497 : audit [INF] from='client.? 172.21.15.138:0/2173314612' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-10T08:30:31.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:30 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:30:30.136447+0000 mon.smithi138 (mon.0) 498 : audit [INF] from='client.? 172.21.15.138:0/2173314612' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-10T08:30:31.087 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/mon.smithi138/config 2024-02-10T08:30:31.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:30 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:30:30.133007+0000 mon.smithi138 (mon.0) 497 : audit [INF] from='client.? 172.21.15.138:0/2173314612' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-10T08:30:31.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:30 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:30:30.136447+0000 mon.smithi138 (mon.0) 498 : audit [INF] from='client.? 172.21.15.138:0/2173314612' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-10T08:30:31.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:31 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:30:30.801018+0000 mgr.smithi138.arglrk (mgr.14162) 210 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:30:32.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:31 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:30:30.801018+0000 mgr.smithi138.arglrk (mgr.14162) 210 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:30:32.950 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-02-10T08:30:32.951 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":51,"fsid":"c2125314-c7ed-11ee-95b8-87774f69a715","created":"2024-02-10T08:24:39.541478+0000","modified":"2024-02-10T08:30:28.177397+0000","last_up_change":"2024-02-10T08:30:26.174615+0000","last_in_change":"2024-02-10T08:30:10.984325+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-10T08:28:46.657216+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"f31ea3f3-4e25-45ca-8b0c-9416d60d8b48","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6802","nonce":2436759582},{"type":"v1","addr":"172.21.15.138:6803","nonce":2436759582}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6804","nonce":2436759582},{"type":"v1","addr":"172.21.15.138:6805","nonce":2436759582}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6808","nonce":2436759582},{"type":"v1","addr":"172.21.15.138:6809","nonce":2436759582}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6806","nonce":2436759582},{"type":"v1","addr":"172.21.15.138:6807","nonce":2436759582}]},"public_addr":"172.21.15.138:6803/2436759582","cluster_addr":"172.21.15.138:6805/2436759582","heartbeat_back_addr":"172.21.15.138:6809/2436759582","heartbeat_front_addr":"172.21.15.138:6807/2436759582","state":["exists","up"]},{"osd":1,"uuid":"1d807de6-45e8-4fa2-87c2-b4b9e1cf0f48","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.138:6810","nonce":2128697649},{"type":"v1","addr":"172.21.15.138:6811","nonce":2128697649}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6812","nonce":2128697649},{"type":"v1","addr":"172.21.15.138:6813","nonce":2128697649}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6816","nonce":2128697649},{"type":"v1","addr":"172.21.15.138:6817","nonce":2128697649}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6814","nonce":2128697649},{"type":"v1","addr":"172.21.15.138:6815","nonce":2128697649}]},"public_addr":"172.21.15.138:6811/2128697649","cluster_addr":"172.21.15.138:6813/2128697649","heartbeat_back_addr":"172.21.15.138:6817/2128697649","heartbeat_front_addr":"172.21.15.138:6815/2128697649","state":["exists","up"]},{"osd":2,"uuid":"16f6c275-22f4-4d23-ae37-4a4dac332e21","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.138:6818","nonce":2733199551},{"type":"v1","addr":"172.21.15.138:6819","nonce":2733199551}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6820","nonce":2733199551},{"type":"v1","addr":"172.21.15.138:6821","nonce":2733199551}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6824","nonce":2733199551},{"type":"v1","addr":"172.21.15.138:6825","nonce":2733199551}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6822","nonce":2733199551},{"type":"v1","addr":"172.21.15.138:6823","nonce":2733199551}]},"public_addr":"172.21.15.138:6819/2733199551","cluster_addr":"172.21.15.138:6821/2733199551","heartbeat_back_addr":"172.21.15.138:6825/2733199551","heartbeat_front_addr":"172.21.15.138:6823/2733199551","state":["exists","up"]},{"osd":3,"uuid":"21d6d22d-f042-41ab-b2ec-9750175a7996","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6826","nonce":3386954962},{"type":"v1","addr":"172.21.15.138:6827","nonce":3386954962}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6828","nonce":3386954962},{"type":"v1","addr":"172.21.15.138:6829","nonce":3386954962}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6832","nonce":3386954962},{"type":"v1","addr":"172.21.15.138:6833","nonce":3386954962}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6830","nonce":3386954962},{"type":"v1","addr":"172.21.15.138:6831","nonce":3386954962}]},"public_addr":"172.21.15.138:6827/3386954962","cluster_addr":"172.21.15.138:6829/3386954962","heartbeat_back_addr":"172.21.15.138:6833/3386954962","heartbeat_front_addr":"172.21.15.138:6831/3386954962","state":["exists","up"]},{"osd":4,"uuid":"18c41feb-79bb-44c7-8104-2047c712e1b4","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.190:6800","nonce":1024381802},{"type":"v1","addr":"172.21.15.190:6801","nonce":1024381802}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6802","nonce":1024381802},{"type":"v1","addr":"172.21.15.190:6803","nonce":1024381802}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6806","nonce":1024381802},{"type":"v1","addr":"172.21.15.190:6807","nonce":1024381802}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6804","nonce":1024381802},{"type":"v1","addr":"172.21.15.190:6805","nonce":1024381802}]},"public_addr":"172.21.15.190:6801/1024381802","cluster_addr":"172.21.15.190:6803/1024381802","heartbeat_back_addr":"172.21.15.190:6807/1024381802","heartbeat_front_addr":"172.21.15.190:6805/1024381802","state":["exists","up"]},{"osd":5,"uuid":"9a8aaf31-d11a-43cc-ae3f-1b0e9026bd8f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6808","nonce":951501881},{"type":"v1","addr":"172.21.15.190:6809","nonce":951501881}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6810","nonce":951501881},{"type":"v1","addr":"172.21.15.190:6811","nonce":951501881}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6814","nonce":951501881},{"type":"v1","addr":"172.21.15.190:6815","nonce":951501881}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6812","nonce":951501881},{"type":"v1","addr":"172.21.15.190:6813","nonce":951501881}]},"public_addr":"172.21.15.190:6809/951501881","cluster_addr":"172.21.15.190:6811/951501881","heartbeat_back_addr":"172.21.15.190:6815/951501881","heartbeat_front_addr":"172.21.15.190:6813/951501881","state":["exists","up"]},{"osd":6,"uuid":"cc135d07-1a77-4f4e-b5ce-0b0357b4d55a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":43,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6816","nonce":1315947173},{"type":"v1","addr":"172.21.15.190:6817","nonce":1315947173}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6818","nonce":1315947173},{"type":"v1","addr":"172.21.15.190:6819","nonce":1315947173}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6822","nonce":1315947173},{"type":"v1","addr":"172.21.15.190:6823","nonce":1315947173}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6820","nonce":1315947173},{"type":"v1","addr":"172.21.15.190:6821","nonce":1315947173}]},"public_addr":"172.21.15.190:6817/1315947173","cluster_addr":"172.21.15.190:6819/1315947173","heartbeat_back_addr":"172.21.15.190:6823/1315947173","heartbeat_front_addr":"172.21.15.190:6821/1315947173","state":["exists","up"]},{"osd":7,"uuid":"5fd7c0e2-c32d-4ea7-8ae7-9d558e755388","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":49,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6824","nonce":3183614220},{"type":"v1","addr":"172.21.15.190:6825","nonce":3183614220}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6826","nonce":3183614220},{"type":"v1","addr":"172.21.15.190:6827","nonce":3183614220}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6830","nonce":3183614220},{"type":"v1","addr":"172.21.15.190:6831","nonce":3183614220}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6828","nonce":3183614220},{"type":"v1","addr":"172.21.15.190:6829","nonce":3183614220}]},"public_addr":"172.21.15.190:6825/3183614220","cluster_addr":"172.21.15.190:6827/3183614220","heartbeat_back_addr":"172.21.15.190:6831/3183614220","heartbeat_front_addr":"172.21.15.190:6829/3183614220","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T08:27:52.575573+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T08:28:21.736012+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T08:28:45.326980+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T08:29:07.445773+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T08:29:24.915842+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T08:29:44.455175+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T08:30:04.364932+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T08:30:24.813742+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.138:0/4008181737":"2024-02-11T08:25:41.013723+0000","172.21.15.138:6801/3269676598":"2024-02-11T08:25:41.013723+0000","172.21.15.138:0/3267011094":"2024-02-11T08:25:41.013723+0000","172.21.15.138:6801/1513161557":"2024-02-11T08:25:26.123686+0000","172.21.15.138:6800/1513161557":"2024-02-11T08:25:26.123686+0000","172.21.15.138:0/4070858843":"2024-02-11T08:25:26.123686+0000","172.21.15.138:0/831241519":"2024-02-11T08:25:26.123686+0000","172.21.15.138:0/2728402238":"2024-02-11T08:25:00.655676+0000","172.21.15.138:6800/3269676598":"2024-02-11T08:25:41.013723+0000","172.21.15.138:0/3168625882":"2024-02-11T08:25:00.655676+0000","172.21.15.138:6800/103139579":"2024-02-11T08:25:00.655676+0000","172.21.15.138:6801/103139579":"2024-02-11T08:25:00.655676+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-10T08:30:33.753 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-02-10T08:28:46.657216+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '22', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2024-02-10T08:30:33.753 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-02-10T08:30:33.976 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/mon.smithi138/config 2024-02-10T08:30:34.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:33 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:30:32.801314+0000 mgr.smithi138.arglrk (mgr.14162) 211 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:30:34.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:33 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:30:32.949096+0000 mon.smithi138 (mon.0) 499 : audit [DBG] from='client.? 172.21.15.138:0/1704418673' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-10T08:30:34.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:33 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:30:32.801314+0000 mgr.smithi138.arglrk (mgr.14162) 211 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:30:34.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:33 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:30:32.949096+0000 mon.smithi138 (mon.0) 499 : audit [DBG] from='client.? 172.21.15.138:0/1704418673' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-10T08:30:35.890 INFO:teuthology.orchestra.run.smithi138.stdout:pg_num: 1 2024-02-10T08:30:36.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:35 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:30:34.801638+0000 mgr.smithi138.arglrk (mgr.14162) 212 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:30:36.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:35 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:30:34.801638+0000 mgr.smithi138.arglrk (mgr.14162) 212 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:30:36.597 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-02-10T08:30:36.597 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-02-10T08:30:36.598 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph mgr dump --format=json 2024-02-10T08:30:36.825 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/mon.smithi138/config 2024-02-10T08:30:36.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:36 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:30:35.889233+0000 mon.smithi138 (mon.0) 500 : audit [DBG] from='client.? 172.21.15.138:0/106921857' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-10T08:30:37.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:36 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:30:35.889233+0000 mon.smithi138 (mon.0) 500 : audit [DBG] from='client.? 172.21.15.138:0/106921857' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-10T08:30:37.968 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:37 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:30:36.801974+0000 mgr.smithi138.arglrk (mgr.14162) 213 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:30:38.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:37 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:30:36.801974+0000 mgr.smithi138.arglrk (mgr.14162) 213 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:30:38.690 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-02-10T08:30:39.004 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:30:38.685780+0000 mon.smithi138 (mon.0) 501 : audit [DBG] from='client.? 172.21.15.138:0/880691444' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-10T08:30:39.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:30:38.685780+0000 mon.smithi138 (mon.0) 501 : audit [DBG] from='client.? 172.21.15.138:0/880691444' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-10T08:30:39.287 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":18,"active_gid":14162,"active_name":"smithi138.arglrk","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6800","nonce":1273868098},{"type":"v1","addr":"172.21.15.138:6801","nonce":1273868098}]},"active_addr":"172.21.15.138:6801/1273868098","active_change":"2024-02-10T08:25:41.014005+0000","active_mgr_features":4540138297136906239,"available":true,"standbys":[{"gid":14204,"name":"smithi190.qddxvv","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://smithi138.front.sepia.ceph.com:8443/","prometheus":"http://smithi138.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.138:0","nonce":2698870229}]},{"addrvec":[{"type":"v2","addr":"172.21.15.138:0","nonce":2752039516}]}]}} 2024-02-10T08:30:39.290 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-02-10T08:30:39.290 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-02-10T08:30:39.290 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph osd dump --format=json 2024-02-10T08:30:39.512 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/mon.smithi138/config 2024-02-10T08:30:40.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:30:38.802258+0000 mgr.smithi138.arglrk (mgr.14162) 214 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:30:40.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:30:38.802258+0000 mgr.smithi138.arglrk (mgr.14162) 214 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:30:41.294 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-02-10T08:30:41.294 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":51,"fsid":"c2125314-c7ed-11ee-95b8-87774f69a715","created":"2024-02-10T08:24:39.541478+0000","modified":"2024-02-10T08:30:28.177397+0000","last_up_change":"2024-02-10T08:30:26.174615+0000","last_in_change":"2024-02-10T08:30:10.984325+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-10T08:28:46.657216+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"f31ea3f3-4e25-45ca-8b0c-9416d60d8b48","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6802","nonce":2436759582},{"type":"v1","addr":"172.21.15.138:6803","nonce":2436759582}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6804","nonce":2436759582},{"type":"v1","addr":"172.21.15.138:6805","nonce":2436759582}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6808","nonce":2436759582},{"type":"v1","addr":"172.21.15.138:6809","nonce":2436759582}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6806","nonce":2436759582},{"type":"v1","addr":"172.21.15.138:6807","nonce":2436759582}]},"public_addr":"172.21.15.138:6803/2436759582","cluster_addr":"172.21.15.138:6805/2436759582","heartbeat_back_addr":"172.21.15.138:6809/2436759582","heartbeat_front_addr":"172.21.15.138:6807/2436759582","state":["exists","up"]},{"osd":1,"uuid":"1d807de6-45e8-4fa2-87c2-b4b9e1cf0f48","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.138:6810","nonce":2128697649},{"type":"v1","addr":"172.21.15.138:6811","nonce":2128697649}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6812","nonce":2128697649},{"type":"v1","addr":"172.21.15.138:6813","nonce":2128697649}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6816","nonce":2128697649},{"type":"v1","addr":"172.21.15.138:6817","nonce":2128697649}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6814","nonce":2128697649},{"type":"v1","addr":"172.21.15.138:6815","nonce":2128697649}]},"public_addr":"172.21.15.138:6811/2128697649","cluster_addr":"172.21.15.138:6813/2128697649","heartbeat_back_addr":"172.21.15.138:6817/2128697649","heartbeat_front_addr":"172.21.15.138:6815/2128697649","state":["exists","up"]},{"osd":2,"uuid":"16f6c275-22f4-4d23-ae37-4a4dac332e21","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.138:6818","nonce":2733199551},{"type":"v1","addr":"172.21.15.138:6819","nonce":2733199551}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6820","nonce":2733199551},{"type":"v1","addr":"172.21.15.138:6821","nonce":2733199551}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6824","nonce":2733199551},{"type":"v1","addr":"172.21.15.138:6825","nonce":2733199551}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6822","nonce":2733199551},{"type":"v1","addr":"172.21.15.138:6823","nonce":2733199551}]},"public_addr":"172.21.15.138:6819/2733199551","cluster_addr":"172.21.15.138:6821/2733199551","heartbeat_back_addr":"172.21.15.138:6825/2733199551","heartbeat_front_addr":"172.21.15.138:6823/2733199551","state":["exists","up"]},{"osd":3,"uuid":"21d6d22d-f042-41ab-b2ec-9750175a7996","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6826","nonce":3386954962},{"type":"v1","addr":"172.21.15.138:6827","nonce":3386954962}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6828","nonce":3386954962},{"type":"v1","addr":"172.21.15.138:6829","nonce":3386954962}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6832","nonce":3386954962},{"type":"v1","addr":"172.21.15.138:6833","nonce":3386954962}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6830","nonce":3386954962},{"type":"v1","addr":"172.21.15.138:6831","nonce":3386954962}]},"public_addr":"172.21.15.138:6827/3386954962","cluster_addr":"172.21.15.138:6829/3386954962","heartbeat_back_addr":"172.21.15.138:6833/3386954962","heartbeat_front_addr":"172.21.15.138:6831/3386954962","state":["exists","up"]},{"osd":4,"uuid":"18c41feb-79bb-44c7-8104-2047c712e1b4","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.190:6800","nonce":1024381802},{"type":"v1","addr":"172.21.15.190:6801","nonce":1024381802}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6802","nonce":1024381802},{"type":"v1","addr":"172.21.15.190:6803","nonce":1024381802}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6806","nonce":1024381802},{"type":"v1","addr":"172.21.15.190:6807","nonce":1024381802}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6804","nonce":1024381802},{"type":"v1","addr":"172.21.15.190:6805","nonce":1024381802}]},"public_addr":"172.21.15.190:6801/1024381802","cluster_addr":"172.21.15.190:6803/1024381802","heartbeat_back_addr":"172.21.15.190:6807/1024381802","heartbeat_front_addr":"172.21.15.190:6805/1024381802","state":["exists","up"]},{"osd":5,"uuid":"9a8aaf31-d11a-43cc-ae3f-1b0e9026bd8f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6808","nonce":951501881},{"type":"v1","addr":"172.21.15.190:6809","nonce":951501881}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6810","nonce":951501881},{"type":"v1","addr":"172.21.15.190:6811","nonce":951501881}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6814","nonce":951501881},{"type":"v1","addr":"172.21.15.190:6815","nonce":951501881}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6812","nonce":951501881},{"type":"v1","addr":"172.21.15.190:6813","nonce":951501881}]},"public_addr":"172.21.15.190:6809/951501881","cluster_addr":"172.21.15.190:6811/951501881","heartbeat_back_addr":"172.21.15.190:6815/951501881","heartbeat_front_addr":"172.21.15.190:6813/951501881","state":["exists","up"]},{"osd":6,"uuid":"cc135d07-1a77-4f4e-b5ce-0b0357b4d55a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":43,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6816","nonce":1315947173},{"type":"v1","addr":"172.21.15.190:6817","nonce":1315947173}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6818","nonce":1315947173},{"type":"v1","addr":"172.21.15.190:6819","nonce":1315947173}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6822","nonce":1315947173},{"type":"v1","addr":"172.21.15.190:6823","nonce":1315947173}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6820","nonce":1315947173},{"type":"v1","addr":"172.21.15.190:6821","nonce":1315947173}]},"public_addr":"172.21.15.190:6817/1315947173","cluster_addr":"172.21.15.190:6819/1315947173","heartbeat_back_addr":"172.21.15.190:6823/1315947173","heartbeat_front_addr":"172.21.15.190:6821/1315947173","state":["exists","up"]},{"osd":7,"uuid":"5fd7c0e2-c32d-4ea7-8ae7-9d558e755388","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":49,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6824","nonce":3183614220},{"type":"v1","addr":"172.21.15.190:6825","nonce":3183614220}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6826","nonce":3183614220},{"type":"v1","addr":"172.21.15.190:6827","nonce":3183614220}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6830","nonce":3183614220},{"type":"v1","addr":"172.21.15.190:6831","nonce":3183614220}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6828","nonce":3183614220},{"type":"v1","addr":"172.21.15.190:6829","nonce":3183614220}]},"public_addr":"172.21.15.190:6825/3183614220","cluster_addr":"172.21.15.190:6827/3183614220","heartbeat_back_addr":"172.21.15.190:6831/3183614220","heartbeat_front_addr":"172.21.15.190:6829/3183614220","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T08:27:52.575573+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T08:28:21.736012+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T08:28:45.326980+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T08:29:07.445773+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T08:29:24.915842+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T08:29:44.455175+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T08:30:04.364932+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T08:30:24.813742+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.138:0/4008181737":"2024-02-11T08:25:41.013723+0000","172.21.15.138:6801/3269676598":"2024-02-11T08:25:41.013723+0000","172.21.15.138:0/3267011094":"2024-02-11T08:25:41.013723+0000","172.21.15.138:6801/1513161557":"2024-02-11T08:25:26.123686+0000","172.21.15.138:6800/1513161557":"2024-02-11T08:25:26.123686+0000","172.21.15.138:0/4070858843":"2024-02-11T08:25:26.123686+0000","172.21.15.138:0/831241519":"2024-02-11T08:25:26.123686+0000","172.21.15.138:0/2728402238":"2024-02-11T08:25:00.655676+0000","172.21.15.138:6800/3269676598":"2024-02-11T08:25:41.013723+0000","172.21.15.138:0/3168625882":"2024-02-11T08:25:00.655676+0000","172.21.15.138:6800/103139579":"2024-02-11T08:25:00.655676+0000","172.21.15.138:6801/103139579":"2024-02-11T08:25:00.655676+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-10T08:30:41.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:41 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:30:40.802582+0000 mgr.smithi138.arglrk (mgr.14162) 215 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:30:41.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:41 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:30:41.218653+0000 mon.smithi138 (mon.0) 502 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.arglrk/mirror_snapshot_schedule"}]: dispatch 2024-02-10T08:30:41.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:41 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:30:41.218878+0000 mon.smithi138 (mon.0) 503 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.arglrk/trash_purge_schedule"}]: dispatch 2024-02-10T08:30:41.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:41 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:30:41.293159+0000 mon.smithi138 (mon.0) 504 : audit [DBG] from='client.? 172.21.15.138:0/352762228' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-10T08:30:41.937 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-02-10T08:30:41.937 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph osd dump --format=json 2024-02-10T08:30:42.160 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/mon.smithi138/config 2024-02-10T08:30:42.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:30:40.802582+0000 mgr.smithi138.arglrk (mgr.14162) 215 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:30:42.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:30:41.218653+0000 mon.smithi138 (mon.0) 502 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.arglrk/mirror_snapshot_schedule"}]: dispatch 2024-02-10T08:30:42.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:30:41.218878+0000 mon.smithi138 (mon.0) 503 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.arglrk/trash_purge_schedule"}]: dispatch 2024-02-10T08:30:42.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:30:41.293159+0000 mon.smithi138 (mon.0) 504 : audit [DBG] from='client.? 172.21.15.138:0/352762228' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-10T08:30:43.951 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-02-10T08:30:43.951 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":51,"fsid":"c2125314-c7ed-11ee-95b8-87774f69a715","created":"2024-02-10T08:24:39.541478+0000","modified":"2024-02-10T08:30:28.177397+0000","last_up_change":"2024-02-10T08:30:26.174615+0000","last_in_change":"2024-02-10T08:30:10.984325+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-10T08:28:46.657216+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"f31ea3f3-4e25-45ca-8b0c-9416d60d8b48","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6802","nonce":2436759582},{"type":"v1","addr":"172.21.15.138:6803","nonce":2436759582}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6804","nonce":2436759582},{"type":"v1","addr":"172.21.15.138:6805","nonce":2436759582}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6808","nonce":2436759582},{"type":"v1","addr":"172.21.15.138:6809","nonce":2436759582}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6806","nonce":2436759582},{"type":"v1","addr":"172.21.15.138:6807","nonce":2436759582}]},"public_addr":"172.21.15.138:6803/2436759582","cluster_addr":"172.21.15.138:6805/2436759582","heartbeat_back_addr":"172.21.15.138:6809/2436759582","heartbeat_front_addr":"172.21.15.138:6807/2436759582","state":["exists","up"]},{"osd":1,"uuid":"1d807de6-45e8-4fa2-87c2-b4b9e1cf0f48","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.138:6810","nonce":2128697649},{"type":"v1","addr":"172.21.15.138:6811","nonce":2128697649}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6812","nonce":2128697649},{"type":"v1","addr":"172.21.15.138:6813","nonce":2128697649}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6816","nonce":2128697649},{"type":"v1","addr":"172.21.15.138:6817","nonce":2128697649}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6814","nonce":2128697649},{"type":"v1","addr":"172.21.15.138:6815","nonce":2128697649}]},"public_addr":"172.21.15.138:6811/2128697649","cluster_addr":"172.21.15.138:6813/2128697649","heartbeat_back_addr":"172.21.15.138:6817/2128697649","heartbeat_front_addr":"172.21.15.138:6815/2128697649","state":["exists","up"]},{"osd":2,"uuid":"16f6c275-22f4-4d23-ae37-4a4dac332e21","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.138:6818","nonce":2733199551},{"type":"v1","addr":"172.21.15.138:6819","nonce":2733199551}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6820","nonce":2733199551},{"type":"v1","addr":"172.21.15.138:6821","nonce":2733199551}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6824","nonce":2733199551},{"type":"v1","addr":"172.21.15.138:6825","nonce":2733199551}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6822","nonce":2733199551},{"type":"v1","addr":"172.21.15.138:6823","nonce":2733199551}]},"public_addr":"172.21.15.138:6819/2733199551","cluster_addr":"172.21.15.138:6821/2733199551","heartbeat_back_addr":"172.21.15.138:6825/2733199551","heartbeat_front_addr":"172.21.15.138:6823/2733199551","state":["exists","up"]},{"osd":3,"uuid":"21d6d22d-f042-41ab-b2ec-9750175a7996","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6826","nonce":3386954962},{"type":"v1","addr":"172.21.15.138:6827","nonce":3386954962}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6828","nonce":3386954962},{"type":"v1","addr":"172.21.15.138:6829","nonce":3386954962}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6832","nonce":3386954962},{"type":"v1","addr":"172.21.15.138:6833","nonce":3386954962}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6830","nonce":3386954962},{"type":"v1","addr":"172.21.15.138:6831","nonce":3386954962}]},"public_addr":"172.21.15.138:6827/3386954962","cluster_addr":"172.21.15.138:6829/3386954962","heartbeat_back_addr":"172.21.15.138:6833/3386954962","heartbeat_front_addr":"172.21.15.138:6831/3386954962","state":["exists","up"]},{"osd":4,"uuid":"18c41feb-79bb-44c7-8104-2047c712e1b4","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.190:6800","nonce":1024381802},{"type":"v1","addr":"172.21.15.190:6801","nonce":1024381802}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6802","nonce":1024381802},{"type":"v1","addr":"172.21.15.190:6803","nonce":1024381802}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6806","nonce":1024381802},{"type":"v1","addr":"172.21.15.190:6807","nonce":1024381802}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6804","nonce":1024381802},{"type":"v1","addr":"172.21.15.190:6805","nonce":1024381802}]},"public_addr":"172.21.15.190:6801/1024381802","cluster_addr":"172.21.15.190:6803/1024381802","heartbeat_back_addr":"172.21.15.190:6807/1024381802","heartbeat_front_addr":"172.21.15.190:6805/1024381802","state":["exists","up"]},{"osd":5,"uuid":"9a8aaf31-d11a-43cc-ae3f-1b0e9026bd8f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6808","nonce":951501881},{"type":"v1","addr":"172.21.15.190:6809","nonce":951501881}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6810","nonce":951501881},{"type":"v1","addr":"172.21.15.190:6811","nonce":951501881}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6814","nonce":951501881},{"type":"v1","addr":"172.21.15.190:6815","nonce":951501881}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6812","nonce":951501881},{"type":"v1","addr":"172.21.15.190:6813","nonce":951501881}]},"public_addr":"172.21.15.190:6809/951501881","cluster_addr":"172.21.15.190:6811/951501881","heartbeat_back_addr":"172.21.15.190:6815/951501881","heartbeat_front_addr":"172.21.15.190:6813/951501881","state":["exists","up"]},{"osd":6,"uuid":"cc135d07-1a77-4f4e-b5ce-0b0357b4d55a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":43,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6816","nonce":1315947173},{"type":"v1","addr":"172.21.15.190:6817","nonce":1315947173}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6818","nonce":1315947173},{"type":"v1","addr":"172.21.15.190:6819","nonce":1315947173}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6822","nonce":1315947173},{"type":"v1","addr":"172.21.15.190:6823","nonce":1315947173}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6820","nonce":1315947173},{"type":"v1","addr":"172.21.15.190:6821","nonce":1315947173}]},"public_addr":"172.21.15.190:6817/1315947173","cluster_addr":"172.21.15.190:6819/1315947173","heartbeat_back_addr":"172.21.15.190:6823/1315947173","heartbeat_front_addr":"172.21.15.190:6821/1315947173","state":["exists","up"]},{"osd":7,"uuid":"5fd7c0e2-c32d-4ea7-8ae7-9d558e755388","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":49,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6824","nonce":3183614220},{"type":"v1","addr":"172.21.15.190:6825","nonce":3183614220}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6826","nonce":3183614220},{"type":"v1","addr":"172.21.15.190:6827","nonce":3183614220}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6830","nonce":3183614220},{"type":"v1","addr":"172.21.15.190:6831","nonce":3183614220}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6828","nonce":3183614220},{"type":"v1","addr":"172.21.15.190:6829","nonce":3183614220}]},"public_addr":"172.21.15.190:6825/3183614220","cluster_addr":"172.21.15.190:6827/3183614220","heartbeat_back_addr":"172.21.15.190:6831/3183614220","heartbeat_front_addr":"172.21.15.190:6829/3183614220","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T08:27:52.575573+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T08:28:21.736012+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T08:28:45.326980+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T08:29:07.445773+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T08:29:24.915842+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T08:29:44.455175+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T08:30:04.364932+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T08:30:24.813742+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.138:0/4008181737":"2024-02-11T08:25:41.013723+0000","172.21.15.138:6801/3269676598":"2024-02-11T08:25:41.013723+0000","172.21.15.138:0/3267011094":"2024-02-11T08:25:41.013723+0000","172.21.15.138:6801/1513161557":"2024-02-11T08:25:26.123686+0000","172.21.15.138:6800/1513161557":"2024-02-11T08:25:26.123686+0000","172.21.15.138:0/4070858843":"2024-02-11T08:25:26.123686+0000","172.21.15.138:0/831241519":"2024-02-11T08:25:26.123686+0000","172.21.15.138:0/2728402238":"2024-02-11T08:25:00.655676+0000","172.21.15.138:6800/3269676598":"2024-02-11T08:25:41.013723+0000","172.21.15.138:0/3168625882":"2024-02-11T08:25:00.655676+0000","172.21.15.138:6800/103139579":"2024-02-11T08:25:00.655676+0000","172.21.15.138:6801/103139579":"2024-02-11T08:25:00.655676+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-10T08:30:44.237 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:43 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:30:42.803032+0000 mgr.smithi138.arglrk (mgr.14162) 216 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:30:44.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:43 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:30:42.803032+0000 mgr.smithi138.arglrk (mgr.14162) 216 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:30:44.606 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-02-10T08:30:44.828 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/mon.smithi138/config 2024-02-10T08:30:45.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:30:43.949763+0000 mon.smithi138 (mon.0) 505 : audit [DBG] from='client.? 172.21.15.138:0/3174056744' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-10T08:30:45.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:44 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:30:43.949763+0000 mon.smithi138 (mon.0) 505 : audit [DBG] from='client.? 172.21.15.138:0/3174056744' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-10T08:30:45.927 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:30:44.803328+0000 mgr.smithi138.arglrk (mgr.14162) 217 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:30:46.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:30:44.803328+0000 mgr.smithi138.arglrk (mgr.14162) 217 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:30:47.090 INFO:teuthology.orchestra.run.smithi138.stdout:38654705701 2024-02-10T08:30:47.090 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-02-10T08:30:47.313 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/mon.smithi138/config 2024-02-10T08:30:48.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:47 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:30:46.803688+0000 mgr.smithi138.arglrk (mgr.14162) 218 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:30:48.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:47 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:30:46.803688+0000 mgr.smithi138.arglrk (mgr.14162) 218 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:30:49.749 INFO:teuthology.orchestra.run.smithi138.stdout:60129542177 2024-02-10T08:30:49.749 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-02-10T08:30:49.972 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/mon.smithi138/config 2024-02-10T08:30:50.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:49 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:30:48.804059+0000 mgr.smithi138.arglrk (mgr.14162) 219 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:30:50.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:49 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:30:48.804059+0000 mgr.smithi138.arglrk (mgr.14162) 219 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:30:51.899 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:30:50.804385+0000 mgr.smithi138.arglrk (mgr.14162) 220 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:30:52.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:30:50.804385+0000 mgr.smithi138.arglrk (mgr.14162) 220 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:30:52.317 INFO:teuthology.orchestra.run.smithi138.stdout:81604378652 2024-02-10T08:30:52.318 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-02-10T08:30:52.542 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/mon.smithi138/config 2024-02-10T08:30:54.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:53 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:30:52.804764+0000 mgr.smithi138.arglrk (mgr.14162) 221 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:30:54.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:53 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:30:52.804764+0000 mgr.smithi138.arglrk (mgr.14162) 221 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:30:54.893 INFO:teuthology.orchestra.run.smithi138.stdout:111669149720 2024-02-10T08:30:54.893 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-02-10T08:30:55.116 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/mon.smithi138/config 2024-02-10T08:30:56.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:55 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:30:54.805233+0000 mgr.smithi138.arglrk (mgr.14162) 222 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:30:56.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:55 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:30:54.805233+0000 mgr.smithi138.arglrk (mgr.14162) 222 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:30:57.303 INFO:teuthology.orchestra.run.smithi138.stdout:133143986196 2024-02-10T08:30:57.303 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-02-10T08:30:57.526 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/mon.smithi138/config 2024-02-10T08:30:58.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:57 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:30:56.805765+0000 mgr.smithi138.arglrk (mgr.14162) 223 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:30:58.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:57 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:30:56.805765+0000 mgr.smithi138.arglrk (mgr.14162) 223 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:30:59.680 INFO:teuthology.orchestra.run.smithi138.stdout:158913789969 2024-02-10T08:30:59.681 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-02-10T08:30:59.909 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/mon.smithi138/config 2024-02-10T08:31:00.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:30:59 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:30:58.806208+0000 mgr.smithi138.arglrk (mgr.14162) 224 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:00.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:30:59 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:30:58.806208+0000 mgr.smithi138.arglrk (mgr.14162) 224 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:02.210 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:01 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:31:00.806525+0000 mgr.smithi138.arglrk (mgr.14162) 225 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:02.232 INFO:teuthology.orchestra.run.smithi138.stdout:184683593742 2024-02-10T08:31:02.232 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-02-10T08:31:02.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:01 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:31:00.806525+0000 mgr.smithi138.arglrk (mgr.14162) 225 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:02.455 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/mon.smithi138/config 2024-02-10T08:31:04.137 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:03 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:31:02.807092+0000 mgr.smithi138.arglrk (mgr.14162) 226 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:04.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:03 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:31:02.807092+0000 mgr.smithi138.arglrk (mgr.14162) 226 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:04.754 INFO:teuthology.orchestra.run.smithi138.stdout:210453397514 2024-02-10T08:31:04.754 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-02-10T08:31:04.976 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/mon.smithi138/config 2024-02-10T08:31:06.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:31:04.807398+0000 mgr.smithi138.arglrk (mgr.14162) 227 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:06.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:31:04.807398+0000 mgr.smithi138.arglrk (mgr.14162) 227 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:06.825 INFO:teuthology.orchestra.run.smithi138.stdout:38654705705 2024-02-10T08:31:07.189 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:06 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:31:06.825279+0000 mon.smithi138 (mon.0) 506 : audit [DBG] from='client.? 172.21.15.138:0/418896854' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-10T08:31:07.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:06 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:31:06.825279+0000 mon.smithi138 (mon.0) 506 : audit [DBG] from='client.? 172.21.15.138:0/418896854' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-10T08:31:07.481 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705701 got 38654705705 for osd.0 2024-02-10T08:31:07.482 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-02-10T08:31:07.705 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/mon.smithi138/config 2024-02-10T08:31:08.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:31:06.807745+0000 mgr.smithi138.arglrk (mgr.14162) 228 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:08.161 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:31:06.807745+0000 mgr.smithi138.arglrk (mgr.14162) 228 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:09.494 INFO:teuthology.orchestra.run.smithi138.stdout:60129542180 2024-02-10T08:31:10.062 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:31:08.808074+0000 mgr.smithi138.arglrk (mgr.14162) 229 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:10.063 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:31:09.494415+0000 mon.smithi138 (mon.0) 507 : audit [DBG] from='client.? 172.21.15.138:0/3515754996' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-10T08:31:10.081 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542177 got 60129542180 for osd.1 2024-02-10T08:31:10.082 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-02-10T08:31:10.303 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/mon.smithi138/config 2024-02-10T08:31:10.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:31:08.808074+0000 mgr.smithi138.arglrk (mgr.14162) 229 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:10.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:31:09.494415+0000 mon.smithi138 (mon.0) 507 : audit [DBG] from='client.? 172.21.15.138:0/3515754996' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-10T08:31:12.096 INFO:teuthology.orchestra.run.smithi138.stdout:81604378656 2024-02-10T08:31:12.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:11 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:31:10.808404+0000 mgr.smithi138.arglrk (mgr.14162) 230 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:12.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:11 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:31:10.808404+0000 mgr.smithi138.arglrk (mgr.14162) 230 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:12.758 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378652 got 81604378656 for osd.2 2024-02-10T08:31:12.758 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-02-10T08:31:12.980 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/mon.smithi138/config 2024-02-10T08:31:13.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:12 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:31:12.096033+0000 mon.smithi138 (mon.0) 508 : audit [DBG] from='client.? 172.21.15.138:0/4126101505' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-10T08:31:13.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:12 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:31:12.096033+0000 mon.smithi138 (mon.0) 508 : audit [DBG] from='client.? 172.21.15.138:0/4126101505' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-10T08:31:14.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:13 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:31:12.808735+0000 mgr.smithi138.arglrk (mgr.14162) 231 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:14.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:13 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:31:12.808735+0000 mgr.smithi138.arglrk (mgr.14162) 231 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:14.759 INFO:teuthology.orchestra.run.smithi138.stdout:111669149724 2024-02-10T08:31:15.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:14 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:31:14.758430+0000 mon.smithi138 (mon.0) 509 : audit [DBG] from='client.? 172.21.15.138:0/104108178' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-10T08:31:15.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:31:14.758430+0000 mon.smithi138 (mon.0) 509 : audit [DBG] from='client.? 172.21.15.138:0/104108178' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-10T08:31:15.424 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149720 got 111669149724 for osd.3 2024-02-10T08:31:15.424 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-02-10T08:31:15.647 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/mon.smithi138/config 2024-02-10T08:31:16.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:15 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:31:14.809066+0000 mgr.smithi138.arglrk (mgr.14162) 232 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:16.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:15 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:31:14.809066+0000 mgr.smithi138.arglrk (mgr.14162) 232 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:17.536 INFO:teuthology.orchestra.run.smithi138.stdout:133143986200 2024-02-10T08:31:18.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:17 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:31:16.809421+0000 mgr.smithi138.arglrk (mgr.14162) 233 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:18.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:17 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:31:17.535397+0000 mon.smithi138 (mon.0) 510 : audit [DBG] from='client.? 172.21.15.138:0/373643309' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-10T08:31:18.181 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:17 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:31:16.809421+0000 mgr.smithi138.arglrk (mgr.14162) 233 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:18.181 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:17 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:31:17.535397+0000 mon.smithi138 (mon.0) 510 : audit [DBG] from='client.? 172.21.15.138:0/373643309' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-10T08:31:18.200 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986196 got 133143986200 for osd.4 2024-02-10T08:31:18.200 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-02-10T08:31:18.423 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/mon.smithi138/config 2024-02-10T08:31:20.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:19 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:31:18.809815+0000 mgr.smithi138.arglrk (mgr.14162) 234 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:20.189 INFO:teuthology.orchestra.run.smithi138.stdout:158913789973 2024-02-10T08:31:20.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:19 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:31:18.809815+0000 mgr.smithi138.arglrk (mgr.14162) 234 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:20.843 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789969 got 158913789973 for osd.5 2024-02-10T08:31:20.844 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-02-10T08:31:21.072 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/mon.smithi138/config 2024-02-10T08:31:21.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:20 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:31:20.189440+0000 mon.smithi138 (mon.0) 511 : audit [DBG] from='client.? 172.21.15.138:0/2654372988' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-10T08:31:21.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:20 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:31:20.189440+0000 mon.smithi138 (mon.0) 511 : audit [DBG] from='client.? 172.21.15.138:0/2654372988' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-10T08:31:22.165 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:31:20.810195+0000 mgr.smithi138.arglrk (mgr.14162) 235 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:22.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:31:20.810195+0000 mgr.smithi138.arglrk (mgr.14162) 235 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:22.844 INFO:teuthology.orchestra.run.smithi138.stdout:184683593746 2024-02-10T08:31:23.135 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:22 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:31:22.843790+0000 mon.smithi138 (mon.0) 512 : audit [DBG] from='client.? 172.21.15.138:0/3083494739' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-10T08:31:23.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:22 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:31:22.843790+0000 mon.smithi138 (mon.0) 512 : audit [DBG] from='client.? 172.21.15.138:0/3083494739' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-10T08:31:23.528 INFO:tasks.cephadm.ceph_manager.ceph:need seq 184683593742 got 184683593746 for osd.6 2024-02-10T08:31:23.528 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-02-10T08:31:23.753 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/mon.smithi138/config 2024-02-10T08:31:24.229 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:23 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:31:22.810539+0000 mgr.smithi138.arglrk (mgr.14162) 236 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:24.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:23 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:31:22.810539+0000 mgr.smithi138.arglrk (mgr.14162) 236 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:25.652 INFO:teuthology.orchestra.run.smithi138.stdout:210453397518 2024-02-10T08:31:25.994 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:25 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:31:24.810860+0000 mgr.smithi138.arglrk (mgr.14162) 237 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:25.994 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:25 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:31:25.651893+0000 mon.smithi138 (mon.0) 513 : audit [DBG] from='client.? 172.21.15.138:0/2832259316' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-10T08:31:26.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:25 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:31:24.810860+0000 mgr.smithi138.arglrk (mgr.14162) 237 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:26.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:25 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:31:25.651893+0000 mon.smithi138 (mon.0) 513 : audit [DBG] from='client.? 172.21.15.138:0/2832259316' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-10T08:31:26.322 INFO:tasks.cephadm.ceph_manager.ceph:need seq 210453397514 got 210453397518 for osd.7 2024-02-10T08:31:26.322 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-02-10T08:31:26.323 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph pg dump --format=json 2024-02-10T08:31:26.549 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/mon.smithi138/config 2024-02-10T08:31:27.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:26 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:31:26.581088+0000 mon.smithi138 (mon.0) 514 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:31:27.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:26 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:31:26.581088+0000 mon.smithi138 (mon.0) 514 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:31:28.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:31:26.811116+0000 mgr.smithi138.arglrk (mgr.14162) 238 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:28.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:31:26.849914+0000 mon.smithi138 (mon.0) 515 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:31:28.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:31:26.811116+0000 mgr.smithi138.arglrk (mgr.14162) 238 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:28.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:31:26.849914+0000 mon.smithi138 (mon.0) 515 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:31:28.218 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-02-10T08:31:28.219 INFO:teuthology.orchestra.run.smithi138.stderr:dumped all 2024-02-10T08:31:28.853 INFO:teuthology.orchestra.run.smithi138.stdout:{"pg_ready":true,"pg_map":{"version":214,"stamp":"2024-02-10T08:31:26.810986+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":43328,"kb_used_data":3904,"kb_used_omap":0,"kb_used_meta":39360,"kb_avail":749917888,"statfs":{"total":767960285184,"available":767915917312,"internally_reserved":0,"allocated":3997696,"data_stored":1600301,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":40304640},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":"10","reported_epoch":"51","state":"active+clean","last_fresh":"2024-02-10T08:30:28.714697+0000","last_change":"2024-02-10T08:30:28.714697+0000","last_active":"2024-02-10T08:30:28.714697+0000","last_peered":"2024-02-10T08:30:28.714697+0000","last_clean":"2024-02-10T08:30:28.714697+0000","last_became_active":"2024-02-10T08:30:28.714323+0000","last_became_peered":"2024-02-10T08:30:28.714323+0000","last_unstale":"2024-02-10T08:30:28.714697+0000","last_undegraded":"2024-02-10T08:30:28.714697+0000","last_fullsized":"2024-02-10T08:30:28.714697+0000","mapping_epoch":50,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":51,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-10T08:28:47.405538+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-10T08:28:47.405538+0000","last_clean_scrub_stamp":"2024-02-10T08:28:47.405538+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":49,"seq":210453397518,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5232,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4736,"kb_avail":93739920,"statfs":{"total":95995035648,"available":95989678080,"internally_reserved":0,"allocated":499712,"data_stored":200081,"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.433}]},{"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.48399999999999999}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47299999999999998}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46200000000000002}]},{"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.42299999999999999}]},{"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.32900000000000001}]},{"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.375}]}]},{"osd":6,"up_from":43,"seq":184683593747,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5300,"kb_used_data":492,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93739852,"statfs":{"total":95995035648,"available":95989608448,"internally_reserved":0,"allocated":503808,"data_stored":200396,"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":"Sat Feb 10 08:31:06 2024","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.47599999999999998},{"interface":"front","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"last":0.59199999999999997}]},{"osd":1,"last update":"Sat Feb 10 08:31:06 2024","interfaces":[{"interface":"back","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.55900000000000005},{"interface":"front","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"last":0.54400000000000004}]},{"osd":2,"last update":"Sat Feb 10 08:31:06 2024","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.58099999999999996},{"interface":"front","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.91300000000000003,"5min":0.91300000000000003,"15min":0.91300000000000003},"last":0.61199999999999999}]},{"osd":3,"last update":"Sat Feb 10 08:31:06 2024","interfaces":[{"interface":"back","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.745,"5min":0.745,"15min":0.745},"last":0.67300000000000004},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.50800000000000001}]},{"osd":4,"last update":"Sat Feb 10 08:31:06 2024","interfaces":[{"interface":"back","average":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.64600000000000002},{"interface":"front","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.71799999999999997}]},{"osd":5,"last update":"Sat Feb 10 08:31:06 2024","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.83799999999999997,"5min":0.83799999999999997,"15min":0.83799999999999997},"last":0.749},{"interface":"front","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.71799999999999997,"5min":0.71799999999999997,"15min":0.71799999999999997},"last":0.624}]},{"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.77600000000000002}]}]},{"osd":1,"up_from":14,"seq":60129542184,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5548,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739604,"statfs":{"total":95995035648,"available":95989354496,"internally_reserved":0,"allocated":495616,"data_stored":199766,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Feb 10 08:30:26 2024","interfaces":[{"interface":"back","average":{"1min":0.36599999999999999,"5min":0.35499999999999998,"15min":0.35299999999999998},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.46500000000000002,"5min":0.70299999999999996,"15min":0.70299999999999996},"last":0.21299999999999999},{"interface":"front","average":{"1min":0.42099999999999999,"5min":0.36899999999999999,"15min":0.35999999999999999},"min":{"1min":0.28999999999999998,"5min":0.22700000000000001,"15min":0.22700000000000001},"max":{"1min":0.65100000000000002,"5min":0.73799999999999999,"15min":0.73799999999999999},"last":0.35399999999999998}]},{"osd":2,"last update":"Sat Feb 10 08:30:53 2024","interfaces":[{"interface":"back","average":{"1min":0.36099999999999999,"5min":0.33500000000000002,"15min":0.33100000000000002},"min":{"1min":0.24199999999999999,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"last":0.251},{"interface":"front","average":{"1min":0.42299999999999999,"5min":0.377,"15min":0.36899999999999999},"min":{"1min":0.28399999999999997,"5min":0.248,"15min":0.248},"max":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.29399999999999998}]},{"osd":3,"last update":"Sat Feb 10 08:31:12 2024","interfaces":[{"interface":"back","average":{"1min":0.436,"5min":0.442,"15min":0.443},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.85599999999999998,"5min":0.85599999999999998,"15min":0.85599999999999998},"last":0.25900000000000001},{"interface":"front","average":{"1min":0.41599999999999998,"5min":0.41099999999999998,"15min":0.40999999999999998},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.61799999999999999,"5min":0.66600000000000004,"15min":0.66600000000000004},"last":0.34000000000000002}]},{"osd":4,"last update":"Sat Feb 10 08:30:29 2024","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.53500000000000003},{"interface":"front","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.875,"5min":0.875,"15min":0.875},"last":0.52500000000000002}]},{"osd":5,"last update":"Sat Feb 10 08:30:48 2024","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.47899999999999998},{"interface":"front","average":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.89000000000000001,"5min":0.89000000000000001,"15min":0.89000000000000001},"last":0.51400000000000001}]},{"osd":6,"last update":"Sat Feb 10 08:31:09 2024","interfaces":[{"interface":"back","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.84299999999999997,"5min":0.84299999999999997,"15min":0.84299999999999997},"last":0.56100000000000005},{"interface":"front","average":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.94199999999999995,"5min":0.94199999999999995,"15min":0.94199999999999995},"last":0.63700000000000001}]},{"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.48499999999999999}]}]},{"osd":0,"up_from":9,"seq":38654705709,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5556,"kb_used_data":492,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739596,"statfs":{"total":95995035648,"available":95989346304,"internally_reserved":0,"allocated":503808,"data_stored":200396,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Sat Feb 10 08:30:28 2024","interfaces":[{"interface":"back","average":{"1min":0.376,"5min":0.318,"15min":0.308},"min":{"1min":0.22500000000000001,"5min":0.222,"15min":0.222},"max":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"last":0.33400000000000002},{"interface":"front","average":{"1min":0.39800000000000002,"5min":0.33000000000000002,"15min":0.318},"min":{"1min":0.27500000000000002,"5min":0.222,"15min":0.222},"max":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"last":0.246}]},{"osd":2,"last update":"Sat Feb 10 08:30:53 2024","interfaces":[{"interface":"back","average":{"1min":0.35599999999999998,"5min":0.5,"15min":0.52400000000000002},"min":{"1min":0.254,"5min":0.254,"15min":0.254},"max":{"1min":0.53200000000000003,"5min":2.9319999999999999,"15min":2.9319999999999999},"last":0.32500000000000001},{"interface":"front","average":{"1min":0.39900000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"min":{"1min":0.23999999999999999,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"last":0.377}]},{"osd":3,"last update":"Sat Feb 10 08:31:12 2024","interfaces":[{"interface":"back","average":{"1min":0.40300000000000002,"5min":0.441,"15min":0.44700000000000001},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.56699999999999995,"5min":0.628,"15min":0.628},"last":0.28799999999999998},{"interface":"front","average":{"1min":0.373,"5min":0.42199999999999999,"15min":0.42999999999999999},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"last":0.30599999999999999}]},{"osd":4,"last update":"Sat Feb 10 08:30:28 2024","interfaces":[{"interface":"back","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.82599999999999996,"5min":0.82599999999999996,"15min":0.82599999999999996},"last":0.50700000000000001},{"interface":"front","average":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"last":0.45000000000000001}]},{"osd":5,"last update":"Sat Feb 10 08:30:48 2024","interfaces":[{"interface":"back","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.85899999999999999,"5min":0.85899999999999999,"15min":0.85899999999999999},"last":0.40000000000000002},{"interface":"front","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.44}]},{"osd":6,"last update":"Sat Feb 10 08:31:06 2024","interfaces":[{"interface":"back","average":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":1.0109999999999999,"5min":1.0109999999999999,"15min":1.0109999999999999},"last":0.45600000000000002},{"interface":"front","average":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"min":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":0.93400000000000005,"5min":0.93400000000000005,"15min":0.93400000000000005},"last":0.51600000000000001}]},{"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.47499999999999998}]}]},{"osd":2,"up_from":19,"seq":81604378659,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5488,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739664,"statfs":{"total":95995035648,"available":95989415936,"internally_reserved":0,"allocated":499712,"data_stored":199734,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5111808},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Feb 10 08:30:46 2024","interfaces":[{"interface":"back","average":{"1min":0.36899999999999999,"5min":0.36099999999999999,"15min":0.35899999999999999},"min":{"1min":0.251,"5min":0.20000000000000001,"15min":0.20000000000000001},"max":{"1min":0.56799999999999995,"5min":0.59699999999999998,"15min":0.59699999999999998},"last":0.375},{"interface":"front","average":{"1min":0.39600000000000002,"5min":0.36799999999999999,"15min":0.36299999999999999},"min":{"1min":0.29699999999999999,"5min":0.217,"15min":0.217},"max":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"last":0.38}]},{"osd":1,"last update":"Sat Feb 10 08:30:46 2024","interfaces":[{"interface":"back","average":{"1min":0.38200000000000001,"5min":0.36599999999999999,"15min":0.36399999999999999},"min":{"1min":0.28499999999999998,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.505,"5min":0.54400000000000004,"15min":0.54400000000000004},"last":0.42599999999999999},{"interface":"front","average":{"1min":0.38600000000000001,"5min":0.372,"15min":0.37},"min":{"1min":0.29099999999999998,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"last":0.35399999999999998}]},{"osd":3,"last update":"Sat Feb 10 08:31:12 2024","interfaces":[{"interface":"back","average":{"1min":0.371,"5min":0.38700000000000001,"15min":0.38900000000000001},"min":{"1min":0.246,"5min":0.246,"15min":0.246},"max":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"last":0.316},{"interface":"front","average":{"1min":0.40400000000000003,"5min":0.434,"15min":0.439},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"last":0.40000000000000002}]},{"osd":4,"last update":"Sat Feb 10 08:30:27 2024","interfaces":[{"interface":"back","average":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.96499999999999997,"5min":0.96499999999999997,"15min":0.96499999999999997},"last":0.64000000000000001},{"interface":"front","average":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":1.0029999999999999,"5min":1.0029999999999999,"15min":1.0029999999999999},"last":0.66500000000000004}]},{"osd":5,"last update":"Sat Feb 10 08:30:46 2024","interfaces":[{"interface":"back","average":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":1.093,"5min":1.093,"15min":1.093},"last":0.54300000000000004},{"interface":"front","average":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.92100000000000004,"5min":0.92100000000000004,"15min":0.92100000000000004},"last":0.67400000000000004}]},{"osd":6,"last update":"Sat Feb 10 08:31:12 2024","interfaces":[{"interface":"back","average":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.86799999999999999,"5min":0.86799999999999999,"15min":0.86799999999999999},"last":0.65600000000000003},{"interface":"front","average":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"min":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"max":{"1min":0.82399999999999995,"5min":0.82399999999999995,"15min":0.82399999999999995},"last":0.71199999999999997}]},{"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.70399999999999996}]}]},{"osd":3,"up_from":26,"seq":111669149727,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5428,"kb_used_data":492,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739724,"statfs":{"total":95995035648,"available":95989477376,"internally_reserved":0,"allocated":503808,"data_stored":200396,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5046272},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Feb 10 08:31:13 2024","interfaces":[{"interface":"back","average":{"1min":0.39100000000000001,"5min":0.39900000000000002,"15min":0.40100000000000002},"min":{"1min":0.214,"5min":0.214,"15min":0.214},"max":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.36699999999999999},{"interface":"front","average":{"1min":0.375,"5min":0.38600000000000001,"15min":0.38800000000000001},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"last":0.29599999999999999}]},{"osd":1,"last update":"Sat Feb 10 08:31:13 2024","interfaces":[{"interface":"back","average":{"1min":0.39900000000000002,"5min":0.46100000000000002,"15min":0.47099999999999997},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.58199999999999996,"5min":1.0189999999999999,"15min":1.0189999999999999},"last":0.38500000000000001},{"interface":"front","average":{"1min":0.38300000000000001,"5min":0.41699999999999998,"15min":0.42299999999999999},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.60399999999999998,"5min":0.66200000000000003,"15min":0.66200000000000003},"last":0.39700000000000002}]},{"osd":2,"last update":"Sat Feb 10 08:31:13 2024","interfaces":[{"interface":"back","average":{"1min":0.42599999999999999,"5min":0.442,"15min":0.44500000000000001},"min":{"1min":0.28699999999999998,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"last":0.34699999999999998},{"interface":"front","average":{"1min":0.40400000000000003,"5min":0.40799999999999997,"15min":0.40899999999999997},"min":{"1min":0.24199999999999999,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"last":0.32900000000000001}]},{"osd":4,"last update":"Sat Feb 10 08:30:28 2024","interfaces":[{"interface":"back","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"last":0.55600000000000005},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"last":0.71499999999999997}]},{"osd":5,"last update":"Sat Feb 10 08:30:50 2024","interfaces":[{"interface":"back","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.76700000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"last":0.56499999999999995},{"interface":"front","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.79300000000000004,"5min":0.79300000000000004,"15min":0.79300000000000004},"last":0.70499999999999996}]},{"osd":6,"last update":"Sat Feb 10 08:31:06 2024","interfaces":[{"interface":"back","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"last":0.77800000000000002},{"interface":"front","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":0.83799999999999997,"5min":0.83799999999999997,"15min":0.83799999999999997},"last":0.61099999999999999}]},{"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.77100000000000002}]}]},{"osd":4,"up_from":31,"seq":133143986202,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5416,"kb_used_data":480,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739736,"statfs":{"total":95995035648,"available":95989489664,"internally_reserved":0,"allocated":491520,"data_stored":199451,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5046272},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Feb 10 08:30:28 2024","interfaces":[{"interface":"back","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.53600000000000003},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"last":0.51400000000000001}]},{"osd":1,"last update":"Sat Feb 10 08:30:28 2024","interfaces":[{"interface":"back","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.85299999999999998,"5min":0.85299999999999998,"15min":0.85299999999999998},"last":0.57499999999999996},{"interface":"front","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.47999999999999998}]},{"osd":2,"last update":"Sat Feb 10 08:30:28 2024","interfaces":[{"interface":"back","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.55600000000000005},{"interface":"front","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.54900000000000004}]},{"osd":3,"last update":"Sat Feb 10 08:30:28 2024","interfaces":[{"interface":"back","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"last":0.46800000000000003},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"last":0.60999999999999999}]},{"osd":5,"last update":"Sat Feb 10 08:30:47 2024","interfaces":[{"interface":"back","average":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"min":{"1min":0.26200000000000001,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.42799999999999999},{"interface":"front","average":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.90200000000000002,"5min":0.90200000000000002,"15min":0.90200000000000002},"last":0.65800000000000003}]},{"osd":6,"last update":"Sat Feb 10 08:31:07 2024","interfaces":[{"interface":"back","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.94199999999999995,"5min":0.94199999999999995,"15min":0.94199999999999995},"last":0.58599999999999997},{"interface":"front","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.316,"5min":0.316,"15min":0.316},"max":{"1min":0.84399999999999997,"5min":0.84399999999999997,"15min":0.84399999999999997},"last":0.49399999999999999}]},{"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.52400000000000002}]}]},{"osd":5,"up_from":37,"seq":158913789975,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5360,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739792,"statfs":{"total":95995035648,"available":95989547008,"internally_reserved":0,"allocated":499712,"data_stored":200081,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4980736},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Feb 10 08:30:48 2024","interfaces":[{"interface":"back","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"last":0.747},{"interface":"front","average":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"last":0.63600000000000001}]},{"osd":1,"last update":"Sat Feb 10 08:30:48 2024","interfaces":[{"interface":"back","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.59099999999999997},{"interface":"front","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.71099999999999997}]},{"osd":2,"last update":"Sat Feb 10 08:30:48 2024","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.60199999999999998},{"interface":"front","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.746,"5min":0.746,"15min":0.746},"last":0.69299999999999995}]},{"osd":3,"last update":"Sat Feb 10 08:30:48 2024","interfaces":[{"interface":"back","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.73199999999999998},{"interface":"front","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.79900000000000004,"5min":0.79900000000000004,"15min":0.79900000000000004},"last":0.55600000000000005}]},{"osd":4,"last update":"Sat Feb 10 08:30:48 2024","interfaces":[{"interface":"back","average":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"min":{"1min":0.246,"5min":0.246,"15min":0.246},"max":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"last":0.44400000000000001},{"interface":"front","average":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"last":0.46999999999999997}]},{"osd":6,"last update":"Sat Feb 10 08:31:06 2024","interfaces":[{"interface":"back","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.83599999999999997,"5min":0.83599999999999997,"15min":0.83599999999999997},"last":0.49199999999999999},{"interface":"front","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.56699999999999995}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.61299999999999999}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-02-10T08:31:28.855 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph pg dump --format=json 2024-02-10T08:31:29.077 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/mon.smithi138/config 2024-02-10T08:31:30.278 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:29 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:31:28.215660+0000 mgr.smithi138.arglrk (mgr.14162) 239 : audit [DBG] from='client.14444 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T08:31:30.278 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:29 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:31:28.811432+0000 mgr.smithi138.arglrk (mgr.14162) 240 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:30.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:29 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:31:28.215660+0000 mgr.smithi138.arglrk (mgr.14162) 239 : audit [DBG] from='client.14444 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T08:31:30.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:29 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:31:28.811432+0000 mgr.smithi138.arglrk (mgr.14162) 240 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:30.940 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-02-10T08:31:30.941 INFO:teuthology.orchestra.run.smithi138.stderr:dumped all 2024-02-10T08:31:31.563 INFO:teuthology.orchestra.run.smithi138.stdout:{"pg_ready":true,"pg_map":{"version":216,"stamp":"2024-02-10T08:31:30.811616+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":43328,"kb_used_data":3904,"kb_used_omap":0,"kb_used_meta":39360,"kb_avail":749917888,"statfs":{"total":767960285184,"available":767915917312,"internally_reserved":0,"allocated":3997696,"data_stored":1600301,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":40304640},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":"10","reported_epoch":"51","state":"active+clean","last_fresh":"2024-02-10T08:30:28.714697+0000","last_change":"2024-02-10T08:30:28.714697+0000","last_active":"2024-02-10T08:30:28.714697+0000","last_peered":"2024-02-10T08:30:28.714697+0000","last_clean":"2024-02-10T08:30:28.714697+0000","last_became_active":"2024-02-10T08:30:28.714323+0000","last_became_peered":"2024-02-10T08:30:28.714323+0000","last_unstale":"2024-02-10T08:30:28.714697+0000","last_undegraded":"2024-02-10T08:30:28.714697+0000","last_fullsized":"2024-02-10T08:30:28.714697+0000","mapping_epoch":50,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":51,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-10T08:28:47.405538+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-10T08:28:47.405538+0000","last_clean_scrub_stamp":"2024-02-10T08:28:47.405538+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":49,"seq":210453397519,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5232,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4736,"kb_avail":93739920,"statfs":{"total":95995035648,"available":95989678080,"internally_reserved":0,"allocated":499712,"data_stored":200081,"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.55200000000000005}]},{"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.53100000000000003}]},{"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.65300000000000002}]},{"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.61699999999999999}]},{"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.496}]},{"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.46600000000000003}]},{"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.51800000000000002}]}]},{"osd":6,"up_from":43,"seq":184683593748,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5300,"kb_used_data":492,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93739852,"statfs":{"total":95995035648,"available":95989608448,"internally_reserved":0,"allocated":503808,"data_stored":200396,"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":"Sat Feb 10 08:31:06 2024","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.51100000000000001},{"interface":"front","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"last":0.39800000000000002}]},{"osd":1,"last update":"Sat Feb 10 08:31:06 2024","interfaces":[{"interface":"back","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.42599999999999999},{"interface":"front","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"last":0.53400000000000003}]},{"osd":2,"last update":"Sat Feb 10 08:31:06 2024","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.56000000000000005},{"interface":"front","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.91300000000000003,"5min":0.91300000000000003,"15min":0.91300000000000003},"last":0.41399999999999998}]},{"osd":3,"last update":"Sat Feb 10 08:31:06 2024","interfaces":[{"interface":"back","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.745,"5min":0.745,"15min":0.745},"last":0.439},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.47199999999999998}]},{"osd":4,"last update":"Sat Feb 10 08:31:06 2024","interfaces":[{"interface":"back","average":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.45400000000000001},{"interface":"front","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.35399999999999998}]},{"osd":5,"last update":"Sat Feb 10 08:31:06 2024","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.83799999999999997,"5min":0.83799999999999997,"15min":0.83799999999999997},"last":0.54200000000000004},{"interface":"front","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.71799999999999997,"5min":0.71799999999999997,"15min":0.71799999999999997},"last":0.33800000000000002}]},{"osd":7,"last update":"Sat Feb 10 08:31:26 2024","interfaces":[{"interface":"back","average":{"1min":0.623,"5min":0.623,"15min":0.623},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":0.96499999999999997,"5min":0.96499999999999997,"15min":0.96499999999999997},"last":0.48999999999999999},{"interface":"front","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.84499999999999997,"5min":0.84499999999999997,"15min":0.84499999999999997},"last":0.378}]}]},{"osd":1,"up_from":14,"seq":60129542185,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5548,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739604,"statfs":{"total":95995035648,"available":95989354496,"internally_reserved":0,"allocated":495616,"data_stored":199766,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Feb 10 08:31:26 2024","interfaces":[{"interface":"back","average":{"1min":0.34699999999999998,"5min":0.35399999999999998,"15min":0.35299999999999998},"min":{"1min":0.21299999999999999,"5min":0.21299999999999999,"15min":0.21299999999999999},"max":{"1min":0.57699999999999996,"5min":0.70299999999999996,"15min":0.70299999999999996},"last":0.38700000000000001},{"interface":"front","average":{"1min":0.34100000000000003,"5min":0.36599999999999999,"15min":0.35899999999999999},"min":{"1min":0.249,"5min":0.22700000000000001,"15min":0.22700000000000001},"max":{"1min":0.501,"5min":0.73799999999999999,"15min":0.73799999999999999},"last":0.29099999999999998}]},{"osd":2,"last update":"Sat Feb 10 08:30:53 2024","interfaces":[{"interface":"back","average":{"1min":0.36099999999999999,"5min":0.33500000000000002,"15min":0.33100000000000002},"min":{"1min":0.24199999999999999,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"last":0.35299999999999998},{"interface":"front","average":{"1min":0.42299999999999999,"5min":0.377,"15min":0.36899999999999999},"min":{"1min":0.28399999999999997,"5min":0.248,"15min":0.248},"max":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.375}]},{"osd":3,"last update":"Sat Feb 10 08:31:12 2024","interfaces":[{"interface":"back","average":{"1min":0.436,"5min":0.442,"15min":0.443},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.85599999999999998,"5min":0.85599999999999998,"15min":0.85599999999999998},"last":0.32400000000000001},{"interface":"front","average":{"1min":0.41599999999999998,"5min":0.41099999999999998,"15min":0.40999999999999998},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.61799999999999999,"5min":0.66600000000000004,"15min":0.66600000000000004},"last":0.33600000000000002}]},{"osd":4,"last update":"Sat Feb 10 08:30:29 2024","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.65100000000000002},{"interface":"front","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.875,"5min":0.875,"15min":0.875},"last":0.64200000000000002}]},{"osd":5,"last update":"Sat Feb 10 08:30:48 2024","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.622},{"interface":"front","average":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.89000000000000001,"5min":0.89000000000000001,"15min":0.89000000000000001},"last":0.749}]},{"osd":6,"last update":"Sat Feb 10 08:31:09 2024","interfaces":[{"interface":"back","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.84299999999999997,"5min":0.84299999999999997,"15min":0.84299999999999997},"last":0.60399999999999998},{"interface":"front","average":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.94199999999999995,"5min":0.94199999999999995,"15min":0.94199999999999995},"last":0.63300000000000001}]},{"osd":7,"last update":"Sat Feb 10 08:31:26 2024","interfaces":[{"interface":"back","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.91500000000000004,"5min":0.91500000000000004,"15min":0.91500000000000004},"last":0.55500000000000005},{"interface":"front","average":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"min":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"max":{"1min":0.85199999999999998,"5min":0.85199999999999998,"15min":0.85199999999999998},"last":0.67200000000000004}]}]},{"osd":0,"up_from":9,"seq":38654705710,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5556,"kb_used_data":492,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739596,"statfs":{"total":95995035648,"available":95989346304,"internally_reserved":0,"allocated":503808,"data_stored":200396,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Sat Feb 10 08:30:28 2024","interfaces":[{"interface":"back","average":{"1min":0.376,"5min":0.318,"15min":0.308},"min":{"1min":0.22500000000000001,"5min":0.222,"15min":0.222},"max":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"last":0.33400000000000002},{"interface":"front","average":{"1min":0.39800000000000002,"5min":0.33000000000000002,"15min":0.318},"min":{"1min":0.27500000000000002,"5min":0.222,"15min":0.222},"max":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"last":0.34599999999999997}]},{"osd":2,"last update":"Sat Feb 10 08:30:53 2024","interfaces":[{"interface":"back","average":{"1min":0.35599999999999998,"5min":0.5,"15min":0.52400000000000002},"min":{"1min":0.254,"5min":0.254,"15min":0.254},"max":{"1min":0.53200000000000003,"5min":2.9319999999999999,"15min":2.9319999999999999},"last":0.318},{"interface":"front","average":{"1min":0.39900000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"min":{"1min":0.23999999999999999,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"last":0.38700000000000001}]},{"osd":3,"last update":"Sat Feb 10 08:31:12 2024","interfaces":[{"interface":"back","average":{"1min":0.40300000000000002,"5min":0.441,"15min":0.44700000000000001},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.56699999999999995,"5min":0.628,"15min":0.628},"last":0.36599999999999999},{"interface":"front","average":{"1min":0.373,"5min":0.42199999999999999,"15min":0.42999999999999999},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"last":0.39600000000000002}]},{"osd":4,"last update":"Sat Feb 10 08:30:28 2024","interfaces":[{"interface":"back","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.82599999999999996,"5min":0.82599999999999996,"15min":0.82599999999999996},"last":0.65000000000000002},{"interface":"front","average":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"last":0.73799999999999999}]},{"osd":5,"last update":"Sat Feb 10 08:30:48 2024","interfaces":[{"interface":"back","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.85899999999999999,"5min":0.85899999999999999,"15min":0.85899999999999999},"last":0.61399999999999999},{"interface":"front","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.71799999999999997}]},{"osd":6,"last update":"Sat Feb 10 08:31:06 2024","interfaces":[{"interface":"back","average":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":1.0109999999999999,"5min":1.0109999999999999,"15min":1.0109999999999999},"last":0.67500000000000004},{"interface":"front","average":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"min":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":0.93400000000000005,"5min":0.93400000000000005,"15min":0.93400000000000005},"last":0.70699999999999996}]},{"osd":7,"last update":"Sat Feb 10 08:31:26 2024","interfaces":[{"interface":"back","average":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"min":{"1min":0.435,"5min":0.435,"15min":0.435},"max":{"1min":0.90400000000000003,"5min":0.90400000000000003,"15min":0.90400000000000003},"last":0.72899999999999998},{"interface":"front","average":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"min":{"1min":0.498,"5min":0.498,"15min":0.498},"max":{"1min":1.0369999999999999,"5min":1.0369999999999999,"15min":1.0369999999999999},"last":0.78800000000000003}]}]},{"osd":2,"up_from":19,"seq":81604378660,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5488,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739664,"statfs":{"total":95995035648,"available":95989415936,"internally_reserved":0,"allocated":499712,"data_stored":199734,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5111808},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Feb 10 08:30:46 2024","interfaces":[{"interface":"back","average":{"1min":0.36899999999999999,"5min":0.36099999999999999,"15min":0.35899999999999999},"min":{"1min":0.251,"5min":0.20000000000000001,"15min":0.20000000000000001},"max":{"1min":0.56799999999999995,"5min":0.59699999999999998,"15min":0.59699999999999998},"last":0.68300000000000005},{"interface":"front","average":{"1min":0.39600000000000002,"5min":0.36799999999999999,"15min":0.36299999999999999},"min":{"1min":0.29699999999999999,"5min":0.217,"15min":0.217},"max":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"last":0.69299999999999995}]},{"osd":1,"last update":"Sat Feb 10 08:30:46 2024","interfaces":[{"interface":"back","average":{"1min":0.38200000000000001,"5min":0.36599999999999999,"15min":0.36399999999999999},"min":{"1min":0.28499999999999998,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.505,"5min":0.54400000000000004,"15min":0.54400000000000004},"last":0.64500000000000002},{"interface":"front","average":{"1min":0.38600000000000001,"5min":0.372,"15min":0.37},"min":{"1min":0.29099999999999998,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"last":0.60999999999999999}]},{"osd":3,"last update":"Sat Feb 10 08:31:12 2024","interfaces":[{"interface":"back","average":{"1min":0.371,"5min":0.38700000000000001,"15min":0.38900000000000001},"min":{"1min":0.246,"5min":0.246,"15min":0.246},"max":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"last":0.72099999999999997},{"interface":"front","average":{"1min":0.40400000000000003,"5min":0.434,"15min":0.439},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"last":0.81399999999999995}]},{"osd":4,"last update":"Sat Feb 10 08:30:27 2024","interfaces":[{"interface":"back","average":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.96499999999999997,"5min":0.96499999999999997,"15min":0.96499999999999997},"last":0.748},{"interface":"front","average":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":1.0029999999999999,"5min":1.0029999999999999,"15min":1.0029999999999999},"last":0.72899999999999998}]},{"osd":5,"last update":"Sat Feb 10 08:30:46 2024","interfaces":[{"interface":"back","average":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":1.093,"5min":1.093,"15min":1.093},"last":0.75900000000000001},{"interface":"front","average":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.92100000000000004,"5min":0.92100000000000004,"15min":0.92100000000000004},"last":0.66600000000000004}]},{"osd":6,"last update":"Sat Feb 10 08:31:12 2024","interfaces":[{"interface":"back","average":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.86799999999999999,"5min":0.86799999999999999,"15min":0.86799999999999999},"last":0.77500000000000002},{"interface":"front","average":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"min":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"max":{"1min":0.82399999999999995,"5min":0.82399999999999995,"15min":0.82399999999999995},"last":0.78400000000000003}]},{"osd":7,"last update":"Sat Feb 10 08:31:26 2024","interfaces":[{"interface":"back","average":{"1min":0.626,"5min":0.626,"15min":0.626},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.81599999999999995,"5min":0.81599999999999995,"15min":0.81599999999999995},"last":0.70799999999999996},{"interface":"front","average":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"min":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"max":{"1min":0.83499999999999996,"5min":0.83499999999999996,"15min":0.83499999999999996},"last":0.79700000000000004}]}]},{"osd":3,"up_from":26,"seq":111669149728,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5428,"kb_used_data":492,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739724,"statfs":{"total":95995035648,"available":95989477376,"internally_reserved":0,"allocated":503808,"data_stored":200396,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5046272},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Feb 10 08:31:13 2024","interfaces":[{"interface":"back","average":{"1min":0.39100000000000001,"5min":0.39900000000000002,"15min":0.40100000000000002},"min":{"1min":0.214,"5min":0.214,"15min":0.214},"max":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.34599999999999997},{"interface":"front","average":{"1min":0.375,"5min":0.38600000000000001,"15min":0.38800000000000001},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"last":0.27200000000000002}]},{"osd":1,"last update":"Sat Feb 10 08:31:13 2024","interfaces":[{"interface":"back","average":{"1min":0.39900000000000002,"5min":0.46100000000000002,"15min":0.47099999999999997},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.58199999999999996,"5min":1.0189999999999999,"15min":1.0189999999999999},"last":0.308},{"interface":"front","average":{"1min":0.38300000000000001,"5min":0.41699999999999998,"15min":0.42299999999999999},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.60399999999999998,"5min":0.66200000000000003,"15min":0.66200000000000003},"last":0.32300000000000001}]},{"osd":2,"last update":"Sat Feb 10 08:31:13 2024","interfaces":[{"interface":"back","average":{"1min":0.42599999999999999,"5min":0.442,"15min":0.44500000000000001},"min":{"1min":0.28699999999999998,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"last":0.36199999999999999},{"interface":"front","average":{"1min":0.40400000000000003,"5min":0.40799999999999997,"15min":0.40899999999999997},"min":{"1min":0.24199999999999999,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"last":0.28799999999999998}]},{"osd":4,"last update":"Sat Feb 10 08:31:28 2024","interfaces":[{"interface":"back","average":{"1min":0.57699999999999996,"5min":0.54100000000000004,"15min":0.53500000000000003},"min":{"1min":0.39700000000000002,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.44800000000000001},{"interface":"front","average":{"1min":0.61899999999999999,"5min":0.55900000000000005,"15min":0.54900000000000004},"min":{"1min":0.433,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.90400000000000003,"5min":0.90400000000000003,"15min":0.90400000000000003},"last":0.52100000000000002}]},{"osd":5,"last update":"Sat Feb 10 08:30:50 2024","interfaces":[{"interface":"back","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.76700000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"last":0.45400000000000001},{"interface":"front","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.79300000000000004,"5min":0.79300000000000004,"15min":0.79300000000000004},"last":0.53400000000000003}]},{"osd":6,"last update":"Sat Feb 10 08:31:06 2024","interfaces":[{"interface":"back","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"last":0.49199999999999999},{"interface":"front","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":0.83799999999999997,"5min":0.83799999999999997,"15min":0.83799999999999997},"last":0.54400000000000004}]},{"osd":7,"last update":"Sat Feb 10 08:31:28 2024","interfaces":[{"interface":"back","average":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":0.88,"5min":0.88,"15min":0.88},"last":0.47099999999999997},{"interface":"front","average":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"min":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"max":{"1min":0.82499999999999996,"5min":0.82499999999999996,"15min":0.82499999999999996},"last":0.55300000000000005}]}]},{"osd":4,"up_from":31,"seq":133143986203,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5416,"kb_used_data":480,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739736,"statfs":{"total":95995035648,"available":95989489664,"internally_reserved":0,"allocated":491520,"data_stored":199451,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5046272},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Feb 10 08:30:28 2024","interfaces":[{"interface":"back","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.54300000000000004},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"last":0.38500000000000001}]},{"osd":1,"last update":"Sat Feb 10 08:30:28 2024","interfaces":[{"interface":"back","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.85299999999999998,"5min":0.85299999999999998,"15min":0.85299999999999998},"last":0.435},{"interface":"front","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.47899999999999998}]},{"osd":2,"last update":"Sat Feb 10 08:30:28 2024","interfaces":[{"interface":"back","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.53100000000000003},{"interface":"front","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.45900000000000002}]},{"osd":3,"last update":"Sat Feb 10 08:30:28 2024","interfaces":[{"interface":"back","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"last":0.58099999999999996},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"last":0.49399999999999999}]},{"osd":5,"last update":"Sat Feb 10 08:30:47 2024","interfaces":[{"interface":"back","average":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"min":{"1min":0.26200000000000001,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.40999999999999998},{"interface":"front","average":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.90200000000000002,"5min":0.90200000000000002,"15min":0.90200000000000002},"last":0.51300000000000001}]},{"osd":6,"last update":"Sat Feb 10 08:31:07 2024","interfaces":[{"interface":"back","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.94199999999999995,"5min":0.94199999999999995,"15min":0.94199999999999995},"last":0.55800000000000005},{"interface":"front","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.316,"5min":0.316,"15min":0.316},"max":{"1min":0.84399999999999997,"5min":0.84399999999999997,"15min":0.84399999999999997},"last":0.57199999999999995}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56599999999999995}]}]},{"osd":5,"up_from":37,"seq":158913789975,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5360,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739792,"statfs":{"total":95995035648,"available":95989547008,"internally_reserved":0,"allocated":499712,"data_stored":200081,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4980736},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Feb 10 08:30:48 2024","interfaces":[{"interface":"back","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"last":0.747},{"interface":"front","average":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"last":0.63600000000000001}]},{"osd":1,"last update":"Sat Feb 10 08:30:48 2024","interfaces":[{"interface":"back","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.59099999999999997},{"interface":"front","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.71099999999999997}]},{"osd":2,"last update":"Sat Feb 10 08:30:48 2024","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.60199999999999998},{"interface":"front","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.746,"5min":0.746,"15min":0.746},"last":0.69299999999999995}]},{"osd":3,"last update":"Sat Feb 10 08:30:48 2024","interfaces":[{"interface":"back","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.73199999999999998},{"interface":"front","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.79900000000000004,"5min":0.79900000000000004,"15min":0.79900000000000004},"last":0.55600000000000005}]},{"osd":4,"last update":"Sat Feb 10 08:30:48 2024","interfaces":[{"interface":"back","average":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"min":{"1min":0.246,"5min":0.246,"15min":0.246},"max":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"last":0.44400000000000001},{"interface":"front","average":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"last":0.46999999999999997}]},{"osd":6,"last update":"Sat Feb 10 08:31:06 2024","interfaces":[{"interface":"back","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.83599999999999997,"5min":0.83599999999999997,"15min":0.83599999999999997},"last":0.49199999999999999},{"interface":"front","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.56699999999999995}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.61299999999999999}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-02-10T08:31:31.565 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-02-10T08:31:31.565 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-02-10T08:31:31.565 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-02-10T08:31:31.565 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph health --format=json 2024-02-10T08:31:31.789 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/mon.smithi138/config 2024-02-10T08:31:32.258 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:31 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:31:30.811734+0000 mgr.smithi138.arglrk (mgr.14162) 241 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:32.258 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:31 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:31:30.937591+0000 mgr.smithi138.arglrk (mgr.14162) 242 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T08:31:32.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:31 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:31:30.811734+0000 mgr.smithi138.arglrk (mgr.14162) 241 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:32.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:31 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:31:30.937591+0000 mgr.smithi138.arglrk (mgr.14162) 242 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T08:31:33.694 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-02-10T08:31:34.038 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:33 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:31:32.812124+0000 mgr.smithi138.arglrk (mgr.14162) 243 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:34.038 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:33 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:31:33.694222+0000 mon.smithi138 (mon.0) 516 : audit [DBG] from='client.? 172.21.15.138:0/1282370829' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-10T08:31:34.313 INFO:teuthology.orchestra.run.smithi138.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-02-10T08:31:34.313 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-02-10T08:31:34.314 INFO:tasks.cephadm:Setup complete, yielding 2024-02-10T08:31:34.314 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-10T08:31:34.324 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi138.front.sepia.ceph.com 2024-02-10T08:31:34.324 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- bash -c 'ceph orch status' 2024-02-10T08:31:34.325 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:33 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:31:32.812124+0000 mgr.smithi138.arglrk (mgr.14162) 243 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:34.325 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:33 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:31:33.694222+0000 mon.smithi138 (mon.0) 516 : audit [DBG] from='client.? 172.21.15.138:0/1282370829' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-10T08:31:36.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:35 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:31:34.812384+0000 mgr.smithi138.arglrk (mgr.14162) 244 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:36.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:35 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:31:34.812384+0000 mgr.smithi138.arglrk (mgr.14162) 244 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:36.199 INFO:teuthology.orchestra.run.smithi138.stdout:Backend: cephadm 2024-02-10T08:31:36.199 INFO:teuthology.orchestra.run.smithi138.stdout:Available: Yes 2024-02-10T08:31:36.199 INFO:teuthology.orchestra.run.smithi138.stdout:Paused: No 2024-02-10T08:31:36.806 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- bash -c 'ceph orch ps' 2024-02-10T08:31:38.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:37 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:31:36.198238+0000 mgr.smithi138.arglrk (mgr.14162) 245 : audit [DBG] from='client.14456 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:31:38.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:37 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:31:36.812725+0000 mgr.smithi138.arglrk (mgr.14162) 246 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:38.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:37 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:31:36.198238+0000 mgr.smithi138.arglrk (mgr.14162) 245 : audit [DBG] from='client.14456 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:31:38.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:37 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:31:36.812725+0000 mgr.smithi138.arglrk (mgr.14162) 246 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:38.721 INFO:teuthology.orchestra.run.smithi138.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2024-02-10T08:31:38.721 INFO:teuthology.orchestra.run.smithi138.stdout:alertmanager.smithi138 smithi138 *:9093,9094 running (3m) 94s ago 5m 0.20.0 0881eb8f169f 78c83a922c35 2024-02-10T08:31:38.722 INFO:teuthology.orchestra.run.smithi138.stdout:crash.smithi138 smithi138 running (5m) 94s ago 5m 16.2.4 8d91d370c2b8 210cca8a58ea 2024-02-10T08:31:38.722 INFO:teuthology.orchestra.run.smithi138.stdout:crash.smithi190 smithi190 running (4m) 75s ago 4m 16.2.4 8d91d370c2b8 76b23cc1504a 2024-02-10T08:31:38.722 INFO:teuthology.orchestra.run.smithi138.stdout:grafana.smithi138 smithi138 *:3000 running (3m) 94s ago 5m 6.7.4 557c83e11646 9e400367c973 2024-02-10T08:31:38.722 INFO:teuthology.orchestra.run.smithi138.stdout:mgr.smithi138.arglrk smithi138 *:9283 running (6m) 94s ago 6m 16.2.4 8d91d370c2b8 39b390fef3e2 2024-02-10T08:31:38.722 INFO:teuthology.orchestra.run.smithi138.stdout:mgr.smithi190.qddxvv smithi190 *:8443,9283 running (4m) 75s ago 4m 16.2.4 8d91d370c2b8 14250266a094 2024-02-10T08:31:38.722 INFO:teuthology.orchestra.run.smithi138.stdout:mon.smithi138 smithi138 running (6m) 94s ago 6m 16.2.4 8d91d370c2b8 9ca01e977336 2024-02-10T08:31:38.722 INFO:teuthology.orchestra.run.smithi138.stdout:mon.smithi190 smithi190 running (4m) 75s ago 4m 16.2.4 8d91d370c2b8 71a1ed724e8c 2024-02-10T08:31:38.722 INFO:teuthology.orchestra.run.smithi138.stdout:node-exporter.smithi138 smithi138 *:9100 running (5m) 94s ago 5m 0.18.1 e5a616e4b9cf 720f24dd7d0f 2024-02-10T08:31:38.722 INFO:teuthology.orchestra.run.smithi138.stdout:node-exporter.smithi190 smithi190 *:9100 running (4m) 75s ago 4m 0.18.1 e5a616e4b9cf 5ce00b720701 2024-02-10T08:31:38.722 INFO:teuthology.orchestra.run.smithi138.stdout:osd.0 smithi138 running (3m) 94s ago 3m 16.2.4 8d91d370c2b8 bf18ab6e4563 2024-02-10T08:31:38.722 INFO:teuthology.orchestra.run.smithi138.stdout:osd.1 smithi138 running (3m) 94s ago 3m 16.2.4 8d91d370c2b8 2861c1626c3d 2024-02-10T08:31:38.722 INFO:teuthology.orchestra.run.smithi138.stdout:osd.2 smithi138 running (2m) 94s ago 2m 16.2.4 8d91d370c2b8 223e59287abc 2024-02-10T08:31:38.722 INFO:teuthology.orchestra.run.smithi138.stdout:osd.3 smithi138 running (2m) 94s ago 2m 16.2.4 8d91d370c2b8 d7911c435734 2024-02-10T08:31:38.722 INFO:teuthology.orchestra.run.smithi138.stdout:osd.4 smithi190 running (2m) 75s ago 2m 16.2.4 8d91d370c2b8 e5043a6085e4 2024-02-10T08:31:38.723 INFO:teuthology.orchestra.run.smithi138.stdout:osd.5 smithi190 running (118s) 75s ago 118s 16.2.4 8d91d370c2b8 6a7c61ca0c01 2024-02-10T08:31:38.723 INFO:teuthology.orchestra.run.smithi138.stdout:osd.6 smithi190 running (98s) 75s ago 98s 16.2.4 8d91d370c2b8 62fbc05c2e0a 2024-02-10T08:31:38.723 INFO:teuthology.orchestra.run.smithi138.stdout:osd.7 smithi190 running (78s) 75s ago 78s 16.2.4 8d91d370c2b8 1515c342bdc4 2024-02-10T08:31:38.723 INFO:teuthology.orchestra.run.smithi138.stdout:prometheus.smithi138 smithi138 *:9095 running (3m) 94s ago 4m 2.18.1 de242295e225 9a24934e5062 2024-02-10T08:31:39.289 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- bash -c 'ceph orch ls' 2024-02-10T08:31:40.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:31:38.714848+0000 mgr.smithi138.arglrk (mgr.14162) 247 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:31:40.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:31:38.813221+0000 mgr.smithi138.arglrk (mgr.14162) 248 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:40.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:31:38.714848+0000 mgr.smithi138.arglrk (mgr.14162) 247 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:31:40.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:31:38.813221+0000 mgr.smithi138.arglrk (mgr.14162) 248 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:41.249 INFO:teuthology.orchestra.run.smithi138.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-02-10T08:31:41.249 INFO:teuthology.orchestra.run.smithi138.stdout:alertmanager 1/1 96s ago 6m count:1 2024-02-10T08:31:41.249 INFO:teuthology.orchestra.run.smithi138.stdout:crash 2/2 96s ago 6m * 2024-02-10T08:31:41.249 INFO:teuthology.orchestra.run.smithi138.stdout:grafana 1/1 96s ago 6m count:1 2024-02-10T08:31:41.249 INFO:teuthology.orchestra.run.smithi138.stdout:mgr 2/2 96s ago 6m count:2 2024-02-10T08:31:41.249 INFO:teuthology.orchestra.run.smithi138.stdout:mon 2/2 96s ago 5m smithi138:172.21.15.138=smithi138;smithi190:172.21.15.190=smithi190;count:2 2024-02-10T08:31:41.250 INFO:teuthology.orchestra.run.smithi138.stdout:node-exporter 2/2 96s ago 6m * 2024-02-10T08:31:41.250 INFO:teuthology.orchestra.run.smithi138.stdout:osd.unmanaged 8/8 96s ago - 2024-02-10T08:31:41.250 INFO:teuthology.orchestra.run.smithi138.stdout:prometheus 1/1 96s ago 6m count:1 2024-02-10T08:31:41.891 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- bash -c 'ceph orch host ls' 2024-02-10T08:31:42.266 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:41 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:31:40.813549+0000 mgr.smithi138.arglrk (mgr.14162) 249 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:42.266 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:41 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:31:41.220229+0000 mon.smithi138 (mon.0) 517 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.arglrk/mirror_snapshot_schedule"}]: dispatch 2024-02-10T08:31:42.266 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:41 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:31:41.221197+0000 mon.smithi138 (mon.0) 518 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.arglrk/trash_purge_schedule"}]: dispatch 2024-02-10T08:31:42.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:31:40.813549+0000 mgr.smithi138.arglrk (mgr.14162) 249 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:42.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:31:41.220229+0000 mon.smithi138 (mon.0) 517 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.arglrk/mirror_snapshot_schedule"}]: dispatch 2024-02-10T08:31:42.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:31:41.221197+0000 mon.smithi138 (mon.0) 518 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.arglrk/trash_purge_schedule"}]: dispatch 2024-02-10T08:31:43.178 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:31:41.245715+0000 mgr.smithi138.arglrk (mgr.14162) 250 : audit [DBG] from='client.14464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:31:43.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:31:41.245715+0000 mgr.smithi138.arglrk (mgr.14162) 250 : audit [DBG] from='client.14464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:31:43.865 INFO:teuthology.orchestra.run.smithi138.stdout:HOST ADDR LABELS STATUS 2024-02-10T08:31:43.865 INFO:teuthology.orchestra.run.smithi138.stdout:smithi138 172.21.15.138 2024-02-10T08:31:43.865 INFO:teuthology.orchestra.run.smithi138.stdout:smithi190 smithi190 2024-02-10T08:31:44.155 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:43 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:31:42.813852+0000 mgr.smithi138.arglrk (mgr.14162) 251 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:44.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:43 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:31:42.813852+0000 mgr.smithi138.arglrk (mgr.14162) 251 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:44.472 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- bash -c 'ceph orch device ls' 2024-02-10T08:31:45.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:44 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:31:43.864681+0000 mgr.smithi138.arglrk (mgr.14162) 252 : audit [DBG] from='client.14468 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:31:45.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:31:43.864681+0000 mgr.smithi138.arglrk (mgr.14162) 252 : audit [DBG] from='client.14468 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:31:46.057 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:31:44.814178+0000 mgr.smithi138.arglrk (mgr.14162) 253 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:46.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:31:44.814178+0000 mgr.smithi138.arglrk (mgr.14162) 253 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:46.468 INFO:teuthology.orchestra.run.smithi138.stdout:Hostname Path Type Serial Size Health Ident Fault Available 2024-02-10T08:31:46.468 INFO:teuthology.orchestra.run.smithi138.stdout:smithi138 /dev/nvme0n1 ssd CVFT6161003C400BGN 400G Unknown N/A N/A No 2024-02-10T08:31:46.468 INFO:teuthology.orchestra.run.smithi138.stdout:smithi190 /dev/nvme0n1 ssd CVFT63210012400BGN 400G Unknown N/A N/A No 2024-02-10T08:31:47.112 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-10T08:31:47.121 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi138.front.sepia.ceph.com 2024-02-10T08:31:47.121 DEBUG:teuthology.orchestra.run.smithi138:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-10T08:31:47.152 INFO:teuthology.orchestra.run.smithi138.stderr:+ systemctl stop nfs-server 2024-02-10T08:31:47.159 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi190.front.sepia.ceph.com 2024-02-10T08:31:47.159 DEBUG:teuthology.orchestra.run.smithi190:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-10T08:31:47.197 INFO:teuthology.orchestra.run.smithi190.stderr:+ systemctl stop nfs-server 2024-02-10T08:31:47.205 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-10T08:31:47.214 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi138.front.sepia.ceph.com 2024-02-10T08:31:47.215 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2024-02-10T08:31:48.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:47 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:31:46.466836+0000 mgr.smithi138.arglrk (mgr.14162) 254 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:31:48.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:47 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:31:46.814614+0000 mgr.smithi138.arglrk (mgr.14162) 255 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:48.276 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:47 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:31:46.466836+0000 mgr.smithi138.arglrk (mgr.14162) 254 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:31:48.276 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:47 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:31:46.814614+0000 mgr.smithi138.arglrk (mgr.14162) 255 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:50.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:49 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:31:48.814929+0000 mgr.smithi138.arglrk (mgr.14162) 256 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:50.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:49 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:31:49.282568+0000 mon.smithi138 (mon.0) 519 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-02-10T08:31:50.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:49 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:31:48.814929+0000 mgr.smithi138.arglrk (mgr.14162) 256 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:50.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:49 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:31:49.282568+0000 mon.smithi138 (mon.0) 519 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-02-10T08:31:51.283 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:50 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:31:49.282021+0000 mgr.smithi138.arglrk (mgr.14162) 257 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:31:51.283 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:50 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:31:49.901185+0000 mon.smithi138 (mon.0) 520 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-02-10T08:31:51.283 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:50 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:31:49.901229+0000 mon.smithi138 (mon.0) 521 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-02-10T08:31:51.283 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:50 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:31:49.902343+0000 mon.smithi138 (mon.0) 522 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-02-10T08:31:51.283 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:50 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:31:50.915+0000 7f45c0f08700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-10T08:31:51.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:50 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:31:49.282021+0000 mgr.smithi138.arglrk (mgr.14162) 257 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:31:51.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:50 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:31:49.901185+0000 mon.smithi138 (mon.0) 520 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-02-10T08:31:51.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:50 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:31:49.901229+0000 mon.smithi138 (mon.0) 521 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-02-10T08:31:51.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:50 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:31:49.902343+0000 mon.smithi138 (mon.0) 522 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-02-10T08:31:51.728 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-10T08:31:51.737 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2024-02-10T08:31:51.738 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T08:31:52.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:31:50.815291+0000 mgr.smithi138.arglrk (mgr.14162) 258 : cluster [DBG] pgmap v227: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:52.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:31:50.911786+0000 mon.smithi138 (mon.0) 523 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-02-10T08:31:52.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:31:50.912025+0000 mon.smithi138 (mon.0) 524 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-02-10T08:31:52.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:31:50.915463+0000 mon.smithi138 (mon.0) 525 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-02-10T08:31:52.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:31:50.916278+0000 mon.smithi138 (mon.0) 526 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-10T08:31:52.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:31:50.916305+0000 mon.smithi138 (mon.0) 527 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-02-10T08:31:52.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:31:50.927130+0000 mon.smithi138 (mon.0) 528 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-02-10T08:31:52.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:31:50.927480+0000 mon.smithi138 (mon.0) 529 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-02-10T08:31:52.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:31:50.927564+0000 mon.smithi138 (mon.0) 530 : cluster [DBG] fsmap foofs:0 2024-02-10T08:31:52.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:31:50.929634+0000 mgr.smithi138.arglrk (mgr.14162) 259 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-02-10T08:31:52.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:31:50.938403+0000 mon.smithi138 (mon.0) 531 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:31:52.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:31:50.939248+0000 mon.smithi138 (mon.0) 532 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:31:52.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:31:50.948659+0000 mon.smithi138 (mon.0) 533 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:31:52.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:31:50.956095+0000 mon.smithi138 (mon.0) 534 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:31:52.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:31:50.956857+0000 mon.smithi138 (mon.0) 535 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi190.lndkxw", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-10T08:31:52.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:31:50.961064+0000 mon.smithi138 (mon.0) 536 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi190.lndkxw", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-10T08:31:52.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:31:50.961674+0000 mon.smithi138 (mon.0) 537 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:31:52.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:31:50.962205+0000 mgr.smithi138.arglrk (mgr.14162) 260 : cephadm [INF] Deploying daemon mds.foofs.smithi190.lndkxw on smithi190 2024-02-10T08:31:52.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:31:50.815291+0000 mgr.smithi138.arglrk (mgr.14162) 258 : cluster [DBG] pgmap v227: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:52.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:31:50.911786+0000 mon.smithi138 (mon.0) 523 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-02-10T08:31:52.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:31:50.912025+0000 mon.smithi138 (mon.0) 524 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-02-10T08:31:52.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:31:50.915463+0000 mon.smithi138 (mon.0) 525 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-02-10T08:31:52.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:31:50.916278+0000 mon.smithi138 (mon.0) 526 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-10T08:31:52.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:31:50.916305+0000 mon.smithi138 (mon.0) 527 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-02-10T08:31:52.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:31:50.927130+0000 mon.smithi138 (mon.0) 528 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-02-10T08:31:52.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:31:50.927480+0000 mon.smithi138 (mon.0) 529 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-02-10T08:31:52.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:31:50.927564+0000 mon.smithi138 (mon.0) 530 : cluster [DBG] fsmap foofs:0 2024-02-10T08:31:52.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:31:50.929634+0000 mgr.smithi138.arglrk (mgr.14162) 259 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-02-10T08:31:52.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:31:50.938403+0000 mon.smithi138 (mon.0) 531 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:31:52.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:31:50.939248+0000 mon.smithi138 (mon.0) 532 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:31:52.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:31:50.948659+0000 mon.smithi138 (mon.0) 533 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:31:52.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:31:50.956095+0000 mon.smithi138 (mon.0) 534 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:31:52.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:31:50.956857+0000 mon.smithi138 (mon.0) 535 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi190.lndkxw", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-10T08:31:52.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:31:50.961064+0000 mon.smithi138 (mon.0) 536 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi190.lndkxw", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-10T08:31:52.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:31:50.961674+0000 mon.smithi138 (mon.0) 537 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:31:52.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:31:50.962205+0000 mgr.smithi138.arglrk (mgr.14162) 260 : cephadm [INF] Deploying daemon mds.foofs.smithi190.lndkxw on smithi190 2024-02-10T08:31:53.014 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:52 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:31:51.929436+0000 mon.smithi138 (mon.0) 538 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-02-10T08:31:53.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:52 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:31:51.929436+0000 mon.smithi138 (mon.0) 538 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-02-10T08:31:53.725 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-02-10T08:31:53.725 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T08:25:31.246995Z", "last_refresh": "2024-02-10T08:30:04.564321Z", "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T08:25:19.171073Z", "last_refresh": "2024-02-10T08:30:04.564377Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T08:25:28.518455Z", "last_refresh": "2024-02-10T08:30:04.564433Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T08:31:50.938590Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T08:31:50.929656Z", "running": 1, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T08:25:17.783691Z", "last_refresh": "2024-02-10T08:30:04.564259Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T08:26:28.422224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T08:26:28.419464Z", "last_refresh": "2024-02-10T08:30:04.564107Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T08:25:29.952862Z", "last_refresh": "2024-02-10T08:30:04.564487Z", "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": "docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949", "last_refresh": "2024-02-10T08:30:04.564595Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T08:25:27.185113Z", "last_refresh": "2024-02-10T08:30:04.564542Z", "running": 1, "size": 1}}] 2024-02-10T08:31:54.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:53 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:31:52.815661+0000 mgr.smithi138.arglrk (mgr.14162) 261 : cluster [DBG] pgmap v231: 65 pgs: 1 active, 3 creating+activating, 5 creating+peering, 25 active+clean, 31 unknown; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:54.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:53 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:31:52.933802+0000 mon.smithi138 (mon.0) 539 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-02-10T08:31:54.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:53 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:31:53.367789+0000 mon.smithi138 (mon.0) 540 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:31:54.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:53 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:31:53.368513+0000 mon.smithi138 (mon.0) 541 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi138.rckmtk", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-10T08:31:54.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:53 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:31:53.370973+0000 mon.smithi138 (mon.0) 542 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi138.rckmtk", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-10T08:31:54.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:53 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:31:53.371514+0000 mon.smithi138 (mon.0) 543 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:31:54.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:53 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:31:52.815661+0000 mgr.smithi138.arglrk (mgr.14162) 261 : cluster [DBG] pgmap v231: 65 pgs: 1 active, 3 creating+activating, 5 creating+peering, 25 active+clean, 31 unknown; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:54.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:53 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:31:52.933802+0000 mon.smithi138 (mon.0) 539 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-02-10T08:31:54.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:53 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:31:53.367789+0000 mon.smithi138 (mon.0) 540 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:31:54.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:53 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:31:53.368513+0000 mon.smithi138 (mon.0) 541 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi138.rckmtk", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-10T08:31:54.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:53 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:31:53.370973+0000 mon.smithi138 (mon.0) 542 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi138.rckmtk", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-10T08:31:54.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:53 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:31:53.371514+0000 mon.smithi138 (mon.0) 543 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:31:55.159 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:54 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:31:53.372053+0000 mgr.smithi138.arglrk (mgr.14162) 262 : cephadm [INF] Deploying daemon mds.foofs.smithi138.rckmtk on smithi138 2024-02-10T08:31:55.159 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:54 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:31:53.722245+0000 mgr.smithi138.arglrk (mgr.14162) 263 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T08:31:55.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:54 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:31:53.372053+0000 mgr.smithi138.arglrk (mgr.14162) 262 : cephadm [INF] Deploying daemon mds.foofs.smithi138.rckmtk on smithi138 2024-02-10T08:31:55.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:54 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:31:53.722245+0000 mgr.smithi138.arglrk (mgr.14162) 263 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T08:31:55.321 INFO:tasks.cephadm:mds.foofs has 1/2 2024-02-10T08:31:56.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:55 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:31:54.816312+0000 mgr.smithi138.arglrk (mgr.14162) 264 : cluster [DBG] pgmap v233: 65 pgs: 1 active, 3 creating+activating, 5 creating+peering, 51 active+clean, 5 unknown; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:56.322 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T08:31:56.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:55 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:31:54.816312+0000 mgr.smithi138.arglrk (mgr.14162) 264 : cluster [DBG] pgmap v233: 65 pgs: 1 active, 3 creating+activating, 5 creating+peering, 51 active+clean, 5 unknown; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:57.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:57 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:31:56.121781+0000 mon.smithi138 (mon.0) 544 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:31:57.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:57 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:31:56.122465+0000 mon.smithi138 (mon.0) 545 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:31:57.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:57 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:31:56.939848+0000 mon.smithi138 (mon.0) 546 : cluster [DBG] mds.? [v2:172.21.15.138:6834/2531059674,v1:172.21.15.138:6835/2531059674] up:boot 2024-02-10T08:31:57.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:57 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:31:56.939887+0000 mon.smithi138 (mon.0) 547 : cluster [INF] daemon mds.foofs.smithi138.rckmtk assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-02-10T08:31:57.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:57 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:31:56.939937+0000 mon.smithi138 (mon.0) 548 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-10T08:31:57.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:57 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:31:56.939961+0000 mon.smithi138 (mon.0) 549 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-02-10T08:31:57.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:57 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:31:56.939975+0000 mon.smithi138 (mon.0) 550 : cluster [INF] Cluster is now healthy 2024-02-10T08:31:57.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:57 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:31:56.940147+0000 mon.smithi138 (mon.0) 551 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-02-10T08:31:57.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:57 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:31:56.940265+0000 mon.smithi138 (mon.0) 552 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi138.rckmtk"}]: dispatch 2024-02-10T08:31:57.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:57 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:31:56.942696+0000 mon.smithi138 (mon.0) 553 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi138.rckmtk=up:creating} 2024-02-10T08:31:57.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:57 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:31:56.952962+0000 mon.smithi138 (mon.0) 554 : cluster [INF] daemon mds.foofs.smithi138.rckmtk is now active in filesystem foofs as rank 0 2024-02-10T08:31:57.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:57 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:31:56.121781+0000 mon.smithi138 (mon.0) 544 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:31:57.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:57 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:31:56.122465+0000 mon.smithi138 (mon.0) 545 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:31:57.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:57 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:31:56.939848+0000 mon.smithi138 (mon.0) 546 : cluster [DBG] mds.? [v2:172.21.15.138:6834/2531059674,v1:172.21.15.138:6835/2531059674] up:boot 2024-02-10T08:31:57.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:57 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:31:56.939887+0000 mon.smithi138 (mon.0) 547 : cluster [INF] daemon mds.foofs.smithi138.rckmtk assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-02-10T08:31:57.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:57 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:31:56.939937+0000 mon.smithi138 (mon.0) 548 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-10T08:31:57.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:57 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:31:56.939961+0000 mon.smithi138 (mon.0) 549 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-02-10T08:31:57.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:57 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:31:56.939975+0000 mon.smithi138 (mon.0) 550 : cluster [INF] Cluster is now healthy 2024-02-10T08:31:57.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:57 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:31:56.940147+0000 mon.smithi138 (mon.0) 551 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-02-10T08:31:57.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:57 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:31:56.940265+0000 mon.smithi138 (mon.0) 552 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi138.rckmtk"}]: dispatch 2024-02-10T08:31:57.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:57 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:31:56.942696+0000 mon.smithi138 (mon.0) 553 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi138.rckmtk=up:creating} 2024-02-10T08:31:57.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:57 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:31:56.952962+0000 mon.smithi138 (mon.0) 554 : cluster [INF] daemon mds.foofs.smithi138.rckmtk is now active in filesystem foofs as rank 0 2024-02-10T08:31:58.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:58 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:31:56.816793+0000 mgr.smithi138.arglrk (mgr.14162) 265 : cluster [DBG] pgmap v234: 65 pgs: 1 active, 3 creating+activating, 61 active+clean; 0 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:58.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:58 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:31:57.944245+0000 mon.smithi138 (mon.0) 555 : cluster [DBG] mds.? [v2:172.21.15.138:6834/2531059674,v1:172.21.15.138:6835/2531059674] up:active 2024-02-10T08:31:58.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:58 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:31:57.944292+0000 mon.smithi138 (mon.0) 556 : cluster [DBG] mds.? [v2:172.21.15.190:6832/967094789,v1:172.21.15.190:6833/967094789] up:boot 2024-02-10T08:31:58.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:58 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:31:57.944536+0000 mon.smithi138 (mon.0) 557 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi138.rckmtk=up:active} 1 up:standby 2024-02-10T08:31:58.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:58 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:31:57.944622+0000 mon.smithi138 (mon.0) 558 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi190.lndkxw"}]: dispatch 2024-02-10T08:31:58.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:58 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:31:57.947880+0000 mon.smithi138 (mon.0) 559 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi138.rckmtk=up:active} 1 up:standby 2024-02-10T08:31:58.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:58 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:31:56.816793+0000 mgr.smithi138.arglrk (mgr.14162) 265 : cluster [DBG] pgmap v234: 65 pgs: 1 active, 3 creating+activating, 61 active+clean; 0 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:58.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:58 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:31:57.944245+0000 mon.smithi138 (mon.0) 555 : cluster [DBG] mds.? [v2:172.21.15.138:6834/2531059674,v1:172.21.15.138:6835/2531059674] up:active 2024-02-10T08:31:58.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:58 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:31:57.944292+0000 mon.smithi138 (mon.0) 556 : cluster [DBG] mds.? [v2:172.21.15.190:6832/967094789,v1:172.21.15.190:6833/967094789] up:boot 2024-02-10T08:31:58.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:58 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:31:57.944536+0000 mon.smithi138 (mon.0) 557 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi138.rckmtk=up:active} 1 up:standby 2024-02-10T08:31:58.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:58 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:31:57.944622+0000 mon.smithi138 (mon.0) 558 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi190.lndkxw"}]: dispatch 2024-02-10T08:31:58.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:58 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:31:57.947880+0000 mon.smithi138 (mon.0) 559 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi138.rckmtk=up:active} 1 up:standby 2024-02-10T08:31:59.153 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-02-10T08:31:59.153 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T08:25:31.246995Z", "last_refresh": "2024-02-10T08:30:04.564321Z", "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T08:25:19.171073Z", "last_refresh": "2024-02-10T08:30:04.564377Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T08:25:28.518455Z", "last_refresh": "2024-02-10T08:30:04.564433Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T08:31:50.938590Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T08:31:50.929656Z", "last_refresh": "2024-02-10T08:31:58.252587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T08:25:17.783691Z", "last_refresh": "2024-02-10T08:30:04.564259Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T08:26:28.422224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T08:26:28.419464Z", "last_refresh": "2024-02-10T08:30:04.564107Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T08:25:29.952862Z", "last_refresh": "2024-02-10T08:30:04.564487Z", "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": "docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949", "last_refresh": "2024-02-10T08:30:04.564595Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T08:25:27.185113Z", "last_refresh": "2024-02-10T08:30:04.564542Z", "running": 1, "size": 1}}] 2024-02-10T08:31:59.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:59 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:31:58.257391+0000 mon.smithi138 (mon.0) 560 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:31:59.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:59 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:31:58.817220+0000 mgr.smithi138.arglrk (mgr.14162) 266 : cluster [DBG] pgmap v235: 65 pgs: 65 active+clean; 1.5 KiB data, 44 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:59.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:31:59 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:31:59.030530+0000 mgr.smithi138.arglrk (mgr.14162) 267 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T08:31:59.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:59 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:31:58.257391+0000 mon.smithi138 (mon.0) 560 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:31:59.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:59 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:31:58.817220+0000 mgr.smithi138.arglrk (mgr.14162) 266 : cluster [DBG] pgmap v235: 65 pgs: 65 active+clean; 1.5 KiB data, 44 MiB used, 715 GiB / 715 GiB avail 2024-02-10T08:31:59.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:31:59 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:31:59.030530+0000 mgr.smithi138.arglrk (mgr.14162) 267 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T08:31:59.848 INFO:tasks.cephadm:mds.foofs has 2/2 2024-02-10T08:31:59.848 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-10T08:31:59.860 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi138.front.sepia.ceph.com 2024-02-10T08:31:59.860 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2024-02-10T08:32:02.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:01 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:32:00.817568+0000 mgr.smithi138.arglrk (mgr.14162) 268 : cluster [DBG] pgmap v236: 65 pgs: 65 active+clean; 2.2 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 4.5 KiB/s wr, 4 op/s 2024-02-10T08:32:02.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:01 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:32:00.817568+0000 mgr.smithi138.arglrk (mgr.14162) 268 : cluster [DBG] pgmap v236: 65 pgs: 65 active+clean; 2.2 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 4.5 KiB/s wr, 4 op/s 2024-02-10T08:32:02.502 INFO:teuthology.orchestra.run.smithi138.stderr:Invalid command: missing required parameter clusterid() 2024-02-10T08:32:02.502 INFO:teuthology.orchestra.run.smithi138.stderr:nfs cluster create [] : Create an NFS Cluster 2024-02-10T08:32:02.503 INFO:teuthology.orchestra.run.smithi138.stderr:Error EINVAL: invalid command 2024-02-10T08:32:03.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:03 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:32:01.876420+0000 mon.smithi138 (mon.0) 561 : cluster [DBG] mds.? [v2:172.21.15.190:6832/967094789,v1:172.21.15.190:6833/967094789] up:standby 2024-02-10T08:32:03.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:03 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:32:01.876469+0000 mon.smithi138 (mon.0) 562 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi138.rckmtk=up:active} 1 up:standby 2024-02-10T08:32:03.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:03 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:32:01.876420+0000 mon.smithi138 (mon.0) 561 : cluster [DBG] mds.? [v2:172.21.15.190:6832/967094789,v1:172.21.15.190:6833/967094789] up:standby 2024-02-10T08:32:03.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:03 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:32:01.876469+0000 mon.smithi138 (mon.0) 562 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi138.rckmtk=up:active} 1 up:standby 2024-02-10T08:32:04.155 INFO:teuthology.orchestra.run.smithi138.stdout:NFS Cluster Created Successfully 2024-02-10T08:32:04.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:04 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:32:02.817979+0000 mgr.smithi138.arglrk (mgr.14162) 269 : cluster [DBG] pgmap v237: 65 pgs: 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 2.5 KiB/s wr, 2 op/s 2024-02-10T08:32:04.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:04 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:02.826464+0000 mgr.smithi138.arglrk (mgr.14162) 270 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "type": "cephfs", "clusterid": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:32:04.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:04 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:02.827427+0000 mon.smithi138 (mon.0) 563 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]: dispatch 2024-02-10T08:32:04.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:04 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:03.123979+0000 mon.smithi138 (mon.0) 564 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]': finished 2024-02-10T08:32:04.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:04 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:32:03.124022+0000 mon.smithi138 (mon.0) 565 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-02-10T08:32:04.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:04 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:03.132097+0000 mon.smithi138 (mon.0) 566 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]: dispatch 2024-02-10T08:32:04.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:04 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:03.508177+0000 mon.smithi138 (mon.0) 567 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:32:04.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:04 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:03.511142+0000 mon.smithi138 (mon.0) 568 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:32:04.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:04 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:03.514221+0000 mon.smithi138 (mon.0) 569 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:32:04.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:04 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:03.517732+0000 mon.smithi138 (mon.0) 570 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:32:04.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:04 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:32:02.817979+0000 mgr.smithi138.arglrk (mgr.14162) 269 : cluster [DBG] pgmap v237: 65 pgs: 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 2.5 KiB/s wr, 2 op/s 2024-02-10T08:32:04.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:04 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:02.826464+0000 mgr.smithi138.arglrk (mgr.14162) 270 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "type": "cephfs", "clusterid": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:32:04.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:04 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:02.827427+0000 mon.smithi138 (mon.0) 563 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]: dispatch 2024-02-10T08:32:04.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:04 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:03.123979+0000 mon.smithi138 (mon.0) 564 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]': finished 2024-02-10T08:32:04.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:04 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:32:03.124022+0000 mon.smithi138 (mon.0) 565 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-02-10T08:32:04.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:04 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:03.132097+0000 mon.smithi138 (mon.0) 566 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]: dispatch 2024-02-10T08:32:04.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:04 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:03.508177+0000 mon.smithi138 (mon.0) 567 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:32:04.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:04 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:03.511142+0000 mon.smithi138 (mon.0) 568 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:32:04.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:04 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:03.514221+0000 mon.smithi138 (mon.0) 569 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:32:04.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:04 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:03.517732+0000 mon.smithi138 (mon.0) 570 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:32:04.730 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- bash -c 'ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2024-02-10T08:32:05.457 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:04.129304+0000 mon.smithi138 (mon.0) 571 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]': finished 2024-02-10T08:32:05.457 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:32:04.129419+0000 mon.smithi138 (mon.0) 572 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-02-10T08:32:05.457 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:32:04.151609+0000 mgr.smithi138.arglrk (mgr.14162) 271 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2024-02-10T08:32:05.458 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:04.154715+0000 mon.smithi138 (mon.0) 573 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:32:05.458 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:04.155334+0000 mon.smithi138 (mon.0) 574 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:32:05.458 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:04.163590+0000 mon.smithi138 (mon.0) 575 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:32:05.458 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:04.171574+0000 mon.smithi138 (mon.0) 576 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi138", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-02-10T08:32:05.458 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:04.175880+0000 mon.smithi138 (mon.0) 577 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi138", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-02-10T08:32:05.458 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:04.177544+0000 mon.smithi138 (mon.0) 578 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi138-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-10T08:32:05.458 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:04.185556+0000 mon.smithi138 (mon.0) 579 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi138-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-10T08:32:05.458 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:04.188321+0000 mon.smithi138 (mon.0) 580 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:32:05.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:04.129304+0000 mon.smithi138 (mon.0) 571 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]': finished 2024-02-10T08:32:05.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:32:04.129419+0000 mon.smithi138 (mon.0) 572 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-02-10T08:32:05.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:32:04.151609+0000 mgr.smithi138.arglrk (mgr.14162) 271 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2024-02-10T08:32:05.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:04.154715+0000 mon.smithi138 (mon.0) 573 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:32:05.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:04.155334+0000 mon.smithi138 (mon.0) 574 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:32:05.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:04.163590+0000 mon.smithi138 (mon.0) 575 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:32:05.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:04.171574+0000 mon.smithi138 (mon.0) 576 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi138", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-02-10T08:32:05.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:04.175880+0000 mon.smithi138 (mon.0) 577 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi138", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-02-10T08:32:05.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:04.177544+0000 mon.smithi138 (mon.0) 578 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi138-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-10T08:32:05.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:04.185556+0000 mon.smithi138 (mon.0) 579 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi138-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-10T08:32:05.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:04.188321+0000 mon.smithi138 (mon.0) 580 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:32:06.428 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:06 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:32:04.165660+0000 mgr.smithi138.arglrk (mgr.14162) 272 : cephadm [INF] Checking pool "nfs-ganesha" exists for service nfs.foo 2024-02-10T08:32:06.428 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:06 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:32:04.171337+0000 mgr.smithi138.arglrk (mgr.14162) 273 : cephadm [INF] Creating key for client.nfs.foo.smithi138 2024-02-10T08:32:06.429 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:06 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:32:04.177283+0000 mgr.smithi138.arglrk (mgr.14162) 274 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-10T08:32:06.429 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:06 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:32:04.177349+0000 mgr.smithi138.arglrk (mgr.14162) 275 : cephadm [INF] Creating key for client.nfs.foo.smithi138-rgw 2024-02-10T08:32:06.429 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:06 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:32:04.189131+0000 mgr.smithi138.arglrk (mgr.14162) 276 : cephadm [INF] Deploying daemon nfs.foo.smithi138 on smithi138 2024-02-10T08:32:06.429 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:06 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:32:04.818391+0000 mgr.smithi138.arglrk (mgr.14162) 277 : cluster [DBG] pgmap v240: 97 pgs: 5 creating+peering, 15 unknown, 77 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 0 B/s rd, 1.7 KiB/s wr, 2 op/s 2024-02-10T08:32:06.429 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:06 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:32:05.132780+0000 mon.smithi138 (mon.0) 581 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-02-10T08:32:06.429 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:06 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:32:05.191131+0000 mon.smithi138 (mon.0) 582 : cluster [DBG] mgrmap e19: smithi138.arglrk(active, since 6m), standbys: smithi190.qddxvv 2024-02-10T08:32:06.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:06 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:32:04.165660+0000 mgr.smithi138.arglrk (mgr.14162) 272 : cephadm [INF] Checking pool "nfs-ganesha" exists for service nfs.foo 2024-02-10T08:32:06.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:06 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:32:04.171337+0000 mgr.smithi138.arglrk (mgr.14162) 273 : cephadm [INF] Creating key for client.nfs.foo.smithi138 2024-02-10T08:32:06.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:06 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:32:04.177283+0000 mgr.smithi138.arglrk (mgr.14162) 274 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-10T08:32:06.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:06 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:32:04.177349+0000 mgr.smithi138.arglrk (mgr.14162) 275 : cephadm [INF] Creating key for client.nfs.foo.smithi138-rgw 2024-02-10T08:32:06.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:06 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:32:04.189131+0000 mgr.smithi138.arglrk (mgr.14162) 276 : cephadm [INF] Deploying daemon nfs.foo.smithi138 on smithi138 2024-02-10T08:32:06.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:06 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:32:04.818391+0000 mgr.smithi138.arglrk (mgr.14162) 277 : cluster [DBG] pgmap v240: 97 pgs: 5 creating+peering, 15 unknown, 77 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 0 B/s rd, 1.7 KiB/s wr, 2 op/s 2024-02-10T08:32:06.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:06 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:32:05.132780+0000 mon.smithi138 (mon.0) 581 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-02-10T08:32:06.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:06 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:32:05.191131+0000 mon.smithi138 (mon.0) 582 : cluster [DBG] mgrmap e19: smithi138.arglrk(active, since 6m), standbys: smithi190.qddxvv 2024-02-10T08:32:07.577 INFO:teuthology.orchestra.run.smithi138.stdout:{ 2024-02-10T08:32:07.577 INFO:teuthology.orchestra.run.smithi138.stdout: "bind": "/fake", 2024-02-10T08:32:07.577 INFO:teuthology.orchestra.run.smithi138.stdout: "fs": "foofs", 2024-02-10T08:32:07.577 INFO:teuthology.orchestra.run.smithi138.stdout: "path": "/", 2024-02-10T08:32:07.577 INFO:teuthology.orchestra.run.smithi138.stdout: "cluster": "foo", 2024-02-10T08:32:07.578 INFO:teuthology.orchestra.run.smithi138.stdout: "mode": "RW" 2024-02-10T08:32:07.578 INFO:teuthology.orchestra.run.smithi138.stdout:} 2024-02-10T08:32:08.278 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:32:06.818783+0000 mgr.smithi138.arglrk (mgr.14162) 278 : cluster [DBG] pgmap v242: 97 pgs: 5 creating+peering, 13 unknown, 79 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 0 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T08:32:08.279 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:07.567853+0000 mon.smithi138 (mon.0) 583 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get-or-create", "entity": "client.foo1", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-02-10T08:32:08.279 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:07.573076+0000 mon.smithi138 (mon.0) 584 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "auth get-or-create", "entity": "client.foo1", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-02-10T08:32:08.297 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2024-02-10T08:32:08.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:08 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:32:06.818783+0000 mgr.smithi138.arglrk (mgr.14162) 278 : cluster [DBG] pgmap v242: 97 pgs: 5 creating+peering, 13 unknown, 79 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 0 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T08:32:08.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:08 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:07.567853+0000 mon.smithi138 (mon.0) 583 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get-or-create", "entity": "client.foo1", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-02-10T08:32:08.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:08 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:07.573076+0000 mon.smithi138 (mon.0) 584 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "auth get-or-create", "entity": "client.foo1", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-02-10T08:32:09.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:07.549460+0000 mgr.smithi138.arglrk (mgr.14162) 279 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "clusterid": "foo", "binding": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:32:09.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:07.549460+0000 mgr.smithi138.arglrk (mgr.14162) 279 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "clusterid": "foo", "binding": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:32:10.246 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:32:08.819241+0000 mgr.smithi138.arglrk (mgr.14162) 280 : cluster [DBG] pgmap v243: 97 pgs: 5 creating+peering, 92 active+clean; 2.3 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 0 B/s rd, 0 B/s wr, 0 op/s 2024-02-10T08:32:10.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:32:08.819241+0000 mgr.smithi138.arglrk (mgr.14162) 280 : cluster [DBG] pgmap v243: 97 pgs: 5 creating+peering, 92 active+clean; 2.3 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 0 B/s rd, 0 B/s wr, 0 op/s 2024-02-10T08:32:12.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:12 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:10.666463+0000 mgr.smithi138.arglrk (mgr.14162) 281 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:32:12.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:12 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:32:10.819830+0000 mgr.smithi138.arglrk (mgr.14162) 282 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 2.3 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 133 B/s rd, 399 B/s wr, 0 op/s 2024-02-10T08:32:12.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:12 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:11.050117+0000 mon.smithi138 (mon.0) 585 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:32:12.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:12 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:32:11.050720+0000 mgr.smithi138.arglrk (mgr.14162) 283 : cephadm [INF] Creating key for client.nfs.foo.smithi190 2024-02-10T08:32:12.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:12 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:11.050934+0000 mon.smithi138 (mon.0) 586 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi190", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-02-10T08:32:12.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:12 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:11.053451+0000 mon.smithi138 (mon.0) 587 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi190", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-02-10T08:32:12.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:12 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:32:11.054384+0000 mgr.smithi138.arglrk (mgr.14162) 284 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-10T08:32:12.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:12 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:32:11.054444+0000 mgr.smithi138.arglrk (mgr.14162) 285 : cephadm [INF] Creating key for client.nfs.foo.smithi190-rgw 2024-02-10T08:32:12.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:12 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:11.054612+0000 mon.smithi138 (mon.0) 588 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi190-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-10T08:32:12.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:12 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:11.059252+0000 mon.smithi138 (mon.0) 589 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi190-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-10T08:32:12.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:12 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:11.060024+0000 mon.smithi138 (mon.0) 590 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:32:12.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:12 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:32:11.060492+0000 mgr.smithi138.arglrk (mgr.14162) 286 : cephadm [INF] Deploying daemon nfs.foo.smithi190 on smithi190 2024-02-10T08:32:12.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:12 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:10.666463+0000 mgr.smithi138.arglrk (mgr.14162) 281 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:32:12.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:12 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:32:10.819830+0000 mgr.smithi138.arglrk (mgr.14162) 282 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 2.3 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 133 B/s rd, 399 B/s wr, 0 op/s 2024-02-10T08:32:12.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:12 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:11.050117+0000 mon.smithi138 (mon.0) 585 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:32:12.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:12 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:32:11.050720+0000 mgr.smithi138.arglrk (mgr.14162) 283 : cephadm [INF] Creating key for client.nfs.foo.smithi190 2024-02-10T08:32:12.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:12 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:11.050934+0000 mon.smithi138 (mon.0) 586 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi190", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-02-10T08:32:12.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:12 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:11.053451+0000 mon.smithi138 (mon.0) 587 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi190", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-02-10T08:32:12.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:12 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:32:11.054384+0000 mgr.smithi138.arglrk (mgr.14162) 284 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-10T08:32:12.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:12 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:32:11.054444+0000 mgr.smithi138.arglrk (mgr.14162) 285 : cephadm [INF] Creating key for client.nfs.foo.smithi190-rgw 2024-02-10T08:32:12.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:12 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:11.054612+0000 mon.smithi138 (mon.0) 588 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi190-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-10T08:32:12.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:12 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:11.059252+0000 mon.smithi138 (mon.0) 589 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi190-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-10T08:32:12.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:12 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:11.060024+0000 mon.smithi138 (mon.0) 590 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:32:12.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:12 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:32:11.060492+0000 mgr.smithi138.arglrk (mgr.14162) 286 : cephadm [INF] Deploying daemon nfs.foo.smithi190 on smithi190 2024-02-10T08:32:13.187 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:13 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:11.956555+0000 mgr.smithi138.arglrk (mgr.14162) 287 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:32:13.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:13 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:11.956555+0000 mgr.smithi138.arglrk (mgr.14162) 287 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:32:14.241 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:32:12.820431+0000 mgr.smithi138.arglrk (mgr.14162) 288 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 235 B/s rd, 471 B/s wr, 1 op/s 2024-02-10T08:32:14.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:14 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:32:12.820431+0000 mgr.smithi138.arglrk (mgr.14162) 288 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 235 B/s rd, 471 B/s wr, 1 op/s 2024-02-10T08:32:15.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:15 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:13.253204+0000 mgr.smithi138.arglrk (mgr.14162) 289 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:32:15.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:15 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:13.253204+0000 mgr.smithi138.arglrk (mgr.14162) 289 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:32:15.851 INFO:teuthology.orchestra.run.smithi138.stdout:nfs.foo 2/2 - 11s count:2 2024-02-10T08:32:16.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:16 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:14.543243+0000 mgr.smithi138.arglrk (mgr.14162) 290 : audit [DBG] from='client.14540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:32:16.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:16 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:32:14.820915+0000 mgr.smithi138.arglrk (mgr.14162) 291 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.1 KiB/s wr, 2 op/s 2024-02-10T08:32:16.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:16 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:15.218979+0000 mon.smithi138 (mon.0) 591 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:32:16.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:16 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:15.219585+0000 mon.smithi138 (mon.0) 592 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:32:16.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:16 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:14.543243+0000 mgr.smithi138.arglrk (mgr.14162) 290 : audit [DBG] from='client.14540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:32:16.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:16 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:32:14.820915+0000 mgr.smithi138.arglrk (mgr.14162) 291 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.1 KiB/s wr, 2 op/s 2024-02-10T08:32:16.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:16 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:15.218979+0000 mon.smithi138 (mon.0) 591 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:32:16.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:16 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:15.219585+0000 mon.smithi138 (mon.0) 592 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:32:16.925 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-10T08:32:16.936 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi138.front.sepia.ceph.com 2024-02-10T08:32:16.936 DEBUG:teuthology.orchestra.run.smithi138:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2024-02-10T08:32:16.967 INFO:teuthology.orchestra.run.smithi138.stderr:+ mkdir /mnt/foo 2024-02-10T08:32:16.986 DEBUG:teuthology.orchestra.run.smithi138:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2024-02-10T08:32:17.052 INFO:teuthology.orchestra.run.smithi138.stderr:++ hostname 2024-02-10T08:32:17.053 INFO:teuthology.orchestra.run.smithi138.stderr:+ mount -t nfs smithi138:/fake /mnt/foo -o sync 2024-02-10T08:32:17.184 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:17 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:15.836048+0000 mgr.smithi138.arglrk (mgr.14162) 292 : audit [DBG] from='client.14552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:32:17.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:17 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:15.836048+0000 mgr.smithi138.arglrk (mgr.14162) 292 : audit [DBG] from='client.14552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:32:18.312 DEBUG:teuthology.orchestra.run.smithi138:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2024-02-10T08:32:18.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:18 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:32:16.821297+0000 mgr.smithi138.arglrk (mgr.14162) 293 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 963 B/s wr, 2 op/s 2024-02-10T08:32:18.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:18 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:18.026487+0000 mon.smithi138 (mon.0) 593 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:32:18.374 INFO:teuthology.orchestra.run.smithi138.stderr:+ echo test 2024-02-10T08:32:18.383 DEBUG:teuthology.orchestra.run.smithi138:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2024-02-10T08:32:18.449 INFO:teuthology.orchestra.run.smithi138.stderr:+ sync 2024-02-10T08:32:18.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:18 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:32:16.821297+0000 mgr.smithi138.arglrk (mgr.14162) 293 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 963 B/s wr, 2 op/s 2024-02-10T08:32:18.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:18 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:18.026487+0000 mon.smithi138 (mon.0) 593 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:32:18.940 INFO:teuthology.run_tasks:Running task parallel... 2024-02-10T08:32:18.950 INFO:teuthology.task.parallel:starting parallel... 2024-02-10T08:32:18.951 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-02-10T08:32:18.951 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-02-10T08:32:18.951 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi138.front.sepia.ceph.com 2024-02-10T08:32:18.952 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2024-02-10T08:32:18.952 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-02-10T08:32:18.952 INFO:teuthology.task.sequential:In sequential, running task exec... 2024-02-10T08:32:18.953 INFO:teuthology.task.exec:Executing custom commands... 2024-02-10T08:32:18.953 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi138.front.sepia.ceph.com 2024-02-10T08:32:18.953 DEBUG:teuthology.orchestra.run.smithi138:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2024-02-10T08:32:19.057 INFO:teuthology.orchestra.run.smithi138.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2024-02-10T08:32:19.057 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-02-10T08:32:19.057 INFO:teuthology.orchestra.run.smithi138.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2024-02-10T08:32:19.072 INFO:teuthology.orchestra.run.smithi138.stdout:3 of 5 processes prepared for launch 0 sec 2024-02-10T08:32:19.173 INFO:teuthology.orchestra.run.smithi138.stdout:5 of 5 processes prepared for launch 0 sec 2024-02-10T08:32:19.173 INFO:teuthology.orchestra.run.smithi138.stdout:releasing clients 2024-02-10T08:32:20.151 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:20 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:32:18.821800+0000 mgr.smithi138.arglrk (mgr.14162) 294 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 3.4 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.2 KiB/s wr, 2 op/s 2024-02-10T08:32:20.173 INFO:teuthology.orchestra.run.smithi138.stdout: 5 305 56.05 MB/sec warmup 1 sec latency 14.845 ms 2024-02-10T08:32:20.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:20 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:32:18.821800+0000 mgr.smithi138.arglrk (mgr.14162) 294 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 3.4 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.2 KiB/s wr, 2 op/s 2024-02-10T08:32:21.173 INFO:teuthology.orchestra.run.smithi138.stdout: 5 668 52.87 MB/sec warmup 2 sec latency 11.664 ms 2024-02-10T08:32:22.173 INFO:teuthology.orchestra.run.smithi138.stdout: 5 1853 43.95 MB/sec warmup 3 sec latency 22.219 ms 2024-02-10T08:32:22.342 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:22 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:32:20.822349+0000 mgr.smithi138.arglrk (mgr.14162) 295 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 9.3 MiB data, 45 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 795 KiB/s wr, 18 op/s 2024-02-10T08:32:22.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:22 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:32:20.822349+0000 mgr.smithi138.arglrk (mgr.14162) 295 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 9.3 MiB data, 45 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 795 KiB/s wr, 18 op/s 2024-02-10T08:32:22.795 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2024-02-10T08:32:23.173 INFO:teuthology.orchestra.run.smithi138.stdout: 5 3270 43.67 MB/sec warmup 4 sec latency 11.763 ms 2024-02-10T08:32:24.173 INFO:teuthology.orchestra.run.smithi138.stdout: 5 4352 40.54 MB/sec warmup 5 sec latency 12.843 ms 2024-02-10T08:32:24.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:24 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:32:22.822879+0000 mgr.smithi138.arglrk (mgr.14162) 296 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 67 MiB data, 319 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 6.0 MiB/s wr, 282 op/s 2024-02-10T08:32:24.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:24 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:23.986459+0000 mon.smithi138 (mon.0) 594 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:32:24.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:24 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:23.991099+0000 mon.smithi138 (mon.0) 595 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:32:24.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:24 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:23.995055+0000 mon.smithi138 (mon.0) 596 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:32:24.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:24 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:24.000185+0000 mon.smithi138 (mon.0) 597 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:32:24.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:24 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:32:22.822879+0000 mgr.smithi138.arglrk (mgr.14162) 296 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 67 MiB data, 319 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 6.0 MiB/s wr, 282 op/s 2024-02-10T08:32:24.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:24 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:23.986459+0000 mon.smithi138 (mon.0) 594 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:32:24.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:24 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:23.991099+0000 mon.smithi138 (mon.0) 595 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:32:24.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:24 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:23.995055+0000 mon.smithi138 (mon.0) 596 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:32:24.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:24 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:24.000185+0000 mon.smithi138 (mon.0) 597 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:32:25.173 INFO:teuthology.orchestra.run.smithi138.stdout: 5 5838 38.63 MB/sec warmup 6 sec latency 10.991 ms 2024-02-10T08:32:26.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:25 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:32:24.823428+0000 mgr.smithi138.arglrk (mgr.14162) 297 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 123 MiB data, 491 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 12 MiB/s wr, 610 op/s 2024-02-10T08:32:26.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:25 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:32:24.823428+0000 mgr.smithi138.arglrk (mgr.14162) 297 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 123 MiB data, 491 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 12 MiB/s wr, 610 op/s 2024-02-10T08:32:26.173 INFO:teuthology.orchestra.run.smithi138.stdout: 5 6975 39.79 MB/sec warmup 7 sec latency 20.239 ms 2024-02-10T08:32:26.692 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph config set global log_to_journald false --force' 2024-02-10T08:32:27.173 INFO:teuthology.orchestra.run.smithi138.stdout: 5 7992 37.43 MB/sec warmup 8 sec latency 19.825 ms 2024-02-10T08:32:28.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:32:26.823848+0000 mgr.smithi138.arglrk (mgr.14162) 298 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 127 MiB data, 513 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 12 MiB/s wr, 641 op/s 2024-02-10T08:32:28.173 INFO:teuthology.orchestra.run.smithi138.stdout: 5 9318 36.33 MB/sec warmup 9 sec latency 13.198 ms 2024-02-10T08:32:28.300 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:32:26.823848+0000 mgr.smithi138.arglrk (mgr.14162) 298 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 127 MiB data, 513 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 12 MiB/s wr, 641 op/s 2024-02-10T08:32:29.173 INFO:teuthology.orchestra.run.smithi138.stdout: 5 10580 37.50 MB/sec warmup 10 sec latency 13.656 ms 2024-02-10T08:32:30.142 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:30 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:32:28.824373+0000 mgr.smithi138.arglrk (mgr.14162) 299 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 144 MiB data, 650 MiB used, 715 GiB / 715 GiB avail; 8.2 KiB/s rd, 16 MiB/s wr, 977 op/s 2024-02-10T08:32:30.142 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:30 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:29.144121+0000 mon.smithi138 (mon.0) 598 : audit [INF] from='client.? 172.21.15.138:0/2625498440' entity='client.admin' 2024-02-10T08:32:30.173 INFO:teuthology.orchestra.run.smithi138.stdout: 5 11515 35.88 MB/sec warmup 11 sec latency 13.739 ms 2024-02-10T08:32:30.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:30 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:32:28.824373+0000 mgr.smithi138.arglrk (mgr.14162) 299 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 144 MiB data, 650 MiB used, 715 GiB / 715 GiB avail; 8.2 KiB/s rd, 16 MiB/s wr, 977 op/s 2024-02-10T08:32:30.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:30 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:29.144121+0000 mon.smithi138 (mon.0) 598 : audit [INF] from='client.? 172.21.15.138:0/2625498440' entity='client.admin' 2024-02-10T08:32:30.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:30 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:29.148217+0000 mon.smithi138 (mon.0) 599 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:32:30.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:30 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:29.935029+0000 mon.smithi138 (mon.0) 600 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:32:30.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:30 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:29.148217+0000 mon.smithi138 (mon.0) 599 : audit [DBG] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:32:30.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:30 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:29.935029+0000 mon.smithi138 (mon.0) 600 : audit [INF] from='mgr.14162 172.21.15.138:0/3981970705' entity='mgr.smithi138.arglrk' 2024-02-10T08:32:31.173 INFO:teuthology.orchestra.run.smithi138.stdout: 5 12914 35.24 MB/sec warmup 12 sec latency 68.773 ms 2024-02-10T08:32:32.173 INFO:teuthology.orchestra.run.smithi138.stdout: 5 14132 36.19 MB/sec warmup 13 sec latency 33.745 ms 2024-02-10T08:32:32.258 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph mgr module enable nfs --force' 2024-02-10T08:32:32.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:32 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:32:30.824938+0000 mgr.smithi138.arglrk (mgr.14162) 300 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 148 MiB data, 729 MiB used, 715 GiB / 715 GiB avail; 8.2 KiB/s rd, 19 MiB/s wr, 1.21k op/s 2024-02-10T08:32:32.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:32 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:32:30.824938+0000 mgr.smithi138.arglrk (mgr.14162) 300 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 148 MiB data, 729 MiB used, 715 GiB / 715 GiB avail; 8.2 KiB/s rd, 19 MiB/s wr, 1.21k op/s 2024-02-10T08:32:33.174 INFO:teuthology.orchestra.run.smithi138.stdout: 5 14926 34.90 MB/sec warmup 14 sec latency 39.196 ms 2024-02-10T08:32:34.174 INFO:teuthology.orchestra.run.smithi138.stdout: 5 16013 34.27 MB/sec warmup 15 sec latency 19.189 ms 2024-02-10T08:32:34.274 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:34 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:32:32.825514+0000 mgr.smithi138.arglrk (mgr.14162) 301 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 159 MiB data, 804 MiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 22 MiB/s wr, 1.58k op/s 2024-02-10T08:32:34.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:34 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:32:32.825514+0000 mgr.smithi138.arglrk (mgr.14162) 301 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 159 MiB data, 804 MiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 22 MiB/s wr, 1.58k op/s 2024-02-10T08:32:35.174 INFO:teuthology.orchestra.run.smithi138.stdout: 5 17403 34.72 MB/sec warmup 16 sec latency 12.939 ms 2024-02-10T08:32:36.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:35 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:32:34.826002+0000 mgr.smithi138.arglrk (mgr.14162) 302 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 168 MiB data, 883 MiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 20 MiB/s wr, 1.58k op/s 2024-02-10T08:32:36.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:35 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:34.850451+0000 mon.smithi138 (mon.0) 601 : audit [INF] from='client.? 172.21.15.138:0/126997702' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-02-10T08:32:36.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:35 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:32:34.826002+0000 mgr.smithi138.arglrk (mgr.14162) 302 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 168 MiB data, 883 MiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 20 MiB/s wr, 1.58k op/s 2024-02-10T08:32:36.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:35 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:34.850451+0000 mon.smithi138 (mon.0) 601 : audit [INF] from='client.? 172.21.15.138:0/126997702' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-02-10T08:32:36.174 INFO:teuthology.orchestra.run.smithi138.stdout: 5 18475 34.37 MB/sec warmup 17 sec latency 20.632 ms 2024-02-10T08:32:36.621 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-02-10T08:32:36.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:36 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:35.804018+0000 mon.smithi138 (mon.0) 602 : audit [INF] from='client.? 172.21.15.138:0/126997702' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]': finished 2024-02-10T08:32:36.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:36 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:32:35.804073+0000 mon.smithi138 (mon.0) 603 : cluster [DBG] mgrmap e20: smithi138.arglrk(active, since 6m), standbys: smithi190.qddxvv 2024-02-10T08:32:37.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:36 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:35.804018+0000 mon.smithi138 (mon.0) 602 : audit [INF] from='client.? 172.21.15.138:0/126997702' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]': finished 2024-02-10T08:32:37.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:36 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:32:35.804073+0000 mon.smithi138 (mon.0) 603 : cluster [DBG] mgrmap e20: smithi138.arglrk(active, since 6m), standbys: smithi190.qddxvv 2024-02-10T08:32:37.174 INFO:teuthology.orchestra.run.smithi138.stdout: 5 19395 33.83 MB/sec warmup 18 sec latency 32.778 ms 2024-02-10T08:32:38.174 INFO:teuthology.orchestra.run.smithi138.stdout: 5 20467 33.20 MB/sec warmup 19 sec latency 19.528 ms 2024-02-10T08:32:39.174 INFO:teuthology.orchestra.run.smithi138.stdout: 5 21450 33.70 MB/sec warmup 20 sec latency 18.182 ms 2024-02-10T08:32:40.174 INFO:teuthology.orchestra.run.smithi138.stdout: 5 22251 32.56 MB/sec warmup 21 sec latency 17.080 ms 2024-02-10T08:32:41.174 INFO:teuthology.orchestra.run.smithi138.stdout: 5 23396 32.13 MB/sec warmup 22 sec latency 16.699 ms 2024-02-10T08:32:42.174 INFO:teuthology.orchestra.run.smithi138.stdout: 5 24524 32.48 MB/sec warmup 23 sec latency 20.446 ms 2024-02-10T08:32:42.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:32:42.061785+0000 mon.smithi138 (mon.0) 604 : cluster [DBG] Standby manager daemon smithi190.qddxvv restarted 2024-02-10T08:32:42.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:32:42.061928+0000 mon.smithi138 (mon.0) 605 : cluster [DBG] Standby manager daemon smithi190.qddxvv started 2024-02-10T08:32:42.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:42.064259+0000 mon.smithi190 (mon.1) 18 : audit [DBG] from='mgr.? 172.21.15.190:0/836819291' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi190.qddxvv/crt"}]: dispatch 2024-02-10T08:32:42.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:42.068496+0000 mon.smithi190 (mon.1) 19 : audit [DBG] from='mgr.? 172.21.15.190:0/836819291' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-10T08:32:42.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:42.070969+0000 mon.smithi190 (mon.1) 20 : audit [DBG] from='mgr.? 172.21.15.190:0/836819291' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi190.qddxvv/key"}]: dispatch 2024-02-10T08:32:42.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:42.071441+0000 mon.smithi190 (mon.1) 21 : audit [DBG] from='mgr.? 172.21.15.190:0/836819291' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-10T08:32:42.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:32:42.061785+0000 mon.smithi138 (mon.0) 604 : cluster [DBG] Standby manager daemon smithi190.qddxvv restarted 2024-02-10T08:32:42.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:32:42.061928+0000 mon.smithi138 (mon.0) 605 : cluster [DBG] Standby manager daemon smithi190.qddxvv started 2024-02-10T08:32:42.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:42.064259+0000 mon.smithi190 (mon.1) 18 : audit [DBG] from='mgr.? 172.21.15.190:0/836819291' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi190.qddxvv/crt"}]: dispatch 2024-02-10T08:32:42.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:42.068496+0000 mon.smithi190 (mon.1) 19 : audit [DBG] from='mgr.? 172.21.15.190:0/836819291' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-10T08:32:42.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:42.070969+0000 mon.smithi190 (mon.1) 20 : audit [DBG] from='mgr.? 172.21.15.190:0/836819291' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi190.qddxvv/key"}]: dispatch 2024-02-10T08:32:42.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:42.071441+0000 mon.smithi190 (mon.1) 21 : audit [DBG] from='mgr.? 172.21.15.190:0/836819291' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-10T08:32:43.174 INFO:teuthology.orchestra.run.smithi138.stdout: 5 25500 32.29 MB/sec warmup 24 sec latency 20.176 ms 2024-02-10T08:32:43.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:43 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:32:42.119236+0000 mon.smithi138 (mon.0) 606 : cluster [DBG] mgrmap e21: smithi138.arglrk(active, since 7m), standbys: smithi190.qddxvv 2024-02-10T08:32:43.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:43 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:32:42.119236+0000 mon.smithi138 (mon.0) 606 : cluster [DBG] mgrmap e21: smithi138.arglrk(active, since 7m), standbys: smithi190.qddxvv 2024-02-10T08:32:44.174 INFO:teuthology.orchestra.run.smithi138.stdout: 5 26621 32.03 MB/sec warmup 25 sec latency 16.590 ms 2024-02-10T08:32:44.380 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:32:43.266444+0000 mon.smithi138 (mon.0) 607 : cluster [INF] Active manager daemon smithi138.arglrk restarted 2024-02-10T08:32:44.380 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:32:43.267008+0000 mon.smithi138 (mon.0) 608 : cluster [INF] Activating manager daemon smithi138.arglrk 2024-02-10T08:32:44.380 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:32:43.270285+0000 mon.smithi138 (mon.0) 609 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-02-10T08:32:44.442 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:44 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:32:43.266444+0000 mon.smithi138 (mon.0) 607 : cluster [INF] Active manager daemon smithi138.arglrk restarted 2024-02-10T08:32:44.443 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:44 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:32:43.267008+0000 mon.smithi138 (mon.0) 608 : cluster [INF] Activating manager daemon smithi138.arglrk 2024-02-10T08:32:44.443 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:44 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:32:43.270285+0000 mon.smithi138 (mon.0) 609 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-02-10T08:32:45.166 INFO:teuthology.orchestra.run.smithi138.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-10T08:32:45.174 INFO:teuthology.orchestra.run.smithi138.stdout: 5 27696 31.94 MB/sec warmup 26 sec latency 17.379 ms 2024-02-10T08:32:45.451 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:32:44.136405+0000 mon.smithi138 (mon.0) 610 : cluster [DBG] mgrmap e22: smithi138.arglrk(active, starting, since 0.869527s), standbys: smithi190.qddxvv 2024-02-10T08:32:45.452 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:44.138002+0000 mon.smithi190 (mon.1) 22 : audit [DBG] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mon metadata", "id": "smithi138"}]: dispatch 2024-02-10T08:32:45.452 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:44.138189+0000 mon.smithi190 (mon.1) 23 : audit [DBG] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2024-02-10T08:32:45.452 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:44.139216+0000 mon.smithi190 (mon.1) 24 : audit [DBG] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi138.rckmtk"}]: dispatch 2024-02-10T08:32:45.452 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:44.139418+0000 mon.smithi190 (mon.1) 25 : audit [DBG] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi190.lndkxw"}]: dispatch 2024-02-10T08:32:45.452 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:44.139861+0000 mon.smithi190 (mon.1) 26 : audit [DBG] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mgr metadata", "who": "smithi138.arglrk", "id": "smithi138.arglrk"}]: dispatch 2024-02-10T08:32:45.452 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:44.140096+0000 mon.smithi190 (mon.1) 27 : audit [DBG] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mgr metadata", "who": "smithi190.qddxvv", "id": "smithi190.qddxvv"}]: dispatch 2024-02-10T08:32:45.452 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:44.140363+0000 mon.smithi190 (mon.1) 28 : audit [DBG] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T08:32:45.452 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:44.140654+0000 mon.smithi190 (mon.1) 29 : audit [DBG] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T08:32:45.452 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:44.140857+0000 mon.smithi190 (mon.1) 30 : audit [DBG] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T08:32:45.452 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:44.141083+0000 mon.smithi190 (mon.1) 31 : audit [DBG] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T08:32:45.452 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:44.141346+0000 mon.smithi190 (mon.1) 32 : audit [DBG] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T08:32:45.453 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:44.141642+0000 mon.smithi190 (mon.1) 33 : audit [DBG] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T08:32:45.453 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:44.141924+0000 mon.smithi190 (mon.1) 34 : audit [DBG] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T08:32:45.453 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:44.142148+0000 mon.smithi190 (mon.1) 35 : audit [DBG] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T08:32:45.453 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:44.142612+0000 mon.smithi190 (mon.1) 36 : audit [DBG] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T08:32:45.453 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:44.142834+0000 mon.smithi190 (mon.1) 37 : audit [DBG] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T08:32:45.453 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:44.143327+0000 mon.smithi190 (mon.1) 38 : audit [DBG] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T08:32:45.453 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:32:44.147900+0000 mon.smithi138 (mon.0) 611 : cluster [INF] Manager daemon smithi138.arglrk is now available 2024-02-10T08:32:45.453 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:44.309639+0000 mon.smithi190 (mon.1) 39 : audit [DBG] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:32:45.453 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:44.313992+0000 mon.smithi190 (mon.1) 40 : audit [DBG] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:32:45.453 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:44.364327+0000 mon.smithi190 (mon.1) 41 : audit [INF] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.arglrk/mirror_snapshot_schedule"}]: dispatch 2024-02-10T08:32:45.453 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:44.364778+0000 mon.smithi138 (mon.0) 612 : audit [INF] from='mgr.24357 ' entity='mgr.smithi138.arglrk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.arglrk/mirror_snapshot_schedule"}]: dispatch 2024-02-10T08:32:45.453 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:44.380450+0000 mon.smithi190 (mon.1) 42 : audit [INF] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.arglrk/trash_purge_schedule"}]: dispatch 2024-02-10T08:32:45.453 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:44.381423+0000 mon.smithi138 (mon.0) 613 : audit [INF] from='mgr.24357 ' entity='mgr.smithi138.arglrk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.arglrk/trash_purge_schedule"}]: dispatch 2024-02-10T08:32:45.461 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:32:44.136405+0000 mon.smithi138 (mon.0) 610 : cluster [DBG] mgrmap e22: smithi138.arglrk(active, starting, since 0.869527s), standbys: smithi190.qddxvv 2024-02-10T08:32:45.462 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:44.138002+0000 mon.smithi190 (mon.1) 22 : audit [DBG] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mon metadata", "id": "smithi138"}]: dispatch 2024-02-10T08:32:45.462 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:44.138189+0000 mon.smithi190 (mon.1) 23 : audit [DBG] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2024-02-10T08:32:45.462 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:44.139216+0000 mon.smithi190 (mon.1) 24 : audit [DBG] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi138.rckmtk"}]: dispatch 2024-02-10T08:32:45.462 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:44.139418+0000 mon.smithi190 (mon.1) 25 : audit [DBG] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi190.lndkxw"}]: dispatch 2024-02-10T08:32:45.462 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:44.139861+0000 mon.smithi190 (mon.1) 26 : audit [DBG] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mgr metadata", "who": "smithi138.arglrk", "id": "smithi138.arglrk"}]: dispatch 2024-02-10T08:32:45.462 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:44.140096+0000 mon.smithi190 (mon.1) 27 : audit [DBG] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mgr metadata", "who": "smithi190.qddxvv", "id": "smithi190.qddxvv"}]: dispatch 2024-02-10T08:32:45.462 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:44.140363+0000 mon.smithi190 (mon.1) 28 : audit [DBG] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T08:32:45.462 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:44.140654+0000 mon.smithi190 (mon.1) 29 : audit [DBG] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T08:32:45.462 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:44.140857+0000 mon.smithi190 (mon.1) 30 : audit [DBG] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T08:32:45.462 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:44.141083+0000 mon.smithi190 (mon.1) 31 : audit [DBG] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T08:32:45.462 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:44.141346+0000 mon.smithi190 (mon.1) 32 : audit [DBG] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T08:32:45.462 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:44.141642+0000 mon.smithi190 (mon.1) 33 : audit [DBG] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T08:32:45.462 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:44.141924+0000 mon.smithi190 (mon.1) 34 : audit [DBG] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T08:32:45.462 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:44.142148+0000 mon.smithi190 (mon.1) 35 : audit [DBG] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T08:32:45.462 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:44.142612+0000 mon.smithi190 (mon.1) 36 : audit [DBG] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T08:32:45.463 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:44.142834+0000 mon.smithi190 (mon.1) 37 : audit [DBG] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T08:32:45.463 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:44.143327+0000 mon.smithi190 (mon.1) 38 : audit [DBG] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T08:32:45.463 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:32:44.147900+0000 mon.smithi138 (mon.0) 611 : cluster [INF] Manager daemon smithi138.arglrk is now available 2024-02-10T08:32:45.463 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:44.309639+0000 mon.smithi190 (mon.1) 39 : audit [DBG] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:32:45.463 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:44.313992+0000 mon.smithi190 (mon.1) 40 : audit [DBG] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:32:45.463 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:44.364327+0000 mon.smithi190 (mon.1) 41 : audit [INF] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.arglrk/mirror_snapshot_schedule"}]: dispatch 2024-02-10T08:32:45.463 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:44.364778+0000 mon.smithi138 (mon.0) 612 : audit [INF] from='mgr.24357 ' entity='mgr.smithi138.arglrk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.arglrk/mirror_snapshot_schedule"}]: dispatch 2024-02-10T08:32:45.463 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:44.380450+0000 mon.smithi190 (mon.1) 42 : audit [INF] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.arglrk/trash_purge_schedule"}]: dispatch 2024-02-10T08:32:45.463 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:44.381423+0000 mon.smithi138 (mon.0) 613 : audit [INF] from='mgr.24357 ' entity='mgr.smithi138.arglrk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.arglrk/trash_purge_schedule"}]: dispatch 2024-02-10T08:32:46.174 INFO:teuthology.orchestra.run.smithi138.stdout: 5 28729 32.19 MB/sec warmup 27 sec latency 22.993 ms 2024-02-10T08:32:46.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:46 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:32:45.150409+0000 mon.smithi138 (mon.0) 614 : cluster [DBG] mgrmap e23: smithi138.arglrk(active, since 1.88353s), standbys: smithi190.qddxvv 2024-02-10T08:32:46.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:46 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:32:45.159679+0000 mgr.smithi138.arglrk (mgr.24357) 3 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-10T08:32:46.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:46 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:45.164248+0000 mon.smithi138 (mon.0) 615 : audit [INF] from='mgr.24357 ' entity='mgr.smithi138.arglrk' 2024-02-10T08:32:46.432 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-02-10T08:32:46.432 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi138.front.sepia.ceph.com 2024-02-10T08:32:46.433 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done' 2024-02-10T08:32:46.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:46 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:32:45.150409+0000 mon.smithi138 (mon.0) 614 : cluster [DBG] mgrmap e23: smithi138.arglrk(active, since 1.88353s), standbys: smithi190.qddxvv 2024-02-10T08:32:46.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:46 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:32:45.159679+0000 mgr.smithi138.arglrk (mgr.24357) 3 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-10T08:32:46.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:46 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:45.164248+0000 mon.smithi138 (mon.0) 615 : audit [INF] from='mgr.24357 ' entity='mgr.smithi138.arglrk' 2024-02-10T08:32:47.166 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:47 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:32:46.142732+0000 mgr.smithi138.arglrk (mgr.24357) 4 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 213 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail 2024-02-10T08:32:47.167 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:47 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:32:46.168996+0000 mon.smithi138 (mon.0) 616 : cluster [DBG] mgrmap e24: smithi138.arglrk(active, since 2s), standbys: smithi190.qddxvv 2024-02-10T08:32:47.174 INFO:teuthology.orchestra.run.smithi138.stdout: 5 29541 31.39 MB/sec warmup 28 sec latency 21.948 ms 2024-02-10T08:32:47.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:47 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:32:46.142732+0000 mgr.smithi138.arglrk (mgr.24357) 4 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 213 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail 2024-02-10T08:32:47.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:47 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:32:46.168996+0000 mon.smithi138 (mon.0) 616 : cluster [DBG] mgrmap e24: smithi138.arglrk(active, since 2s), standbys: smithi190.qddxvv 2024-02-10T08:32:48.174 INFO:teuthology.orchestra.run.smithi138.stdout: 5 30776 31.17 MB/sec warmup 29 sec latency 21.382 ms 2024-02-10T08:32:49.064 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:47.825159+0000 mon.smithi138 (mon.0) 617 : audit [INF] from='mgr.24357 ' entity='mgr.smithi138.arglrk' 2024-02-10T08:32:49.174 INFO:teuthology.orchestra.run.smithi138.stdout: 5 31761 31.47 MB/sec warmup 30 sec latency 26.607 ms 2024-02-10T08:32:49.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:47.825159+0000 mon.smithi138 (mon.0) 617 : audit [INF] from='mgr.24357 ' entity='mgr.smithi138.arglrk' 2024-02-10T08:32:49.684 INFO:teuthology.orchestra.run.smithi138.stdout:true 2024-02-10T08:32:50.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:49 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:32:48.143111+0000 mgr.smithi138.arglrk (mgr.24357) 5 : cluster [DBG] pgmap v5: 97 pgs: 97 active+clean; 213 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail 2024-02-10T08:32:50.174 INFO:teuthology.orchestra.run.smithi138.stdout: 5 32594 31.17 MB/sec warmup 31 sec latency 23.089 ms 2024-02-10T08:32:50.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:49 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:32:48.143111+0000 mgr.smithi138.arglrk (mgr.24357) 5 : cluster [DBG] pgmap v5: 97 pgs: 97 active+clean; 213 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail 2024-02-10T08:32:50.605 INFO:teuthology.orchestra.run.smithi138.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2024-02-10T08:32:50.605 INFO:teuthology.orchestra.run.smithi138.stdout:alertmanager.smithi138 smithi138 *:9093,9094 running (4m) 26s ago 6m 0.20.0 0881eb8f169f 78c83a922c35 2024-02-10T08:32:50.605 INFO:teuthology.orchestra.run.smithi138.stdout:crash.smithi138 smithi138 running (6m) 26s ago 6m 16.2.4 8d91d370c2b8 210cca8a58ea 2024-02-10T08:32:50.605 INFO:teuthology.orchestra.run.smithi138.stdout:crash.smithi190 smithi190 running (5m) 2s ago 5m 16.2.4 8d91d370c2b8 76b23cc1504a 2024-02-10T08:32:50.605 INFO:teuthology.orchestra.run.smithi138.stdout:grafana.smithi138 smithi138 *:3000 running (4m) 26s ago 6m 6.7.4 557c83e11646 9e400367c973 2024-02-10T08:32:50.606 INFO:teuthology.orchestra.run.smithi138.stdout:mds.foofs.smithi138.rckmtk smithi138 running (55s) 26s ago 54s 16.2.4 8d91d370c2b8 d5d147a8dc83 2024-02-10T08:32:50.606 INFO:teuthology.orchestra.run.smithi138.stdout:mds.foofs.smithi190.lndkxw smithi190 running (57s) 2s ago 57s 16.2.4 8d91d370c2b8 e61226bfc606 2024-02-10T08:32:50.606 INFO:teuthology.orchestra.run.smithi138.stdout:mgr.smithi138.arglrk smithi138 *:9283 running (8m) 26s ago 8m 16.2.4 8d91d370c2b8 39b390fef3e2 2024-02-10T08:32:50.606 INFO:teuthology.orchestra.run.smithi138.stdout:mgr.smithi190.qddxvv smithi190 *:8443,9283 running (5m) 2s ago 5m 16.2.4 8d91d370c2b8 14250266a094 2024-02-10T08:32:50.606 INFO:teuthology.orchestra.run.smithi138.stdout:mon.smithi138 smithi138 running (8m) 26s ago 8m 16.2.4 8d91d370c2b8 9ca01e977336 2024-02-10T08:32:50.606 INFO:teuthology.orchestra.run.smithi138.stdout:mon.smithi190 smithi190 running (5m) 2s ago 5m 16.2.4 8d91d370c2b8 71a1ed724e8c 2024-02-10T08:32:50.606 INFO:teuthology.orchestra.run.smithi138.stdout:nfs.foo.smithi138 smithi138 *:2049 running (40s) 26s ago 39s 3.5 8d91d370c2b8 1fad29ceb6ce 2024-02-10T08:32:50.606 INFO:teuthology.orchestra.run.smithi138.stdout:nfs.foo.smithi190 smithi190 *:2049 running (35s) 2s ago 35s 3.5 8d91d370c2b8 5652c3837803 2024-02-10T08:32:50.606 INFO:teuthology.orchestra.run.smithi138.stdout:node-exporter.smithi138 smithi138 *:9100 running (6m) 26s ago 6m 0.18.1 e5a616e4b9cf 720f24dd7d0f 2024-02-10T08:32:50.606 INFO:teuthology.orchestra.run.smithi138.stdout:node-exporter.smithi190 smithi190 *:9100 running (5m) 2s ago 5m 0.18.1 e5a616e4b9cf 5ce00b720701 2024-02-10T08:32:50.606 INFO:teuthology.orchestra.run.smithi138.stdout:osd.0 smithi138 running (5m) 26s ago 5m 16.2.4 8d91d370c2b8 bf18ab6e4563 2024-02-10T08:32:50.606 INFO:teuthology.orchestra.run.smithi138.stdout:osd.1 smithi138 running (4m) 26s ago 4m 16.2.4 8d91d370c2b8 2861c1626c3d 2024-02-10T08:32:50.607 INFO:teuthology.orchestra.run.smithi138.stdout:osd.2 smithi138 running (4m) 26s ago 4m 16.2.4 8d91d370c2b8 223e59287abc 2024-02-10T08:32:50.607 INFO:teuthology.orchestra.run.smithi138.stdout:osd.3 smithi138 running (3m) 26s ago 3m 16.2.4 8d91d370c2b8 d7911c435734 2024-02-10T08:32:50.607 INFO:teuthology.orchestra.run.smithi138.stdout:osd.4 smithi190 running (3m) 2s ago 3m 16.2.4 8d91d370c2b8 e5043a6085e4 2024-02-10T08:32:50.607 INFO:teuthology.orchestra.run.smithi138.stdout:osd.5 smithi190 running (3m) 2s ago 3m 16.2.4 8d91d370c2b8 6a7c61ca0c01 2024-02-10T08:32:50.607 INFO:teuthology.orchestra.run.smithi138.stdout:osd.6 smithi190 running (2m) 2s ago 2m 16.2.4 8d91d370c2b8 62fbc05c2e0a 2024-02-10T08:32:50.607 INFO:teuthology.orchestra.run.smithi138.stdout:osd.7 smithi190 running (2m) 2s ago 2m 16.2.4 8d91d370c2b8 1515c342bdc4 2024-02-10T08:32:50.607 INFO:teuthology.orchestra.run.smithi138.stdout:prometheus.smithi138 smithi138 *:9095 running (4m) 26s ago 5m 2.18.1 de242295e225 9a24934e5062 2024-02-10T08:32:51.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:50 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:49.668089+0000 mgr.smithi138.arglrk (mgr.24357) 6 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:32:51.140 INFO:teuthology.orchestra.run.smithi138.stdout:{ 2024-02-10T08:32:51.140 INFO:teuthology.orchestra.run.smithi138.stdout: "mon": { 2024-02-10T08:32:51.140 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-02-10T08:32:51.140 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:32:51.140 INFO:teuthology.orchestra.run.smithi138.stdout: "mgr": { 2024-02-10T08:32:51.140 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-02-10T08:32:51.141 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:32:51.141 INFO:teuthology.orchestra.run.smithi138.stdout: "osd": { 2024-02-10T08:32:51.141 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-02-10T08:32:51.141 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:32:51.141 INFO:teuthology.orchestra.run.smithi138.stdout: "mds": { 2024-02-10T08:32:51.141 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-02-10T08:32:51.141 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:32:51.141 INFO:teuthology.orchestra.run.smithi138.stdout: "overall": { 2024-02-10T08:32:51.141 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 14 2024-02-10T08:32:51.141 INFO:teuthology.orchestra.run.smithi138.stdout: } 2024-02-10T08:32:51.142 INFO:teuthology.orchestra.run.smithi138.stdout:} 2024-02-10T08:32:51.174 INFO:teuthology.orchestra.run.smithi138.stdout: 5 33456 30.88 MB/sec warmup 32 sec latency 29.719 ms 2024-02-10T08:32:51.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:50 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:49.668089+0000 mgr.smithi138.arglrk (mgr.24357) 6 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:32:51.623 INFO:teuthology.orchestra.run.smithi138.stdout:{ 2024-02-10T08:32:51.623 INFO:teuthology.orchestra.run.smithi138.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T08:32:51.623 INFO:teuthology.orchestra.run.smithi138.stdout: "in_progress": true, 2024-02-10T08:32:51.623 INFO:teuthology.orchestra.run.smithi138.stdout: "services_complete": [], 2024-02-10T08:32:51.623 INFO:teuthology.orchestra.run.smithi138.stdout: "progress": "", 2024-02-10T08:32:51.623 INFO:teuthology.orchestra.run.smithi138.stdout: "message": "" 2024-02-10T08:32:51.623 INFO:teuthology.orchestra.run.smithi138.stdout:} 2024-02-10T08:32:52.174 INFO:teuthology.orchestra.run.smithi138.stdout: 5 34569 30.62 MB/sec warmup 33 sec latency 18.231 ms 2024-02-10T08:32:52.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:50.105955+0000 mgr.smithi138.arglrk (mgr.24357) 7 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:32:52.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:32:50.143505+0000 mgr.smithi138.arglrk (mgr.24357) 8 : cluster [DBG] pgmap v6: 97 pgs: 97 active+clean; 213 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail 2024-02-10T08:32:52.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:50.590576+0000 mgr.smithi138.arglrk (mgr.24357) 9 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:32:52.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:51.139730+0000 mon.smithi138 (mon.0) 618 : audit [DBG] from='client.? 172.21.15.138:0/2063872171' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:32:52.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:50.105955+0000 mgr.smithi138.arglrk (mgr.24357) 7 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:32:52.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:32:50.143505+0000 mgr.smithi138.arglrk (mgr.24357) 8 : cluster [DBG] pgmap v6: 97 pgs: 97 active+clean; 213 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail 2024-02-10T08:32:52.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:50.590576+0000 mgr.smithi138.arglrk (mgr.24357) 9 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:32:52.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:51.139730+0000 mon.smithi138 (mon.0) 618 : audit [DBG] from='client.? 172.21.15.138:0/2063872171' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:32:53.174 INFO:teuthology.orchestra.run.smithi138.stdout: 5 35835 31.19 MB/sec warmup 34 sec latency 44.785 ms 2024-02-10T08:32:53.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:52 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:51.622714+0000 mgr.smithi138.arglrk (mgr.24357) 10 : audit [DBG] from='client.24389 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:32:53.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:52 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:51.622714+0000 mgr.smithi138.arglrk (mgr.24357) 10 : audit [DBG] from='client.24389 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:32:54.174 INFO:teuthology.orchestra.run.smithi138.stdout: 5 36700 30.61 MB/sec warmup 35 sec latency 17.502 ms 2024-02-10T08:32:54.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:53 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:32:52.144171+0000 mgr.smithi138.arglrk (mgr.24357) 11 : cluster [DBG] pgmap v7: 97 pgs: 97 active+clean; 221 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 10 MiB/s wr, 939 op/s 2024-02-10T08:32:54.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:53 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:53.371204+0000 mon.smithi138 (mon.0) 619 : audit [INF] from='mgr.24357 ' entity='mgr.smithi138.arglrk' 2024-02-10T08:32:54.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:53 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:32:53.713184+0000 mon.smithi138 (mon.0) 620 : audit [INF] from='mgr.24357 ' entity='mgr.smithi138.arglrk' 2024-02-10T08:32:54.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:53 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:32:52.144171+0000 mgr.smithi138.arglrk (mgr.24357) 11 : cluster [DBG] pgmap v7: 97 pgs: 97 active+clean; 221 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 10 MiB/s wr, 939 op/s 2024-02-10T08:32:54.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:53 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:53.371204+0000 mon.smithi138 (mon.0) 619 : audit [INF] from='mgr.24357 ' entity='mgr.smithi138.arglrk' 2024-02-10T08:32:54.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:53 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:32:53.713184+0000 mon.smithi138 (mon.0) 620 : audit [INF] from='mgr.24357 ' entity='mgr.smithi138.arglrk' 2024-02-10T08:32:55.175 INFO:teuthology.orchestra.run.smithi138.stdout: 5 37805 30.38 MB/sec warmup 36 sec latency 17.853 ms 2024-02-10T08:32:55.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:54 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:32:53.719319+0000 mgr.smithi138.arglrk (mgr.24357) 12 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-10T08:32:55.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:54 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:32:53.719319+0000 mgr.smithi138.arglrk (mgr.24357) 12 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-10T08:32:56.175 INFO:teuthology.orchestra.run.smithi138.stdout: 5 38635 30.48 MB/sec warmup 37 sec latency 38.329 ms 2024-02-10T08:32:56.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:55 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:32:54.144550+0000 mgr.smithi138.arglrk (mgr.24357) 13 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 221 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 8.1 MiB/s wr, 730 op/s 2024-02-10T08:32:56.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:55 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:32:54.144550+0000 mgr.smithi138.arglrk (mgr.24357) 13 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 221 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 8.1 MiB/s wr, 730 op/s 2024-02-10T08:32:57.178 INFO:teuthology.orchestra.run.smithi138.stdout: 5 39379 30.42 MB/sec warmup 38 sec latency 25.103 ms 2024-02-10T08:32:57.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:56 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:32:56.145183+0000 mgr.smithi138.arglrk (mgr.24357) 14 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 238 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 13 MiB/s wr, 1.22k op/s 2024-02-10T08:32:57.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:56 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:32:56.145183+0000 mgr.smithi138.arglrk (mgr.24357) 14 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 238 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 13 MiB/s wr, 1.22k op/s 2024-02-10T08:32:58.178 INFO:teuthology.orchestra.run.smithi138.stdout: 5 39974 29.75 MB/sec warmup 39 sec latency 25.375 ms 2024-02-10T08:32:59.178 INFO:teuthology.orchestra.run.smithi138.stdout: 5 40718 29.57 MB/sec warmup 40 sec latency 24.074 ms 2024-02-10T08:32:59.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:32:59 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:32:58.145670+0000 mgr.smithi138.arglrk (mgr.24357) 15 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 238 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 12 MiB/s wr, 1.12k op/s 2024-02-10T08:32:59.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:32:59 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:32:58.145670+0000 mgr.smithi138.arglrk (mgr.24357) 15 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 238 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 12 MiB/s wr, 1.12k op/s 2024-02-10T08:33:00.179 INFO:teuthology.orchestra.run.smithi138.stdout: 5 41455 29.06 MB/sec warmup 41 sec latency 29.980 ms 2024-02-10T08:33:01.179 INFO:teuthology.orchestra.run.smithi138.stdout: 5 42100 29.04 MB/sec warmup 42 sec latency 29.237 ms 2024-02-10T08:33:02.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:01 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:33:00.146081+0000 mgr.smithi138.arglrk (mgr.24357) 16 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 238 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 12 MiB/s wr, 1.12k op/s 2024-02-10T08:33:02.182 INFO:teuthology.orchestra.run.smithi138.stdout: 5 42682 28.91 MB/sec warmup 43 sec latency 30.079 ms 2024-02-10T08:33:02.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:01 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:33:00.146081+0000 mgr.smithi138.arglrk (mgr.24357) 16 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 238 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 12 MiB/s wr, 1.12k op/s 2024-02-10T08:33:03.183 INFO:teuthology.orchestra.run.smithi138.stdout: 5 43177 28.47 MB/sec warmup 44 sec latency 26.388 ms 2024-02-10T08:33:04.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:03 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:33:02.146754+0000 mgr.smithi138.arglrk (mgr.24357) 17 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 236 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 16 MiB/s wr, 1.54k op/s 2024-02-10T08:33:04.183 INFO:teuthology.orchestra.run.smithi138.stdout: 5 43994 28.26 MB/sec warmup 45 sec latency 20.805 ms 2024-02-10T08:33:04.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:03 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:33:02.146754+0000 mgr.smithi138.arglrk (mgr.24357) 17 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 236 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 16 MiB/s wr, 1.54k op/s 2024-02-10T08:33:05.183 INFO:teuthology.orchestra.run.smithi138.stdout: 5 45205 28.20 MB/sec warmup 46 sec latency 17.782 ms 2024-02-10T08:33:06.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:33:04.149012+0000 mgr.smithi138.arglrk (mgr.24357) 18 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 236 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 10 MiB/s wr, 996 op/s 2024-02-10T08:33:06.183 INFO:teuthology.orchestra.run.smithi138.stdout: 5 46231 28.49 MB/sec warmup 47 sec latency 19.842 ms 2024-02-10T08:33:06.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:33:04.149012+0000 mgr.smithi138.arglrk (mgr.24357) 18 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 236 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 10 MiB/s wr, 996 op/s 2024-02-10T08:33:07.183 INFO:teuthology.orchestra.run.smithi138.stdout: 5 46891 28.11 MB/sec warmup 48 sec latency 18.403 ms 2024-02-10T08:33:08.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:33:06.149545+0000 mgr.smithi138.arglrk (mgr.24357) 19 : cluster [DBG] pgmap v14: 97 pgs: 97 active+clean; 249 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 15 MiB/s wr, 1.43k op/s 2024-02-10T08:33:08.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:33:06.149545+0000 mgr.smithi138.arglrk (mgr.24357) 19 : cluster [DBG] pgmap v14: 97 pgs: 97 active+clean; 249 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 15 MiB/s wr, 1.43k op/s 2024-02-10T08:33:08.183 INFO:teuthology.orchestra.run.smithi138.stdout: 5 47791 28.04 MB/sec warmup 49 sec latency 22.630 ms 2024-02-10T08:33:09.183 INFO:teuthology.orchestra.run.smithi138.stdout: 5 49010 28.04 MB/sec warmup 50 sec latency 18.501 ms 2024-02-10T08:33:10.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:33:08.149916+0000 mgr.smithi138.arglrk (mgr.24357) 20 : cluster [DBG] pgmap v15: 97 pgs: 97 active+clean; 249 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 9.0 MiB/s wr, 855 op/s 2024-02-10T08:33:10.183 INFO:teuthology.orchestra.run.smithi138.stdout: 5 50007 28.28 MB/sec warmup 51 sec latency 22.146 ms 2024-02-10T08:33:10.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:33:08.149916+0000 mgr.smithi138.arglrk (mgr.24357) 20 : cluster [DBG] pgmap v15: 97 pgs: 97 active+clean; 249 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 9.0 MiB/s wr, 855 op/s 2024-02-10T08:33:11.184 INFO:teuthology.orchestra.run.smithi138.stdout: 5 50874 27.97 MB/sec warmup 52 sec latency 19.135 ms 2024-02-10T08:33:12.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:11 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:33:10.150259+0000 mgr.smithi138.arglrk (mgr.24357) 21 : cluster [DBG] pgmap v16: 97 pgs: 97 active+clean; 249 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 9.0 MiB/s wr, 855 op/s 2024-02-10T08:33:12.183 INFO:teuthology.orchestra.run.smithi138.stdout: 5 52061 27.92 MB/sec warmup 53 sec latency 17.489 ms 2024-02-10T08:33:12.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:11 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:33:10.150259+0000 mgr.smithi138.arglrk (mgr.24357) 21 : cluster [DBG] pgmap v16: 97 pgs: 97 active+clean; 249 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 9.0 MiB/s wr, 855 op/s 2024-02-10T08:33:13.183 INFO:teuthology.orchestra.run.smithi138.stdout: 5 52936 28.04 MB/sec warmup 54 sec latency 21.699 ms 2024-02-10T08:33:14.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:13 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:33:12.150926+0000 mgr.smithi138.arglrk (mgr.24357) 22 : cluster [DBG] pgmap v17: 97 pgs: 97 active+clean; 274 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 15 MiB/s wr, 1.38k op/s 2024-02-10T08:33:14.183 INFO:teuthology.orchestra.run.smithi138.stdout: 5 53659 27.97 MB/sec warmup 55 sec latency 23.562 ms 2024-02-10T08:33:14.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:13 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:33:12.150926+0000 mgr.smithi138.arglrk (mgr.24357) 22 : cluster [DBG] pgmap v17: 97 pgs: 97 active+clean; 274 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 15 MiB/s wr, 1.38k op/s 2024-02-10T08:33:15.183 INFO:teuthology.orchestra.run.smithi138.stdout: 5 54421 27.68 MB/sec warmup 56 sec latency 18.219 ms 2024-02-10T08:33:16.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:15 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:33:14.151314+0000 mgr.smithi138.arglrk (mgr.24357) 23 : cluster [DBG] pgmap v18: 97 pgs: 97 active+clean; 274 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 11 MiB/s wr, 952 op/s 2024-02-10T08:33:16.183 INFO:teuthology.orchestra.run.smithi138.stdout: 5 55295 27.54 MB/sec warmup 57 sec latency 42.083 ms 2024-02-10T08:33:16.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:15 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:33:14.151314+0000 mgr.smithi138.arglrk (mgr.24357) 23 : cluster [DBG] pgmap v18: 97 pgs: 97 active+clean; 274 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 11 MiB/s wr, 952 op/s 2024-02-10T08:33:17.184 INFO:teuthology.orchestra.run.smithi138.stdout: 5 56031 27.45 MB/sec warmup 58 sec latency 42.091 ms 2024-02-10T08:33:18.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:17 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:33:16.151878+0000 mgr.smithi138.arglrk (mgr.24357) 24 : cluster [DBG] pgmap v19: 97 pgs: 97 active+clean; 290 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 16 MiB/s wr, 1.46k op/s 2024-02-10T08:33:18.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:17 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:33:16.151878+0000 mgr.smithi138.arglrk (mgr.24357) 24 : cluster [DBG] pgmap v19: 97 pgs: 97 active+clean; 290 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 16 MiB/s wr, 1.46k op/s 2024-02-10T08:33:18.184 INFO:teuthology.orchestra.run.smithi138.stdout: 5 56913 27.62 MB/sec warmup 59 sec latency 20.534 ms 2024-02-10T08:33:19.184 INFO:teuthology.orchestra.run.smithi138.stdout: 5 57508 27.29 MB/sec warmup 60 sec latency 26.239 ms 2024-02-10T08:33:20.184 INFO:teuthology.orchestra.run.smithi138.stdout: 5 58160 27.07 MB/sec warmup 61 sec latency 24.868 ms 2024-02-10T08:33:20.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:19 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:33:18.152275+0000 mgr.smithi138.arglrk (mgr.24357) 25 : cluster [DBG] pgmap v20: 97 pgs: 97 active+clean; 290 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 11 MiB/s wr, 1.03k op/s 2024-02-10T08:33:20.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:19 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:33:18.152275+0000 mgr.smithi138.arglrk (mgr.24357) 25 : cluster [DBG] pgmap v20: 97 pgs: 97 active+clean; 290 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 11 MiB/s wr, 1.03k op/s 2024-02-10T08:33:21.184 INFO:teuthology.orchestra.run.smithi138.stdout: 5 58995 26.88 MB/sec warmup 62 sec latency 21.989 ms 2024-02-10T08:33:22.010 INFO:teuthology.orchestra.run.smithi138.stdout:true 2024-02-10T08:33:22.185 INFO:teuthology.orchestra.run.smithi138.stdout: 5 59637 26.80 MB/sec warmup 63 sec latency 28.094 ms 2024-02-10T08:33:22.223 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:33:20.152654+0000 mgr.smithi138.arglrk (mgr.24357) 26 : cluster [DBG] pgmap v21: 97 pgs: 97 active+clean; 290 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 11 MiB/s wr, 1.03k op/s 2024-02-10T08:33:22.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:33:20.152654+0000 mgr.smithi138.arglrk (mgr.24357) 26 : cluster [DBG] pgmap v21: 97 pgs: 97 active+clean; 290 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 11 MiB/s wr, 1.03k op/s 2024-02-10T08:33:22.907 INFO:teuthology.orchestra.run.smithi138.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2024-02-10T08:33:22.908 INFO:teuthology.orchestra.run.smithi138.stdout:alertmanager.smithi138 smithi138 *:9093,9094 running (5m) 29s ago 7m 0.20.0 0881eb8f169f 78c83a922c35 2024-02-10T08:33:22.908 INFO:teuthology.orchestra.run.smithi138.stdout:crash.smithi138 smithi138 running (7m) 29s ago 7m 16.2.4 8d91d370c2b8 210cca8a58ea 2024-02-10T08:33:22.908 INFO:teuthology.orchestra.run.smithi138.stdout:crash.smithi190 smithi190 running (6m) 35s ago 6m 16.2.4 8d91d370c2b8 76b23cc1504a 2024-02-10T08:33:22.908 INFO:teuthology.orchestra.run.smithi138.stdout:grafana.smithi138 smithi138 *:3000 running (5m) 29s ago 6m 6.7.4 557c83e11646 9e400367c973 2024-02-10T08:33:22.908 INFO:teuthology.orchestra.run.smithi138.stdout:mds.foofs.smithi138.rckmtk smithi138 running (87s) 29s ago 86s 16.2.4 8d91d370c2b8 d5d147a8dc83 2024-02-10T08:33:22.908 INFO:teuthology.orchestra.run.smithi138.stdout:mds.foofs.smithi190.lndkxw smithi190 running (90s) 35s ago 89s 16.2.4 8d91d370c2b8 e61226bfc606 2024-02-10T08:33:22.908 INFO:teuthology.orchestra.run.smithi138.stdout:mgr.smithi138.arglrk smithi138 *:9283 running (8m) 29s ago 8m 16.2.4 8d91d370c2b8 39b390fef3e2 2024-02-10T08:33:22.908 INFO:teuthology.orchestra.run.smithi138.stdout:mgr.smithi190.qddxvv smithi190 *:8443,9283 running (6m) 35s ago 6m 16.2.4 8d91d370c2b8 14250266a094 2024-02-10T08:33:22.908 INFO:teuthology.orchestra.run.smithi138.stdout:mon.smithi138 smithi138 running (8m) 29s ago 8m 16.2.4 8d91d370c2b8 9ca01e977336 2024-02-10T08:33:22.908 INFO:teuthology.orchestra.run.smithi138.stdout:mon.smithi190 smithi190 running (6m) 35s ago 6m 16.2.4 8d91d370c2b8 71a1ed724e8c 2024-02-10T08:33:22.908 INFO:teuthology.orchestra.run.smithi138.stdout:nfs.foo.smithi138 smithi138 *:2049 running (72s) 29s ago 71s 3.5 8d91d370c2b8 1fad29ceb6ce 2024-02-10T08:33:22.908 INFO:teuthology.orchestra.run.smithi138.stdout:nfs.foo.smithi190 smithi190 *:2049 running (68s) 35s ago 67s 3.5 8d91d370c2b8 5652c3837803 2024-02-10T08:33:22.908 INFO:teuthology.orchestra.run.smithi138.stdout:node-exporter.smithi138 smithi138 *:9100 running (6m) 29s ago 6m 0.18.1 e5a616e4b9cf 720f24dd7d0f 2024-02-10T08:33:22.909 INFO:teuthology.orchestra.run.smithi138.stdout:node-exporter.smithi190 smithi190 *:9100 running (5m) 35s ago 5m 0.18.1 e5a616e4b9cf 5ce00b720701 2024-02-10T08:33:22.909 INFO:teuthology.orchestra.run.smithi138.stdout:osd.0 smithi138 running (5m) 29s ago 5m 16.2.4 8d91d370c2b8 bf18ab6e4563 2024-02-10T08:33:22.909 INFO:teuthology.orchestra.run.smithi138.stdout:osd.1 smithi138 running (5m) 29s ago 5m 16.2.4 8d91d370c2b8 2861c1626c3d 2024-02-10T08:33:22.909 INFO:teuthology.orchestra.run.smithi138.stdout:osd.2 smithi138 running (4m) 29s ago 4m 16.2.4 8d91d370c2b8 223e59287abc 2024-02-10T08:33:22.909 INFO:teuthology.orchestra.run.smithi138.stdout:osd.3 smithi138 running (4m) 29s ago 4m 16.2.4 8d91d370c2b8 d7911c435734 2024-02-10T08:33:22.909 INFO:teuthology.orchestra.run.smithi138.stdout:osd.4 smithi190 running (4m) 35s ago 4m 16.2.4 8d91d370c2b8 e5043a6085e4 2024-02-10T08:33:22.909 INFO:teuthology.orchestra.run.smithi138.stdout:osd.5 smithi190 running (3m) 35s ago 3m 16.2.4 8d91d370c2b8 6a7c61ca0c01 2024-02-10T08:33:22.909 INFO:teuthology.orchestra.run.smithi138.stdout:osd.6 smithi190 running (3m) 35s ago 3m 16.2.4 8d91d370c2b8 62fbc05c2e0a 2024-02-10T08:33:22.909 INFO:teuthology.orchestra.run.smithi138.stdout:osd.7 smithi190 running (3m) 35s ago 3m 16.2.4 8d91d370c2b8 1515c342bdc4 2024-02-10T08:33:22.909 INFO:teuthology.orchestra.run.smithi138.stdout:prometheus.smithi138 smithi138 *:9095 running (5m) 29s ago 6m 2.18.1 de242295e225 9a24934e5062 2024-02-10T08:33:23.185 INFO:teuthology.orchestra.run.smithi138.stdout: 5 60674 27.01 MB/sec warmup 64 sec latency 17.980 ms 2024-02-10T08:33:23.371 INFO:teuthology.orchestra.run.smithi138.stdout:{ 2024-02-10T08:33:23.372 INFO:teuthology.orchestra.run.smithi138.stdout: "mon": { 2024-02-10T08:33:23.372 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-02-10T08:33:23.372 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:33:23.372 INFO:teuthology.orchestra.run.smithi138.stdout: "mgr": { 2024-02-10T08:33:23.372 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-02-10T08:33:23.372 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:33:23.372 INFO:teuthology.orchestra.run.smithi138.stdout: "osd": { 2024-02-10T08:33:23.372 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-02-10T08:33:23.372 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:33:23.372 INFO:teuthology.orchestra.run.smithi138.stdout: "mds": { 2024-02-10T08:33:23.372 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-02-10T08:33:23.372 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:33:23.373 INFO:teuthology.orchestra.run.smithi138.stdout: "overall": { 2024-02-10T08:33:23.373 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 14 2024-02-10T08:33:23.373 INFO:teuthology.orchestra.run.smithi138.stdout: } 2024-02-10T08:33:23.373 INFO:teuthology.orchestra.run.smithi138.stdout:} 2024-02-10T08:33:23.766 INFO:teuthology.orchestra.run.smithi138.stdout:{ 2024-02-10T08:33:23.766 INFO:teuthology.orchestra.run.smithi138.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-10T08:33:23.766 INFO:teuthology.orchestra.run.smithi138.stdout: "in_progress": true, 2024-02-10T08:33:23.766 INFO:teuthology.orchestra.run.smithi138.stdout: "services_complete": [], 2024-02-10T08:33:23.766 INFO:teuthology.orchestra.run.smithi138.stdout: "progress": "0/23 ceph daemons upgraded", 2024-02-10T08:33:23.766 INFO:teuthology.orchestra.run.smithi138.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc image on host smithi190" 2024-02-10T08:33:23.766 INFO:teuthology.orchestra.run.smithi138.stdout:} 2024-02-10T08:33:24.072 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:23 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:33:21.995710+0000 mgr.smithi138.arglrk (mgr.24357) 27 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:33:24.072 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:23 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:33:22.153345+0000 mgr.smithi138.arglrk (mgr.24357) 28 : cluster [DBG] pgmap v22: 97 pgs: 97 active+clean; 292 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 16 MiB/s wr, 1.46k op/s 2024-02-10T08:33:24.072 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:23 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:33:22.450619+0000 mgr.smithi138.arglrk (mgr.24357) 29 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:33:24.073 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:23 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:33:22.652453+0000 mon.smithi138 (mon.0) 621 : audit [INF] from='mgr.24357 ' entity='mgr.smithi138.arglrk' 2024-02-10T08:33:24.073 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:23 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:33:22.653096+0000 mgr.smithi138.arglrk (mgr.24357) 30 : cephadm [INF] Upgrade: Target is version 16.2.14-521-g0e714d9a (pacific) 2024-02-10T08:33:24.073 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:23 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:33:22.653187+0000 mgr.smithi138.arglrk (mgr.24357) 31 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc, digests ['quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc'] 2024-02-10T08:33:24.073 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:23 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:33:22.654377+0000 mon.smithi190 (mon.1) 43 : audit [DBG] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:33:24.073 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:23 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:33:22.655620+0000 mgr.smithi138.arglrk (mgr.24357) 32 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi138.arglrk) 2024-02-10T08:33:24.073 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:23 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:33:23.371745+0000 mon.smithi190 (mon.1) 44 : audit [DBG] from='client.? 172.21.15.138:0/4045013705' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:33:24.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:23 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:33:21.995710+0000 mgr.smithi138.arglrk (mgr.24357) 27 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:33:24.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:23 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:33:22.153345+0000 mgr.smithi138.arglrk (mgr.24357) 28 : cluster [DBG] pgmap v22: 97 pgs: 97 active+clean; 292 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 16 MiB/s wr, 1.46k op/s 2024-02-10T08:33:24.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:23 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:33:22.450619+0000 mgr.smithi138.arglrk (mgr.24357) 29 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:33:24.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:23 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:33:22.652453+0000 mon.smithi138 (mon.0) 621 : audit [INF] from='mgr.24357 ' entity='mgr.smithi138.arglrk' 2024-02-10T08:33:24.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:23 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:33:22.653096+0000 mgr.smithi138.arglrk (mgr.24357) 30 : cephadm [INF] Upgrade: Target is version 16.2.14-521-g0e714d9a (pacific) 2024-02-10T08:33:24.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:23 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:33:22.653187+0000 mgr.smithi138.arglrk (mgr.24357) 31 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc, digests ['quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc'] 2024-02-10T08:33:24.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:23 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:33:22.654377+0000 mon.smithi190 (mon.1) 43 : audit [DBG] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:33:24.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:23 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:33:22.655620+0000 mgr.smithi138.arglrk (mgr.24357) 32 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi138.arglrk) 2024-02-10T08:33:24.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:23 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:33:23.371745+0000 mon.smithi190 (mon.1) 44 : audit [DBG] from='client.? 172.21.15.138:0/4045013705' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:33:24.185 INFO:teuthology.orchestra.run.smithi138.stdout: 5 61242 26.69 MB/sec warmup 65 sec latency 29.589 ms 2024-02-10T08:33:25.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:24 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:33:22.894322+0000 mgr.smithi138.arglrk (mgr.24357) 33 : audit [DBG] from='client.24401 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:33:25.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:24 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:33:22.943993+0000 mgr.smithi138.arglrk (mgr.24357) 34 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc on smithi190 2024-02-10T08:33:25.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:24 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:33:23.765945+0000 mgr.smithi138.arglrk (mgr.24357) 35 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:33:25.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:24 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:33:22.894322+0000 mgr.smithi138.arglrk (mgr.24357) 33 : audit [DBG] from='client.24401 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:33:25.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:24 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:33:22.943993+0000 mgr.smithi138.arglrk (mgr.24357) 34 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc on smithi190 2024-02-10T08:33:25.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:24 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:33:23.765945+0000 mgr.smithi138.arglrk (mgr.24357) 35 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:33:25.185 INFO:teuthology.orchestra.run.smithi138.stdout: 5 61902 26.52 MB/sec warmup 66 sec latency 31.857 ms 2024-02-10T08:33:26.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:25 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:33:24.153778+0000 mgr.smithi138.arglrk (mgr.24357) 36 : cluster [DBG] pgmap v23: 97 pgs: 97 active+clean; 292 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 9.7 MiB/s wr, 935 op/s 2024-02-10T08:33:26.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:25 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:33:24.153778+0000 mgr.smithi138.arglrk (mgr.24357) 36 : cluster [DBG] pgmap v23: 97 pgs: 97 active+clean; 292 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 9.7 MiB/s wr, 935 op/s 2024-02-10T08:33:26.186 INFO:teuthology.orchestra.run.smithi138.stdout: 5 62969 26.50 MB/sec warmup 67 sec latency 37.983 ms 2024-02-10T08:33:27.185 INFO:teuthology.orchestra.run.smithi138.stdout: 5 63842 26.65 MB/sec warmup 68 sec latency 20.586 ms 2024-02-10T08:33:28.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:33:26.154316+0000 mgr.smithi138.arglrk (mgr.24357) 37 : cluster [DBG] pgmap v24: 97 pgs: 97 active+clean; 299 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 14 MiB/s wr, 1.35k op/s 2024-02-10T08:33:28.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:33:26.154316+0000 mgr.smithi138.arglrk (mgr.24357) 37 : cluster [DBG] pgmap v24: 97 pgs: 97 active+clean; 299 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 14 MiB/s wr, 1.35k op/s 2024-02-10T08:33:28.185 INFO:teuthology.orchestra.run.smithi138.stdout: 5 64451 26.47 MB/sec warmup 69 sec latency 104.815 ms 2024-02-10T08:33:29.186 INFO:teuthology.orchestra.run.smithi138.stdout: 5 65044 26.23 MB/sec warmup 70 sec latency 73.542 ms 2024-02-10T08:33:30.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:29 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:33:28.154668+0000 mgr.smithi138.arglrk (mgr.24357) 38 : cluster [DBG] pgmap v25: 97 pgs: 97 active+clean; 299 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 8.8 MiB/s wr, 848 op/s 2024-02-10T08:33:30.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:29 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:33:28.154668+0000 mgr.smithi138.arglrk (mgr.24357) 38 : cluster [DBG] pgmap v25: 97 pgs: 97 active+clean; 299 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 8.8 MiB/s wr, 848 op/s 2024-02-10T08:33:30.185 INFO:teuthology.orchestra.run.smithi138.stdout: 5 65727 26.11 MB/sec warmup 71 sec latency 40.016 ms 2024-02-10T08:33:31.186 INFO:teuthology.orchestra.run.smithi138.stdout: 5 66501 25.98 MB/sec warmup 72 sec latency 95.326 ms 2024-02-10T08:33:32.068 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:31 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:33:30.155037+0000 mgr.smithi138.arglrk (mgr.24357) 39 : cluster [DBG] pgmap v26: 97 pgs: 97 active+clean; 299 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 8.8 MiB/s wr, 849 op/s 2024-02-10T08:33:32.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:31 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:33:30.155037+0000 mgr.smithi138.arglrk (mgr.24357) 39 : cluster [DBG] pgmap v26: 97 pgs: 97 active+clean; 299 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 8.8 MiB/s wr, 849 op/s 2024-02-10T08:33:32.186 INFO:teuthology.orchestra.run.smithi138.stdout: 5 67282 26.06 MB/sec warmup 73 sec latency 27.570 ms 2024-02-10T08:33:33.186 INFO:teuthology.orchestra.run.smithi138.stdout: 5 67870 25.96 MB/sec warmup 74 sec latency 36.759 ms 2024-02-10T08:33:34.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:33 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:33:32.155792+0000 mgr.smithi138.arglrk (mgr.24357) 40 : cluster [DBG] pgmap v27: 97 pgs: 97 active+clean; 311 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 13 MiB/s wr, 1.28k op/s 2024-02-10T08:33:34.186 INFO:teuthology.orchestra.run.smithi138.stdout: 5 68401 25.73 MB/sec warmup 75 sec latency 25.629 ms 2024-02-10T08:33:34.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:33 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:33:32.155792+0000 mgr.smithi138.arglrk (mgr.24357) 40 : cluster [DBG] pgmap v27: 97 pgs: 97 active+clean; 311 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 13 MiB/s wr, 1.28k op/s 2024-02-10T08:33:35.186 INFO:teuthology.orchestra.run.smithi138.stdout: 5 69263 25.62 MB/sec warmup 76 sec latency 15.636 ms 2024-02-10T08:33:36.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:35 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:33:34.156153+0000 mgr.smithi138.arglrk (mgr.24357) 41 : cluster [DBG] pgmap v28: 97 pgs: 97 active+clean; 311 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.7 MiB/s wr, 847 op/s 2024-02-10T08:33:36.186 INFO:teuthology.orchestra.run.smithi138.stdout: 5 70093 25.56 MB/sec warmup 77 sec latency 25.640 ms 2024-02-10T08:33:36.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:35 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:33:34.156153+0000 mgr.smithi138.arglrk (mgr.24357) 41 : cluster [DBG] pgmap v28: 97 pgs: 97 active+clean; 311 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.7 MiB/s wr, 847 op/s 2024-02-10T08:33:37.186 INFO:teuthology.orchestra.run.smithi138.stdout: 5 70864 25.63 MB/sec warmup 78 sec latency 23.511 ms 2024-02-10T08:33:38.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:37 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:33:36.156741+0000 mgr.smithi138.arglrk (mgr.24357) 42 : cluster [DBG] pgmap v29: 97 pgs: 97 active+clean; 322 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 13 MiB/s wr, 1.32k op/s 2024-02-10T08:33:38.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:37 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:33:36.156741+0000 mgr.smithi138.arglrk (mgr.24357) 42 : cluster [DBG] pgmap v29: 97 pgs: 97 active+clean; 322 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 13 MiB/s wr, 1.32k op/s 2024-02-10T08:33:38.186 INFO:teuthology.orchestra.run.smithi138.stdout: 5 71374 25.52 MB/sec warmup 79 sec latency 32.977 ms 2024-02-10T08:33:39.186 INFO:teuthology.orchestra.run.smithi138.stdout: 5 71733 25.25 MB/sec warmup 80 sec latency 42.002 ms 2024-02-10T08:33:40.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:33:38.157229+0000 mgr.smithi138.arglrk (mgr.24357) 43 : cluster [DBG] pgmap v30: 97 pgs: 97 active+clean; 322 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.7 MiB/s wr, 899 op/s 2024-02-10T08:33:40.186 INFO:teuthology.orchestra.run.smithi138.stdout: 5 72188 25.04 MB/sec warmup 81 sec latency 34.820 ms 2024-02-10T08:33:40.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:33:38.157229+0000 mgr.smithi138.arglrk (mgr.24357) 43 : cluster [DBG] pgmap v30: 97 pgs: 97 active+clean; 322 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.7 MiB/s wr, 899 op/s 2024-02-10T08:33:41.186 INFO:teuthology.orchestra.run.smithi138.stdout: 5 72933 24.96 MB/sec warmup 82 sec latency 19.377 ms 2024-02-10T08:33:42.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:41 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:33:40.157634+0000 mgr.smithi138.arglrk (mgr.24357) 44 : cluster [DBG] pgmap v31: 97 pgs: 97 active+clean; 322 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 9.2 MiB/s wr, 926 op/s 2024-02-10T08:33:42.186 INFO:teuthology.orchestra.run.smithi138.stdout: 5 73661 24.86 MB/sec warmup 83 sec latency 28.983 ms 2024-02-10T08:33:42.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:33:40.157634+0000 mgr.smithi138.arglrk (mgr.24357) 44 : cluster [DBG] pgmap v31: 97 pgs: 97 active+clean; 322 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 9.2 MiB/s wr, 926 op/s 2024-02-10T08:33:43.186 INFO:teuthology.orchestra.run.smithi138.stdout: 5 74616 25.05 MB/sec warmup 84 sec latency 18.864 ms 2024-02-10T08:33:44.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:43 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:33:42.158259+0000 mgr.smithi138.arglrk (mgr.24357) 45 : cluster [DBG] pgmap v32: 97 pgs: 97 active+clean; 327 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 12 MiB/s wr, 1.24k op/s 2024-02-10T08:33:44.186 INFO:teuthology.orchestra.run.smithi138.stdout: 5 75296 24.89 MB/sec warmup 85 sec latency 27.016 ms 2024-02-10T08:33:44.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:43 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:33:42.158259+0000 mgr.smithi138.arglrk (mgr.24357) 45 : cluster [DBG] pgmap v32: 97 pgs: 97 active+clean; 327 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 12 MiB/s wr, 1.24k op/s 2024-02-10T08:33:45.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:33:44.152439+0000 mon.smithi190 (mon.1) 45 : audit [INF] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-02-10T08:33:45.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:33:44.152761+0000 mon.smithi190 (mon.1) 46 : audit [INF] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-02-10T08:33:45.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:33:44.152885+0000 mon.smithi190 (mon.1) 47 : audit [INF] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-02-10T08:33:45.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:33:44.152984+0000 mon.smithi190 (mon.1) 48 : audit [INF] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-02-10T08:33:45.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:33:44.153722+0000 mon.smithi138 (mon.0) 622 : audit [INF] from='mgr.24357 ' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-02-10T08:33:45.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:33:44.154111+0000 mon.smithi138 (mon.0) 623 : audit [INF] from='mgr.24357 ' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-02-10T08:33:45.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:33:44.154481+0000 mon.smithi138 (mon.0) 624 : audit [INF] from='mgr.24357 ' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-02-10T08:33:45.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:33:44.154654+0000 mon.smithi138 (mon.0) 625 : audit [INF] from='mgr.24357 ' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-02-10T08:33:45.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:33:44.370806+0000 mon.smithi190 (mon.1) 49 : audit [INF] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.arglrk/mirror_snapshot_schedule"}]: dispatch 2024-02-10T08:33:45.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:33:44.371224+0000 mon.smithi138 (mon.0) 626 : audit [INF] from='mgr.24357 ' entity='mgr.smithi138.arglrk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.arglrk/mirror_snapshot_schedule"}]: dispatch 2024-02-10T08:33:45.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:33:44.394026+0000 mon.smithi190 (mon.1) 50 : audit [INF] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.arglrk/trash_purge_schedule"}]: dispatch 2024-02-10T08:33:45.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:33:44.394528+0000 mon.smithi138 (mon.0) 627 : audit [INF] from='mgr.24357 ' entity='mgr.smithi138.arglrk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.arglrk/trash_purge_schedule"}]: dispatch 2024-02-10T08:33:45.186 INFO:teuthology.orchestra.run.smithi138.stdout: 5 75856 24.74 MB/sec warmup 86 sec latency 33.616 ms 2024-02-10T08:33:45.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:44 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:33:44.152439+0000 mon.smithi190 (mon.1) 45 : audit [INF] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-02-10T08:33:45.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:44 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:33:44.152761+0000 mon.smithi190 (mon.1) 46 : audit [INF] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-02-10T08:33:45.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:44 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:33:44.152885+0000 mon.smithi190 (mon.1) 47 : audit [INF] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-02-10T08:33:45.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:44 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:33:44.152984+0000 mon.smithi190 (mon.1) 48 : audit [INF] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-02-10T08:33:45.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:44 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:33:44.153722+0000 mon.smithi138 (mon.0) 622 : audit [INF] from='mgr.24357 ' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-02-10T08:33:45.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:44 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:33:44.154111+0000 mon.smithi138 (mon.0) 623 : audit [INF] from='mgr.24357 ' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-02-10T08:33:45.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:44 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:33:44.154481+0000 mon.smithi138 (mon.0) 624 : audit [INF] from='mgr.24357 ' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-02-10T08:33:45.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:44 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:33:44.154654+0000 mon.smithi138 (mon.0) 625 : audit [INF] from='mgr.24357 ' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-02-10T08:33:45.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:44 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:33:44.370806+0000 mon.smithi190 (mon.1) 49 : audit [INF] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.arglrk/mirror_snapshot_schedule"}]: dispatch 2024-02-10T08:33:45.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:44 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:33:44.371224+0000 mon.smithi138 (mon.0) 626 : audit [INF] from='mgr.24357 ' entity='mgr.smithi138.arglrk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.arglrk/mirror_snapshot_schedule"}]: dispatch 2024-02-10T08:33:45.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:44 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:33:44.394026+0000 mon.smithi190 (mon.1) 50 : audit [INF] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.arglrk/trash_purge_schedule"}]: dispatch 2024-02-10T08:33:45.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:44 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:33:44.394528+0000 mon.smithi138 (mon.0) 627 : audit [INF] from='mgr.24357 ' entity='mgr.smithi138.arglrk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.arglrk/trash_purge_schedule"}]: dispatch 2024-02-10T08:33:46.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:33:44.158613+0000 mgr.smithi138.arglrk (mgr.24357) 46 : cluster [DBG] pgmap v33: 97 pgs: 97 active+clean; 327 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.0 MiB/s wr, 814 op/s 2024-02-10T08:33:46.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:33:44.841666+0000 mon.smithi190 (mon.1) 51 : audit [INF] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-02-10T08:33:46.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:33:44.843743+0000 mon.smithi138 (mon.0) 628 : audit [INF] from='mgr.24357 ' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]': finished 2024-02-10T08:33:46.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:33:44.843840+0000 mon.smithi138 (mon.0) 629 : audit [INF] from='mgr.24357 ' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]': finished 2024-02-10T08:33:46.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:33:44.843948+0000 mon.smithi138 (mon.0) 630 : audit [INF] from='mgr.24357 ' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]': finished 2024-02-10T08:33:46.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:33:44.844021+0000 mon.smithi138 (mon.0) 631 : audit [INF] from='mgr.24357 ' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]': finished 2024-02-10T08:33:46.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:33:44.844101+0000 mon.smithi138 (mon.0) 632 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-02-10T08:33:46.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:33:44.846812+0000 mon.smithi138 (mon.0) 633 : audit [INF] from='mgr.24357 ' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-02-10T08:33:46.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:33:44.852070+0000 mon.smithi190 (mon.1) 52 : audit [INF] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-10T08:33:46.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:33:44.852465+0000 mon.smithi138 (mon.0) 634 : audit [INF] from='mgr.24357 ' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-10T08:33:46.186 INFO:teuthology.orchestra.run.smithi138.stdout: 5 76368 24.58 MB/sec warmup 87 sec latency 34.337 ms 2024-02-10T08:33:46.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:33:44.158613+0000 mgr.smithi138.arglrk (mgr.24357) 46 : cluster [DBG] pgmap v33: 97 pgs: 97 active+clean; 327 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.0 MiB/s wr, 814 op/s 2024-02-10T08:33:46.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:33:44.841666+0000 mon.smithi190 (mon.1) 51 : audit [INF] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-02-10T08:33:46.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:33:44.843743+0000 mon.smithi138 (mon.0) 628 : audit [INF] from='mgr.24357 ' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]': finished 2024-02-10T08:33:46.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:33:44.843840+0000 mon.smithi138 (mon.0) 629 : audit [INF] from='mgr.24357 ' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]': finished 2024-02-10T08:33:46.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:33:44.843948+0000 mon.smithi138 (mon.0) 630 : audit [INF] from='mgr.24357 ' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]': finished 2024-02-10T08:33:46.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:33:44.844021+0000 mon.smithi138 (mon.0) 631 : audit [INF] from='mgr.24357 ' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]': finished 2024-02-10T08:33:46.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:33:44.844101+0000 mon.smithi138 (mon.0) 632 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-02-10T08:33:46.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:33:44.846812+0000 mon.smithi138 (mon.0) 633 : audit [INF] from='mgr.24357 ' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-02-10T08:33:46.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:33:44.852070+0000 mon.smithi190 (mon.1) 52 : audit [INF] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-10T08:33:46.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:33:44.852465+0000 mon.smithi138 (mon.0) 634 : audit [INF] from='mgr.24357 ' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-10T08:33:47.186 INFO:teuthology.orchestra.run.smithi138.stdout: 5 76912 24.44 MB/sec warmup 88 sec latency 31.555 ms 2024-02-10T08:33:47.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:46 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:33:45.849733+0000 mon.smithi138 (mon.0) 635 : audit [INF] from='mgr.24357 ' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-10T08:33:47.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:46 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:33:45.849809+0000 mon.smithi138 (mon.0) 636 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-02-10T08:33:47.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:46 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:33:45.849733+0000 mon.smithi138 (mon.0) 635 : audit [INF] from='mgr.24357 ' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-10T08:33:47.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:46 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:33:45.849809+0000 mon.smithi138 (mon.0) 636 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-02-10T08:33:48.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:47 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:33:46.159023+0000 mgr.smithi138.arglrk (mgr.24357) 47 : cluster [DBG] pgmap v36: 97 pgs: 4 peering, 93 active+clean; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 12 MiB/s wr, 1.16k op/s 2024-02-10T08:33:48.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:47 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:33:46.845315+0000 mon.smithi138 (mon.0) 637 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-02-10T08:33:48.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:47 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:33:46.854369+0000 mon.smithi138 (mon.0) 638 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-02-10T08:33:48.186 INFO:teuthology.orchestra.run.smithi138.stdout: 5 77340 24.33 MB/sec warmup 89 sec latency 27.998 ms 2024-02-10T08:33:48.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:47 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:33:46.159023+0000 mgr.smithi138.arglrk (mgr.24357) 47 : cluster [DBG] pgmap v36: 97 pgs: 4 peering, 93 active+clean; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 12 MiB/s wr, 1.16k op/s 2024-02-10T08:33:48.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:47 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:33:46.845315+0000 mon.smithi138 (mon.0) 637 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-02-10T08:33:48.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:47 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:33:46.854369+0000 mon.smithi138 (mon.0) 638 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-02-10T08:33:49.186 INFO:teuthology.orchestra.run.smithi138.stdout: 5 77869 24.31 MB/sec warmup 90 sec latency 41.501 ms 2024-02-10T08:33:49.225 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:33:47.867618+0000 mon.smithi138 (mon.0) 639 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-02-10T08:33:49.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:33:47.867618+0000 mon.smithi138 (mon.0) 639 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-02-10T08:33:50.186 INFO:teuthology.orchestra.run.smithi138.stdout: 5 78264 24.19 MB/sec warmup 91 sec latency 44.177 ms 2024-02-10T08:33:50.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:49 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:33:48.159386+0000 mgr.smithi138.arglrk (mgr.24357) 48 : cluster [DBG] pgmap v39: 97 pgs: 4 peering, 93 active+clean; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 13 MiB/s wr, 1.28k op/s 2024-02-10T08:33:50.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:49 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:33:48.868308+0000 mon.smithi138 (mon.0) 640 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-02-10T08:33:50.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:49 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:33:48.159386+0000 mgr.smithi138.arglrk (mgr.24357) 48 : cluster [DBG] pgmap v39: 97 pgs: 4 peering, 93 active+clean; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 13 MiB/s wr, 1.28k op/s 2024-02-10T08:33:50.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:49 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:33:48.868308+0000 mon.smithi138 (mon.0) 640 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-02-10T08:33:51.186 INFO:teuthology.orchestra.run.smithi138.stdout: 5 78862 24.04 MB/sec warmup 92 sec latency 51.947 ms 2024-02-10T08:33:52.005 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:33:50.159774+0000 mgr.smithi138.arglrk (mgr.24357) 49 : cluster [DBG] pgmap v41: 97 pgs: 2 peering, 95 active+clean; 319 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 2.4 MiB/s wr, 99 op/s; 1.9 MiB/s, 6 keys/s, 1 objects/s recovering 2024-02-10T08:33:52.186 INFO:teuthology.orchestra.run.smithi138.stdout: 5 79533 23.95 MB/sec warmup 93 sec latency 26.630 ms 2024-02-10T08:33:52.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:33:50.159774+0000 mgr.smithi138.arglrk (mgr.24357) 49 : cluster [DBG] pgmap v41: 97 pgs: 2 peering, 95 active+clean; 319 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 2.4 MiB/s wr, 99 op/s; 1.9 MiB/s, 6 keys/s, 1 objects/s recovering 2024-02-10T08:33:53.189 INFO:teuthology.orchestra.run.smithi138.stdout: 5 80164 23.82 MB/sec warmup 94 sec latency 33.139 ms 2024-02-10T08:33:53.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:52 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:33:52.160258+0000 mgr.smithi138.arglrk (mgr.24357) 50 : cluster [DBG] pgmap v42: 97 pgs: 97 active+clean; 322 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 KiB/s rd, 6.0 MiB/s wr, 524 op/s; 1.3 MiB/s, 4 keys/s, 0 objects/s recovering 2024-02-10T08:33:53.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:52 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:33:52.160258+0000 mgr.smithi138.arglrk (mgr.24357) 50 : cluster [DBG] pgmap v42: 97 pgs: 97 active+clean; 322 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 KiB/s rd, 6.0 MiB/s wr, 524 op/s; 1.3 MiB/s, 4 keys/s, 0 objects/s recovering 2024-02-10T08:33:54.189 INFO:teuthology.orchestra.run.smithi138.stdout: 5 80778 23.75 MB/sec warmup 95 sec latency 32.255 ms 2024-02-10T08:33:54.223 INFO:teuthology.orchestra.run.smithi138.stdout:true 2024-02-10T08:33:54.269 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:53 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:33:52.876299+0000 mon.smithi138 (mon.0) 641 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-02-10T08:33:54.269 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:53 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:33:52.876328+0000 mon.smithi138 (mon.0) 642 : cluster [INF] Cluster is now healthy 2024-02-10T08:33:54.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:53 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:33:52.876299+0000 mon.smithi138 (mon.0) 641 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-02-10T08:33:54.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:53 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:33:52.876328+0000 mon.smithi138 (mon.0) 642 : cluster [INF] Cluster is now healthy 2024-02-10T08:33:55.072 INFO:teuthology.orchestra.run.smithi138.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2024-02-10T08:33:55.073 INFO:teuthology.orchestra.run.smithi138.stdout:alertmanager.smithi138 smithi138 *:9093,9094 running (6m) 61s ago 7m 0.20.0 0881eb8f169f 78c83a922c35 2024-02-10T08:33:55.073 INFO:teuthology.orchestra.run.smithi138.stdout:crash.smithi138 smithi138 running (7m) 61s ago 7m 16.2.4 8d91d370c2b8 210cca8a58ea 2024-02-10T08:33:55.073 INFO:teuthology.orchestra.run.smithi138.stdout:crash.smithi190 smithi190 running (6m) 67s ago 6m 16.2.4 8d91d370c2b8 76b23cc1504a 2024-02-10T08:33:55.073 INFO:teuthology.orchestra.run.smithi138.stdout:grafana.smithi138 smithi138 *:3000 running (5m) 61s ago 7m 6.7.4 557c83e11646 9e400367c973 2024-02-10T08:33:55.073 INFO:teuthology.orchestra.run.smithi138.stdout:mds.foofs.smithi138.rckmtk smithi138 running (119s) 61s ago 118s 16.2.4 8d91d370c2b8 d5d147a8dc83 2024-02-10T08:33:55.073 INFO:teuthology.orchestra.run.smithi138.stdout:mds.foofs.smithi190.lndkxw smithi190 running (2m) 67s ago 2m 16.2.4 8d91d370c2b8 e61226bfc606 2024-02-10T08:33:55.073 INFO:teuthology.orchestra.run.smithi138.stdout:mgr.smithi138.arglrk smithi138 *:9283 running (9m) 61s ago 9m 16.2.4 8d91d370c2b8 39b390fef3e2 2024-02-10T08:33:55.073 INFO:teuthology.orchestra.run.smithi138.stdout:mgr.smithi190.qddxvv smithi190 *:8443,9283 running (6m) 67s ago 6m 16.2.4 8d91d370c2b8 14250266a094 2024-02-10T08:33:55.073 INFO:teuthology.orchestra.run.smithi138.stdout:mon.smithi138 smithi138 running (9m) 61s ago 9m 16.2.4 8d91d370c2b8 9ca01e977336 2024-02-10T08:33:55.073 INFO:teuthology.orchestra.run.smithi138.stdout:mon.smithi190 smithi190 running (6m) 67s ago 6m 16.2.4 8d91d370c2b8 71a1ed724e8c 2024-02-10T08:33:55.073 INFO:teuthology.orchestra.run.smithi138.stdout:nfs.foo.smithi138 smithi138 *:2049 running (104s) 61s ago 104s 3.5 8d91d370c2b8 1fad29ceb6ce 2024-02-10T08:33:55.073 INFO:teuthology.orchestra.run.smithi138.stdout:nfs.foo.smithi190 smithi190 *:2049 running (100s) 67s ago 99s 3.5 8d91d370c2b8 5652c3837803 2024-02-10T08:33:55.073 INFO:teuthology.orchestra.run.smithi138.stdout:node-exporter.smithi138 smithi138 *:9100 running (7m) 61s ago 7m 0.18.1 e5a616e4b9cf 720f24dd7d0f 2024-02-10T08:33:55.073 INFO:teuthology.orchestra.run.smithi138.stdout:node-exporter.smithi190 smithi190 *:9100 running (6m) 67s ago 6m 0.18.1 e5a616e4b9cf 5ce00b720701 2024-02-10T08:33:55.073 INFO:teuthology.orchestra.run.smithi138.stdout:osd.0 smithi138 running (6m) 61s ago 6m 16.2.4 8d91d370c2b8 bf18ab6e4563 2024-02-10T08:33:55.074 INFO:teuthology.orchestra.run.smithi138.stdout:osd.1 smithi138 running (5m) 61s ago 5m 16.2.4 8d91d370c2b8 2861c1626c3d 2024-02-10T08:33:55.074 INFO:teuthology.orchestra.run.smithi138.stdout:osd.2 smithi138 running (5m) 61s ago 5m 16.2.4 8d91d370c2b8 223e59287abc 2024-02-10T08:33:55.074 INFO:teuthology.orchestra.run.smithi138.stdout:osd.3 smithi138 running (4m) 61s ago 4m 16.2.4 8d91d370c2b8 d7911c435734 2024-02-10T08:33:55.074 INFO:teuthology.orchestra.run.smithi138.stdout:osd.4 smithi190 running (4m) 67s ago 4m 16.2.4 8d91d370c2b8 e5043a6085e4 2024-02-10T08:33:55.074 INFO:teuthology.orchestra.run.smithi138.stdout:osd.5 smithi190 running (4m) 67s ago 4m 16.2.4 8d91d370c2b8 6a7c61ca0c01 2024-02-10T08:33:55.074 INFO:teuthology.orchestra.run.smithi138.stdout:osd.6 smithi190 running (3m) 67s ago 3m 16.2.4 8d91d370c2b8 62fbc05c2e0a 2024-02-10T08:33:55.074 INFO:teuthology.orchestra.run.smithi138.stdout:osd.7 smithi190 running (3m) 67s ago 3m 16.2.4 8d91d370c2b8 1515c342bdc4 2024-02-10T08:33:55.074 INFO:teuthology.orchestra.run.smithi138.stdout:prometheus.smithi138 smithi138 *:9095 running (5m) 61s ago 6m 2.18.1 de242295e225 9a24934e5062 2024-02-10T08:33:55.189 INFO:teuthology.orchestra.run.smithi138.stdout: 5 81706 23.90 MB/sec warmup 96 sec latency 21.434 ms 2024-02-10T08:33:55.534 INFO:teuthology.orchestra.run.smithi138.stdout:{ 2024-02-10T08:33:55.535 INFO:teuthology.orchestra.run.smithi138.stdout: "mon": { 2024-02-10T08:33:55.535 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-02-10T08:33:55.535 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:33:55.535 INFO:teuthology.orchestra.run.smithi138.stdout: "mgr": { 2024-02-10T08:33:55.535 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-02-10T08:33:55.536 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:33:55.536 INFO:teuthology.orchestra.run.smithi138.stdout: "osd": { 2024-02-10T08:33:55.536 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-02-10T08:33:55.536 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:33:55.536 INFO:teuthology.orchestra.run.smithi138.stdout: "mds": { 2024-02-10T08:33:55.536 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-02-10T08:33:55.536 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:33:55.536 INFO:teuthology.orchestra.run.smithi138.stdout: "overall": { 2024-02-10T08:33:55.537 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 14 2024-02-10T08:33:55.537 INFO:teuthology.orchestra.run.smithi138.stdout: } 2024-02-10T08:33:55.537 INFO:teuthology.orchestra.run.smithi138.stdout:} 2024-02-10T08:33:55.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:55 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:33:54.160582+0000 mgr.smithi138.arglrk (mgr.24357) 51 : cluster [DBG] pgmap v43: 97 pgs: 97 active+clean; 322 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.4 KiB/s rd, 4.9 MiB/s wr, 431 op/s; 1.1 MiB/s, 3 keys/s, 0 objects/s recovering 2024-02-10T08:33:55.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:55 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:33:54.204979+0000 mgr.smithi138.arglrk (mgr.24357) 52 : audit [DBG] from='client.24413 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:33:55.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:55 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:33:54.350869+0000 mon.smithi138 (mon.0) 643 : audit [INF] from='mgr.24357 ' entity='mgr.smithi138.arglrk' 2024-02-10T08:33:55.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:55 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:33:54.638466+0000 mgr.smithi138.arglrk (mgr.24357) 53 : audit [DBG] from='client.24417 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:33:55.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:55 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:33:54.160582+0000 mgr.smithi138.arglrk (mgr.24357) 51 : cluster [DBG] pgmap v43: 97 pgs: 97 active+clean; 322 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.4 KiB/s rd, 4.9 MiB/s wr, 431 op/s; 1.1 MiB/s, 3 keys/s, 0 objects/s recovering 2024-02-10T08:33:55.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:55 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:33:54.204979+0000 mgr.smithi138.arglrk (mgr.24357) 52 : audit [DBG] from='client.24413 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:33:55.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:55 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:33:54.350869+0000 mon.smithi138 (mon.0) 643 : audit [INF] from='mgr.24357 ' entity='mgr.smithi138.arglrk' 2024-02-10T08:33:55.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:55 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:33:54.638466+0000 mgr.smithi138.arglrk (mgr.24357) 53 : audit [DBG] from='client.24417 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:33:55.981 INFO:teuthology.orchestra.run.smithi138.stdout:{ 2024-02-10T08:33:55.981 INFO:teuthology.orchestra.run.smithi138.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-10T08:33:55.981 INFO:teuthology.orchestra.run.smithi138.stdout: "in_progress": true, 2024-02-10T08:33:55.981 INFO:teuthology.orchestra.run.smithi138.stdout: "services_complete": [], 2024-02-10T08:33:55.981 INFO:teuthology.orchestra.run.smithi138.stdout: "progress": "0/23 ceph daemons upgraded", 2024-02-10T08:33:55.981 INFO:teuthology.orchestra.run.smithi138.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc image on host smithi190" 2024-02-10T08:33:55.981 INFO:teuthology.orchestra.run.smithi138.stdout:} 2024-02-10T08:33:56.189 INFO:teuthology.orchestra.run.smithi138.stdout: 5 82373 23.78 MB/sec warmup 97 sec latency 41.465 ms 2024-02-10T08:33:56.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:56 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:33:55.060013+0000 mgr.smithi138.arglrk (mgr.24357) 54 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:33:56.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:56 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:33:55.534335+0000 mon.smithi138 (mon.0) 644 : audit [DBG] from='client.? 172.21.15.138:0/3518293816' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:33:56.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:56 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:33:55.060013+0000 mgr.smithi138.arglrk (mgr.24357) 54 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:33:56.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:56 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:33:55.534335+0000 mon.smithi138 (mon.0) 644 : audit [DBG] from='client.? 172.21.15.138:0/3518293816' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:33:57.189 INFO:teuthology.orchestra.run.smithi138.stdout: 5 83133 23.70 MB/sec warmup 98 sec latency 62.531 ms 2024-02-10T08:33:57.746 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:57 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:33:55.978257+0000 mgr.smithi138.arglrk (mgr.24357) 55 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:33:57.746 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:57 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:33:56.161268+0000 mgr.smithi138.arglrk (mgr.24357) 56 : cluster [DBG] pgmap v44: 97 pgs: 97 active+clean; 326 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 10 MiB/s wr, 972 op/s; 988 KiB/s, 3 keys/s, 0 objects/s recovering 2024-02-10T08:33:57.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:57 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:33:55.978257+0000 mgr.smithi138.arglrk (mgr.24357) 55 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:33:57.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:57 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:33:56.161268+0000 mgr.smithi138.arglrk (mgr.24357) 56 : cluster [DBG] pgmap v44: 97 pgs: 97 active+clean; 326 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 10 MiB/s wr, 972 op/s; 988 KiB/s, 3 keys/s, 0 objects/s recovering 2024-02-10T08:33:58.189 INFO:teuthology.orchestra.run.smithi138.stdout: 5 83996 23.66 MB/sec warmup 99 sec latency 24.484 ms 2024-02-10T08:33:59.189 INFO:teuthology.orchestra.run.smithi138.stdout: 5 84669 23.66 MB/sec warmup 100 sec latency 21.718 ms 2024-02-10T08:33:59.311 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:58 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:33:57.877457+0000 mgr.smithi138.arglrk (mgr.24357) 57 : cephadm [INF] Upgrade: Updating mgr.smithi190.qddxvv 2024-02-10T08:33:59.311 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:58 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:33:57.882953+0000 mon.smithi138 (mon.0) 645 : audit [INF] from='mgr.24357 ' entity='mgr.smithi138.arglrk' 2024-02-10T08:33:59.311 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:58 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:33:57.888545+0000 mon.smithi190 (mon.1) 53 : audit [INF] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi190.qddxvv", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T08:33:59.311 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:58 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:33:57.888946+0000 mon.smithi138 (mon.0) 646 : audit [INF] from='mgr.24357 ' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi190.qddxvv", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T08:33:59.311 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:58 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:33:57.889971+0000 mon.smithi190 (mon.1) 54 : audit [DBG] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-10T08:33:59.312 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:58 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:33:57.890648+0000 mon.smithi190 (mon.1) 55 : audit [DBG] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:33:59.312 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:58 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:33:57.891512+0000 mgr.smithi138.arglrk (mgr.24357) 58 : cephadm [INF] Deploying daemon mgr.smithi190.qddxvv on smithi190 2024-02-10T08:33:59.312 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:33:58 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:33:58.161576+0000 mgr.smithi138.arglrk (mgr.24357) 59 : cluster [DBG] pgmap v45: 97 pgs: 97 active+clean; 326 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 8.5 MiB/s wr, 806 op/s; 819 KiB/s, 2 keys/s, 0 objects/s recovering 2024-02-10T08:33:59.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:58 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:33:57.877457+0000 mgr.smithi138.arglrk (mgr.24357) 57 : cephadm [INF] Upgrade: Updating mgr.smithi190.qddxvv 2024-02-10T08:33:59.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:58 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:33:57.882953+0000 mon.smithi138 (mon.0) 645 : audit [INF] from='mgr.24357 ' entity='mgr.smithi138.arglrk' 2024-02-10T08:33:59.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:58 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:33:57.888545+0000 mon.smithi190 (mon.1) 53 : audit [INF] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi190.qddxvv", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T08:33:59.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:58 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:33:57.888946+0000 mon.smithi138 (mon.0) 646 : audit [INF] from='mgr.24357 ' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi190.qddxvv", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T08:33:59.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:58 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:33:57.889971+0000 mon.smithi190 (mon.1) 54 : audit [DBG] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-10T08:33:59.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:58 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:33:57.890648+0000 mon.smithi190 (mon.1) 55 : audit [DBG] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:33:59.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:58 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:33:57.891512+0000 mgr.smithi138.arglrk (mgr.24357) 58 : cephadm [INF] Deploying daemon mgr.smithi190.qddxvv on smithi190 2024-02-10T08:33:59.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:33:58 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:33:58.161576+0000 mgr.smithi138.arglrk (mgr.24357) 59 : cluster [DBG] pgmap v45: 97 pgs: 97 active+clean; 326 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 8.5 MiB/s wr, 806 op/s; 819 KiB/s, 2 keys/s, 0 objects/s recovering 2024-02-10T08:34:00.190 INFO:teuthology.orchestra.run.smithi138.stdout: 5 85124 23.62 MB/sec warmup 101 sec latency 27.276 ms 2024-02-10T08:34:01.189 INFO:teuthology.orchestra.run.smithi138.stdout: 5 85498 23.50 MB/sec warmup 102 sec latency 46.317 ms 2024-02-10T08:34:02.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:01 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:34:00.161998+0000 mgr.smithi138.arglrk (mgr.24357) 60 : cluster [DBG] pgmap v46: 97 pgs: 97 active+clean; 324 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 9.1 MiB/s wr, 789 op/s; 725 KiB/s, 2 keys/s, 0 objects/s recovering 2024-02-10T08:34:02.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:01 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:34:00.161998+0000 mgr.smithi138.arglrk (mgr.24357) 60 : cluster [DBG] pgmap v46: 97 pgs: 97 active+clean; 324 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 9.1 MiB/s wr, 789 op/s; 725 KiB/s, 2 keys/s, 0 objects/s recovering 2024-02-10T08:34:02.190 INFO:teuthology.orchestra.run.smithi138.stdout: 5 86025 23.33 MB/sec warmup 103 sec latency 31.615 ms 2024-02-10T08:34:03.190 INFO:teuthology.orchestra.run.smithi138.stdout: 5 86579 23.22 MB/sec warmup 104 sec latency 30.677 ms 2024-02-10T08:34:03.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:03 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:34:02.163228+0000 mgr.smithi138.arglrk (mgr.24357) 61 : cluster [DBG] pgmap v47: 97 pgs: 97 active+clean; 328 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 10 MiB/s wr, 1.03k op/s 2024-02-10T08:34:03.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:03 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:02.432304+0000 mon.smithi138 (mon.0) 647 : audit [INF] from='mgr.24357 ' entity='mgr.smithi138.arglrk' 2024-02-10T08:34:03.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:03 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:02.433530+0000 mon.smithi190 (mon.1) 56 : audit [DBG] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:34:03.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:03 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:34:02.163228+0000 mgr.smithi138.arglrk (mgr.24357) 61 : cluster [DBG] pgmap v47: 97 pgs: 97 active+clean; 328 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 10 MiB/s wr, 1.03k op/s 2024-02-10T08:34:03.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:03 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:02.432304+0000 mon.smithi138 (mon.0) 647 : audit [INF] from='mgr.24357 ' entity='mgr.smithi138.arglrk' 2024-02-10T08:34:03.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:03 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:02.433530+0000 mon.smithi190 (mon.1) 56 : audit [DBG] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:34:04.190 INFO:teuthology.orchestra.run.smithi138.stdout: 5 87240 23.15 MB/sec warmup 105 sec latency 29.578 ms 2024-02-10T08:34:05.190 INFO:teuthology.orchestra.run.smithi138.stdout: 5 87845 23.08 MB/sec warmup 106 sec latency 27.318 ms 2024-02-10T08:34:05.857 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:34:04.163586+0000 mgr.smithi138.arglrk (mgr.24357) 62 : cluster [DBG] pgmap v48: 97 pgs: 97 active+clean; 328 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.2 MiB/s wr, 806 op/s 2024-02-10T08:34:06.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:34:04.163586+0000 mgr.smithi138.arglrk (mgr.24357) 62 : cluster [DBG] pgmap v48: 97 pgs: 97 active+clean; 328 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.2 MiB/s wr, 806 op/s 2024-02-10T08:34:06.190 INFO:teuthology.orchestra.run.smithi138.stdout: 5 88780 23.23 MB/sec warmup 107 sec latency 23.076 ms 2024-02-10T08:34:07.190 INFO:teuthology.orchestra.run.smithi138.stdout: 5 89442 23.13 MB/sec warmup 108 sec latency 28.409 ms 2024-02-10T08:34:07.698 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:34:06.164161+0000 mgr.smithi138.arglrk (mgr.24357) 63 : cluster [DBG] pgmap v49: 97 pgs: 97 active+clean; 323 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 11 MiB/s wr, 1.13k op/s 2024-02-10T08:34:07.698 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:06.413621+0000 mon.smithi138 (mon.0) 648 : audit [INF] from='mgr.24357 ' entity='mgr.smithi138.arglrk' 2024-02-10T08:34:07.698 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:06.695789+0000 mon.smithi138 (mon.0) 649 : audit [INF] from='mgr.24357 ' entity='mgr.smithi138.arglrk' 2024-02-10T08:34:07.698 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:06.702368+0000 mon.smithi190 (mon.1) 57 : audit [DBG] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:34:07.698 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:34:06.703938+0000 mgr.smithi138.arglrk (mgr.24357) 64 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi138.arglrk) 2024-02-10T08:34:07.698 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:34:06.707272+0000 mgr.smithi138.arglrk (mgr.24357) 65 : cephadm [INF] Failing over to other MGR 2024-02-10T08:34:07.698 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:06.707924+0000 mon.smithi190 (mon.1) 58 : audit [INF] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mgr fail", "who": "smithi138.arglrk"}]: dispatch 2024-02-10T08:34:07.698 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:06.708396+0000 mon.smithi138 (mon.0) 650 : audit [INF] from='mgr.24357 ' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mgr fail", "who": "smithi138.arglrk"}]: dispatch 2024-02-10T08:34:07.698 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:34:06.712545+0000 mon.smithi138 (mon.0) 651 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-02-10T08:34:07.712 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:34:06.164161+0000 mgr.smithi138.arglrk (mgr.24357) 63 : cluster [DBG] pgmap v49: 97 pgs: 97 active+clean; 323 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 11 MiB/s wr, 1.13k op/s 2024-02-10T08:34:07.713 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:06.413621+0000 mon.smithi138 (mon.0) 648 : audit [INF] from='mgr.24357 ' entity='mgr.smithi138.arglrk' 2024-02-10T08:34:07.713 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:06.695789+0000 mon.smithi138 (mon.0) 649 : audit [INF] from='mgr.24357 ' entity='mgr.smithi138.arglrk' 2024-02-10T08:34:07.713 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:06.702368+0000 mon.smithi190 (mon.1) 57 : audit [DBG] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:34:07.713 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:34:06.703938+0000 mgr.smithi138.arglrk (mgr.24357) 64 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi138.arglrk) 2024-02-10T08:34:07.713 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:34:06.707272+0000 mgr.smithi138.arglrk (mgr.24357) 65 : cephadm [INF] Failing over to other MGR 2024-02-10T08:34:07.713 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:06.707924+0000 mon.smithi190 (mon.1) 58 : audit [INF] from='mgr.24357 172.21.15.138:0/491983844' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mgr fail", "who": "smithi138.arglrk"}]: dispatch 2024-02-10T08:34:07.713 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:06.708396+0000 mon.smithi138 (mon.0) 650 : audit [INF] from='mgr.24357 ' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mgr fail", "who": "smithi138.arglrk"}]: dispatch 2024-02-10T08:34:07.713 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:34:06.712545+0000 mon.smithi138 (mon.0) 651 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-02-10T08:34:08.190 INFO:teuthology.orchestra.run.smithi138.stdout: 5 90099 23.03 MB/sec warmup 109 sec latency 17.917 ms 2024-02-10T08:34:08.971 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:08 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:07.699083+0000 mon.smithi138 (mon.0) 652 : audit [INF] from='mgr.24357 ' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "mgr fail", "who": "smithi138.arglrk"}]': finished 2024-02-10T08:34:08.971 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:08 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:34:07.699160+0000 mon.smithi138 (mon.0) 653 : cluster [DBG] mgrmap e25: smithi190.qddxvv(active, starting, since 0.989978s) 2024-02-10T08:34:09.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:07.699083+0000 mon.smithi138 (mon.0) 652 : audit [INF] from='mgr.24357 ' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "mgr fail", "who": "smithi138.arglrk"}]': finished 2024-02-10T08:34:09.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:34:07.699160+0000 mon.smithi138 (mon.0) 653 : cluster [DBG] mgrmap e25: smithi190.qddxvv(active, starting, since 0.989978s) 2024-02-10T08:34:09.190 INFO:teuthology.orchestra.run.smithi138.stdout: 5 91010 23.01 MB/sec warmup 110 sec latency 24.252 ms 2024-02-10T08:34:09.956 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:34:08.984618+0000 mon.smithi138 (mon.0) 654 : cluster [INF] Active manager daemon smithi190.qddxvv restarted 2024-02-10T08:34:09.956 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:34:08.985316+0000 mon.smithi138 (mon.0) 655 : cluster [INF] Activating manager daemon smithi190.qddxvv 2024-02-10T08:34:09.956 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:34:08.988392+0000 mon.smithi138 (mon.0) 656 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-02-10T08:34:09.956 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:08.988753+0000 mon.smithi190 (mon.1) 59 : audit [DBG] from='mgr.? 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi190.qddxvv/crt"}]: dispatch 2024-02-10T08:34:09.956 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:08.989238+0000 mon.smithi190 (mon.1) 60 : audit [DBG] from='mgr.? 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-10T08:34:09.956 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:08.992681+0000 mon.smithi190 (mon.1) 61 : audit [DBG] from='mgr.? 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi190.qddxvv/key"}]: dispatch 2024-02-10T08:34:09.956 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:08.993148+0000 mon.smithi190 (mon.1) 62 : audit [DBG] from='mgr.? 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-10T08:34:09.958 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:34:08.984618+0000 mon.smithi138 (mon.0) 654 : cluster [INF] Active manager daemon smithi190.qddxvv restarted 2024-02-10T08:34:09.958 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:34:08.985316+0000 mon.smithi138 (mon.0) 655 : cluster [INF] Activating manager daemon smithi190.qddxvv 2024-02-10T08:34:09.958 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:34:08.988392+0000 mon.smithi138 (mon.0) 656 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-02-10T08:34:09.959 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:08.988753+0000 mon.smithi190 (mon.1) 59 : audit [DBG] from='mgr.? 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi190.qddxvv/crt"}]: dispatch 2024-02-10T08:34:09.959 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:08.989238+0000 mon.smithi190 (mon.1) 60 : audit [DBG] from='mgr.? 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-10T08:34:09.959 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:08.992681+0000 mon.smithi190 (mon.1) 61 : audit [DBG] from='mgr.? 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi190.qddxvv/key"}]: dispatch 2024-02-10T08:34:09.959 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:08.993148+0000 mon.smithi190 (mon.1) 62 : audit [DBG] from='mgr.? 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-10T08:34:10.190 INFO:teuthology.orchestra.run.smithi138.stdout: 5 91688 23.02 MB/sec warmup 111 sec latency 44.469 ms 2024-02-10T08:34:11.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:34:09.705956+0000 mon.smithi138 (mon.0) 657 : cluster [DBG] mgrmap e26: smithi190.qddxvv(active, starting, since 0.720871s) 2024-02-10T08:34:11.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:09.711497+0000 mon.smithi190 (mon.1) 63 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "mon metadata", "id": "smithi138"}]: dispatch 2024-02-10T08:34:11.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:09.711669+0000 mon.smithi190 (mon.1) 64 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2024-02-10T08:34:11.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:09.712046+0000 mon.smithi190 (mon.1) 65 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi138.rckmtk"}]: dispatch 2024-02-10T08:34:11.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:09.712331+0000 mon.smithi190 (mon.1) 66 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi190.lndkxw"}]: dispatch 2024-02-10T08:34:11.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:09.713319+0000 mon.smithi190 (mon.1) 67 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "mgr metadata", "who": "smithi190.qddxvv", "id": "smithi190.qddxvv"}]: dispatch 2024-02-10T08:34:11.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:09.713517+0000 mon.smithi190 (mon.1) 68 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T08:34:11.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:09.713833+0000 mon.smithi190 (mon.1) 69 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T08:34:11.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:09.714145+0000 mon.smithi190 (mon.1) 70 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T08:34:11.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:09.714436+0000 mon.smithi190 (mon.1) 71 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T08:34:11.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:09.714730+0000 mon.smithi190 (mon.1) 72 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T08:34:11.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:09.714983+0000 mon.smithi190 (mon.1) 73 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T08:34:11.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:09.715223+0000 mon.smithi190 (mon.1) 74 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T08:34:11.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:09.715468+0000 mon.smithi190 (mon.1) 75 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T08:34:11.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:09.715725+0000 mon.smithi190 (mon.1) 76 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T08:34:11.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:09.715979+0000 mon.smithi190 (mon.1) 77 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T08:34:11.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:09.716560+0000 mon.smithi190 (mon.1) 78 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T08:34:11.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:34:09.745576+0000 mon.smithi138 (mon.0) 658 : cluster [INF] Manager daemon smithi190.qddxvv is now available 2024-02-10T08:34:11.067 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:09.765654+0000 mon.smithi138 (mon.0) 659 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' 2024-02-10T08:34:11.067 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:34:09.766280+0000 mgr.smithi190.qddxvv (mgr.24433) 1 : cephadm [INF] Queued nfs.foo for migration 2024-02-10T08:34:11.067 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:09.876847+0000 mon.smithi190 (mon.1) 79 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:34:11.067 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:09.878796+0000 mon.smithi190 (mon.1) 80 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:34:11.067 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:09.902749+0000 mon.smithi138 (mon.0) 660 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' 2024-02-10T08:34:11.067 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:09.953497+0000 mon.smithi190 (mon.1) 81 : audit [INF] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi190.qddxvv/mirror_snapshot_schedule"}]: dispatch 2024-02-10T08:34:11.067 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:09.953980+0000 mon.smithi138 (mon.0) 661 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi190.qddxvv/mirror_snapshot_schedule"}]: dispatch 2024-02-10T08:34:11.067 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:09.978648+0000 mon.smithi190 (mon.1) 82 : audit [INF] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi190.qddxvv/trash_purge_schedule"}]: dispatch 2024-02-10T08:34:11.067 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:09.979098+0000 mon.smithi138 (mon.0) 662 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi190.qddxvv/trash_purge_schedule"}]: dispatch 2024-02-10T08:34:11.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:34:09.705956+0000 mon.smithi138 (mon.0) 657 : cluster [DBG] mgrmap e26: smithi190.qddxvv(active, starting, since 0.720871s) 2024-02-10T08:34:11.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:09.711497+0000 mon.smithi190 (mon.1) 63 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "mon metadata", "id": "smithi138"}]: dispatch 2024-02-10T08:34:11.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:09.711669+0000 mon.smithi190 (mon.1) 64 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2024-02-10T08:34:11.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:09.712046+0000 mon.smithi190 (mon.1) 65 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi138.rckmtk"}]: dispatch 2024-02-10T08:34:11.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:09.712331+0000 mon.smithi190 (mon.1) 66 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi190.lndkxw"}]: dispatch 2024-02-10T08:34:11.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:09.713319+0000 mon.smithi190 (mon.1) 67 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "mgr metadata", "who": "smithi190.qddxvv", "id": "smithi190.qddxvv"}]: dispatch 2024-02-10T08:34:11.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:09.713517+0000 mon.smithi190 (mon.1) 68 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T08:34:11.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:09.713833+0000 mon.smithi190 (mon.1) 69 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T08:34:11.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:09.714145+0000 mon.smithi190 (mon.1) 70 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T08:34:11.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:09.714436+0000 mon.smithi190 (mon.1) 71 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T08:34:11.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:09.714730+0000 mon.smithi190 (mon.1) 72 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T08:34:11.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:09.714983+0000 mon.smithi190 (mon.1) 73 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T08:34:11.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:09.715223+0000 mon.smithi190 (mon.1) 74 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T08:34:11.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:09.715468+0000 mon.smithi190 (mon.1) 75 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T08:34:11.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:09.715725+0000 mon.smithi190 (mon.1) 76 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T08:34:11.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:09.715979+0000 mon.smithi190 (mon.1) 77 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T08:34:11.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:09.716560+0000 mon.smithi190 (mon.1) 78 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T08:34:11.099 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:34:09.745576+0000 mon.smithi138 (mon.0) 658 : cluster [INF] Manager daemon smithi190.qddxvv is now available 2024-02-10T08:34:11.099 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:09.765654+0000 mon.smithi138 (mon.0) 659 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' 2024-02-10T08:34:11.099 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:34:09.766280+0000 mgr.smithi190.qddxvv (mgr.24433) 1 : cephadm [INF] Queued nfs.foo for migration 2024-02-10T08:34:11.099 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:09.876847+0000 mon.smithi190 (mon.1) 79 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:34:11.099 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:09.878796+0000 mon.smithi190 (mon.1) 80 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:34:11.099 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:09.902749+0000 mon.smithi138 (mon.0) 660 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' 2024-02-10T08:34:11.099 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:09.953497+0000 mon.smithi190 (mon.1) 81 : audit [INF] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi190.qddxvv/mirror_snapshot_schedule"}]: dispatch 2024-02-10T08:34:11.099 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:09.953980+0000 mon.smithi138 (mon.0) 661 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi190.qddxvv/mirror_snapshot_schedule"}]: dispatch 2024-02-10T08:34:11.099 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:09.978648+0000 mon.smithi190 (mon.1) 82 : audit [INF] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi190.qddxvv/trash_purge_schedule"}]: dispatch 2024-02-10T08:34:11.099 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:09.979098+0000 mon.smithi138 (mon.0) 662 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi190.qddxvv/trash_purge_schedule"}]: dispatch 2024-02-10T08:34:11.190 INFO:teuthology.orchestra.run.smithi138.stdout: 5 92405 23.05 MB/sec warmup 112 sec latency 18.547 ms 2024-02-10T08:34:11.723 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:11 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:34:10.722095+0000 mon.smithi138 (mon.0) 663 : cluster [DBG] mgrmap e27: smithi190.qddxvv(active, since 1.73701s) 2024-02-10T08:34:11.723 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:11 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:34:10.736603+0000 mgr.smithi190.qddxvv (mgr.24433) 2 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 331 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-02-10T08:34:12.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:11 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:34:10.722095+0000 mon.smithi138 (mon.0) 663 : cluster [DBG] mgrmap e27: smithi190.qddxvv(active, since 1.73701s) 2024-02-10T08:34:12.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:11 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:34:10.736603+0000 mgr.smithi190.qddxvv (mgr.24433) 2 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 331 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-02-10T08:34:12.191 INFO:teuthology.orchestra.run.smithi138.stdout: 5 92854 22.93 MB/sec warmup 113 sec latency 47.430 ms 2024-02-10T08:34:13.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:12 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:34:11.715926+0000 mgr.smithi190.qddxvv (mgr.24433) 3 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 331 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-02-10T08:34:13.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:12 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:34:11.727242+0000 mon.smithi138 (mon.0) 664 : cluster [DBG] mgrmap e28: smithi190.qddxvv(active, since 2s) 2024-02-10T08:34:13.099 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:12 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:34:11.715926+0000 mgr.smithi190.qddxvv (mgr.24433) 3 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 331 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-02-10T08:34:13.099 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:12 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:34:11.727242+0000 mon.smithi138 (mon.0) 664 : cluster [DBG] mgrmap e28: smithi190.qddxvv(active, since 2s) 2024-02-10T08:34:13.191 INFO:teuthology.orchestra.run.smithi138.stdout: 5 93282 22.80 MB/sec warmup 114 sec latency 43.879 ms 2024-02-10T08:34:14.191 INFO:teuthology.orchestra.run.smithi138.stdout: 5 93784 22.70 MB/sec warmup 115 sec latency 51.293 ms 2024-02-10T08:34:14.972 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:14 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:34:13.716291+0000 mgr.smithi190.qddxvv (mgr.24433) 4 : cluster [DBG] pgmap v5: 97 pgs: 97 active+clean; 331 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-02-10T08:34:15.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:34:13.716291+0000 mgr.smithi190.qddxvv (mgr.24433) 4 : cluster [DBG] pgmap v5: 97 pgs: 97 active+clean; 331 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-02-10T08:34:15.191 INFO:teuthology.orchestra.run.smithi138.stdout: 5 94254 22.57 MB/sec warmup 116 sec latency 30.319 ms 2024-02-10T08:34:16.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:15 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:34:14.867305+0000 mon.smithi138 (mon.0) 665 : cluster [DBG] Standby manager daemon smithi138.arglrk started 2024-02-10T08:34:16.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:15 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:14.868583+0000 mon.smithi190 (mon.1) 83 : audit [DBG] from='mgr.? 172.21.15.138:0/434650078' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi138.arglrk/crt"}]: dispatch 2024-02-10T08:34:16.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:15 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:14.869290+0000 mon.smithi190 (mon.1) 84 : audit [DBG] from='mgr.? 172.21.15.138:0/434650078' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-10T08:34:16.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:15 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:14.906286+0000 mon.smithi190 (mon.1) 85 : audit [DBG] from='mgr.? 172.21.15.138:0/434650078' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi138.arglrk/key"}]: dispatch 2024-02-10T08:34:16.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:15 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:14.906691+0000 mon.smithi190 (mon.1) 86 : audit [DBG] from='mgr.? 172.21.15.138:0/434650078' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-10T08:34:16.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:15 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:15.223157+0000 mon.smithi138 (mon.0) 666 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' 2024-02-10T08:34:16.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:15 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:34:14.867305+0000 mon.smithi138 (mon.0) 665 : cluster [DBG] Standby manager daemon smithi138.arglrk started 2024-02-10T08:34:16.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:15 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:14.868583+0000 mon.smithi190 (mon.1) 83 : audit [DBG] from='mgr.? 172.21.15.138:0/434650078' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi138.arglrk/crt"}]: dispatch 2024-02-10T08:34:16.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:15 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:14.869290+0000 mon.smithi190 (mon.1) 84 : audit [DBG] from='mgr.? 172.21.15.138:0/434650078' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-10T08:34:16.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:15 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:14.906286+0000 mon.smithi190 (mon.1) 85 : audit [DBG] from='mgr.? 172.21.15.138:0/434650078' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi138.arglrk/key"}]: dispatch 2024-02-10T08:34:16.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:15 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:14.906691+0000 mon.smithi190 (mon.1) 86 : audit [DBG] from='mgr.? 172.21.15.138:0/434650078' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-10T08:34:16.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:15 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:15.223157+0000 mon.smithi138 (mon.0) 666 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' 2024-02-10T08:34:16.191 INFO:teuthology.orchestra.run.smithi138.stdout: 5 94657 22.48 MB/sec warmup 117 sec latency 64.344 ms 2024-02-10T08:34:17.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:16 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:34:15.716624+0000 mgr.smithi190.qddxvv (mgr.24433) 5 : cluster [DBG] pgmap v6: 97 pgs: 97 active+clean; 331 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-02-10T08:34:17.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:16 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:34:15.821598+0000 mon.smithi138 (mon.0) 667 : cluster [DBG] mgrmap e29: smithi190.qddxvv(active, since 6s), standbys: smithi138.arglrk 2024-02-10T08:34:17.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:16 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:15.823058+0000 mon.smithi190 (mon.1) 87 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "mgr metadata", "who": "smithi138.arglrk", "id": "smithi138.arglrk"}]: dispatch 2024-02-10T08:34:17.191 INFO:teuthology.orchestra.run.smithi138.stdout: 5 95071 22.40 MB/sec warmup 118 sec latency 30.001 ms 2024-02-10T08:34:17.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:16 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:34:15.716624+0000 mgr.smithi190.qddxvv (mgr.24433) 5 : cluster [DBG] pgmap v6: 97 pgs: 97 active+clean; 331 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-02-10T08:34:17.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:16 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:34:15.821598+0000 mon.smithi138 (mon.0) 667 : cluster [DBG] mgrmap e29: smithi190.qddxvv(active, since 6s), standbys: smithi138.arglrk 2024-02-10T08:34:17.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:16 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:15.823058+0000 mon.smithi190 (mon.1) 87 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "mgr metadata", "who": "smithi138.arglrk", "id": "smithi138.arglrk"}]: dispatch 2024-02-10T08:34:18.192 INFO:teuthology.orchestra.run.smithi138.stdout: 5 95788 22.48 MB/sec warmup 119 sec latency 33.833 ms 2024-02-10T08:34:19.070 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:18 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:34:17.717132+0000 mgr.smithi190.qddxvv (mgr.24433) 6 : cluster [DBG] pgmap v7: 97 pgs: 97 active+clean; 318 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 4.3 MiB/s wr, 492 op/s 2024-02-10T08:34:19.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:18 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:34:17.717132+0000 mgr.smithi190.qddxvv (mgr.24433) 6 : cluster [DBG] pgmap v7: 97 pgs: 97 active+clean; 318 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 4.3 MiB/s wr, 492 op/s 2024-02-10T08:34:20.193 INFO:teuthology.orchestra.run.smithi138.stdout: 5 96770 8.35 MB/sec execute 1 sec latency 55.671 ms 2024-02-10T08:34:21.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:20 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:34:19.717425+0000 mgr.smithi190.qddxvv (mgr.24433) 7 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 318 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.0 KiB/s rd, 3.4 MiB/s wr, 382 op/s 2024-02-10T08:34:21.193 INFO:teuthology.orchestra.run.smithi138.stdout: 5 97516 12.69 MB/sec execute 2 sec latency 44.866 ms 2024-02-10T08:34:21.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:20 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:34:19.717425+0000 mgr.smithi190.qddxvv (mgr.24433) 7 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 318 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.0 KiB/s rd, 3.4 MiB/s wr, 382 op/s 2024-02-10T08:34:22.193 INFO:teuthology.orchestra.run.smithi138.stdout: 5 98432 14.54 MB/sec execute 3 sec latency 247.918 ms 2024-02-10T08:34:22.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:22 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:21.362733+0000 mon.smithi138 (mon.0) 668 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' 2024-02-10T08:34:22.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:22 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:34:21.718010+0000 mgr.smithi190.qddxvv (mgr.24433) 8 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 6.7 MiB/s wr, 662 op/s 2024-02-10T08:34:22.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:22 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:21.790746+0000 mon.smithi138 (mon.0) 669 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' 2024-02-10T08:34:22.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:22 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:21.814205+0000 mon.smithi190 (mon.1) 88 : audit [INF] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-10T08:34:22.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:22 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:21.814583+0000 mon.smithi138 (mon.0) 670 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-10T08:34:22.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:22 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:21.362733+0000 mon.smithi138 (mon.0) 668 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' 2024-02-10T08:34:22.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:22 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:34:21.718010+0000 mgr.smithi190.qddxvv (mgr.24433) 8 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 6.7 MiB/s wr, 662 op/s 2024-02-10T08:34:22.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:22 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:21.790746+0000 mon.smithi138 (mon.0) 669 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' 2024-02-10T08:34:22.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:22 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:21.814205+0000 mon.smithi190 (mon.1) 88 : audit [INF] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-10T08:34:22.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:22 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:21.814583+0000 mon.smithi138 (mon.0) 670 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-10T08:34:23.193 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99243 19.45 MB/sec execute 4 sec latency 24.367 ms 2024-02-10T08:34:24.067 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:23 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:22.794165+0000 mon.smithi138 (mon.0) 671 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-02-10T08:34:24.068 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:23 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:34:22.794217+0000 mon.smithi138 (mon.0) 672 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-02-10T08:34:24.068 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:23 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:22.795777+0000 mon.smithi190 (mon.1) 89 : audit [INF] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-02-10T08:34:24.068 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:23 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:22.797021+0000 mon.smithi190 (mon.1) 90 : audit [INF] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-10T08:34:24.068 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:23 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:22.797092+0000 mon.smithi138 (mon.0) 673 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-02-10T08:34:24.068 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:23 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:22.797702+0000 mon.smithi138 (mon.0) 674 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-10T08:34:24.068 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:23 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:22.800852+0000 mon.smithi190 (mon.1) 91 : audit [INF] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-10T08:34:24.068 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:23 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:22.804446+0000 mon.smithi138 (mon.0) 675 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-10T08:34:24.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:23 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:22.794165+0000 mon.smithi138 (mon.0) 671 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-02-10T08:34:24.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:23 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:34:22.794217+0000 mon.smithi138 (mon.0) 672 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-02-10T08:34:24.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:23 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:22.795777+0000 mon.smithi190 (mon.1) 89 : audit [INF] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-02-10T08:34:24.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:23 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:22.797021+0000 mon.smithi190 (mon.1) 90 : audit [INF] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-10T08:34:24.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:23 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:22.797092+0000 mon.smithi138 (mon.0) 673 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-02-10T08:34:24.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:23 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:22.797702+0000 mon.smithi138 (mon.0) 674 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-10T08:34:24.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:23 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:22.800852+0000 mon.smithi190 (mon.1) 91 : audit [INF] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-10T08:34:24.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:23 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:22.804446+0000 mon.smithi138 (mon.0) 675 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-10T08:34:24.193 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99718 19.14 MB/sec execute 5 sec latency 33.607 ms 2024-02-10T08:34:25.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:24 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:34:23.718427+0000 mgr.smithi190.qddxvv (mgr.24433) 9 : cluster [DBG] pgmap v11: 129 pgs: 32 unknown, 97 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 7.4 MiB/s wr, 727 op/s 2024-02-10T08:34:25.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:24 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:23.799873+0000 mon.smithi138 (mon.0) 676 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-02-10T08:34:25.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:24 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:23.800018+0000 mon.smithi138 (mon.0) 677 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-10T08:34:25.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:24 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:34:23.800079+0000 mon.smithi138 (mon.0) 678 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-02-10T08:34:25.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:24 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:34:23.803239+0000 mgr.smithi190.qddxvv (mgr.24433) 10 : cephadm [INF] Migrating nfs.foo from legacy pool nfs-ganesha namespace foo 2024-02-10T08:34:25.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:24 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:34:23.888285+0000 mgr.smithi190.qddxvv (mgr.24433) 11 : cephadm [INF] Found 1 exports for legacy nfs.foo 2024-02-10T08:34:25.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:24 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:34:23.888377+0000 mgr.smithi190.qddxvv (mgr.24433) 12 : cephadm [INF] Removing old nfs.foo daemons ['nfs.foo.smithi138', 'nfs.foo.smithi190'] 2024-02-10T08:34:25.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:24 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:34:23.888439+0000 mgr.smithi190.qddxvv (mgr.24433) 13 : cephadm [INF] Remove daemons nfs.foo.smithi138 nfs.foo.smithi190 2024-02-10T08:34:25.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:24 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:34:23.888896+0000 mgr.smithi190.qddxvv (mgr.24433) 14 : cephadm [INF] Removing daemon nfs.foo.smithi138 from smithi138 -- ports [2049] 2024-02-10T08:34:25.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:24 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:34:23.889527+0000 mgr.smithi190.qddxvv (mgr.24433) 15 : cephadm [INF] Removing daemon nfs.foo.smithi190 from smithi190 -- ports [2049] 2024-02-10T08:34:25.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:24 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:34:23.718427+0000 mgr.smithi190.qddxvv (mgr.24433) 9 : cluster [DBG] pgmap v11: 129 pgs: 32 unknown, 97 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 7.4 MiB/s wr, 727 op/s 2024-02-10T08:34:25.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:24 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:23.799873+0000 mon.smithi138 (mon.0) 676 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-02-10T08:34:25.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:24 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:23.800018+0000 mon.smithi138 (mon.0) 677 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-10T08:34:25.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:24 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:34:23.800079+0000 mon.smithi138 (mon.0) 678 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-02-10T08:34:25.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:24 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:34:23.803239+0000 mgr.smithi190.qddxvv (mgr.24433) 10 : cephadm [INF] Migrating nfs.foo from legacy pool nfs-ganesha namespace foo 2024-02-10T08:34:25.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:24 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:34:23.888285+0000 mgr.smithi190.qddxvv (mgr.24433) 11 : cephadm [INF] Found 1 exports for legacy nfs.foo 2024-02-10T08:34:25.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:24 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:34:23.888377+0000 mgr.smithi190.qddxvv (mgr.24433) 12 : cephadm [INF] Removing old nfs.foo daemons ['nfs.foo.smithi138', 'nfs.foo.smithi190'] 2024-02-10T08:34:25.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:24 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:34:23.888439+0000 mgr.smithi190.qddxvv (mgr.24433) 13 : cephadm [INF] Remove daemons nfs.foo.smithi138 nfs.foo.smithi190 2024-02-10T08:34:25.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:24 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:34:23.888896+0000 mgr.smithi190.qddxvv (mgr.24433) 14 : cephadm [INF] Removing daemon nfs.foo.smithi138 from smithi138 -- ports [2049] 2024-02-10T08:34:25.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:24 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:34:23.889527+0000 mgr.smithi190.qddxvv (mgr.24433) 15 : cephadm [INF] Removing daemon nfs.foo.smithi190 from smithi190 -- ports [2049] 2024-02-10T08:34:25.193 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 15.98 MB/sec execute 6 sec latency 840.585 ms 2024-02-10T08:34:26.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:25 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:34:24.801777+0000 mon.smithi138 (mon.0) 679 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-02-10T08:34:26.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:25 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:34:24.801777+0000 mon.smithi138 (mon.0) 679 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-02-10T08:34:26.198 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 13.70 MB/sec execute 7 sec latency 1841.449 ms 2024-02-10T08:34:26.332 INFO:teuthology.orchestra.run.smithi138.stdout:true 2024-02-10T08:34:26.897 INFO:teuthology.orchestra.run.smithi138.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T08:34:26.898 INFO:teuthology.orchestra.run.smithi138.stdout:alertmanager.smithi138 smithi138 *:9093,9094 running (6m) 5s ago 8m 17.7M - 0.20.0 0881eb8f169f 78c83a922c35 2024-02-10T08:34:26.898 INFO:teuthology.orchestra.run.smithi138.stdout:crash.smithi138 smithi138 running (8m) 5s ago 8m 6395k - 16.2.4 8d91d370c2b8 210cca8a58ea 2024-02-10T08:34:26.898 INFO:teuthology.orchestra.run.smithi138.stdout:crash.smithi190 smithi190 running (7m) 11s ago 7m 6395k - 16.2.4 8d91d370c2b8 76b23cc1504a 2024-02-10T08:34:26.898 INFO:teuthology.orchestra.run.smithi138.stdout:grafana.smithi138 smithi138 *:3000 running (6m) 5s ago 7m 34.7M - 6.7.4 557c83e11646 9e400367c973 2024-02-10T08:34:26.898 INFO:teuthology.orchestra.run.smithi138.stdout:mds.foofs.smithi138.rckmtk smithi138 running (2m) 5s ago 2m 39.6M - 16.2.4 8d91d370c2b8 d5d147a8dc83 2024-02-10T08:34:26.898 INFO:teuthology.orchestra.run.smithi138.stdout:mds.foofs.smithi190.lndkxw smithi190 running (2m) 11s ago 2m 11.9M - 16.2.4 8d91d370c2b8 e61226bfc606 2024-02-10T08:34:26.898 INFO:teuthology.orchestra.run.smithi138.stdout:mgr.smithi138.arglrk smithi138 *:9283 running (9m) 5s ago 9m 168M - 16.2.4 8d91d370c2b8 39b390fef3e2 2024-02-10T08:34:26.898 INFO:teuthology.orchestra.run.smithi138.stdout:mgr.smithi190.qddxvv smithi190 *:8443,9283 running (25s) 11s ago 7m 414M - 16.2.14-521-g0e714d9a 1fbc92c859dc 1821b10007a5 2024-02-10T08:34:26.898 INFO:teuthology.orchestra.run.smithi138.stdout:mon.smithi138 smithi138 running (9m) 5s ago 9m 59.6M 2048M 16.2.4 8d91d370c2b8 9ca01e977336 2024-02-10T08:34:26.898 INFO:teuthology.orchestra.run.smithi138.stdout:mon.smithi190 smithi190 running (7m) 11s ago 7m 55.6M 2048M 16.2.4 8d91d370c2b8 71a1ed724e8c 2024-02-10T08:34:26.898 INFO:teuthology.orchestra.run.smithi138.stdout:nfs.foo.smithi190 smithi190 *:2049 running (2m) 11s ago 2m 79.7M - 3.5 8d91d370c2b8 5652c3837803 2024-02-10T08:34:26.898 INFO:teuthology.orchestra.run.smithi138.stdout:node-exporter.smithi138 smithi138 *:9100 running (7m) 5s ago 7m 17.0M - 0.18.1 e5a616e4b9cf 720f24dd7d0f 2024-02-10T08:34:26.898 INFO:teuthology.orchestra.run.smithi138.stdout:node-exporter.smithi190 smithi190 *:9100 running (6m) 11s ago 6m 17.1M - 0.18.1 e5a616e4b9cf 5ce00b720701 2024-02-10T08:34:26.899 INFO:teuthology.orchestra.run.smithi138.stdout:osd.0 smithi138 running (6m) 5s ago 6m 358M 4096M 16.2.4 8d91d370c2b8 bf18ab6e4563 2024-02-10T08:34:26.899 INFO:teuthology.orchestra.run.smithi138.stdout:osd.1 smithi138 running (6m) 5s ago 6m 290M 4096M 16.2.4 8d91d370c2b8 2861c1626c3d 2024-02-10T08:34:26.899 INFO:teuthology.orchestra.run.smithi138.stdout:osd.2 smithi138 running (5m) 5s ago 5m 209M 4096M 16.2.4 8d91d370c2b8 223e59287abc 2024-02-10T08:34:26.899 INFO:teuthology.orchestra.run.smithi138.stdout:osd.3 smithi138 running (5m) 5s ago 5m 321M 4096M 16.2.4 8d91d370c2b8 d7911c435734 2024-02-10T08:34:26.899 INFO:teuthology.orchestra.run.smithi138.stdout:osd.4 smithi190 running (5m) 11s ago 5m 357M 4096M 16.2.4 8d91d370c2b8 e5043a6085e4 2024-02-10T08:34:26.899 INFO:teuthology.orchestra.run.smithi138.stdout:osd.5 smithi190 running (4m) 11s ago 4m 372M 4096M 16.2.4 8d91d370c2b8 6a7c61ca0c01 2024-02-10T08:34:26.899 INFO:teuthology.orchestra.run.smithi138.stdout:osd.6 smithi190 running (4m) 11s ago 4m 306M 4096M 16.2.4 8d91d370c2b8 62fbc05c2e0a 2024-02-10T08:34:26.899 INFO:teuthology.orchestra.run.smithi138.stdout:osd.7 smithi190 running (4m) 11s ago 4m 451M 4096M 16.2.4 8d91d370c2b8 1515c342bdc4 2024-02-10T08:34:26.899 INFO:teuthology.orchestra.run.smithi138.stdout:prometheus.smithi138 smithi138 *:9095 running (6m) 5s ago 7m 40.2M - 2.18.1 de242295e225 9a24934e5062 2024-02-10T08:34:27.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:26 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:34:25.718899+0000 mgr.smithi190.qddxvv (mgr.24433) 16 : cluster [DBG] pgmap v14: 129 pgs: 32 unknown, 97 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 7.2 MiB/s wr, 639 op/s 2024-02-10T08:34:27.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:26 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:34:25.821340+0000 mon.smithi138 (mon.0) 680 : cluster [DBG] mgrmap e30: smithi190.qddxvv(active, since 16s), standbys: smithi138.arglrk 2024-02-10T08:34:27.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:26 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:26.351025+0000 mon.smithi190 (mon.1) 92 : audit [INF] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi138"}]: dispatch 2024-02-10T08:34:27.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:26 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:26.351497+0000 mon.smithi138 (mon.0) 681 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi138"}]: dispatch 2024-02-10T08:34:27.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:26 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:26.354587+0000 mon.smithi138 (mon.0) 682 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi138"}]': finished 2024-02-10T08:34:27.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:26 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:26.355925+0000 mon.smithi190 (mon.1) 93 : audit [INF] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi138-rgw"}]: dispatch 2024-02-10T08:34:27.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:26 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:26.356201+0000 mon.smithi138 (mon.0) 683 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi138-rgw"}]: dispatch 2024-02-10T08:34:27.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:26 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:26.359304+0000 mon.smithi138 (mon.0) 684 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi138-rgw"}]': finished 2024-02-10T08:34:27.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:26 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:34:25.718899+0000 mgr.smithi190.qddxvv (mgr.24433) 16 : cluster [DBG] pgmap v14: 129 pgs: 32 unknown, 97 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 7.2 MiB/s wr, 639 op/s 2024-02-10T08:34:27.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:26 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:34:25.821340+0000 mon.smithi138 (mon.0) 680 : cluster [DBG] mgrmap e30: smithi190.qddxvv(active, since 16s), standbys: smithi138.arglrk 2024-02-10T08:34:27.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:26 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:26.351025+0000 mon.smithi190 (mon.1) 92 : audit [INF] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi138"}]: dispatch 2024-02-10T08:34:27.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:26 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:26.351497+0000 mon.smithi138 (mon.0) 681 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi138"}]: dispatch 2024-02-10T08:34:27.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:26 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:26.354587+0000 mon.smithi138 (mon.0) 682 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi138"}]': finished 2024-02-10T08:34:27.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:26 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:26.355925+0000 mon.smithi190 (mon.1) 93 : audit [INF] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi138-rgw"}]: dispatch 2024-02-10T08:34:27.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:26 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:26.356201+0000 mon.smithi138 (mon.0) 683 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi138-rgw"}]: dispatch 2024-02-10T08:34:27.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:26 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:26.359304+0000 mon.smithi138 (mon.0) 684 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi138-rgw"}]': finished 2024-02-10T08:34:27.194 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 11.99 MB/sec execute 8 sec latency 2841.503 ms 2024-02-10T08:34:27.242 INFO:teuthology.orchestra.run.smithi138.stdout:{ 2024-02-10T08:34:27.242 INFO:teuthology.orchestra.run.smithi138.stdout: "mon": { 2024-02-10T08:34:27.242 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-02-10T08:34:27.242 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:34:27.242 INFO:teuthology.orchestra.run.smithi138.stdout: "mgr": { 2024-02-10T08:34:27.242 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1, 2024-02-10T08:34:27.242 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2024-02-10T08:34:27.242 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:34:27.242 INFO:teuthology.orchestra.run.smithi138.stdout: "osd": { 2024-02-10T08:34:27.242 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-02-10T08:34:27.242 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:34:27.243 INFO:teuthology.orchestra.run.smithi138.stdout: "mds": { 2024-02-10T08:34:27.243 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-02-10T08:34:27.243 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:34:27.243 INFO:teuthology.orchestra.run.smithi138.stdout: "overall": { 2024-02-10T08:34:27.243 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1, 2024-02-10T08:34:27.243 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 13 2024-02-10T08:34:27.243 INFO:teuthology.orchestra.run.smithi138.stdout: } 2024-02-10T08:34:27.243 INFO:teuthology.orchestra.run.smithi138.stdout:} 2024-02-10T08:34:27.527 INFO:teuthology.orchestra.run.smithi138.stdout:{ 2024-02-10T08:34:27.527 INFO:teuthology.orchestra.run.smithi138.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-10T08:34:27.527 INFO:teuthology.orchestra.run.smithi138.stdout: "in_progress": true, 2024-02-10T08:34:27.528 INFO:teuthology.orchestra.run.smithi138.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T08:34:27.528 INFO:teuthology.orchestra.run.smithi138.stdout: "services_complete": [], 2024-02-10T08:34:27.528 INFO:teuthology.orchestra.run.smithi138.stdout: "progress": "1/22 daemons upgraded", 2024-02-10T08:34:27.528 INFO:teuthology.orchestra.run.smithi138.stdout: "message": "", 2024-02-10T08:34:27.528 INFO:teuthology.orchestra.run.smithi138.stdout: "is_paused": false 2024-02-10T08:34:27.528 INFO:teuthology.orchestra.run.smithi138.stdout:} 2024-02-10T08:34:28.046 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:26.315642+0000 mgr.smithi190.qddxvv (mgr.24433) 17 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:34:28.046 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:34:26.350727+0000 mgr.smithi190.qddxvv (mgr.24433) 18 : cephadm [INF] Removing key for client.nfs.foo.smithi138 2024-02-10T08:34:28.046 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:34:26.355729+0000 mgr.smithi190.qddxvv (mgr.24433) 19 : cephadm [INF] Removing key for client.nfs.foo.smithi138-rgw 2024-02-10T08:34:28.046 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:26.608242+0000 mgr.smithi190.qddxvv (mgr.24433) 20 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:34:28.046 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:26.888655+0000 mgr.smithi190.qddxvv (mgr.24433) 21 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:34:28.046 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:27.242126+0000 mon.smithi138 (mon.0) 685 : audit [DBG] from='client.? 172.21.15.138:0/2012488834' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:34:28.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:26.315642+0000 mgr.smithi190.qddxvv (mgr.24433) 17 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:34:28.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:34:26.350727+0000 mgr.smithi190.qddxvv (mgr.24433) 18 : cephadm [INF] Removing key for client.nfs.foo.smithi138 2024-02-10T08:34:28.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:34:26.355729+0000 mgr.smithi190.qddxvv (mgr.24433) 19 : cephadm [INF] Removing key for client.nfs.foo.smithi138-rgw 2024-02-10T08:34:28.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:26.608242+0000 mgr.smithi190.qddxvv (mgr.24433) 20 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:34:28.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:26.888655+0000 mgr.smithi190.qddxvv (mgr.24433) 21 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:34:28.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:27.242126+0000 mon.smithi138 (mon.0) 685 : audit [DBG] from='client.? 172.21.15.138:0/2012488834' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:34:28.194 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 10.65 MB/sec execute 9 sec latency 3841.552 ms 2024-02-10T08:34:29.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:27.526747+0000 mgr.smithi190.qddxvv (mgr.24433) 22 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:34:29.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:34:27.719644+0000 mgr.smithi190.qddxvv (mgr.24433) 23 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 327 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 6.7 MiB/s wr, 616 op/s 2024-02-10T08:34:29.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:34:27.872492+0000 mgr.smithi190.qddxvv (mgr.24433) 24 : cephadm [INF] Removing key for client.nfs.foo.smithi190 2024-02-10T08:34:29.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:27.872824+0000 mon.smithi190 (mon.1) 94 : audit [INF] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi190"}]: dispatch 2024-02-10T08:34:29.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:27.873488+0000 mon.smithi138 (mon.0) 686 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi190"}]: dispatch 2024-02-10T08:34:29.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:27.875926+0000 mon.smithi138 (mon.0) 687 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi190"}]': finished 2024-02-10T08:34:29.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:34:27.877178+0000 mgr.smithi190.qddxvv (mgr.24433) 25 : cephadm [INF] Removing key for client.nfs.foo.smithi190-rgw 2024-02-10T08:34:29.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:27.877338+0000 mon.smithi190 (mon.1) 95 : audit [INF] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi190-rgw"}]: dispatch 2024-02-10T08:34:29.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:27.877758+0000 mon.smithi138 (mon.0) 688 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi190-rgw"}]: dispatch 2024-02-10T08:34:29.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:27.880060+0000 mon.smithi138 (mon.0) 689 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi190-rgw"}]': finished 2024-02-10T08:34:29.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:27.883456+0000 mon.smithi138 (mon.0) 690 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' 2024-02-10T08:34:29.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:27.884170+0000 mon.smithi190 (mon.1) 96 : audit [INF] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-02-10T08:34:29.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:27.884666+0000 mgr.smithi190.qddxvv (mgr.24433) 26 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-02-10T08:34:29.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:27.906450+0000 mon.smithi190 (mon.1) 97 : audit [INF] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-02-10T08:34:29.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:27.906863+0000 mon.smithi138 (mon.0) 691 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-02-10T08:34:29.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:27.909580+0000 mon.smithi138 (mon.0) 692 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-02-10T08:34:29.099 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:34:27.914553+0000 mgr.smithi190.qddxvv (mgr.24433) 27 : cephadm [INF] Done migrating nfs.foo 2024-02-10T08:34:29.099 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:34:27.914614+0000 mgr.smithi190.qddxvv (mgr.24433) 28 : cephadm [INF] Done migrating all NFS services 2024-02-10T08:34:29.099 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:27.917856+0000 mon.smithi138 (mon.0) 693 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' 2024-02-10T08:34:29.099 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:27.922513+0000 mon.smithi138 (mon.0) 694 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' 2024-02-10T08:34:29.099 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:27.926890+0000 mon.smithi138 (mon.0) 695 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' 2024-02-10T08:34:29.099 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:27.932295+0000 mon.smithi138 (mon.0) 696 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' 2024-02-10T08:34:29.099 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:27.940728+0000 mon.smithi138 (mon.0) 697 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' 2024-02-10T08:34:29.099 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:34:27.942857+0000 mgr.smithi190.qddxvv (mgr.24433) 29 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi138.cprnrz 2024-02-10T08:34:29.099 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:27.943432+0000 mon.smithi190 (mon.1) 98 : audit [INF] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi138.cprnrz", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-10T08:34:29.099 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:27.944032+0000 mon.smithi138 (mon.0) 698 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi138.cprnrz", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-10T08:34:29.099 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:27.946495+0000 mon.smithi138 (mon.0) 699 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi138.cprnrz", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-10T08:34:29.099 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:34:27.947541+0000 mgr.smithi190.qddxvv (mgr.24433) 30 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-10T08:34:29.099 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:27.947724+0000 mon.smithi190 (mon.1) 99 : audit [INF] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-10T08:34:29.100 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:27.948034+0000 mon.smithi138 (mon.0) 700 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-10T08:34:29.100 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:27.950566+0000 mon.smithi138 (mon.0) 701 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-10T08:34:29.100 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:27.951953+0000 mon.smithi190 (mon.1) 100 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:34:29.100 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:27.989661+0000 mon.smithi190 (mon.1) 101 : audit [INF] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-10T08:34:29.100 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:27.989988+0000 mon.smithi138 (mon.0) 702 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-10T08:34:29.100 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:27.992575+0000 mon.smithi138 (mon.0) 703 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-10T08:34:29.100 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:34:28.036048+0000 mgr.smithi190.qddxvv (mgr.24433) 31 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-10T08:34:29.100 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:34:28.036157+0000 mgr.smithi190.qddxvv (mgr.24433) 32 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi138.cprnrz-rgw 2024-02-10T08:34:29.100 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:28.036465+0000 mon.smithi190 (mon.1) 102 : audit [INF] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi138.cprnrz-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-10T08:34:29.100 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:28.037027+0000 mon.smithi138 (mon.0) 704 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi138.cprnrz-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-10T08:34:29.100 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:28.039565+0000 mon.smithi138 (mon.0) 705 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi138.cprnrz-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-10T08:34:29.100 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:28.045876+0000 mon.smithi190 (mon.1) 103 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:34:29.100 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:34:28.047503+0000 mgr.smithi190.qddxvv (mgr.24433) 33 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi138.cprnrz on smithi138 2024-02-10T08:34:29.194 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 9.59 MB/sec execute 10 sec latency 4841.624 ms 2024-02-10T08:34:29.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:27.526747+0000 mgr.smithi190.qddxvv (mgr.24433) 22 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:34:29.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:34:27.719644+0000 mgr.smithi190.qddxvv (mgr.24433) 23 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 327 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 6.7 MiB/s wr, 616 op/s 2024-02-10T08:34:29.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:34:27.872492+0000 mgr.smithi190.qddxvv (mgr.24433) 24 : cephadm [INF] Removing key for client.nfs.foo.smithi190 2024-02-10T08:34:29.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:27.872824+0000 mon.smithi190 (mon.1) 94 : audit [INF] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi190"}]: dispatch 2024-02-10T08:34:29.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:27.873488+0000 mon.smithi138 (mon.0) 686 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi190"}]: dispatch 2024-02-10T08:34:29.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:27.875926+0000 mon.smithi138 (mon.0) 687 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi190"}]': finished 2024-02-10T08:34:29.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:34:27.877178+0000 mgr.smithi190.qddxvv (mgr.24433) 25 : cephadm [INF] Removing key for client.nfs.foo.smithi190-rgw 2024-02-10T08:34:29.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:27.877338+0000 mon.smithi190 (mon.1) 95 : audit [INF] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi190-rgw"}]: dispatch 2024-02-10T08:34:29.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:27.877758+0000 mon.smithi138 (mon.0) 688 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi190-rgw"}]: dispatch 2024-02-10T08:34:29.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:27.880060+0000 mon.smithi138 (mon.0) 689 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi190-rgw"}]': finished 2024-02-10T08:34:29.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:27.883456+0000 mon.smithi138 (mon.0) 690 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' 2024-02-10T08:34:29.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:27.884170+0000 mon.smithi190 (mon.1) 96 : audit [INF] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-02-10T08:34:29.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:27.884666+0000 mgr.smithi190.qddxvv (mgr.24433) 26 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-02-10T08:34:29.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:27.906450+0000 mon.smithi190 (mon.1) 97 : audit [INF] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-02-10T08:34:29.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:27.906863+0000 mon.smithi138 (mon.0) 691 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-02-10T08:34:29.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:27.909580+0000 mon.smithi138 (mon.0) 692 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-02-10T08:34:29.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:34:27.914553+0000 mgr.smithi190.qddxvv (mgr.24433) 27 : cephadm [INF] Done migrating nfs.foo 2024-02-10T08:34:29.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:34:27.914614+0000 mgr.smithi190.qddxvv (mgr.24433) 28 : cephadm [INF] Done migrating all NFS services 2024-02-10T08:34:29.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:27.917856+0000 mon.smithi138 (mon.0) 693 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' 2024-02-10T08:34:29.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:27.922513+0000 mon.smithi138 (mon.0) 694 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' 2024-02-10T08:34:29.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:27.926890+0000 mon.smithi138 (mon.0) 695 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' 2024-02-10T08:34:29.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:27.932295+0000 mon.smithi138 (mon.0) 696 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' 2024-02-10T08:34:29.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:27.940728+0000 mon.smithi138 (mon.0) 697 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' 2024-02-10T08:34:29.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:34:27.942857+0000 mgr.smithi190.qddxvv (mgr.24433) 29 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi138.cprnrz 2024-02-10T08:34:29.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:27.943432+0000 mon.smithi190 (mon.1) 98 : audit [INF] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi138.cprnrz", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-10T08:34:29.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:27.944032+0000 mon.smithi138 (mon.0) 698 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi138.cprnrz", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-10T08:34:29.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:27.946495+0000 mon.smithi138 (mon.0) 699 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi138.cprnrz", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-10T08:34:29.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:34:27.947541+0000 mgr.smithi190.qddxvv (mgr.24433) 30 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-10T08:34:29.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:27.947724+0000 mon.smithi190 (mon.1) 99 : audit [INF] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-10T08:34:29.318 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:27.948034+0000 mon.smithi138 (mon.0) 700 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-10T08:34:29.318 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:27.950566+0000 mon.smithi138 (mon.0) 701 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-10T08:34:29.318 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:27.951953+0000 mon.smithi190 (mon.1) 100 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:34:29.318 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:27.989661+0000 mon.smithi190 (mon.1) 101 : audit [INF] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-10T08:34:29.318 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:27.989988+0000 mon.smithi138 (mon.0) 702 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-10T08:34:29.318 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:27.992575+0000 mon.smithi138 (mon.0) 703 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-10T08:34:29.318 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:34:28.036048+0000 mgr.smithi190.qddxvv (mgr.24433) 31 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-10T08:34:29.318 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:34:28.036157+0000 mgr.smithi190.qddxvv (mgr.24433) 32 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi138.cprnrz-rgw 2024-02-10T08:34:29.318 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:28.036465+0000 mon.smithi190 (mon.1) 102 : audit [INF] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi138.cprnrz-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-10T08:34:29.318 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:28.037027+0000 mon.smithi138 (mon.0) 704 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi138.cprnrz-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-10T08:34:29.318 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:28.039565+0000 mon.smithi138 (mon.0) 705 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi138.cprnrz-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-10T08:34:29.318 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:28.045876+0000 mon.smithi190 (mon.1) 103 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:34:29.318 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:34:28.047503+0000 mgr.smithi190.qddxvv (mgr.24433) 33 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi138.cprnrz on smithi138 2024-02-10T08:34:30.194 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 8.72 MB/sec execute 11 sec latency 5841.707 ms 2024-02-10T08:34:31.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:30 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:34:29.720334+0000 mgr.smithi190.qddxvv (mgr.24433) 34 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 327 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 6.6 KiB/s rd, 5.8 MiB/s wr, 533 op/s 2024-02-10T08:34:31.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:30 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:34:29.835971+0000 mon.smithi138 (mon.0) 706 : cluster [DBG] mgrmap e31: smithi190.qddxvv(active, since 20s), standbys: smithi138.arglrk 2024-02-10T08:34:31.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:30 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:30.416330+0000 mon.smithi138 (mon.0) 707 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' 2024-02-10T08:34:31.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:30 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:30.418942+0000 mon.smithi190 (mon.1) 104 : audit [INF] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi190.xhydwq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-10T08:34:31.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:30 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:30.419424+0000 mon.smithi138 (mon.0) 708 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi190.xhydwq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-10T08:34:31.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:30 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:30.424270+0000 mon.smithi138 (mon.0) 709 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi190.xhydwq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-10T08:34:31.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:30 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:30.425906+0000 mon.smithi190 (mon.1) 105 : audit [INF] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-10T08:34:31.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:30 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:30.426227+0000 mon.smithi138 (mon.0) 710 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-10T08:34:31.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:30 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:30.431090+0000 mon.smithi138 (mon.0) 711 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-10T08:34:31.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:30 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:30.433003+0000 mon.smithi190 (mon.1) 106 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:34:31.194 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 7.99 MB/sec execute 12 sec latency 6841.746 ms 2024-02-10T08:34:31.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:30 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:34:29.720334+0000 mgr.smithi190.qddxvv (mgr.24433) 34 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 327 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 6.6 KiB/s rd, 5.8 MiB/s wr, 533 op/s 2024-02-10T08:34:31.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:30 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:34:29.835971+0000 mon.smithi138 (mon.0) 706 : cluster [DBG] mgrmap e31: smithi190.qddxvv(active, since 20s), standbys: smithi138.arglrk 2024-02-10T08:34:31.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:30 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:30.416330+0000 mon.smithi138 (mon.0) 707 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' 2024-02-10T08:34:31.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:30 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:30.418942+0000 mon.smithi190 (mon.1) 104 : audit [INF] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi190.xhydwq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-10T08:34:31.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:30 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:30.419424+0000 mon.smithi138 (mon.0) 708 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi190.xhydwq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-10T08:34:31.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:30 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:30.424270+0000 mon.smithi138 (mon.0) 709 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi190.xhydwq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-10T08:34:31.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:30 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:30.425906+0000 mon.smithi190 (mon.1) 105 : audit [INF] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-10T08:34:31.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:30 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:30.426227+0000 mon.smithi138 (mon.0) 710 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-10T08:34:31.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:30 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:30.431090+0000 mon.smithi138 (mon.0) 711 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-10T08:34:31.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:30 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:30.433003+0000 mon.smithi190 (mon.1) 106 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:34:32.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:31 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:34:30.418653+0000 mgr.smithi190.qddxvv (mgr.24433) 35 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi190.xhydwq 2024-02-10T08:34:32.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:31 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:34:30.425655+0000 mgr.smithi190.qddxvv (mgr.24433) 36 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-10T08:34:32.194 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 7.38 MB/sec execute 13 sec latency 7841.829 ms 2024-02-10T08:34:32.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:31 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:34:30.418653+0000 mgr.smithi190.qddxvv (mgr.24433) 35 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi190.xhydwq 2024-02-10T08:34:32.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:31 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:34:30.425655+0000 mgr.smithi190.qddxvv (mgr.24433) 36 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-10T08:34:33.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:32 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:34:31.721105+0000 mgr.smithi190.qddxvv (mgr.24433) 37 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 469 op/s 2024-02-10T08:34:33.194 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 6.85 MB/sec execute 14 sec latency 8841.945 ms 2024-02-10T08:34:33.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:32 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:34:31.721105+0000 mgr.smithi190.qddxvv (mgr.24433) 37 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 469 op/s 2024-02-10T08:34:34.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:33 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:33.317311+0000 mon.smithi190 (mon.1) 107 : audit [INF] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-10T08:34:34.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:33 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:33.317829+0000 mon.smithi138 (mon.0) 712 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-10T08:34:34.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:33 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:33.321775+0000 mon.smithi138 (mon.0) 713 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-10T08:34:34.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:33 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:33.372010+0000 mon.smithi190 (mon.1) 108 : audit [INF] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi190.xhydwq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-10T08:34:34.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:33 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:33.372512+0000 mon.smithi138 (mon.0) 714 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi190.xhydwq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-10T08:34:34.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:33 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:33.376139+0000 mon.smithi138 (mon.0) 715 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi190.xhydwq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-10T08:34:34.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:33 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:33.377276+0000 mon.smithi190 (mon.1) 109 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:34:34.194 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 6.39 MB/sec execute 15 sec latency 9841.997 ms 2024-02-10T08:34:34.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:33 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:33.317311+0000 mon.smithi190 (mon.1) 107 : audit [INF] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-10T08:34:34.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:33 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:33.317829+0000 mon.smithi138 (mon.0) 712 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-10T08:34:34.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:33 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:33.321775+0000 mon.smithi138 (mon.0) 713 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-10T08:34:34.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:33 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:33.372010+0000 mon.smithi190 (mon.1) 108 : audit [INF] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi190.xhydwq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-10T08:34:34.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:33 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:33.372512+0000 mon.smithi138 (mon.0) 714 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi190.xhydwq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-10T08:34:34.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:33 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:33.376139+0000 mon.smithi138 (mon.0) 715 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi190.xhydwq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-10T08:34:34.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:33 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:33.377276+0000 mon.smithi190 (mon.1) 109 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:34:35.106 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:34 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:34:33.371522+0000 mgr.smithi190.qddxvv (mgr.24433) 38 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-10T08:34:35.106 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:34 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:34:33.371624+0000 mgr.smithi190.qddxvv (mgr.24433) 39 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi190.xhydwq-rgw 2024-02-10T08:34:35.106 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:34 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:34:33.377996+0000 mgr.smithi190.qddxvv (mgr.24433) 40 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi190.xhydwq on smithi190 2024-02-10T08:34:35.107 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:34 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:34:33.721558+0000 mgr.smithi190.qddxvv (mgr.24433) 41 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 378 op/s 2024-02-10T08:34:35.194 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 5.99 MB/sec execute 16 sec latency 10842.049 ms 2024-02-10T08:34:35.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:34 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:34:33.371522+0000 mgr.smithi190.qddxvv (mgr.24433) 38 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-10T08:34:35.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:34 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:34:33.371624+0000 mgr.smithi190.qddxvv (mgr.24433) 39 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi190.xhydwq-rgw 2024-02-10T08:34:35.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:34 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:34:33.377996+0000 mgr.smithi190.qddxvv (mgr.24433) 40 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi190.xhydwq on smithi190 2024-02-10T08:34:35.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:34 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:34:33.721558+0000 mgr.smithi190.qddxvv (mgr.24433) 41 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 378 op/s 2024-02-10T08:34:36.194 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 5.64 MB/sec execute 17 sec latency 11842.080 ms 2024-02-10T08:34:37.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:36 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:34:35.721969+0000 mgr.smithi190.qddxvv (mgr.24433) 42 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 343 op/s 2024-02-10T08:34:37.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:36 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:35.964731+0000 mon.smithi138 (mon.0) 716 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' 2024-02-10T08:34:37.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:36 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:35.968099+0000 mon.smithi190 (mon.1) 110 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:34:37.194 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 5.33 MB/sec execute 18 sec latency 12842.111 ms 2024-02-10T08:34:37.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:36 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:34:35.721969+0000 mgr.smithi190.qddxvv (mgr.24433) 42 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 343 op/s 2024-02-10T08:34:37.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:36 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:35.964731+0000 mon.smithi138 (mon.0) 716 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' 2024-02-10T08:34:37.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:36 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:35.968099+0000 mon.smithi190 (mon.1) 110 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:34:38.194 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 5.05 MB/sec execute 19 sec latency 13842.147 ms 2024-02-10T08:34:39.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:34:37.722590+0000 mgr.smithi190.qddxvv (mgr.24433) 43 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.4 MiB/s wr, 313 op/s 2024-02-10T08:34:39.195 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 4.80 MB/sec execute 20 sec latency 14842.235 ms 2024-02-10T08:34:39.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:34:37.722590+0000 mgr.smithi190.qddxvv (mgr.24433) 43 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.4 MiB/s wr, 313 op/s 2024-02-10T08:34:40.195 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 4.57 MB/sec execute 21 sec latency 15842.271 ms 2024-02-10T08:34:41.195 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 4.36 MB/sec execute 22 sec latency 16842.328 ms 2024-02-10T08:34:41.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:34:39.722898+0000 mgr.smithi190.qddxvv (mgr.24433) 44 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 52 KiB/s wr, 5 op/s 2024-02-10T08:34:41.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:39.922062+0000 mon.smithi138 (mon.0) 717 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' 2024-02-10T08:34:41.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:40.191723+0000 mon.smithi138 (mon.0) 718 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' 2024-02-10T08:34:41.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:34:39.722898+0000 mgr.smithi190.qddxvv (mgr.24433) 44 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 52 KiB/s wr, 5 op/s 2024-02-10T08:34:41.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:39.922062+0000 mon.smithi138 (mon.0) 717 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' 2024-02-10T08:34:41.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:40.191723+0000 mon.smithi138 (mon.0) 718 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' 2024-02-10T08:34:42.195 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 4.17 MB/sec execute 23 sec latency 17842.376 ms 2024-02-10T08:34:43.195 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 4.00 MB/sec execute 24 sec latency 18842.470 ms 2024-02-10T08:34:43.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:34:41.723609+0000 mgr.smithi190.qddxvv (mgr.24433) 45 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 3.1 KiB/s rd, 53 KiB/s wr, 7 op/s 2024-02-10T08:34:43.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:41.883594+0000 mon.smithi138 (mon.0) 719 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' 2024-02-10T08:34:43.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:41.885665+0000 mon.smithi190 (mon.1) 111 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:34:43.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:41.886419+0000 mon.smithi190 (mon.1) 112 : audit [INF] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T08:34:43.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:34:41.887057+0000 mgr.smithi190.qddxvv (mgr.24433) 46 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T08:34:43.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:41.890277+0000 mon.smithi138 (mon.0) 720 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' 2024-02-10T08:34:43.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:41.896743+0000 mon.smithi138 (mon.0) 721 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' 2024-02-10T08:34:43.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:34:41.898898+0000 mgr.smithi190.qddxvv (mgr.24433) 47 : cephadm [INF] Reconfiguring prometheus.smithi138 (dependencies changed)... 2024-02-10T08:34:43.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:34:41.907469+0000 mgr.smithi190.qddxvv (mgr.24433) 48 : cephadm [INF] Reconfiguring daemon prometheus.smithi138 on smithi138 2024-02-10T08:34:43.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:34:41.723609+0000 mgr.smithi190.qddxvv (mgr.24433) 45 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 3.1 KiB/s rd, 53 KiB/s wr, 7 op/s 2024-02-10T08:34:43.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:41.883594+0000 mon.smithi138 (mon.0) 719 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' 2024-02-10T08:34:43.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:41.885665+0000 mon.smithi190 (mon.1) 111 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:34:43.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:41.886419+0000 mon.smithi190 (mon.1) 112 : audit [INF] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T08:34:43.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:34:41.887057+0000 mgr.smithi190.qddxvv (mgr.24433) 46 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T08:34:43.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:41.890277+0000 mon.smithi138 (mon.0) 720 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' 2024-02-10T08:34:43.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:41.896743+0000 mon.smithi138 (mon.0) 721 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' 2024-02-10T08:34:43.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:34:41.898898+0000 mgr.smithi190.qddxvv (mgr.24433) 47 : cephadm [INF] Reconfiguring prometheus.smithi138 (dependencies changed)... 2024-02-10T08:34:43.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:34:41.907469+0000 mgr.smithi190.qddxvv (mgr.24433) 48 : cephadm [INF] Reconfiguring daemon prometheus.smithi138 on smithi138 2024-02-10T08:34:44.195 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 3.84 MB/sec execute 25 sec latency 19842.495 ms 2024-02-10T08:34:45.195 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 3.69 MB/sec execute 26 sec latency 20842.555 ms 2024-02-10T08:34:45.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:44 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:34:43.724045+0000 mgr.smithi190.qddxvv (mgr.24433) 49 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.4 KiB/s wr, 3 op/s 2024-02-10T08:34:45.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:34:43.724045+0000 mgr.smithi190.qddxvv (mgr.24433) 49 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.4 KiB/s wr, 3 op/s 2024-02-10T08:34:46.195 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 3.55 MB/sec execute 27 sec latency 21842.580 ms 2024-02-10T08:34:47.195 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 3.43 MB/sec execute 28 sec latency 22842.684 ms 2024-02-10T08:34:47.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:46 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:34:45.724600+0000 mgr.smithi190.qddxvv (mgr.24433) 50 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.4 KiB/s wr, 3 op/s 2024-02-10T08:34:47.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:46 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:34:45.724600+0000 mgr.smithi190.qddxvv (mgr.24433) 50 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.4 KiB/s wr, 3 op/s 2024-02-10T08:34:48.195 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 3.31 MB/sec execute 29 sec latency 23842.724 ms 2024-02-10T08:34:49.195 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 3.20 MB/sec execute 30 sec latency 24842.812 ms 2024-02-10T08:34:49.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:34:47.725534+0000 mgr.smithi190.qddxvv (mgr.24433) 51 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 1.8 KiB/s rd, 1.7 KiB/s wr, 3 op/s 2024-02-10T08:34:49.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:34:47.725534+0000 mgr.smithi190.qddxvv (mgr.24433) 51 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 1.8 KiB/s rd, 1.7 KiB/s wr, 3 op/s 2024-02-10T08:34:50.195 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 3.09 MB/sec execute 31 sec latency 25842.892 ms 2024-02-10T08:34:51.195 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 3.00 MB/sec execute 32 sec latency 26843.015 ms 2024-02-10T08:34:51.267 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:50 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:34:49.726209+0000 mgr.smithi190.qddxvv (mgr.24433) 52 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.2 KiB/s wr, 3 op/s 2024-02-10T08:34:51.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:50 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:34:49.726209+0000 mgr.smithi190.qddxvv (mgr.24433) 52 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.2 KiB/s wr, 3 op/s 2024-02-10T08:34:52.196 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 2.91 MB/sec execute 33 sec latency 27843.059 ms 2024-02-10T08:34:53.195 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 2.82 MB/sec execute 34 sec latency 28843.146 ms 2024-02-10T08:34:53.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:52 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:34:51.726838+0000 mgr.smithi190.qddxvv (mgr.24433) 53 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.2 KiB/s wr, 3 op/s 2024-02-10T08:34:53.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:52 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:34:51.726838+0000 mgr.smithi190.qddxvv (mgr.24433) 53 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.2 KiB/s wr, 3 op/s 2024-02-10T08:34:54.196 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 2.74 MB/sec execute 35 sec latency 29843.181 ms 2024-02-10T08:34:55.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:54 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:34:53.727329+0000 mgr.smithi190.qddxvv (mgr.24433) 54 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-10T08:34:55.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:54 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:54.750159+0000 mon.smithi138 (mon.0) 722 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' 2024-02-10T08:34:55.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:54 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:54.755339+0000 mon.smithi190 (mon.1) 113 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-10T08:34:55.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:54 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:54.757025+0000 mon.smithi190 (mon.1) 114 : audit [INF] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi138.front.sepia.ceph.com:9095"}]: dispatch 2024-02-10T08:34:55.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:54 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:54.761146+0000 mon.smithi138 (mon.0) 723 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' 2024-02-10T08:34:55.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:54 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:54.767487+0000 mon.smithi190 (mon.1) 115 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:34:55.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:54 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:54.772146+0000 mon.smithi138 (mon.0) 724 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' 2024-02-10T08:34:55.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:54 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:34:53.727329+0000 mgr.smithi190.qddxvv (mgr.24433) 54 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-10T08:34:55.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:54 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:54.750159+0000 mon.smithi138 (mon.0) 722 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' 2024-02-10T08:34:55.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:54 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:54.755339+0000 mon.smithi190 (mon.1) 113 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-10T08:34:55.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:54 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:54.757025+0000 mon.smithi190 (mon.1) 114 : audit [INF] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi138.front.sepia.ceph.com:9095"}]: dispatch 2024-02-10T08:34:55.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:54 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:54.761146+0000 mon.smithi138 (mon.0) 723 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' 2024-02-10T08:34:55.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:54 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:54.767487+0000 mon.smithi190 (mon.1) 115 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:34:55.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:54 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:54.772146+0000 mon.smithi138 (mon.0) 724 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' 2024-02-10T08:34:55.196 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 2.66 MB/sec execute 36 sec latency 30843.629 ms 2024-02-10T08:34:56.167 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:55 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:54.755912+0000 mgr.smithi190.qddxvv (mgr.24433) 55 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-10T08:34:56.167 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:55 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:54.757361+0000 mgr.smithi190.qddxvv (mgr.24433) 56 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi138.front.sepia.ceph.com:9095"}]: dispatch 2024-02-10T08:34:56.167 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:55 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:34:54.775365+0000 mgr.smithi190.qddxvv (mgr.24433) 57 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi190.qddxvv) 2024-02-10T08:34:56.167 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:55 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:34:54.775854+0000 mgr.smithi190.qddxvv (mgr.24433) 58 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi190.qddxvv) 2024-02-10T08:34:56.196 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 2.59 MB/sec execute 37 sec latency 31843.677 ms 2024-02-10T08:34:56.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:55 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:54.755912+0000 mgr.smithi190.qddxvv (mgr.24433) 55 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-10T08:34:56.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:55 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:54.757361+0000 mgr.smithi190.qddxvv (mgr.24433) 56 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi138.front.sepia.ceph.com:9095"}]: dispatch 2024-02-10T08:34:56.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:55 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:34:54.775365+0000 mgr.smithi190.qddxvv (mgr.24433) 57 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi190.qddxvv) 2024-02-10T08:34:56.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:55 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:34:54.775854+0000 mgr.smithi190.qddxvv (mgr.24433) 58 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi190.qddxvv) 2024-02-10T08:34:57.196 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 2.52 MB/sec execute 38 sec latency 32843.784 ms 2024-02-10T08:34:57.507 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:57 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:34:55.728004+0000 mgr.smithi190.qddxvv (mgr.24433) 59 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-10T08:34:57.507 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:57 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:34:56.184682+0000 mgr.smithi190.qddxvv (mgr.24433) 60 : cephadm [INF] Upgrade: Updating mgr.smithi138.arglrk 2024-02-10T08:34:57.507 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:57 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:56.189725+0000 mon.smithi138 (mon.0) 725 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' 2024-02-10T08:34:57.507 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:57 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:56.192435+0000 mon.smithi190 (mon.1) 116 : audit [INF] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi138.arglrk", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T08:34:57.507 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:57 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:56.193014+0000 mon.smithi138 (mon.0) 726 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi138.arglrk", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T08:34:57.507 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:57 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:56.193916+0000 mon.smithi190 (mon.1) 117 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-10T08:34:57.507 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:57 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:56.194865+0000 mon.smithi190 (mon.1) 118 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:34:57.507 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:57 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:34:56.195564+0000 mgr.smithi190.qddxvv (mgr.24433) 61 : cephadm [INF] Deploying daemon mgr.smithi138.arglrk on smithi138 2024-02-10T08:34:57.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:57 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:34:55.728004+0000 mgr.smithi190.qddxvv (mgr.24433) 59 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-10T08:34:57.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:57 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:34:56.184682+0000 mgr.smithi190.qddxvv (mgr.24433) 60 : cephadm [INF] Upgrade: Updating mgr.smithi138.arglrk 2024-02-10T08:34:57.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:57 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:56.189725+0000 mon.smithi138 (mon.0) 725 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' 2024-02-10T08:34:57.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:57 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:56.192435+0000 mon.smithi190 (mon.1) 116 : audit [INF] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi138.arglrk", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T08:34:57.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:57 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:56.193014+0000 mon.smithi138 (mon.0) 726 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi138.arglrk", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T08:34:57.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:57 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:56.193916+0000 mon.smithi190 (mon.1) 117 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-10T08:34:57.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:57 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:56.194865+0000 mon.smithi190 (mon.1) 118 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:34:57.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:57 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:34:56.195564+0000 mgr.smithi190.qddxvv (mgr.24433) 61 : cephadm [INF] Deploying daemon mgr.smithi138.arglrk on smithi138 2024-02-10T08:34:57.852 INFO:teuthology.orchestra.run.smithi138.stdout:true 2024-02-10T08:34:58.196 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 2.46 MB/sec execute 39 sec latency 33843.823 ms 2024-02-10T08:34:58.433 INFO:teuthology.orchestra.run.smithi138.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T08:34:58.434 INFO:teuthology.orchestra.run.smithi138.stdout:alertmanager.smithi138 smithi138 *:9093,9094 running (7m) 16s ago 8m 17.7M - 0.20.0 0881eb8f169f 78c83a922c35 2024-02-10T08:34:58.434 INFO:teuthology.orchestra.run.smithi138.stdout:crash.smithi138 smithi138 running (8m) 16s ago 8m 6395k - 16.2.4 8d91d370c2b8 210cca8a58ea 2024-02-10T08:34:58.434 INFO:teuthology.orchestra.run.smithi138.stdout:crash.smithi190 smithi190 running (7m) 18s ago 7m 6395k - 16.2.4 8d91d370c2b8 76b23cc1504a 2024-02-10T08:34:58.434 INFO:teuthology.orchestra.run.smithi138.stdout:grafana.smithi138 smithi138 *:3000 running (6m) 16s ago 8m 34.7M - 6.7.4 557c83e11646 9e400367c973 2024-02-10T08:34:58.434 INFO:teuthology.orchestra.run.smithi138.stdout:mds.foofs.smithi138.rckmtk smithi138 running (3m) 16s ago 3m 38.4M - 16.2.4 8d91d370c2b8 d5d147a8dc83 2024-02-10T08:34:58.434 INFO:teuthology.orchestra.run.smithi138.stdout:mds.foofs.smithi190.lndkxw smithi190 running (3m) 18s ago 3m 12.2M - 16.2.4 8d91d370c2b8 e61226bfc606 2024-02-10T08:34:58.434 INFO:teuthology.orchestra.run.smithi138.stdout:mgr.smithi138.arglrk smithi138 *:9283 running (10m) 16s ago 10m 359M - 16.2.4 8d91d370c2b8 39b390fef3e2 2024-02-10T08:34:58.434 INFO:teuthology.orchestra.run.smithi138.stdout:mgr.smithi190.qddxvv smithi190 *:8443,9283 running (56s) 18s ago 7m 431M - 16.2.14-521-g0e714d9a 1fbc92c859dc 1821b10007a5 2024-02-10T08:34:58.434 INFO:teuthology.orchestra.run.smithi138.stdout:mon.smithi138 smithi138 running (10m) 16s ago 10m 54.0M 2048M 16.2.4 8d91d370c2b8 9ca01e977336 2024-02-10T08:34:58.434 INFO:teuthology.orchestra.run.smithi138.stdout:mon.smithi190 smithi190 running (7m) 18s ago 7m 44.0M 2048M 16.2.4 8d91d370c2b8 71a1ed724e8c 2024-02-10T08:34:58.435 INFO:teuthology.orchestra.run.smithi138.stdout:nfs.foo.0.0.smithi138.cprnrz smithi138 *:2049 running (28s) 16s ago 28s 53.7M - 3.5 8d91d370c2b8 31ffdf21e540 2024-02-10T08:34:58.435 INFO:teuthology.orchestra.run.smithi138.stdout:nfs.foo.1.0.smithi190.xhydwq smithi190 *:2049 running (23s) 18s ago 22s 18.9M - 3.5 8d91d370c2b8 aa0e44ac0e20 2024-02-10T08:34:58.435 INFO:teuthology.orchestra.run.smithi138.stdout:node-exporter.smithi138 smithi138 *:9100 running (8m) 16s ago 8m 17.0M - 0.18.1 e5a616e4b9cf 720f24dd7d0f 2024-02-10T08:34:58.435 INFO:teuthology.orchestra.run.smithi138.stdout:node-exporter.smithi190 smithi190 *:9100 running (7m) 18s ago 7m 17.1M - 0.18.1 e5a616e4b9cf 5ce00b720701 2024-02-10T08:34:58.435 INFO:teuthology.orchestra.run.smithi138.stdout:osd.0 smithi138 running (7m) 16s ago 7m 377M 4096M 16.2.4 8d91d370c2b8 bf18ab6e4563 2024-02-10T08:34:58.435 INFO:teuthology.orchestra.run.smithi138.stdout:osd.1 smithi138 running (6m) 16s ago 6m 295M 4096M 16.2.4 8d91d370c2b8 2861c1626c3d 2024-02-10T08:34:58.435 INFO:teuthology.orchestra.run.smithi138.stdout:osd.2 smithi138 running (6m) 16s ago 6m 243M 4096M 16.2.4 8d91d370c2b8 223e59287abc 2024-02-10T08:34:58.435 INFO:teuthology.orchestra.run.smithi138.stdout:osd.3 smithi138 running (5m) 16s ago 5m 350M 4096M 16.2.4 8d91d370c2b8 d7911c435734 2024-02-10T08:34:58.435 INFO:teuthology.orchestra.run.smithi138.stdout:osd.4 smithi190 running (5m) 18s ago 5m 385M 4096M 16.2.4 8d91d370c2b8 e5043a6085e4 2024-02-10T08:34:58.435 INFO:teuthology.orchestra.run.smithi138.stdout:osd.5 smithi190 running (5m) 18s ago 5m 393M 4096M 16.2.4 8d91d370c2b8 6a7c61ca0c01 2024-02-10T08:34:58.435 INFO:teuthology.orchestra.run.smithi138.stdout:osd.6 smithi190 running (4m) 18s ago 4m 329M 4096M 16.2.4 8d91d370c2b8 62fbc05c2e0a 2024-02-10T08:34:58.436 INFO:teuthology.orchestra.run.smithi138.stdout:osd.7 smithi190 running (4m) 18s ago 4m 476M 4096M 16.2.4 8d91d370c2b8 1515c342bdc4 2024-02-10T08:34:58.436 INFO:teuthology.orchestra.run.smithi138.stdout:prometheus.smithi138 smithi138 *:9095 starting - - - - 2024-02-10T08:34:58.823 INFO:teuthology.orchestra.run.smithi138.stdout:{ 2024-02-10T08:34:58.824 INFO:teuthology.orchestra.run.smithi138.stdout: "mon": { 2024-02-10T08:34:58.824 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-02-10T08:34:58.824 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:34:58.824 INFO:teuthology.orchestra.run.smithi138.stdout: "mgr": { 2024-02-10T08:34:58.824 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1, 2024-02-10T08:34:58.824 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2024-02-10T08:34:58.824 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:34:58.824 INFO:teuthology.orchestra.run.smithi138.stdout: "osd": { 2024-02-10T08:34:58.824 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-02-10T08:34:58.824 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:34:58.825 INFO:teuthology.orchestra.run.smithi138.stdout: "mds": { 2024-02-10T08:34:58.825 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-02-10T08:34:58.825 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:34:58.825 INFO:teuthology.orchestra.run.smithi138.stdout: "overall": { 2024-02-10T08:34:58.825 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1, 2024-02-10T08:34:58.825 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 13 2024-02-10T08:34:58.825 INFO:teuthology.orchestra.run.smithi138.stdout: } 2024-02-10T08:34:58.825 INFO:teuthology.orchestra.run.smithi138.stdout:} 2024-02-10T08:34:59.137 INFO:teuthology.orchestra.run.smithi138.stdout:{ 2024-02-10T08:34:59.137 INFO:teuthology.orchestra.run.smithi138.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-10T08:34:59.138 INFO:teuthology.orchestra.run.smithi138.stdout: "in_progress": true, 2024-02-10T08:34:59.138 INFO:teuthology.orchestra.run.smithi138.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T08:34:59.138 INFO:teuthology.orchestra.run.smithi138.stdout: "services_complete": [], 2024-02-10T08:34:59.138 INFO:teuthology.orchestra.run.smithi138.stdout: "progress": "1/23 daemons upgraded", 2024-02-10T08:34:59.138 INFO:teuthology.orchestra.run.smithi138.stdout: "message": "Currently upgrading mgr daemons", 2024-02-10T08:34:59.138 INFO:teuthology.orchestra.run.smithi138.stdout: "is_paused": false 2024-02-10T08:34:59.138 INFO:teuthology.orchestra.run.smithi138.stdout:} 2024-02-10T08:34:59.196 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 2.40 MB/sec execute 40 sec latency 34843.851 ms 2024-02-10T08:34:59.500 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:59 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:34:57.728853+0000 mgr.smithi190.qddxvv (mgr.24433) 62 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 341 B/s wr, 0 op/s 2024-02-10T08:34:59.500 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:59 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:57.837832+0000 mgr.smithi190.qddxvv (mgr.24433) 63 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:34:59.500 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:59 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:58.133334+0000 mgr.smithi190.qddxvv (mgr.24433) 64 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:34:59.500 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:34:59 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:58.822495+0000 mon.smithi138 (mon.0) 727 : audit [DBG] from='client.? 172.21.15.138:0/4209986318' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:34:59.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:59 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:34:57.728853+0000 mgr.smithi190.qddxvv (mgr.24433) 62 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 341 B/s wr, 0 op/s 2024-02-10T08:34:59.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:59 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:57.837832+0000 mgr.smithi190.qddxvv (mgr.24433) 63 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:34:59.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:59 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:58.133334+0000 mgr.smithi190.qddxvv (mgr.24433) 64 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:34:59.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:34:59 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:58.822495+0000 mon.smithi138 (mon.0) 727 : audit [DBG] from='client.? 172.21.15.138:0/4209986318' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:35:00.196 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 2.34 MB/sec execute 41 sec latency 35843.905 ms 2024-02-10T08:35:00.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:00 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:58.423678+0000 mgr.smithi190.qddxvv (mgr.24433) 65 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:35:00.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:00 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:59.136336+0000 mgr.smithi190.qddxvv (mgr.24433) 66 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:35:00.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:00 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:59.566980+0000 mon.smithi138 (mon.0) 728 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' 2024-02-10T08:35:00.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:00 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:34:59.568844+0000 mon.smithi190 (mon.1) 119 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:35:00.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:00 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:58.423678+0000 mgr.smithi190.qddxvv (mgr.24433) 65 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:35:00.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:00 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:59.136336+0000 mgr.smithi190.qddxvv (mgr.24433) 66 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:35:00.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:00 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:59.566980+0000 mon.smithi138 (mon.0) 728 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' 2024-02-10T08:35:00.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:00 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:34:59.568844+0000 mon.smithi190 (mon.1) 119 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:35:01.196 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 2.28 MB/sec execute 42 sec latency 36843.934 ms 2024-02-10T08:35:01.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:01 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:34:59.729265+0000 mgr.smithi190.qddxvv (mgr.24433) 67 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:35:01.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:01 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:34:59.729265+0000 mgr.smithi190.qddxvv (mgr.24433) 67 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:35:02.196 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 2.23 MB/sec execute 43 sec latency 37843.962 ms 2024-02-10T08:35:03.196 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 2.18 MB/sec execute 44 sec latency 38843.994 ms 2024-02-10T08:35:03.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:03 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:35:01.730214+0000 mgr.smithi190.qddxvv (mgr.24433) 68 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-10T08:35:03.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:03 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:01.730214+0000 mgr.smithi190.qddxvv (mgr.24433) 68 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-10T08:35:04.196 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 2.13 MB/sec execute 45 sec latency 39844.026 ms 2024-02-10T08:35:04.803 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:04 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:03.728514+0000 mon.smithi138 (mon.0) 729 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' 2024-02-10T08:35:04.803 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:04 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:35:03.730526+0000 mgr.smithi190.qddxvv (mgr.24433) 69 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:35:05.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:04 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:03.728514+0000 mon.smithi138 (mon.0) 729 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' 2024-02-10T08:35:05.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:04 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:03.730526+0000 mgr.smithi190.qddxvv (mgr.24433) 69 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:35:05.196 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 2.08 MB/sec execute 46 sec latency 40844.053 ms 2024-02-10T08:35:06.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:35:05.067608+0000 mon.smithi138 (mon.0) 730 : cluster [DBG] Standby manager daemon smithi138.arglrk restarted 2024-02-10T08:35:06.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:35:05.067733+0000 mon.smithi138 (mon.0) 731 : cluster [DBG] Standby manager daemon smithi138.arglrk started 2024-02-10T08:35:06.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:05.069612+0000 mon.smithi138 (mon.0) 732 : audit [DBG] from='mgr.? 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi138.arglrk/crt"}]: dispatch 2024-02-10T08:35:06.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:05.069958+0000 mon.smithi138 (mon.0) 733 : audit [DBG] from='mgr.? 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-10T08:35:06.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:05.072095+0000 mon.smithi138 (mon.0) 734 : audit [DBG] from='mgr.? 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi138.arglrk/key"}]: dispatch 2024-02-10T08:35:06.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:05.072942+0000 mon.smithi138 (mon.0) 735 : audit [DBG] from='mgr.? 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-10T08:35:06.158 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:05.067608+0000 mon.smithi138 (mon.0) 730 : cluster [DBG] Standby manager daemon smithi138.arglrk restarted 2024-02-10T08:35:06.158 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:05.067733+0000 mon.smithi138 (mon.0) 731 : cluster [DBG] Standby manager daemon smithi138.arglrk started 2024-02-10T08:35:06.158 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:05.069612+0000 mon.smithi138 (mon.0) 732 : audit [DBG] from='mgr.? 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi138.arglrk/crt"}]: dispatch 2024-02-10T08:35:06.158 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:05.069958+0000 mon.smithi138 (mon.0) 733 : audit [DBG] from='mgr.? 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-10T08:35:06.158 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:05.072095+0000 mon.smithi138 (mon.0) 734 : audit [DBG] from='mgr.? 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi138.arglrk/key"}]: dispatch 2024-02-10T08:35:06.158 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:05.072942+0000 mon.smithi138 (mon.0) 735 : audit [DBG] from='mgr.? 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-10T08:35:06.197 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 2.04 MB/sec execute 47 sec latency 41844.121 ms 2024-02-10T08:35:07.099 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:06 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:35:05.731047+0000 mgr.smithi190.qddxvv (mgr.24433) 70 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:35:07.099 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:06 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:35:05.831892+0000 mon.smithi138 (mon.0) 736 : cluster [DBG] mgrmap e32: smithi190.qddxvv(active, since 56s), standbys: smithi138.arglrk 2024-02-10T08:35:07.099 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:06 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:35:06.013004+0000 mds.foofs.smithi138.rckmtk (mds.0) 1 : cluster [WRN] 1 slow requests, 1 included below; oldest blocked for > 32.606997 secs 2024-02-10T08:35:07.100 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:06 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:35:06.013007+0000 mds.foofs.smithi138.rckmtk (mds.0) 2 : cluster [WRN] slow request 32.606996 seconds old, received at 2024-02-10T08:34:33.405964+0000: client_request(client.14724:4 getattr pAsLsXsFs #0x100000046bb 2024-02-10T08:34:33.405911+0000 caller_uid=0, caller_gid=0{0,}) currently failed to rdlock, waiting 2024-02-10T08:35:07.100 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:06 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:06.419103+0000 mon.smithi138 (mon.0) 737 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' 2024-02-10T08:35:07.100 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:06 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:06.420965+0000 mon.smithi190 (mon.1) 120 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:35:07.100 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:06 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:06.421844+0000 mon.smithi190 (mon.1) 121 : audit [INF] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T08:35:07.100 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:06 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:06.428542+0000 mon.smithi138 (mon.0) 738 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' 2024-02-10T08:35:07.100 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:06 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:06.437671+0000 mon.smithi138 (mon.0) 739 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' 2024-02-10T08:35:07.100 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:06 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:06.441654+0000 mon.smithi190 (mon.1) 122 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:35:07.100 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:06 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:06.446827+0000 mon.smithi190 (mon.1) 123 : audit [INF] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "mgr fail", "who": "smithi190.qddxvv"}]: dispatch 2024-02-10T08:35:07.100 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:06 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:06.447187+0000 mon.smithi138 (mon.0) 740 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "mgr fail", "who": "smithi190.qddxvv"}]: dispatch 2024-02-10T08:35:07.100 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:06 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:35:06.454990+0000 mon.smithi138 (mon.0) 741 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-02-10T08:35:07.198 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 2.00 MB/sec execute 48 sec latency 42844.174 ms 2024-02-10T08:35:07.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:06 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:05.731047+0000 mgr.smithi190.qddxvv (mgr.24433) 70 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:35:07.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:06 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:05.831892+0000 mon.smithi138 (mon.0) 736 : cluster [DBG] mgrmap e32: smithi190.qddxvv(active, since 56s), standbys: smithi138.arglrk 2024-02-10T08:35:07.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:06 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:06.013004+0000 mds.foofs.smithi138.rckmtk (mds.0) 1 : cluster [WRN] 1 slow requests, 1 included below; oldest blocked for > 32.606997 secs 2024-02-10T08:35:07.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:06 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:06.013007+0000 mds.foofs.smithi138.rckmtk (mds.0) 2 : cluster [WRN] slow request 32.606996 seconds old, received at 2024-02-10T08:34:33.405964+0000: client_request(client.14724:4 getattr pAsLsXsFs #0x100000046bb 2024-02-10T08:34:33.405911+0000 caller_uid=0, caller_gid=0{0,}) currently failed to rdlock, waiting 2024-02-10T08:35:07.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:06 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:06.419103+0000 mon.smithi138 (mon.0) 737 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' 2024-02-10T08:35:07.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:06 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:06.420965+0000 mon.smithi190 (mon.1) 120 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:35:07.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:06 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:06.421844+0000 mon.smithi190 (mon.1) 121 : audit [INF] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T08:35:07.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:06 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:06.428542+0000 mon.smithi138 (mon.0) 738 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' 2024-02-10T08:35:07.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:06 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:06.437671+0000 mon.smithi138 (mon.0) 739 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' 2024-02-10T08:35:07.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:06 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:06.441654+0000 mon.smithi190 (mon.1) 122 : audit [DBG] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:35:07.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:06 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:06.446827+0000 mon.smithi190 (mon.1) 123 : audit [INF] from='mgr.24433 172.21.15.190:0/1018831803' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "mgr fail", "who": "smithi190.qddxvv"}]: dispatch 2024-02-10T08:35:07.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:06 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:06.447187+0000 mon.smithi138 (mon.0) 740 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "mgr fail", "who": "smithi190.qddxvv"}]: dispatch 2024-02-10T08:35:07.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:06 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:06.454990+0000 mon.smithi138 (mon.0) 741 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-02-10T08:35:08.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:35:06.422541+0000 mgr.smithi190.qddxvv (mgr.24433) 71 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T08:35:08.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:35:06.443822+0000 mgr.smithi190.qddxvv (mgr.24433) 72 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi190.qddxvv) 2024-02-10T08:35:08.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:35:06.444257+0000 mgr.smithi190.qddxvv (mgr.24433) 73 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi190.qddxvv) 2024-02-10T08:35:08.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:35:06.446557+0000 mgr.smithi190.qddxvv (mgr.24433) 74 : cephadm [INF] Failing over to other MGR 2024-02-10T08:35:08.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:07.311851+0000 mon.smithi138 (mon.0) 742 : cluster [DBG] Standby manager daemon smithi190.qddxvv started 2024-02-10T08:35:08.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:07.445791+0000 mon.smithi138 (mon.0) 743 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd='[{"prefix": "mgr fail", "who": "smithi190.qddxvv"}]': finished 2024-02-10T08:35:08.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:07.445927+0000 mon.smithi138 (mon.0) 744 : cluster [DBG] mgrmap e33: smithi138.arglrk(active, starting, since 0.998145s), standbys: smithi190.qddxvv 2024-02-10T08:35:08.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:07.447136+0000 mon.smithi138 (mon.0) 745 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mon metadata", "id": "smithi138"}]: dispatch 2024-02-10T08:35:08.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:07.447335+0000 mon.smithi138 (mon.0) 746 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2024-02-10T08:35:08.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:07.447611+0000 mon.smithi138 (mon.0) 747 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi138.rckmtk"}]: dispatch 2024-02-10T08:35:08.067 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:07.447844+0000 mon.smithi138 (mon.0) 748 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi190.lndkxw"}]: dispatch 2024-02-10T08:35:08.067 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:07.448832+0000 mon.smithi138 (mon.0) 749 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mgr metadata", "who": "smithi138.arglrk", "id": "smithi138.arglrk"}]: dispatch 2024-02-10T08:35:08.067 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:07.449146+0000 mon.smithi138 (mon.0) 750 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mgr metadata", "who": "smithi190.qddxvv", "id": "smithi190.qddxvv"}]: dispatch 2024-02-10T08:35:08.067 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:07.449440+0000 mon.smithi138 (mon.0) 751 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T08:35:08.067 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:07.449703+0000 mon.smithi138 (mon.0) 752 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T08:35:08.067 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:07.449938+0000 mon.smithi138 (mon.0) 753 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T08:35:08.067 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:07.450225+0000 mon.smithi138 (mon.0) 754 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T08:35:08.067 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:07.450556+0000 mon.smithi138 (mon.0) 755 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T08:35:08.067 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:07.450911+0000 mon.smithi138 (mon.0) 756 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T08:35:08.067 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:07.451272+0000 mon.smithi138 (mon.0) 757 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T08:35:08.067 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:07.451515+0000 mon.smithi138 (mon.0) 758 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T08:35:08.067 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:07.451752+0000 mon.smithi138 (mon.0) 759 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T08:35:08.067 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:07.452009+0000 mon.smithi138 (mon.0) 760 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T08:35:08.067 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:07.452418+0000 mon.smithi138 (mon.0) 761 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T08:35:08.067 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:07.479849+0000 mon.smithi138 (mon.0) 762 : cluster [INF] Manager daemon smithi138.arglrk is now available 2024-02-10T08:35:08.068 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:07.497751+0000 mon.smithi138 (mon.0) 763 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:35:08.068 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:07.589146+0000 mon.smithi138 (mon.0) 764 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:35:08.068 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:07.590457+0000 mon.smithi138 (mon.0) 765 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:35:08.068 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:07.642044+0000 mon.smithi138 (mon.0) 766 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.arglrk/mirror_snapshot_schedule"}]: dispatch 2024-02-10T08:35:08.068 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:07.653241+0000 mon.smithi138 (mon.0) 767 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.arglrk/trash_purge_schedule"}]: dispatch 2024-02-10T08:35:08.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:35:06.422541+0000 mgr.smithi190.qddxvv (mgr.24433) 71 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T08:35:08.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:35:06.443822+0000 mgr.smithi190.qddxvv (mgr.24433) 72 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi190.qddxvv) 2024-02-10T08:35:08.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:35:06.444257+0000 mgr.smithi190.qddxvv (mgr.24433) 73 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi190.qddxvv) 2024-02-10T08:35:08.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:35:06.446557+0000 mgr.smithi190.qddxvv (mgr.24433) 74 : cephadm [INF] Failing over to other MGR 2024-02-10T08:35:08.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:35:07.311851+0000 mon.smithi138 (mon.0) 742 : cluster [DBG] Standby manager daemon smithi190.qddxvv started 2024-02-10T08:35:08.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:07.445791+0000 mon.smithi138 (mon.0) 743 : audit [INF] from='mgr.24433 ' entity='mgr.smithi190.qddxvv' cmd='[{"prefix": "mgr fail", "who": "smithi190.qddxvv"}]': finished 2024-02-10T08:35:08.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:35:07.445927+0000 mon.smithi138 (mon.0) 744 : cluster [DBG] mgrmap e33: smithi138.arglrk(active, starting, since 0.998145s), standbys: smithi190.qddxvv 2024-02-10T08:35:08.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:07.447136+0000 mon.smithi138 (mon.0) 745 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mon metadata", "id": "smithi138"}]: dispatch 2024-02-10T08:35:08.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:07.447335+0000 mon.smithi138 (mon.0) 746 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2024-02-10T08:35:08.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:07.447611+0000 mon.smithi138 (mon.0) 747 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi138.rckmtk"}]: dispatch 2024-02-10T08:35:08.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:07.447844+0000 mon.smithi138 (mon.0) 748 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi190.lndkxw"}]: dispatch 2024-02-10T08:35:08.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:07.448832+0000 mon.smithi138 (mon.0) 749 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mgr metadata", "who": "smithi138.arglrk", "id": "smithi138.arglrk"}]: dispatch 2024-02-10T08:35:08.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:07.449146+0000 mon.smithi138 (mon.0) 750 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mgr metadata", "who": "smithi190.qddxvv", "id": "smithi190.qddxvv"}]: dispatch 2024-02-10T08:35:08.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:07.449440+0000 mon.smithi138 (mon.0) 751 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T08:35:08.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:07.449703+0000 mon.smithi138 (mon.0) 752 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T08:35:08.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:07.449938+0000 mon.smithi138 (mon.0) 753 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T08:35:08.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:07.450225+0000 mon.smithi138 (mon.0) 754 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T08:35:08.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:07.450556+0000 mon.smithi138 (mon.0) 755 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T08:35:08.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:07.450911+0000 mon.smithi138 (mon.0) 756 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T08:35:08.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:07.451272+0000 mon.smithi138 (mon.0) 757 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T08:35:08.099 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:07.451515+0000 mon.smithi138 (mon.0) 758 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T08:35:08.099 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:07.451752+0000 mon.smithi138 (mon.0) 759 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T08:35:08.099 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:07.452009+0000 mon.smithi138 (mon.0) 760 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T08:35:08.099 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:07.452418+0000 mon.smithi138 (mon.0) 761 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T08:35:08.099 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:35:07.479849+0000 mon.smithi138 (mon.0) 762 : cluster [INF] Manager daemon smithi138.arglrk is now available 2024-02-10T08:35:08.099 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:07.497751+0000 mon.smithi138 (mon.0) 763 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:35:08.099 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:07.589146+0000 mon.smithi138 (mon.0) 764 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:35:08.099 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:07.590457+0000 mon.smithi138 (mon.0) 765 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:35:08.099 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:07.642044+0000 mon.smithi138 (mon.0) 766 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.arglrk/mirror_snapshot_schedule"}]: dispatch 2024-02-10T08:35:08.099 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:07.653241+0000 mon.smithi138 (mon.0) 767 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.arglrk/trash_purge_schedule"}]: dispatch 2024-02-10T08:35:08.197 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 1.96 MB/sec execute 49 sec latency 43844.211 ms 2024-02-10T08:35:09.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:35:07.492129+0000 mgr.smithi138.arglrk (mgr.14762) 1 : cephadm [INF] inventory: adjusted host smithi190 addr 'smithi190' -> '172.21.15.190' 2024-02-10T08:35:09.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:35:08.447967+0000 mon.smithi138 (mon.0) 768 : cluster [DBG] mgrmap e34: smithi138.arglrk(active, since 2s), standbys: smithi190.qddxvv 2024-02-10T08:35:09.196 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 1.92 MB/sec execute 50 sec latency 44844.243 ms 2024-02-10T08:35:09.215 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:08 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:35:07.492129+0000 mgr.smithi138.arglrk (mgr.14762) 1 : cephadm [INF] inventory: adjusted host smithi190 addr 'smithi190' -> '172.21.15.190' 2024-02-10T08:35:09.216 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:08 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:08.447967+0000 mon.smithi138 (mon.0) 768 : cluster [DBG] mgrmap e34: smithi138.arglrk(active, since 2s), standbys: smithi190.qddxvv 2024-02-10T08:35:10.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:35:08.459260+0000 mgr.smithi138.arglrk (mgr.14762) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2024-02-10T08:35:10.196 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 1.88 MB/sec execute 51 sec latency 45844.313 ms 2024-02-10T08:35:10.214 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:08.459260+0000 mgr.smithi138.arglrk (mgr.14762) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2024-02-10T08:35:11.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:35:09.450535+0000 mgr.smithi138.arglrk (mgr.14762) 3 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2024-02-10T08:35:11.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:35:09.834565+0000 mon.smithi138 (mon.0) 769 : cluster [WRN] Health check failed: 1 MDSs report slow requests (MDS_SLOW_REQUEST) 2024-02-10T08:35:11.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:35:09.845588+0000 mon.smithi138 (mon.0) 770 : cluster [DBG] mgrmap e35: smithi138.arglrk(active, since 3s), standbys: smithi190.qddxvv 2024-02-10T08:35:11.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:35:09.845634+0000 mon.smithi138 (mon.0) 771 : cluster [DBG] mds.? [v2:172.21.15.138:6834/2531059674,v1:172.21.15.138:6835/2531059674] up:active 2024-02-10T08:35:11.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:35:09.845675+0000 mon.smithi138 (mon.0) 772 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi138.rckmtk=up:active} 1 up:standby 2024-02-10T08:35:11.151 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:09.450535+0000 mgr.smithi138.arglrk (mgr.14762) 3 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2024-02-10T08:35:11.151 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:09.834565+0000 mon.smithi138 (mon.0) 769 : cluster [WRN] Health check failed: 1 MDSs report slow requests (MDS_SLOW_REQUEST) 2024-02-10T08:35:11.151 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:09.845588+0000 mon.smithi138 (mon.0) 770 : cluster [DBG] mgrmap e35: smithi138.arglrk(active, since 3s), standbys: smithi190.qddxvv 2024-02-10T08:35:11.151 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:09.845634+0000 mon.smithi138 (mon.0) 771 : cluster [DBG] mds.? [v2:172.21.15.138:6834/2531059674,v1:172.21.15.138:6835/2531059674] up:active 2024-02-10T08:35:11.151 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:09.845675+0000 mon.smithi138 (mon.0) 772 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi138.rckmtk=up:active} 1 up:standby 2024-02-10T08:35:11.196 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 1.84 MB/sec execute 52 sec latency 46844.337 ms 2024-02-10T08:35:12.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:11 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:35:11.013074+0000 mds.foofs.smithi138.rckmtk (mds.0) 3 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 37.607069 secs 2024-02-10T08:35:12.156 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:11 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:11.013074+0000 mds.foofs.smithi138.rckmtk (mds.0) 3 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 37.607069 secs 2024-02-10T08:35:12.196 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 1.81 MB/sec execute 53 sec latency 47844.365 ms 2024-02-10T08:35:13.197 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 1.78 MB/sec execute 54 sec latency 48844.419 ms 2024-02-10T08:35:13.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:13 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:11.450894+0000 mgr.smithi138.arglrk (mgr.14762) 4 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2024-02-10T08:35:13.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:13 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:12.310326+0000 mon.smithi138 (mon.0) 773 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:35:13.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:13 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:13.146491+0000 mon.smithi138 (mon.0) 774 : cluster [DBG] Standby manager daemon smithi190.qddxvv restarted 2024-02-10T08:35:13.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:13 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:13.146590+0000 mon.smithi138 (mon.0) 775 : cluster [DBG] Standby manager daemon smithi190.qddxvv started 2024-02-10T08:35:13.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:13 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:13.147873+0000 mon.smithi190 (mon.1) 124 : audit [DBG] from='mgr.? 172.21.15.190:0/1832118960' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi190.qddxvv/crt"}]: dispatch 2024-02-10T08:35:13.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:13 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:13.149182+0000 mon.smithi190 (mon.1) 125 : audit [DBG] from='mgr.? 172.21.15.190:0/1832118960' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-10T08:35:13.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:13 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:13.151412+0000 mon.smithi190 (mon.1) 126 : audit [DBG] from='mgr.? 172.21.15.190:0/1832118960' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi190.qddxvv/key"}]: dispatch 2024-02-10T08:35:13.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:13 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:13.151711+0000 mon.smithi190 (mon.1) 127 : audit [DBG] from='mgr.? 172.21.15.190:0/1832118960' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-10T08:35:13.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:13 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:35:11.450894+0000 mgr.smithi138.arglrk (mgr.14762) 4 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2024-02-10T08:35:13.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:13 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:12.310326+0000 mon.smithi138 (mon.0) 773 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:35:13.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:13 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:35:13.146491+0000 mon.smithi138 (mon.0) 774 : cluster [DBG] Standby manager daemon smithi190.qddxvv restarted 2024-02-10T08:35:13.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:13 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:35:13.146590+0000 mon.smithi138 (mon.0) 775 : cluster [DBG] Standby manager daemon smithi190.qddxvv started 2024-02-10T08:35:13.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:13 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:13.147873+0000 mon.smithi190 (mon.1) 124 : audit [DBG] from='mgr.? 172.21.15.190:0/1832118960' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi190.qddxvv/crt"}]: dispatch 2024-02-10T08:35:13.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:13 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:13.149182+0000 mon.smithi190 (mon.1) 125 : audit [DBG] from='mgr.? 172.21.15.190:0/1832118960' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-10T08:35:13.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:13 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:13.151412+0000 mon.smithi190 (mon.1) 126 : audit [DBG] from='mgr.? 172.21.15.190:0/1832118960' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi190.qddxvv/key"}]: dispatch 2024-02-10T08:35:13.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:13 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:13.151711+0000 mon.smithi190 (mon.1) 127 : audit [DBG] from='mgr.? 172.21.15.190:0/1832118960' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-10T08:35:14.197 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 1.74 MB/sec execute 55 sec latency 49844.454 ms 2024-02-10T08:35:14.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:14 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:35:13.319329+0000 mon.smithi138 (mon.0) 776 : cluster [DBG] mgrmap e36: smithi138.arglrk(active, since 6s), standbys: smithi190.qddxvv 2024-02-10T08:35:14.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:13.319329+0000 mon.smithi138 (mon.0) 776 : cluster [DBG] mgrmap e36: smithi138.arglrk(active, since 6s), standbys: smithi190.qddxvv 2024-02-10T08:35:15.197 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 1.71 MB/sec execute 56 sec latency 50844.522 ms 2024-02-10T08:35:15.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:15 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:35:13.451490+0000 mgr.smithi138.arglrk (mgr.14762) 5 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 410 B/s rd, 0 op/s 2024-02-10T08:35:15.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:15 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:14.343512+0000 mon.smithi138 (mon.0) 777 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:35:15.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:15 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:14.615586+0000 mon.smithi138 (mon.0) 778 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:35:15.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:15 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:14.616351+0000 mon.smithi138 (mon.0) 779 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T08:35:15.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:15 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:14.620745+0000 mon.smithi138 (mon.0) 780 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:35:15.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:15 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:14.626032+0000 mon.smithi138 (mon.0) 781 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:35:15.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:15 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:14.628893+0000 mon.smithi138 (mon.0) 782 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:35:15.759 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:15 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:13.451490+0000 mgr.smithi138.arglrk (mgr.14762) 5 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 410 B/s rd, 0 op/s 2024-02-10T08:35:15.760 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:15 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:14.343512+0000 mon.smithi138 (mon.0) 777 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:35:15.760 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:15 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:14.615586+0000 mon.smithi138 (mon.0) 778 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:35:15.760 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:15 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:14.616351+0000 mon.smithi138 (mon.0) 779 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T08:35:15.760 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:15 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:14.620745+0000 mon.smithi138 (mon.0) 780 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:35:15.760 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:15 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:14.626032+0000 mon.smithi138 (mon.0) 781 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:35:15.760 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:15 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:14.628893+0000 mon.smithi138 (mon.0) 782 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:35:16.197 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 1.68 MB/sec execute 57 sec latency 51844.624 ms 2024-02-10T08:35:16.349 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:16 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:35:14.616911+0000 mgr.smithi138.arglrk (mgr.14762) 6 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T08:35:16.349 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:16 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:16.013176+0000 mds.foofs.smithi138.rckmtk (mds.0) 4 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 42.607186 secs 2024-02-10T08:35:16.349 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:16 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:16.118615+0000 mon.smithi138 (mon.0) 783 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi190.qddxvv", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T08:35:16.349 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:16 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:16.119566+0000 mon.smithi138 (mon.0) 784 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-10T08:35:16.350 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:16 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:16.120447+0000 mon.smithi138 (mon.0) 785 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:35:16.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:16 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:35:14.616911+0000 mgr.smithi138.arglrk (mgr.14762) 6 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T08:35:16.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:16 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:35:16.013176+0000 mds.foofs.smithi138.rckmtk (mds.0) 4 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 42.607186 secs 2024-02-10T08:35:16.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:16 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:16.118615+0000 mon.smithi138 (mon.0) 783 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi190.qddxvv", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T08:35:16.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:16 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:16.119566+0000 mon.smithi138 (mon.0) 784 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-10T08:35:16.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:16 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:16.120447+0000 mon.smithi138 (mon.0) 785 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:35:17.197 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 1.65 MB/sec execute 58 sec latency 52844.735 ms 2024-02-10T08:35:17.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:17 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:15.452246+0000 mgr.smithi138.arglrk (mgr.14762) 7 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 292 B/s rd, 0 op/s 2024-02-10T08:35:17.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:17 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:35:16.118196+0000 mgr.smithi138.arglrk (mgr.14762) 8 : cephadm [INF] Upgrade: Updating mgr.smithi190.qddxvv 2024-02-10T08:35:17.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:17 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:35:16.121097+0000 mgr.smithi138.arglrk (mgr.14762) 9 : cephadm [INF] Deploying daemon mgr.smithi190.qddxvv on smithi190 2024-02-10T08:35:17.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:17 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:35:15.452246+0000 mgr.smithi138.arglrk (mgr.14762) 7 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 292 B/s rd, 0 op/s 2024-02-10T08:35:17.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:17 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:35:16.118196+0000 mgr.smithi138.arglrk (mgr.14762) 8 : cephadm [INF] Upgrade: Updating mgr.smithi190.qddxvv 2024-02-10T08:35:17.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:17 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:35:16.121097+0000 mgr.smithi138.arglrk (mgr.14762) 9 : cephadm [INF] Deploying daemon mgr.smithi190.qddxvv on smithi190 2024-02-10T08:35:18.197 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 1.63 MB/sec execute 59 sec latency 53844.803 ms 2024-02-10T08:35:19.197 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 1.60 MB/sec execute 60 sec latency 54844.891 ms 2024-02-10T08:35:19.611 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:19 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:17.452690+0000 mgr.smithi138.arglrk (mgr.14762) 10 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 227 B/s rd, 0 op/s 2024-02-10T08:35:19.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:19 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:35:17.452690+0000 mgr.smithi138.arglrk (mgr.14762) 10 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 227 B/s rd, 0 op/s 2024-02-10T08:35:20.197 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 1.57 MB/sec execute 61 sec latency 55844.986 ms 2024-02-10T08:35:20.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:20 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:19.453534+0000 mgr.smithi138.arglrk (mgr.14762) 11 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 0 op/s 2024-02-10T08:35:20.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:20 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:19.527395+0000 mon.smithi138 (mon.0) 786 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:35:20.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:20 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:19.528534+0000 mon.smithi138 (mon.0) 787 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:35:20.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:20 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:35:19.453534+0000 mgr.smithi138.arglrk (mgr.14762) 11 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 0 op/s 2024-02-10T08:35:20.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:20 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:19.527395+0000 mon.smithi138 (mon.0) 786 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:35:20.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:20 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:19.528534+0000 mon.smithi138 (mon.0) 787 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:35:21.197 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 1.55 MB/sec execute 62 sec latency 56845.087 ms 2024-02-10T08:35:21.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:21.013293+0000 mds.foofs.smithi138.rckmtk (mds.0) 5 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 47.607290 secs 2024-02-10T08:35:21.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:35:21.013293+0000 mds.foofs.smithi138.rckmtk (mds.0) 5 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 47.607290 secs 2024-02-10T08:35:22.197 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 1.52 MB/sec execute 63 sec latency 57845.142 ms 2024-02-10T08:35:22.669 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:22 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:21.454158+0000 mgr.smithi138.arglrk (mgr.14762) 12 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:35:22.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:22 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:35:21.454158+0000 mgr.smithi138.arglrk (mgr.14762) 12 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:35:23.198 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 1.50 MB/sec execute 64 sec latency 58845.251 ms 2024-02-10T08:35:23.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:23 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:22.632393+0000 mon.smithi138 (mon.0) 788 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:35:23.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:23 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:22.632393+0000 mon.smithi138 (mon.0) 788 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:35:24.198 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 1.48 MB/sec execute 65 sec latency 59845.309 ms 2024-02-10T08:35:25.025 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:24 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:23.454784+0000 mgr.smithi138.arglrk (mgr.14762) 13 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-10T08:35:25.025 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:24 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:23.987990+0000 mon.smithi138 (mon.0) 789 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:35:25.025 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:24 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:23.988982+0000 mon.smithi138 (mon.0) 790 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:35:25.025 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:24 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:23.989930+0000 mon.smithi138 (mon.0) 791 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T08:35:25.025 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:24 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:35:23.990674+0000 mgr.smithi138.arglrk (mgr.14762) 14 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T08:35:25.025 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:24 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:23.994517+0000 mon.smithi138 (mon.0) 792 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:35:25.025 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:24 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:24.000458+0000 mon.smithi138 (mon.0) 793 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:35:25.025 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:24 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:24.003761+0000 mon.smithi138 (mon.0) 794 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:35:25.025 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:24 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:24.006087+0000 mon.smithi138 (mon.0) 795 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:35:25.026 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:24 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:35:24.006709+0000 mgr.smithi138.arglrk (mgr.14762) 15 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-02-10T08:35:25.026 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:24 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:24.010359+0000 mon.smithi138 (mon.0) 796 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:35:25.026 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:24 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:24.011062+0000 mon.smithi138 (mon.0) 797 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi138.arglrk"}]: dispatch 2024-02-10T08:35:25.026 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:24 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:24.014144+0000 mon.smithi138 (mon.0) 798 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi138.arglrk"}]': finished 2024-02-10T08:35:25.026 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:24 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:24.014720+0000 mon.smithi138 (mon.0) 799 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi190.qddxvv"}]: dispatch 2024-02-10T08:35:25.026 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:24 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:24.017780+0000 mon.smithi138 (mon.0) 800 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi190.qddxvv"}]': finished 2024-02-10T08:35:25.026 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:24 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:24.018803+0000 mon.smithi138 (mon.0) 801 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-10T08:35:25.198 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 1.45 MB/sec execute 66 sec latency 60845.404 ms 2024-02-10T08:35:25.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:24 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:35:23.454784+0000 mgr.smithi138.arglrk (mgr.14762) 13 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-10T08:35:25.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:24 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:23.987990+0000 mon.smithi138 (mon.0) 789 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:35:25.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:24 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:23.988982+0000 mon.smithi138 (mon.0) 790 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:35:25.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:24 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:23.989930+0000 mon.smithi138 (mon.0) 791 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T08:35:25.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:24 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:35:23.990674+0000 mgr.smithi138.arglrk (mgr.14762) 14 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T08:35:25.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:24 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:23.994517+0000 mon.smithi138 (mon.0) 792 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:35:25.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:24 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:24.000458+0000 mon.smithi138 (mon.0) 793 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:35:25.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:24 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:24.003761+0000 mon.smithi138 (mon.0) 794 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:35:25.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:24 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:24.006087+0000 mon.smithi138 (mon.0) 795 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:35:25.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:24 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:35:24.006709+0000 mgr.smithi138.arglrk (mgr.14762) 15 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-02-10T08:35:25.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:24 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:24.010359+0000 mon.smithi138 (mon.0) 796 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:35:25.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:24 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:24.011062+0000 mon.smithi138 (mon.0) 797 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi138.arglrk"}]: dispatch 2024-02-10T08:35:25.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:24 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:24.014144+0000 mon.smithi138 (mon.0) 798 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi138.arglrk"}]': finished 2024-02-10T08:35:25.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:24 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:24.014720+0000 mon.smithi138 (mon.0) 799 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi190.qddxvv"}]: dispatch 2024-02-10T08:35:25.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:24 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:24.017780+0000 mon.smithi138 (mon.0) 800 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi190.qddxvv"}]': finished 2024-02-10T08:35:25.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:24 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:24.018803+0000 mon.smithi138 (mon.0) 801 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-10T08:35:26.135 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:25 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:35:25.039059+0000 mon.smithi138 (mon.0) 802 : cluster [DBG] Standby manager daemon smithi190.qddxvv restarted 2024-02-10T08:35:26.135 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:25 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:35:25.039146+0000 mon.smithi138 (mon.0) 803 : cluster [DBG] Standby manager daemon smithi190.qddxvv started 2024-02-10T08:35:26.135 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:25 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:25.040352+0000 mon.smithi190 (mon.1) 128 : audit [DBG] from='mgr.? 172.21.15.190:0/2274842437' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi190.qddxvv/crt"}]: dispatch 2024-02-10T08:35:26.135 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:25 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:25.040855+0000 mon.smithi190 (mon.1) 129 : audit [DBG] from='mgr.? 172.21.15.190:0/2274842437' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-10T08:35:26.135 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:25 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:25.042804+0000 mon.smithi190 (mon.1) 130 : audit [DBG] from='mgr.? 172.21.15.190:0/2274842437' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi190.qddxvv/key"}]: dispatch 2024-02-10T08:35:26.135 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:25 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:25.043591+0000 mon.smithi190 (mon.1) 131 : audit [DBG] from='mgr.? 172.21.15.190:0/2274842437' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-10T08:35:26.135 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:25 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:25.439556+0000 mon.smithi138 (mon.0) 804 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:35:26.135 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:25 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:25.440153+0000 mon.smithi138 (mon.0) 805 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T08:35:26.135 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:25 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:25.440585+0000 mon.smithi138 (mon.0) 806 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T08:35:26.136 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:25 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: audit 2024-02-10T08:35:25.441026+0000 mon.smithi138 (mon.0) 807 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:35:26.198 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 1.43 MB/sec execute 67 sec latency 61845.511 ms 2024-02-10T08:35:26.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:25 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:25.039059+0000 mon.smithi138 (mon.0) 802 : cluster [DBG] Standby manager daemon smithi190.qddxvv restarted 2024-02-10T08:35:26.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:25 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:25.039146+0000 mon.smithi138 (mon.0) 803 : cluster [DBG] Standby manager daemon smithi190.qddxvv started 2024-02-10T08:35:26.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:25 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:25.040352+0000 mon.smithi190 (mon.1) 128 : audit [DBG] from='mgr.? 172.21.15.190:0/2274842437' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi190.qddxvv/crt"}]: dispatch 2024-02-10T08:35:26.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:25 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:25.040855+0000 mon.smithi190 (mon.1) 129 : audit [DBG] from='mgr.? 172.21.15.190:0/2274842437' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-10T08:35:26.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:25 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:25.042804+0000 mon.smithi190 (mon.1) 130 : audit [DBG] from='mgr.? 172.21.15.190:0/2274842437' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi190.qddxvv/key"}]: dispatch 2024-02-10T08:35:26.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:25 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:25.043591+0000 mon.smithi190 (mon.1) 131 : audit [DBG] from='mgr.? 172.21.15.190:0/2274842437' entity='mgr.smithi190.qddxvv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-10T08:35:26.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:25 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:25.439556+0000 mon.smithi138 (mon.0) 804 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:35:26.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:25 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:25.440153+0000 mon.smithi138 (mon.0) 805 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T08:35:26.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:25 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:25.440585+0000 mon.smithi138 (mon.0) 806 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T08:35:26.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:25 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:25.441026+0000 mon.smithi138 (mon.0) 807 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:35:27.037 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:26 smithi138 systemd[1]: Stopping Ceph mon.smithi138 for c2125314-c7ed-11ee-95b8-87774f69a715... 2024-02-10T08:35:27.037 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:26 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:35:25.433552+0000 mgr.smithi138.arglrk (mgr.14762) 16 : cephadm [INF] Upgrade: Updating mon.smithi138 2024-02-10T08:35:27.037 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:26 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cephadm 2024-02-10T08:35:25.441440+0000 mgr.smithi138.arglrk (mgr.14762) 17 : cephadm [INF] Deploying daemon mon.smithi138 on smithi138 2024-02-10T08:35:27.037 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:26 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:35:25.455260+0000 mgr.smithi138.arglrk (mgr.14762) 18 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:35:27.037 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:26 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:35:25.997135+0000 mon.smithi138 (mon.0) 808 : cluster [DBG] mgrmap e37: smithi138.arglrk(active, since 19s), standbys: smithi190.qddxvv 2024-02-10T08:35:27.037 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:26 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: cluster 2024-02-10T08:35:26.013355+0000 mds.foofs.smithi138.rckmtk (mds.0) 6 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 52.607372 secs 2024-02-10T08:35:27.037 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:35:27.035+0000 7f45c7715700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi138 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-02-10T08:35:27.198 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 1.41 MB/sec execute 68 sec latency 62845.579 ms 2024-02-10T08:35:27.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:26 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:35:25.433552+0000 mgr.smithi138.arglrk (mgr.14762) 16 : cephadm [INF] Upgrade: Updating mon.smithi138 2024-02-10T08:35:27.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:26 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:35:25.441440+0000 mgr.smithi138.arglrk (mgr.14762) 17 : cephadm [INF] Deploying daemon mon.smithi138 on smithi138 2024-02-10T08:35:27.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:26 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:25.455260+0000 mgr.smithi138.arglrk (mgr.14762) 18 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:35:27.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:26 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:25.997135+0000 mon.smithi138 (mon.0) 808 : cluster [DBG] mgrmap e37: smithi138.arglrk(active, since 19s), standbys: smithi190.qddxvv 2024-02-10T08:35:27.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:26 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:26.013355+0000 mds.foofs.smithi138.rckmtk (mds.0) 6 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 52.607372 secs 2024-02-10T08:35:27.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138[63807]: debug 2024-02-10T08:35:27.035+0000 7f45c7715700 -1 mon.smithi138@0(leader) e2 *** Got Signal Terminated *** 2024-02-10T08:35:27.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:27 smithi138 bash[106227]: ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138 2024-02-10T08:35:28.089 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:27 smithi138 bash[106289]: ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138 2024-02-10T08:35:28.198 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 1.39 MB/sec execute 69 sec latency 63845.608 ms 2024-02-10T08:35:28.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 systemd[1]: ceph-c2125314-c7ed-11ee-95b8-87774f69a715@mon.smithi138.service: Succeeded. 2024-02-10T08:35:28.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 systemd[1]: Stopped Ceph mon.smithi138 for c2125314-c7ed-11ee-95b8-87774f69a715. 2024-02-10T08:35:28.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 systemd[1]: Starting Ceph mon.smithi138 for c2125314-c7ed-11ee-95b8-87774f69a715... 2024-02-10T08:35:28.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.862+0000 7fc87a8e5880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-10T08:35:28.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.862+0000 7fc87a8e5880 0 ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable), process ceph-mon, pid 7 2024-02-10T08:35:28.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.862+0000 7fc87a8e5880 0 pidfile_write: ignore empty --pid-file 2024-02-10T08:35:28.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.866+0000 7fc87a8e5880 0 load: jerasure load: lrc load: isa 2024-02-10T08:35:28.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: RocksDB version: 6.8.1 2024-02-10T08:35:28.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: 2024-02-10T08:35:28.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-10T08:35:28.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Compile date Feb 8 2024 2024-02-10T08:35:28.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: DB SUMMARY 2024-02-10T08:35:28.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: 2024-02-10T08:35:28.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: CURRENT file: CURRENT 2024-02-10T08:35:28.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: 2024-02-10T08:35:28.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-10T08:35:28.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: 2024-02-10T08:35:28.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: MANIFEST file: MANIFEST-000008 size: 766 Bytes 2024-02-10T08:35:28.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: 2024-02-10T08:35:28.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi138/store.db dir, Total Num: 1, files: 000020.sst 2024-02-10T08:35:28.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: 2024-02-10T08:35:28.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi138/store.db: 000018.log size: 4220210 ; 2024-02-10T08:35:28.922 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: 2024-02-10T08:35:28.922 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.error_if_exists: 0 2024-02-10T08:35:28.922 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.create_if_missing: 0 2024-02-10T08:35:28.922 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.paranoid_checks: 1 2024-02-10T08:35:28.922 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.env: 0x55888f122080 2024-02-10T08:35:28.922 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.fs: Posix File System 2024-02-10T08:35:28.922 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.info_log: 0x55888fa44560 2024-02-10T08:35:28.922 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-10T08:35:28.922 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.statistics: (nil) 2024-02-10T08:35:28.922 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.use_fsync: 0 2024-02-10T08:35:28.922 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.max_log_file_size: 0 2024-02-10T08:35:28.922 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-10T08:35:28.922 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-10T08:35:28.922 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-10T08:35:28.923 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-10T08:35:28.923 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.allow_fallocate: 1 2024-02-10T08:35:28.923 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-10T08:35:28.923 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-10T08:35:28.923 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.use_direct_reads: 0 2024-02-10T08:35:28.923 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-10T08:35:28.923 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-10T08:35:28.923 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.db_log_dir: 2024-02-10T08:35:28.923 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi138/store.db 2024-02-10T08:35:28.923 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-10T08:35:28.923 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.max_subcompactions: 1 2024-02-10T08:35:28.923 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.max_background_flushes: -1 2024-02-10T08:35:28.923 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-10T08:35:28.923 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-10T08:35:28.923 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-10T08:35:28.924 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-10T08:35:28.924 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-10T08:35:28.924 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-10T08:35:28.924 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-10T08:35:28.924 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.write_buffer_manager: 0x558890736420 2024-02-10T08:35:28.924 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-10T08:35:28.924 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-10T08:35:28.924 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-10T08:35:28.924 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-10T08:35:28.924 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-10T08:35:28.924 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-10T08:35:28.924 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-10T08:35:28.924 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-10T08:35:28.924 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-10T08:35:28.925 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.unordered_write: 0 2024-02-10T08:35:28.925 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-10T08:35:28.925 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-10T08:35:28.925 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-10T08:35:28.925 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-10T08:35:28.925 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.row_cache: None 2024-02-10T08:35:28.925 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.wal_filter: None 2024-02-10T08:35:28.925 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-10T08:35:28.925 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-10T08:35:28.925 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.preserve_deletes: 0 2024-02-10T08:35:28.925 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.two_write_queues: 0 2024-02-10T08:35:28.925 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-10T08:35:28.925 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.atomic_flush: 0 2024-02-10T08:35:28.925 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-10T08:35:28.925 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-10T08:35:28.925 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-10T08:35:28.926 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.log_readahead_size: 0 2024-02-10T08:35:28.926 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-10T08:35:28.926 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.max_background_jobs: 2 2024-02-10T08:35:28.926 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.max_background_compactions: -1 2024-02-10T08:35:28.926 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-10T08:35:28.926 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-10T08:35:28.926 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-10T08:35:28.926 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-10T08:35:28.926 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-10T08:35:28.926 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-10T08:35:28.926 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-10T08:35:28.926 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-10T08:35:28.926 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.max_open_files: -1 2024-02-10T08:35:28.926 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-10T08:35:28.927 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-10T08:35:28.927 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-10T08:35:28.927 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-10T08:35:28.927 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Compression algorithms supported: 2024-02-10T08:35:28.927 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-10T08:35:28.927 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: kZSTD supported: 0 2024-02-10T08:35:28.927 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: kXpressCompression supported: 0 2024-02-10T08:35:28.927 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-10T08:35:28.927 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: kLZ4Compression supported: 1 2024-02-10T08:35:28.927 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: kBZip2Compression supported: 0 2024-02-10T08:35:28.927 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: kZlibCompression supported: 1 2024-02-10T08:35:28.927 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: kSnappyCompression supported: 1 2024-02-10T08:35:28.927 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.867+0000 7fc87a8e5880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-10T08:35:28.927 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi138/store.db/MANIFEST-000008 2024-02-10T08:35:28.927 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: 2024-02-10T08:35:28.928 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-10T08:35:28.928 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: 2024-02-10T08:35:28.928 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-10T08:35:28.928 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.merge_operator: 2024-02-10T08:35:28.928 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.compaction_filter: None 2024-02-10T08:35:28.928 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-10T08:35:28.928 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-10T08:35:28.928 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-10T08:35:28.928 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55888f9e9d28) 2024-02-10T08:35:28.928 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cache_index_and_filter_blocks: 1 2024-02-10T08:35:28.928 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-10T08:35:28.928 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-10T08:35:28.928 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: pin_top_level_index_and_filter: 1 2024-02-10T08:35:28.928 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: index_type: 0 2024-02-10T08:35:28.929 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: data_block_index_type: 0 2024-02-10T08:35:28.929 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: index_shortening: 1 2024-02-10T08:35:28.929 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: data_block_hash_table_util_ratio: 0.750000 2024-02-10T08:35:28.929 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: hash_index_allow_collision: 1 2024-02-10T08:35:28.929 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: checksum: 1 2024-02-10T08:35:28.929 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: no_block_cache: 0 2024-02-10T08:35:28.929 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: block_cache: 0x55888fa1ef10 2024-02-10T08:35:28.929 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: block_cache_name: BinnedLRUCache 2024-02-10T08:35:28.929 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: block_cache_options: 2024-02-10T08:35:28.929 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: capacity : 536870912 2024-02-10T08:35:28.929 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: num_shard_bits : 4 2024-02-10T08:35:28.929 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: strict_capacity_limit : 0 2024-02-10T08:35:28.929 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: high_pri_pool_ratio: 0.000 2024-02-10T08:35:28.929 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: block_cache_compressed: (nil) 2024-02-10T08:35:28.929 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: persistent_cache: (nil) 2024-02-10T08:35:28.930 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: block_size: 4096 2024-02-10T08:35:28.930 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: block_size_deviation: 10 2024-02-10T08:35:28.930 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: block_restart_interval: 16 2024-02-10T08:35:28.930 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: index_block_restart_interval: 1 2024-02-10T08:35:28.930 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: metadata_block_size: 4096 2024-02-10T08:35:28.930 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: partition_filters: 0 2024-02-10T08:35:28.930 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: use_delta_encoding: 1 2024-02-10T08:35:28.930 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-10T08:35:28.930 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: whole_key_filtering: 1 2024-02-10T08:35:28.930 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: verify_compression: 0 2024-02-10T08:35:28.930 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: read_amp_bytes_per_bit: 0 2024-02-10T08:35:28.930 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: format_version: 2 2024-02-10T08:35:28.930 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: enable_index_compression: 1 2024-02-10T08:35:28.930 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: block_align: 0 2024-02-10T08:35:28.930 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: 2024-02-10T08:35:28.931 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-10T08:35:28.931 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-10T08:35:28.931 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.compression: NoCompression 2024-02-10T08:35:28.931 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-10T08:35:28.931 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-10T08:35:28.931 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-10T08:35:28.931 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.num_levels: 7 2024-02-10T08:35:28.931 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-10T08:35:28.931 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-10T08:35:28.931 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-10T08:35:28.931 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-10T08:35:28.931 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-10T08:35:28.931 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-10T08:35:28.931 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-10T08:35:28.931 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-10T08:35:28.932 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-10T08:35:28.932 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-10T08:35:28.932 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-10T08:35:28.932 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-10T08:35:28.932 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-10T08:35:28.932 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-10T08:35:28.932 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-10T08:35:28.932 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-10T08:35:28.932 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-10T08:35:28.932 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-10T08:35:28.932 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-10T08:35:28.932 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-10T08:35:28.932 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-10T08:35:28.932 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-10T08:35:28.933 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-10T08:35:28.933 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-10T08:35:28.933 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-10T08:35:28.933 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-10T08:35:28.933 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-10T08:35:28.933 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-10T08:35:28.933 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-10T08:35:28.933 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-10T08:35:28.933 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-10T08:35:28.933 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-10T08:35:28.933 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-10T08:35:28.933 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-10T08:35:28.933 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-10T08:35:28.933 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-10T08:35:28.933 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-10T08:35:28.933 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-10T08:35:28.934 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-10T08:35:28.934 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-10T08:35:28.934 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-10T08:35:28.934 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-10T08:35:28.934 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-10T08:35:28.934 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-10T08:35:28.934 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-10T08:35:28.934 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-10T08:35:28.934 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-10T08:35:28.934 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.table_properties_collectors: 2024-02-10T08:35:28.934 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.inplace_update_support: 0 2024-02-10T08:35:28.934 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-10T08:35:28.934 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-10T08:35:28.934 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-10T08:35:28.934 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-10T08:35:28.935 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.bloom_locality: 0 2024-02-10T08:35:28.935 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.max_successive_merges: 0 2024-02-10T08:35:28.935 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-10T08:35:28.935 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-10T08:35:28.935 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-10T08:35:28.935 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-10T08:35:28.935 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.ttl: 2592000 2024-02-10T08:35:28.935 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-10T08:35:28.935 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: [version_set.cc:3291] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-02-10T08:35:28.935 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi138/store.db/MANIFEST-000008 succeeded,manifest_file_number is 8, next_file_number is 22, last_sequence is 9694, log_number is 18,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-10T08:35:28.935 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: 2024-02-10T08:35:28.935 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 18 2024-02-10T08:35:28.935 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: 2024-02-10T08:35:28.935 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707554128869765, "job": 1, "event": "recovery_started", "log_files": [18]} 2024-02-10T08:35:28.936 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.868+0000 7fc87a8e5880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #18 mode 2 2024-02-10T08:35:28.936 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.872+0000 7fc87a8e5880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-02-10T08:35:28.936 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.878+0000 7fc87a8e5880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707554128879627, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 22, "file_size": 4129896, "table_properties": {"data_size": 4123689, "index_size": 4679, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 709, "raw_key_size": 6025, "raw_average_key_size": 22, "raw_value_size": 4115920, "raw_average_value_size": 15415, "num_data_blocks": 148, "num_entries": 267, "num_deletions": 2, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1707554128, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-10T08:35:28.936 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.878+0000 7fc87a8e5880 4 rocksdb: [version_set.cc:3826] Creating manifest 23 2024-02-10T08:35:28.936 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: 2024-02-10T08:35:28.936 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.878+0000 7fc87a8e5880 4 rocksdb: [version_set.cc:3291] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-02-10T08:35:28.936 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.879+0000 7fc87a8e5880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707554128880737, "job": 1, "event": "recovery_finished"} 2024-02-10T08:35:28.936 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.880+0000 7fc87a8e5880 4 rocksdb: DB pointer 0x55888fae7800 2024-02-10T08:35:28.936 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.880+0000 7fc8616d6700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-10T08:35:28.937 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.881+0000 7fc8616d6700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-10T08:35:28.937 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: ** DB Stats ** 2024-02-10T08:35:28.937 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T08:35:28.937 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-10T08:35:28.937 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-10T08:35:28.937 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T08:35:28.937 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-10T08:35:28.938 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-10T08:35:28.938 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T08:35:28.938 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: 2024-02-10T08:35:28.938 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: ** Compaction Stats [default] ** 2024-02-10T08:35:28.938 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-10T08:35:28.938 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T08:35:28.938 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: L0 1/0 3.94 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 613.4 0.01 0.00 1 0.006 0 0 2024-02-10T08:35:28.938 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: L6 1/0 24.22 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-10T08:35:28.938 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: Sum 2/0 28.16 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 613.4 0.01 0.00 1 0.006 0 0 2024-02-10T08:35:28.938 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 613.4 0.01 0.00 1 0.006 0 0 2024-02-10T08:35:28.938 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: 2024-02-10T08:35:28.938 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: ** Compaction Stats [default] ** 2024-02-10T08:35:28.938 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-10T08:35:28.938 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T08:35:28.938 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 613.4 0.01 0.00 1 0.006 0 0 2024-02-10T08:35:28.939 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T08:35:28.939 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: Flush(GB): cumulative 0.004, interval 0.004 2024-02-10T08:35:28.939 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-10T08:35:28.939 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: AddFile(Total Files): cumulative 0, interval 0 2024-02-10T08:35:28.939 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-10T08:35:28.939 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: AddFile(Keys): cumulative 0, interval 0 2024-02-10T08:35:28.939 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: Cumulative compaction: 0.00 GB write, 308.62 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T08:35:28.939 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: Interval compaction: 0.00 GB write, 308.62 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T08:35:28.939 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-10T08:35:28.939 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: 2024-02-10T08:35:28.939 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: ** File Read Latency Histogram By Level [default] ** 2024-02-10T08:35:28.939 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: 2024-02-10T08:35:28.939 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: ** Compaction Stats [default] ** 2024-02-10T08:35:28.939 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-10T08:35:28.939 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T08:35:28.940 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: L0 1/0 3.94 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 613.4 0.01 0.00 1 0.006 0 0 2024-02-10T08:35:28.940 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: L6 1/0 24.22 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-10T08:35:28.940 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: Sum 2/0 28.16 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 613.4 0.01 0.00 1 0.006 0 0 2024-02-10T08:35:28.940 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-10T08:35:28.940 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: 2024-02-10T08:35:28.940 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: ** Compaction Stats [default] ** 2024-02-10T08:35:28.940 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-10T08:35:28.940 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T08:35:28.940 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 613.4 0.01 0.00 1 0.006 0 0 2024-02-10T08:35:28.940 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T08:35:28.940 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: Flush(GB): cumulative 0.004, interval 0.000 2024-02-10T08:35:28.940 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-10T08:35:28.940 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: AddFile(Total Files): cumulative 0, interval 0 2024-02-10T08:35:28.940 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-10T08:35:28.940 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: AddFile(Keys): cumulative 0, interval 0 2024-02-10T08:35:28.941 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: Cumulative compaction: 0.00 GB write, 307.82 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T08:35:28.941 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T08:35:28.941 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-10T08:35:28.941 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: 2024-02-10T08:35:28.941 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: ** File Read Latency Histogram By Level [default] ** 2024-02-10T08:35:28.941 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: 2024-02-10T08:35:28.941 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.881+0000 7fc87a8e5880 0 starting mon.smithi138 rank 0 at public addrs [v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0] at bind addrs [v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi138 fsid c2125314-c7ed-11ee-95b8-87774f69a715 2024-02-10T08:35:28.941 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.882+0000 7fc87a8e5880 1 mon.smithi138@-1(???) e2 preinit fsid c2125314-c7ed-11ee-95b8-87774f69a715 2024-02-10T08:35:28.941 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.882+0000 7fc87a8e5880 0 mon.smithi138@-1(???).mds e8 new map 2024-02-10T08:35:28.941 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.882+0000 7fc87a8e5880 0 mon.smithi138@-1(???).mds e8 print_map 2024-02-10T08:35:28.941 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: e8 2024-02-10T08:35:28.941 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-10T08:35:28.941 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-02-10T08:35:28.941 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: legacy client fscid: 1 2024-02-10T08:35:28.942 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: 2024-02-10T08:35:28.942 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: Filesystem 'foofs' (1) 2024-02-10T08:35:28.942 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: fs_name foofs 2024-02-10T08:35:28.942 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: epoch 8 2024-02-10T08:35:28.942 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: flags 12 2024-02-10T08:35:28.942 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: created 2024-02-10T08:31:50.916121+0000 2024-02-10T08:35:28.942 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: modified 2024-02-10T08:35:09.834515+0000 2024-02-10T08:35:28.942 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: tableserver 0 2024-02-10T08:35:28.942 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: root 0 2024-02-10T08:35:28.942 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: session_timeout 60 2024-02-10T08:35:28.942 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: session_autoclose 300 2024-02-10T08:35:28.942 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: max_file_size 1099511627776 2024-02-10T08:35:28.942 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: required_client_features {} 2024-02-10T08:35:28.942 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: last_failure 0 2024-02-10T08:35:28.942 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: last_failure_osd_epoch 0 2024-02-10T08:35:28.943 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: compat compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,7=mds uses inline data,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-02-10T08:35:28.943 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: max_mds 1 2024-02-10T08:35:28.943 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: in 0 2024-02-10T08:35:28.943 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: up {0=14486} 2024-02-10T08:35:28.943 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: failed 2024-02-10T08:35:28.943 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: damaged 2024-02-10T08:35:28.943 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: stopped 2024-02-10T08:35:28.943 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: data_pools [3] 2024-02-10T08:35:28.943 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: metadata_pool 2 2024-02-10T08:35:28.943 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: inline_data disabled 2024-02-10T08:35:28.943 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: balancer 2024-02-10T08:35:28.943 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: standby_count_wanted 1 2024-02-10T08:35:28.943 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: [mds.foofs.smithi138.rckmtk{0:14486} state up:active seq 50 join_fscid=1 addr [v2:172.21.15.138:6834/2531059674,v1:172.21.15.138:6835/2531059674] compat {c=[1],r=[1],i=[7ff]}] 2024-02-10T08:35:28.943 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: 2024-02-10T08:35:28.943 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: 2024-02-10T08:35:28.943 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: Standby daemons: 2024-02-10T08:35:28.944 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: 2024-02-10T08:35:28.944 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: [mds.foofs.smithi190.lndkxw{-1:24273} state up:standby seq 3 join_fscid=1 addr [v2:172.21.15.190:6832/967094789,v1:172.21.15.190:6833/967094789] compat {c=[1],r=[1],i=[7ff]}] 2024-02-10T08:35:28.944 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: 2024-02-10T08:35:28.944 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.882+0000 7fc87a8e5880 0 mon.smithi138@-1(???).osd e71 crush map has features 3314933000854323200, adjusting msgr requires 2024-02-10T08:35:28.944 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.882+0000 7fc87a8e5880 0 mon.smithi138@-1(???).osd e71 crush map has features 432629239337189376, adjusting msgr requires 2024-02-10T08:35:28.944 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.882+0000 7fc87a8e5880 0 mon.smithi138@-1(???).osd e71 crush map has features 432629239337189376, adjusting msgr requires 2024-02-10T08:35:28.944 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.882+0000 7fc87a8e5880 0 mon.smithi138@-1(???).osd e71 crush map has features 432629239337189376, adjusting msgr requires 2024-02-10T08:35:28.944 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:35:25.433552+0000 mgr.smithi138.arglrk (mgr.14762) 16 : cephadm [INF] Upgrade: Updating mon.smithi138 2024-02-10T08:35:28.944 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:35:25.441440+0000 mgr.smithi138.arglrk (mgr.14762) 17 : cephadm [INF] Deploying daemon mon.smithi138 on smithi138 2024-02-10T08:35:28.944 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:35:25.455260+0000 mgr.smithi138.arglrk (mgr.14762) 18 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:35:28.944 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:35:25.997135+0000 mon.smithi138 (mon.0) 808 : cluster [DBG] mgrmap e37: smithi138.arglrk(active, since 19s), standbys: smithi190.qddxvv 2024-02-10T08:35:28.944 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:35:26.013355+0000 mds.foofs.smithi138.rckmtk (mds.0) 6 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 52.607372 secs 2024-02-10T08:35:28.944 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:28.883+0000 7fc87a8e5880 1 mon.smithi138@-1(???).paxosservice(auth 1..38) refresh upgraded, format 0 -> 3 2024-02-10T08:35:28.944 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 bash[106433]: 190626662cddb3f60413a217ffc5e2789afae790e9718fae1982763ffbaba543 2024-02-10T08:35:28.945 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:28 smithi138 systemd[1]: Started Ceph mon.smithi138 for c2125314-c7ed-11ee-95b8-87774f69a715. 2024-02-10T08:35:29.198 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 1.37 MB/sec execute 70 sec latency 64845.660 ms 2024-02-10T08:35:29.442 INFO:teuthology.orchestra.run.smithi138.stdout:true 2024-02-10T08:35:30.013 INFO:teuthology.orchestra.run.smithi138.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T08:35:30.013 INFO:teuthology.orchestra.run.smithi138.stdout:alertmanager.smithi138 smithi138 *:9093,9094 running (7m) 15s ago 9m 17.7M - 0.20.0 0881eb8f169f 78c83a922c35 2024-02-10T08:35:30.013 INFO:teuthology.orchestra.run.smithi138.stdout:crash.smithi138 smithi138 running (9m) 15s ago 9m 6395k - 16.2.4 8d91d370c2b8 210cca8a58ea 2024-02-10T08:35:30.013 INFO:teuthology.orchestra.run.smithi138.stdout:crash.smithi190 smithi190 running (8m) 6s ago 8m 6395k - 16.2.4 8d91d370c2b8 76b23cc1504a 2024-02-10T08:35:30.013 INFO:teuthology.orchestra.run.smithi138.stdout:grafana.smithi138 smithi138 *:3000 running (7m) 15s ago 9m 34.7M - 6.7.4 557c83e11646 9e400367c973 2024-02-10T08:35:30.013 INFO:teuthology.orchestra.run.smithi138.stdout:mds.foofs.smithi138.rckmtk smithi138 running (3m) 15s ago 3m 38.5M - 16.2.4 8d91d370c2b8 d5d147a8dc83 2024-02-10T08:35:30.013 INFO:teuthology.orchestra.run.smithi138.stdout:mds.foofs.smithi190.lndkxw smithi190 running (3m) 6s ago 3m 12.4M - 16.2.4 8d91d370c2b8 e61226bfc606 2024-02-10T08:35:30.014 INFO:teuthology.orchestra.run.smithi138.stdout:mgr.smithi138.arglrk smithi138 *:8443,9283 running (31s) 15s ago 10m 412M - 16.2.14-521-g0e714d9a 1fbc92c859dc 2699c999f919 2024-02-10T08:35:30.014 INFO:teuthology.orchestra.run.smithi138.stdout:mgr.smithi190.qddxvv smithi190 *:8443,9283 running (11s) 6s ago 8m 42.7M - 16.2.14-521-g0e714d9a 1fbc92c859dc 7a2ea8668c24 2024-02-10T08:35:30.014 INFO:teuthology.orchestra.run.smithi138.stdout:mon.smithi138 smithi138 starting - - - 2048M 2024-02-10T08:35:30.014 INFO:teuthology.orchestra.run.smithi138.stdout:mon.smithi190 smithi190 running (8m) 6s ago 8m 46.9M 2048M 16.2.4 8d91d370c2b8 71a1ed724e8c 2024-02-10T08:35:30.014 INFO:teuthology.orchestra.run.smithi138.stdout:nfs.foo.0.0.smithi138.cprnrz smithi138 *:2049 running (60s) 15s ago 59s 54.0M - 3.5 8d91d370c2b8 31ffdf21e540 2024-02-10T08:35:30.014 INFO:teuthology.orchestra.run.smithi138.stdout:nfs.foo.1.0.smithi190.xhydwq smithi190 *:2049 running (54s) 6s ago 54s 54.0M - 3.5 8d91d370c2b8 aa0e44ac0e20 2024-02-10T08:35:30.014 INFO:teuthology.orchestra.run.smithi138.stdout:node-exporter.smithi138 smithi138 *:9100 running (8m) 15s ago 8m 17.0M - 0.18.1 e5a616e4b9cf 720f24dd7d0f 2024-02-10T08:35:30.014 INFO:teuthology.orchestra.run.smithi138.stdout:node-exporter.smithi190 smithi190 *:9100 running (8m) 6s ago 8m 17.1M - 0.18.1 e5a616e4b9cf 5ce00b720701 2024-02-10T08:35:30.014 INFO:teuthology.orchestra.run.smithi138.stdout:osd.0 smithi138 running (7m) 15s ago 7m 377M 4096M 16.2.4 8d91d370c2b8 bf18ab6e4563 2024-02-10T08:35:30.014 INFO:teuthology.orchestra.run.smithi138.stdout:osd.1 smithi138 running (7m) 15s ago 7m 295M 4096M 16.2.4 8d91d370c2b8 2861c1626c3d 2024-02-10T08:35:30.014 INFO:teuthology.orchestra.run.smithi138.stdout:osd.2 smithi138 running (6m) 15s ago 6m 243M 4096M 16.2.4 8d91d370c2b8 223e59287abc 2024-02-10T08:35:30.014 INFO:teuthology.orchestra.run.smithi138.stdout:osd.3 smithi138 running (6m) 15s ago 6m 349M 4096M 16.2.4 8d91d370c2b8 d7911c435734 2024-02-10T08:35:30.014 INFO:teuthology.orchestra.run.smithi138.stdout:osd.4 smithi190 running (6m) 6s ago 6m 385M 4096M 16.2.4 8d91d370c2b8 e5043a6085e4 2024-02-10T08:35:30.014 INFO:teuthology.orchestra.run.smithi138.stdout:osd.5 smithi190 running (5m) 6s ago 5m 392M 4096M 16.2.4 8d91d370c2b8 6a7c61ca0c01 2024-02-10T08:35:30.015 INFO:teuthology.orchestra.run.smithi138.stdout:osd.6 smithi190 running (5m) 6s ago 5m 329M 4096M 16.2.4 8d91d370c2b8 62fbc05c2e0a 2024-02-10T08:35:30.015 INFO:teuthology.orchestra.run.smithi138.stdout:osd.7 smithi190 running (5m) 6s ago 5m 476M 4096M 16.2.4 8d91d370c2b8 1515c342bdc4 2024-02-10T08:35:30.015 INFO:teuthology.orchestra.run.smithi138.stdout:prometheus.smithi138 smithi138 *:9095 running (35s) 15s ago 8m 41.9M - 2.18.1 de242295e225 34aaeb08ccf8 2024-02-10T08:35:30.198 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 1.35 MB/sec execute 71 sec latency 65845.713 ms 2024-02-10T08:35:30.354 INFO:teuthology.orchestra.run.smithi138.stdout:{ 2024-02-10T08:35:30.354 INFO:teuthology.orchestra.run.smithi138.stdout: "mon": { 2024-02-10T08:35:30.354 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1, 2024-02-10T08:35:30.354 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2024-02-10T08:35:30.354 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:35:30.354 INFO:teuthology.orchestra.run.smithi138.stdout: "mgr": { 2024-02-10T08:35:30.354 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T08:35:30.355 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:35:30.355 INFO:teuthology.orchestra.run.smithi138.stdout: "osd": { 2024-02-10T08:35:30.355 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-02-10T08:35:30.355 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:35:30.355 INFO:teuthology.orchestra.run.smithi138.stdout: "mds": { 2024-02-10T08:35:30.355 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-02-10T08:35:30.355 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:35:30.355 INFO:teuthology.orchestra.run.smithi138.stdout: "overall": { 2024-02-10T08:35:30.355 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 3, 2024-02-10T08:35:30.355 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 11 2024-02-10T08:35:30.355 INFO:teuthology.orchestra.run.smithi138.stdout: } 2024-02-10T08:35:30.355 INFO:teuthology.orchestra.run.smithi138.stdout:} 2024-02-10T08:35:30.697 INFO:teuthology.orchestra.run.smithi138.stdout:{ 2024-02-10T08:35:30.697 INFO:teuthology.orchestra.run.smithi138.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-10T08:35:30.698 INFO:teuthology.orchestra.run.smithi138.stdout: "in_progress": true, 2024-02-10T08:35:30.698 INFO:teuthology.orchestra.run.smithi138.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T08:35:30.698 INFO:teuthology.orchestra.run.smithi138.stdout: "services_complete": [ 2024-02-10T08:35:30.698 INFO:teuthology.orchestra.run.smithi138.stdout: "mgr" 2024-02-10T08:35:30.698 INFO:teuthology.orchestra.run.smithi138.stdout: ], 2024-02-10T08:35:30.698 INFO:teuthology.orchestra.run.smithi138.stdout: "progress": "2/23 daemons upgraded", 2024-02-10T08:35:30.698 INFO:teuthology.orchestra.run.smithi138.stdout: "message": "Currently upgrading mon daemons", 2024-02-10T08:35:30.698 INFO:teuthology.orchestra.run.smithi138.stdout: "is_paused": false 2024-02-10T08:35:30.698 INFO:teuthology.orchestra.run.smithi138.stdout:} 2024-02-10T08:35:30.815 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:35:30 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.6[75858]: debug 2024-02-10T08:35:30.410+0000 7fe7bcbb3700 -1 bdev(0x5594f4f46800 /var/lib/ceph/osd/ceph-6/block) aio_submit retries 2 2024-02-10T08:35:30.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:30 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:27.044363+0000 mon.smithi190 (mon.1) 132 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mon metadata", "id": "smithi138"}]: dispatch 2024-02-10T08:35:30.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:30 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:27.044532+0000 mon.smithi190 (mon.1) 133 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2024-02-10T08:35:30.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:30 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:27.455652+0000 mgr.smithi138.arglrk (mgr.14762) 19 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:35:30.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:30 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:30.293032+0000 mon.smithi138 (mon.0) 1 : cluster [INF] mon.smithi138 calling monitor election 2024-02-10T08:35:30.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:30 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:30.306238+0000 mon.smithi138 (mon.0) 2 : cluster [INF] mon.smithi138 is new leader, mons smithi138,smithi190 in quorum (ranks 0,1) 2024-02-10T08:35:30.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:30 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:30.311682+0000 mon.smithi138 (mon.0) 3 : cluster [DBG] monmap e2: 2 mons at {smithi138=[v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0],smithi190=[v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0]} removed_ranks: {} 2024-02-10T08:35:30.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:30 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:30.323385+0000 mon.smithi138 (mon.0) 4 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi138.rckmtk=up:active} 1 up:standby 2024-02-10T08:35:30.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:30 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:30.323422+0000 mon.smithi138 (mon.0) 5 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-02-10T08:35:30.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:30 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:30.324263+0000 mon.smithi138 (mon.0) 6 : cluster [DBG] mgrmap e37: smithi138.arglrk(active, since 23s), standbys: smithi190.qddxvv 2024-02-10T08:35:30.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:30 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:30.325651+0000 mon.smithi138 (mon.0) 7 : cluster [WRN] daemon mds.foofs.smithi138.rckmtk compat changed unexpectedly 2024-02-10T08:35:30.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:30 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:30.331964+0000 mon.smithi138 (mon.0) 8 : cluster [WRN] Health detail: HEALTH_WARN 1 MDSs report slow requests 2024-02-10T08:35:30.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:30 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:30.331988+0000 mon.smithi138 (mon.0) 9 : cluster [WRN] [WRN] MDS_SLOW_REQUEST: 1 MDSs report slow requests 2024-02-10T08:35:30.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:30 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:30.331995+0000 mon.smithi138 (mon.0) 10 : cluster [WRN] mds.foofs.smithi138.rckmtk(mds.0): 1 slow requests are blocked > 30 secs 2024-02-10T08:35:30.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:30 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:30.332152+0000 mon.smithi138 (mon.0) 11 : audit [INF] from='mgr.14762 ' entity='' 2024-02-10T08:35:30.817 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:30 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:30.332473+0000 mon.smithi138 (mon.0) 12 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-02-10T08:35:30.817 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:30 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:30.335983+0000 mon.smithi138 (mon.0) 13 : audit [INF] from='mgr.14762 ' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-02-10T08:35:30.817 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:30 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:30.336166+0000 mon.smithi190 (mon.1) 134 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:35:30.817 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:30 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:30.337675+0000 mon.smithi190 (mon.1) 135 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-10T08:35:30.817 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:30 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:30.337997+0000 mon.smithi138 (mon.0) 14 : audit [INF] from='mgr.14762 ' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-10T08:35:30.817 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:30 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:30.353931+0000 mon.smithi190 (mon.1) 136 : audit [DBG] from='client.? 172.21.15.138:0/3243301481' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:35:30.846 INFO:journalctl@ceph.osd.1.smithi138.stdout:Feb 10 08:35:30 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.1[76676]: debug 2024-02-10T08:35:30.411+0000 7f0c60984700 -1 bdev(0x5564bb2fe800 /var/lib/ceph/osd/ceph-1/block) aio_submit retries 1 2024-02-10T08:35:30.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:30 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:35:30.375+0000 7fc8666e0700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-10T08:35:30.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:30 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:35:27.044363+0000 mon.smithi190 (mon.1) 132 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mon metadata", "id": "smithi138"}]: dispatch 2024-02-10T08:35:30.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:30 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:35:27.044532+0000 mon.smithi190 (mon.1) 133 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2024-02-10T08:35:30.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:30 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:35:27.455652+0000 mgr.smithi138.arglrk (mgr.14762) 19 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:35:30.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:30 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:35:30.293032+0000 mon.smithi138 (mon.0) 1 : cluster [INF] mon.smithi138 calling monitor election 2024-02-10T08:35:30.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:30 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:35:30.306238+0000 mon.smithi138 (mon.0) 2 : cluster [INF] mon.smithi138 is new leader, mons smithi138,smithi190 in quorum (ranks 0,1) 2024-02-10T08:35:30.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:30 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:35:30.311682+0000 mon.smithi138 (mon.0) 3 : cluster [DBG] monmap e2: 2 mons at {smithi138=[v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0],smithi190=[v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0]} removed_ranks: {} 2024-02-10T08:35:30.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:30 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:35:30.323385+0000 mon.smithi138 (mon.0) 4 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi138.rckmtk=up:active} 1 up:standby 2024-02-10T08:35:30.848 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:30 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:35:30.323422+0000 mon.smithi138 (mon.0) 5 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-02-10T08:35:30.848 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:30 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:35:30.324263+0000 mon.smithi138 (mon.0) 6 : cluster [DBG] mgrmap e37: smithi138.arglrk(active, since 23s), standbys: smithi190.qddxvv 2024-02-10T08:35:30.848 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:30 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:35:30.325651+0000 mon.smithi138 (mon.0) 7 : cluster [WRN] daemon mds.foofs.smithi138.rckmtk compat changed unexpectedly 2024-02-10T08:35:30.848 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:30 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:35:30.331964+0000 mon.smithi138 (mon.0) 8 : cluster [WRN] Health detail: HEALTH_WARN 1 MDSs report slow requests 2024-02-10T08:35:30.848 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:30 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:35:30.331988+0000 mon.smithi138 (mon.0) 9 : cluster [WRN] [WRN] MDS_SLOW_REQUEST: 1 MDSs report slow requests 2024-02-10T08:35:30.848 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:30 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:35:30.331995+0000 mon.smithi138 (mon.0) 10 : cluster [WRN] mds.foofs.smithi138.rckmtk(mds.0): 1 slow requests are blocked > 30 secs 2024-02-10T08:35:30.848 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:30 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:35:30.332152+0000 mon.smithi138 (mon.0) 11 : audit [INF] from='mgr.14762 ' entity='' 2024-02-10T08:35:30.848 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:30 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:35:30.332473+0000 mon.smithi138 (mon.0) 12 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-02-10T08:35:30.848 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:30 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:35:30.335983+0000 mon.smithi138 (mon.0) 13 : audit [INF] from='mgr.14762 ' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-02-10T08:35:30.848 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:30 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:35:30.336166+0000 mon.smithi190 (mon.1) 134 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:35:30.848 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:30 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:35:30.337675+0000 mon.smithi190 (mon.1) 135 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-10T08:35:30.848 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:30 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:35:30.337997+0000 mon.smithi138 (mon.0) 14 : audit [INF] from='mgr.14762 ' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-10T08:35:30.848 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:30 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:35:30.353931+0000 mon.smithi190 (mon.1) 136 : audit [DBG] from='client.? 172.21.15.138:0/3243301481' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:35:31.198 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 1.33 MB/sec execute 72 sec latency 66845.799 ms 2024-02-10T08:35:31.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:31 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:29.428215+0000 mgr.smithi138.arglrk (mgr.14762) 20 : audit [DBG] from='client.24561 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:35:31.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:31 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:29.456288+0000 mgr.smithi138.arglrk (mgr.14762) 21 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:35:31.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:31 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:29.719422+0000 mgr.smithi138.arglrk (mgr.14762) 22 : audit [DBG] from='client.24565 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:35:31.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:31 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:30.004522+0000 mgr.smithi138.arglrk (mgr.14762) 23 : audit [DBG] from='client.24569 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:35:31.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:31 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:30.376049+0000 mon.smithi138 (mon.0) 15 : cluster [WRN] Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-02-10T08:35:31.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:31 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:30.376083+0000 mon.smithi138 (mon.0) 16 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-10T08:35:31.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:31 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:30.376105+0000 mon.smithi138 (mon.0) 17 : cluster [INF] Health check cleared: MDS_SLOW_REQUEST (was: 1 MDSs report slow requests) 2024-02-10T08:35:31.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:31 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:30.384150+0000 mon.smithi138 (mon.0) 18 : cluster [DBG] mgrmap e38: smithi138.arglrk(active, since 23s), standbys: smithi190.qddxvv 2024-02-10T08:35:31.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:31 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:30.384254+0000 mon.smithi138 (mon.0) 19 : cluster [INF] Standby daemon mds.foofs.smithi190.lndkxw assigned to filesystem foofs as rank 0 2024-02-10T08:35:31.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:31 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:30.384381+0000 mon.smithi138 (mon.0) 20 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-02-10T08:35:31.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:31 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:30.384405+0000 mon.smithi138 (mon.0) 21 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-10T08:35:31.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:31 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:30.384652+0000 mon.smithi138 (mon.0) 22 : cluster [DBG] fsmap foofs:0/1 1 up:standby, 1 failed 2024-02-10T08:35:31.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:31 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:30.393904+0000 mon.smithi138 (mon.0) 23 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi190.lndkxw=up:replay} 2024-02-10T08:35:31.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:31 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:31.334242+0000 mon.smithi138 (mon.0) 24 : audit [INF] from='mgr.14762 ' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-10T08:35:31.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:31 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:31.334298+0000 mon.smithi138 (mon.0) 25 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-02-10T08:35:31.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:31 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:35:29.428215+0000 mgr.smithi138.arglrk (mgr.14762) 20 : audit [DBG] from='client.24561 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:35:31.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:31 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:35:29.456288+0000 mgr.smithi138.arglrk (mgr.14762) 21 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:35:31.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:31 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:35:29.719422+0000 mgr.smithi138.arglrk (mgr.14762) 22 : audit [DBG] from='client.24565 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:35:31.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:31 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:35:30.004522+0000 mgr.smithi138.arglrk (mgr.14762) 23 : audit [DBG] from='client.24569 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:35:31.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:31 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:35:30.376049+0000 mon.smithi138 (mon.0) 15 : cluster [WRN] Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-02-10T08:35:31.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:31 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:35:30.376083+0000 mon.smithi138 (mon.0) 16 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-10T08:35:31.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:31 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:35:30.376105+0000 mon.smithi138 (mon.0) 17 : cluster [INF] Health check cleared: MDS_SLOW_REQUEST (was: 1 MDSs report slow requests) 2024-02-10T08:35:31.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:31 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:35:30.384150+0000 mon.smithi138 (mon.0) 18 : cluster [DBG] mgrmap e38: smithi138.arglrk(active, since 23s), standbys: smithi190.qddxvv 2024-02-10T08:35:31.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:31 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:35:30.384254+0000 mon.smithi138 (mon.0) 19 : cluster [INF] Standby daemon mds.foofs.smithi190.lndkxw assigned to filesystem foofs as rank 0 2024-02-10T08:35:31.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:31 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:35:30.384381+0000 mon.smithi138 (mon.0) 20 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-02-10T08:35:31.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:31 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:35:30.384405+0000 mon.smithi138 (mon.0) 21 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-10T08:35:31.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:31 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:35:30.384652+0000 mon.smithi138 (mon.0) 22 : cluster [DBG] fsmap foofs:0/1 1 up:standby, 1 failed 2024-02-10T08:35:31.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:31 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:35:30.393904+0000 mon.smithi138 (mon.0) 23 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi190.lndkxw=up:replay} 2024-02-10T08:35:31.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:31 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:35:31.334242+0000 mon.smithi138 (mon.0) 24 : audit [INF] from='mgr.14762 ' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-10T08:35:31.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:31 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:35:31.334298+0000 mon.smithi138 (mon.0) 25 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-02-10T08:35:32.198 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 1.31 MB/sec execute 73 sec latency 67845.853 ms 2024-02-10T08:35:32.763 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:32 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:35:30.696768+0000 mgr.smithi138.arglrk (mgr.14762) 24 : audit [DBG] from='client.34104 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:35:32.764 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:32 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:35:31.391494+0000 mon.smithi138 (mon.0) 26 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-02-10T08:35:32.764 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:32 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:35:31.393940+0000 mds.foofs.smithi190.lndkxw (mds.0) 1 : cluster [DBG] reconnect by client.24515 172.21.15.190:0/1152392973 after 0 2024-02-10T08:35:32.764 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:32 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:35:31.393998+0000 mds.foofs.smithi190.lndkxw (mds.0) 2 : cluster [DBG] reconnect by client.24553 172.21.15.138:0/2989942166 after 0 2024-02-10T08:35:32.764 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:32 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:35:31.394010+0000 mds.foofs.smithi190.lndkxw (mds.0) 3 : cluster [DBG] reconnect by client.14724 172.21.15.138:0/4038398813 after 0 2024-02-10T08:35:32.764 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:32 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:35:31.394029+0000 mds.foofs.smithi190.lndkxw (mds.0) 4 : cluster [DBG] reconnect by client.14780 172.21.15.138:0/2181573545 after 0 2024-02-10T08:35:32.764 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:32 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:35:31.394265+0000 mon.smithi138 (mon.0) 27 : cluster [DBG] mds.? [v2:172.21.15.138:6834/1412227808,v1:172.21.15.138:6835/1412227808] up:boot 2024-02-10T08:35:32.764 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:32 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:35:31.394300+0000 mon.smithi138 (mon.0) 28 : cluster [DBG] mds.? [v2:172.21.15.190:6832/967094789,v1:172.21.15.190:6833/967094789] up:reconnect 2024-02-10T08:35:32.764 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:32 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:35:31.394349+0000 mon.smithi138 (mon.0) 29 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi190.lndkxw=up:reconnect} 1 up:standby 2024-02-10T08:35:32.764 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:32 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:35:31.394852+0000 mon.smithi190 (mon.1) 137 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi138.rckmtk"}]: dispatch 2024-02-10T08:35:32.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:32 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:30.696768+0000 mgr.smithi138.arglrk (mgr.14762) 24 : audit [DBG] from='client.34104 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:35:32.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:32 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:31.391494+0000 mon.smithi138 (mon.0) 26 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-02-10T08:35:32.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:32 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:31.393940+0000 mds.foofs.smithi190.lndkxw (mds.0) 1 : cluster [DBG] reconnect by client.24515 172.21.15.190:0/1152392973 after 0 2024-02-10T08:35:32.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:32 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:31.393998+0000 mds.foofs.smithi190.lndkxw (mds.0) 2 : cluster [DBG] reconnect by client.24553 172.21.15.138:0/2989942166 after 0 2024-02-10T08:35:32.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:32 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:31.394010+0000 mds.foofs.smithi190.lndkxw (mds.0) 3 : cluster [DBG] reconnect by client.14724 172.21.15.138:0/4038398813 after 0 2024-02-10T08:35:32.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:32 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:31.394029+0000 mds.foofs.smithi190.lndkxw (mds.0) 4 : cluster [DBG] reconnect by client.14780 172.21.15.138:0/2181573545 after 0 2024-02-10T08:35:32.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:32 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:31.394265+0000 mon.smithi138 (mon.0) 27 : cluster [DBG] mds.? [v2:172.21.15.138:6834/1412227808,v1:172.21.15.138:6835/1412227808] up:boot 2024-02-10T08:35:32.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:32 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:31.394300+0000 mon.smithi138 (mon.0) 28 : cluster [DBG] mds.? [v2:172.21.15.190:6832/967094789,v1:172.21.15.190:6833/967094789] up:reconnect 2024-02-10T08:35:32.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:32 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:31.394349+0000 mon.smithi138 (mon.0) 29 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi190.lndkxw=up:reconnect} 1 up:standby 2024-02-10T08:35:32.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:32 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:31.394852+0000 mon.smithi190 (mon.1) 137 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi138.rckmtk"}]: dispatch 2024-02-10T08:35:33.198 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 1.30 MB/sec execute 74 sec latency 68845.915 ms 2024-02-10T08:35:33.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:33 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:31.456669+0000 mgr.smithi138.arglrk (mgr.14762) 25 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2024-02-10T08:35:33.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:33 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:35:31.456669+0000 mgr.smithi138.arglrk (mgr.14762) 25 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2024-02-10T08:35:34.198 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 1.28 MB/sec execute 75 sec latency 69845.997 ms 2024-02-10T08:35:35.198 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 1.26 MB/sec execute 76 sec latency 70846.037 ms 2024-02-10T08:35:35.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:35 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:35:33.457168+0000 mgr.smithi138.arglrk (mgr.14762) 26 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 17 MiB/s rd, 5 op/s 2024-02-10T08:35:35.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:35 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:33.457168+0000 mgr.smithi138.arglrk (mgr.14762) 26 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 17 MiB/s rd, 5 op/s 2024-02-10T08:35:36.198 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 1.25 MB/sec execute 77 sec latency 71846.065 ms 2024-02-10T08:35:37.199 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 1.23 MB/sec execute 78 sec latency 72846.143 ms 2024-02-10T08:35:37.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:37 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:35.457578+0000 mgr.smithi138.arglrk (mgr.14762) 27 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 25 MiB/s rd, 8 op/s 2024-02-10T08:35:37.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:37 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:36.838279+0000 mon.smithi138 (mon.0) 30 : audit [INF] from='mgr.14762 ' entity='mgr.smithi138.arglrk' 2024-02-10T08:35:37.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:37 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:36.840097+0000 mon.smithi190 (mon.1) 138 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:35:37.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:37 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:36.840957+0000 mon.smithi190 (mon.1) 139 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T08:35:37.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:37 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:36.844958+0000 mon.smithi138 (mon.0) 31 : audit [INF] from='mgr.14762 ' entity='mgr.smithi138.arglrk' 2024-02-10T08:35:37.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:37 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:36.851047+0000 mon.smithi138 (mon.0) 32 : audit [INF] from='mgr.14762 ' entity='mgr.smithi138.arglrk' 2024-02-10T08:35:37.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:37 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:36.854873+0000 mon.smithi190 (mon.1) 140 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:35:37.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:37 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:36.857520+0000 mon.smithi190 (mon.1) 141 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:35:37.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:37 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:36.858760+0000 mon.smithi190 (mon.1) 142 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-10T08:35:37.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:37 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:35:35.457578+0000 mgr.smithi138.arglrk (mgr.14762) 27 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 25 MiB/s rd, 8 op/s 2024-02-10T08:35:37.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:37 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:35:36.838279+0000 mon.smithi138 (mon.0) 30 : audit [INF] from='mgr.14762 ' entity='mgr.smithi138.arglrk' 2024-02-10T08:35:37.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:37 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:35:36.840097+0000 mon.smithi190 (mon.1) 138 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:35:37.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:37 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:35:36.840957+0000 mon.smithi190 (mon.1) 139 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T08:35:37.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:37 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:35:36.844958+0000 mon.smithi138 (mon.0) 31 : audit [INF] from='mgr.14762 ' entity='mgr.smithi138.arglrk' 2024-02-10T08:35:37.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:37 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:35:36.851047+0000 mon.smithi138 (mon.0) 32 : audit [INF] from='mgr.14762 ' entity='mgr.smithi138.arglrk' 2024-02-10T08:35:37.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:37 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:35:36.854873+0000 mon.smithi190 (mon.1) 140 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:35:37.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:37 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:35:36.857520+0000 mon.smithi190 (mon.1) 141 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:35:37.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:37 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:35:36.858760+0000 mon.smithi190 (mon.1) 142 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-10T08:35:38.198 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 1.21 MB/sec execute 79 sec latency 73846.198 ms 2024-02-10T08:35:38.658 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:35:36.841674+0000 mgr.smithi138.arglrk (mgr.14762) 28 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T08:35:38.658 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:35:37.632936+0000 mon.smithi138 (mon.0) 33 : audit [INF] from='mgr.14762 ' entity='mgr.smithi138.arglrk' 2024-02-10T08:35:38.658 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:35:38.358389+0000 mon.smithi138 (mon.0) 34 : audit [INF] from='mgr.14762 ' entity='mgr.smithi138.arglrk' 2024-02-10T08:35:38.659 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:35:38.359487+0000 mon.smithi190 (mon.1) 143 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T08:35:38.659 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:35:38.360203+0000 mon.smithi190 (mon.1) 144 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T08:35:38.659 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:35:38.360903+0000 mon.smithi190 (mon.1) 145 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:35:38.786 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:35:36.841674+0000 mgr.smithi138.arglrk (mgr.14762) 28 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T08:35:38.786 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:37.632936+0000 mon.smithi138 (mon.0) 33 : audit [INF] from='mgr.14762 ' entity='mgr.smithi138.arglrk' 2024-02-10T08:35:38.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:38.358389+0000 mon.smithi138 (mon.0) 34 : audit [INF] from='mgr.14762 ' entity='mgr.smithi138.arglrk' 2024-02-10T08:35:38.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:38.359487+0000 mon.smithi190 (mon.1) 143 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T08:35:38.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:38.360203+0000 mon.smithi190 (mon.1) 144 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T08:35:38.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: audit 2024-02-10T08:35:38.360903+0000 mon.smithi190 (mon.1) 145 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:35:39.199 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 1.20 MB/sec execute 80 sec latency 74846.284 ms 2024-02-10T08:35:39.730 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cluster 2024-02-10T08:35:37.457962+0000 mgr.smithi138.arglrk (mgr.14762) 29 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 25 MiB/s rd, 8 op/s 2024-02-10T08:35:39.731 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:35:38.353611+0000 mgr.smithi138.arglrk (mgr.14762) 30 : cephadm [INF] Upgrade: Updating mon.smithi190 2024-02-10T08:35:39.731 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: cephadm 2024-02-10T08:35:38.361622+0000 mgr.smithi138.arglrk (mgr.14762) 31 : cephadm [INF] Deploying daemon mon.smithi190 on smithi190 2024-02-10T08:35:39.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:35:37.457962+0000 mgr.smithi138.arglrk (mgr.14762) 29 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 25 MiB/s rd, 8 op/s 2024-02-10T08:35:39.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:35:38.353611+0000 mgr.smithi138.arglrk (mgr.14762) 30 : cephadm [INF] Upgrade: Updating mon.smithi190 2024-02-10T08:35:39.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:35:38.361622+0000 mgr.smithi138.arglrk (mgr.14762) 31 : cephadm [INF] Deploying daemon mon.smithi190 on smithi190 2024-02-10T08:35:39.993 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:39 smithi190 systemd[1]: Stopping Ceph mon.smithi190 for c2125314-c7ed-11ee-95b8-87774f69a715... 2024-02-10T08:35:40.199 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 1.18 MB/sec execute 81 sec latency 75846.370 ms 2024-02-10T08:35:40.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:35:39.991+0000 7fde9436e700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi190 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-02-10T08:35:40.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190[66224]: debug 2024-02-10T08:35:39.991+0000 7fde9436e700 -1 mon.smithi190@1(peon) e2 *** Got Signal Terminated *** 2024-02-10T08:35:40.719 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:40 smithi190 bash[87423]: ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190 2024-02-10T08:35:41.029 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:40 smithi190 bash[87475]: ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190 2024-02-10T08:35:41.199 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 1.17 MB/sec execute 82 sec latency 76846.465 ms 2024-02-10T08:35:41.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 systemd[1]: ceph-c2125314-c7ed-11ee-95b8-87774f69a715@mon.smithi190.service: Succeeded. 2024-02-10T08:35:41.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 systemd[1]: Stopped Ceph mon.smithi190 for c2125314-c7ed-11ee-95b8-87774f69a715. 2024-02-10T08:35:41.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 systemd[1]: Starting Ceph mon.smithi190 for c2125314-c7ed-11ee-95b8-87774f69a715... 2024-02-10T08:35:42.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.807+0000 7f364267e880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-10T08:35:42.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.807+0000 7f364267e880 0 ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable), process ceph-mon, pid 7 2024-02-10T08:35:42.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.807+0000 7f364267e880 0 pidfile_write: ignore empty --pid-file 2024-02-10T08:35:42.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.811+0000 7f364267e880 0 load: jerasure load: lrc load: isa 2024-02-10T08:35:42.067 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: RocksDB version: 6.8.1 2024-02-10T08:35:42.067 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: 2024-02-10T08:35:42.067 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-10T08:35:42.067 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Compile date Feb 8 2024 2024-02-10T08:35:42.067 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: DB SUMMARY 2024-02-10T08:35:42.067 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: 2024-02-10T08:35:42.067 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: CURRENT file: CURRENT 2024-02-10T08:35:42.067 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: 2024-02-10T08:35:42.067 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-10T08:35:42.067 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: 2024-02-10T08:35:42.067 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 690 Bytes 2024-02-10T08:35:42.067 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: 2024-02-10T08:35:42.067 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi190/store.db dir, Total Num: 1, files: 000017.sst 2024-02-10T08:35:42.067 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: 2024-02-10T08:35:42.068 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi190/store.db: 000015.log size: 7801905 ; 2024-02-10T08:35:42.068 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: 2024-02-10T08:35:42.068 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.error_if_exists: 0 2024-02-10T08:35:42.068 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.create_if_missing: 0 2024-02-10T08:35:42.068 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.paranoid_checks: 1 2024-02-10T08:35:42.068 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.env: 0x559d30a32080 2024-02-10T08:35:42.068 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.fs: Posix File System 2024-02-10T08:35:42.068 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.info_log: 0x559d31b34560 2024-02-10T08:35:42.068 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-10T08:35:42.068 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.statistics: (nil) 2024-02-10T08:35:42.068 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.use_fsync: 0 2024-02-10T08:35:42.068 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.max_log_file_size: 0 2024-02-10T08:35:42.068 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-10T08:35:42.069 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-10T08:35:42.069 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-10T08:35:42.069 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-10T08:35:42.069 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.allow_fallocate: 1 2024-02-10T08:35:42.069 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-10T08:35:42.069 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-10T08:35:42.069 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.use_direct_reads: 0 2024-02-10T08:35:42.069 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-10T08:35:42.069 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-10T08:35:42.069 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.db_log_dir: 2024-02-10T08:35:42.069 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi190/store.db 2024-02-10T08:35:42.069 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-10T08:35:42.069 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.max_subcompactions: 1 2024-02-10T08:35:42.069 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.max_background_flushes: -1 2024-02-10T08:35:42.070 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-10T08:35:42.070 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-10T08:35:42.070 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-10T08:35:42.070 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-10T08:35:42.070 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-10T08:35:42.070 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-10T08:35:42.070 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-10T08:35:42.070 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.write_buffer_manager: 0x559d32826420 2024-02-10T08:35:42.070 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-10T08:35:42.070 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-10T08:35:42.070 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-10T08:35:42.070 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-10T08:35:42.070 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-10T08:35:42.070 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-10T08:35:42.071 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-10T08:35:42.071 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-10T08:35:42.071 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-10T08:35:42.071 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.unordered_write: 0 2024-02-10T08:35:42.071 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-10T08:35:42.071 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-10T08:35:42.071 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-10T08:35:42.071 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-10T08:35:42.071 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.row_cache: None 2024-02-10T08:35:42.071 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.wal_filter: None 2024-02-10T08:35:42.071 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-10T08:35:42.071 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-10T08:35:42.071 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.preserve_deletes: 0 2024-02-10T08:35:42.071 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.two_write_queues: 0 2024-02-10T08:35:42.071 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-10T08:35:42.072 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.atomic_flush: 0 2024-02-10T08:35:42.072 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-10T08:35:42.072 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-10T08:35:42.072 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-10T08:35:42.072 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.log_readahead_size: 0 2024-02-10T08:35:42.072 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-10T08:35:42.072 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.max_background_jobs: 2 2024-02-10T08:35:42.072 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.max_background_compactions: -1 2024-02-10T08:35:42.072 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-10T08:35:42.072 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-10T08:35:42.072 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-10T08:35:42.072 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-10T08:35:42.072 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-10T08:35:42.072 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-10T08:35:42.073 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-10T08:35:42.073 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-10T08:35:42.073 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.max_open_files: -1 2024-02-10T08:35:42.073 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-10T08:35:42.073 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-10T08:35:42.073 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-10T08:35:42.073 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-10T08:35:42.073 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Compression algorithms supported: 2024-02-10T08:35:42.073 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-10T08:35:42.073 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: kZSTD supported: 0 2024-02-10T08:35:42.073 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: kXpressCompression supported: 0 2024-02-10T08:35:42.073 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-10T08:35:42.073 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: kLZ4Compression supported: 1 2024-02-10T08:35:42.073 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: kBZip2Compression supported: 0 2024-02-10T08:35:42.073 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: kZlibCompression supported: 1 2024-02-10T08:35:42.074 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: kSnappyCompression supported: 1 2024-02-10T08:35:42.074 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-10T08:35:42.074 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi190/store.db/MANIFEST-000005 2024-02-10T08:35:42.074 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: 2024-02-10T08:35:42.074 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-10T08:35:42.074 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: 2024-02-10T08:35:42.074 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-10T08:35:42.074 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.merge_operator: 2024-02-10T08:35:42.074 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.compaction_filter: None 2024-02-10T08:35:42.074 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-10T08:35:42.074 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-10T08:35:42.074 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-10T08:35:42.074 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x559d31ad9d28) 2024-02-10T08:35:42.074 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cache_index_and_filter_blocks: 1 2024-02-10T08:35:42.074 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-10T08:35:42.075 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-10T08:35:42.075 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: pin_top_level_index_and_filter: 1 2024-02-10T08:35:42.075 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: index_type: 0 2024-02-10T08:35:42.075 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: data_block_index_type: 0 2024-02-10T08:35:42.075 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: index_shortening: 1 2024-02-10T08:35:42.075 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: data_block_hash_table_util_ratio: 0.750000 2024-02-10T08:35:42.075 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: hash_index_allow_collision: 1 2024-02-10T08:35:42.075 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: checksum: 1 2024-02-10T08:35:42.075 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: no_block_cache: 0 2024-02-10T08:35:42.075 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: block_cache: 0x559d31b0ef10 2024-02-10T08:35:42.075 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: block_cache_name: BinnedLRUCache 2024-02-10T08:35:42.075 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: block_cache_options: 2024-02-10T08:35:42.075 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: capacity : 536870912 2024-02-10T08:35:42.075 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: num_shard_bits : 4 2024-02-10T08:35:42.076 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: strict_capacity_limit : 0 2024-02-10T08:35:42.076 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: high_pri_pool_ratio: 0.000 2024-02-10T08:35:42.076 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: block_cache_compressed: (nil) 2024-02-10T08:35:42.076 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: persistent_cache: (nil) 2024-02-10T08:35:42.076 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: block_size: 4096 2024-02-10T08:35:42.076 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: block_size_deviation: 10 2024-02-10T08:35:42.076 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: block_restart_interval: 16 2024-02-10T08:35:42.076 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: index_block_restart_interval: 1 2024-02-10T08:35:42.076 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: metadata_block_size: 4096 2024-02-10T08:35:42.076 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: partition_filters: 0 2024-02-10T08:35:42.076 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: use_delta_encoding: 1 2024-02-10T08:35:42.076 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-10T08:35:42.076 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: whole_key_filtering: 1 2024-02-10T08:35:42.076 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: verify_compression: 0 2024-02-10T08:35:42.077 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: read_amp_bytes_per_bit: 0 2024-02-10T08:35:42.077 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: format_version: 2 2024-02-10T08:35:42.077 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: enable_index_compression: 1 2024-02-10T08:35:42.077 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: block_align: 0 2024-02-10T08:35:42.077 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: 2024-02-10T08:35:42.077 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-10T08:35:42.077 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-10T08:35:42.077 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.compression: NoCompression 2024-02-10T08:35:42.077 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-10T08:35:42.077 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-10T08:35:42.077 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-10T08:35:42.077 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.num_levels: 7 2024-02-10T08:35:42.077 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-10T08:35:42.077 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-10T08:35:42.077 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-10T08:35:42.078 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-10T08:35:42.079 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-10T08:35:42.079 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-10T08:35:42.079 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-10T08:35:42.079 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-10T08:35:42.079 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-10T08:35:42.079 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-10T08:35:42.079 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-10T08:35:42.079 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-10T08:35:42.079 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-10T08:35:42.080 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-10T08:35:42.080 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-10T08:35:42.080 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-10T08:35:42.080 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-10T08:35:42.080 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-10T08:35:42.080 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-10T08:35:42.080 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-10T08:35:42.080 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-10T08:35:42.080 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-10T08:35:42.080 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-10T08:35:42.080 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-10T08:35:42.080 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-10T08:35:42.080 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-10T08:35:42.080 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-10T08:35:42.081 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-10T08:35:42.081 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-10T08:35:42.081 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-10T08:35:42.081 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-10T08:35:42.081 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-10T08:35:42.081 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-10T08:35:42.081 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-10T08:35:42.081 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-10T08:35:42.081 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-10T08:35:42.081 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-10T08:35:42.081 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-10T08:35:42.081 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-10T08:35:42.081 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-10T08:35:42.081 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-10T08:35:42.081 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-10T08:35:42.082 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-10T08:35:42.082 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-10T08:35:42.082 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-10T08:35:42.082 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-10T08:35:42.082 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-10T08:35:42.082 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.table_properties_collectors: 2024-02-10T08:35:42.082 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.inplace_update_support: 0 2024-02-10T08:35:42.082 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-10T08:35:42.082 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-10T08:35:42.082 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-10T08:35:42.082 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-10T08:35:42.082 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.bloom_locality: 0 2024-02-10T08:35:42.082 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.max_successive_merges: 0 2024-02-10T08:35:42.082 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-10T08:35:42.082 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-10T08:35:42.083 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-10T08:35:42.083 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-10T08:35:42.083 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.ttl: 2592000 2024-02-10T08:35:42.083 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.812+0000 7f364267e880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-10T08:35:42.083 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.813+0000 7f364267e880 4 rocksdb: [version_set.cc:3291] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-02-10T08:35:42.083 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.813+0000 7f364267e880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi190/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 19, last_sequence is 9787, log_number is 15,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-10T08:35:42.083 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: 2024-02-10T08:35:42.083 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.813+0000 7f364267e880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 15 2024-02-10T08:35:42.083 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: 2024-02-10T08:35:42.083 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.813+0000 7f364267e880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707554141814682, "job": 1, "event": "recovery_started", "log_files": [15]} 2024-02-10T08:35:42.083 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.813+0000 7f364267e880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #15 mode 2 2024-02-10T08:35:42.083 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.819+0000 7f364267e880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-02-10T08:35:42.083 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.827+0000 7f364267e880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707554141828232, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 19, "file_size": 5076437, "table_properties": {"data_size": 5068720, "index_size": 5933, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 965, "raw_key_size": 7499, "raw_average_key_size": 22, "raw_value_size": 5058972, "raw_average_value_size": 14923, "num_data_blocks": 187, "num_entries": 339, "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": 1707554141, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-10T08:35:42.083 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.827+0000 7f364267e880 4 rocksdb: [version_set.cc:3826] Creating manifest 20 2024-02-10T08:35:42.083 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: 2024-02-10T08:35:42.084 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.827+0000 7f364267e880 4 rocksdb: [version_set.cc:3291] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-02-10T08:35:42.084 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.829+0000 7f364267e880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707554141830801, "job": 1, "event": "recovery_finished"} 2024-02-10T08:35:42.084 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.830+0000 7f364267e880 4 rocksdb: DB pointer 0x559d31bd7800 2024-02-10T08:35:42.084 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.831+0000 7f362946f700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-10T08:35:42.084 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.831+0000 7f362946f700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-10T08:35:42.084 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: ** DB Stats ** 2024-02-10T08:35:42.084 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T08:35:42.084 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-10T08:35:42.084 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-10T08:35:42.084 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T08:35:42.084 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-10T08:35:42.084 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-10T08:35:42.084 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T08:35:42.084 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: 2024-02-10T08:35:42.085 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: ** Compaction Stats [default] ** 2024-02-10T08:35:42.085 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-10T08:35:42.085 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T08:35:42.085 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: L0 1/0 4.84 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 658.2 0.01 0.00 1 0.007 0 0 2024-02-10T08:35:42.085 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: L6 1/0 24.22 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-10T08:35:42.085 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: Sum 2/0 29.06 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 658.2 0.01 0.00 1 0.007 0 0 2024-02-10T08:35:42.085 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 658.2 0.01 0.00 1 0.007 0 0 2024-02-10T08:35:42.085 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: 2024-02-10T08:35:42.085 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: ** Compaction Stats [default] ** 2024-02-10T08:35:42.085 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-10T08:35:42.085 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T08:35:42.085 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 658.2 0.01 0.00 1 0.007 0 0 2024-02-10T08:35:42.085 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T08:35:42.085 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: Flush(GB): cumulative 0.005, interval 0.005 2024-02-10T08:35:42.085 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-10T08:35:42.086 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: AddFile(Total Files): cumulative 0, interval 0 2024-02-10T08:35:42.086 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-10T08:35:42.086 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: AddFile(Keys): cumulative 0, interval 0 2024-02-10T08:35:42.086 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: Cumulative compaction: 0.00 GB write, 265.41 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T08:35:42.086 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: Interval compaction: 0.00 GB write, 265.41 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T08:35:42.086 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-10T08:35:42.086 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: 2024-02-10T08:35:42.086 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: ** File Read Latency Histogram By Level [default] ** 2024-02-10T08:35:42.086 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: 2024-02-10T08:35:42.086 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: ** Compaction Stats [default] ** 2024-02-10T08:35:42.086 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-10T08:35:42.086 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T08:35:42.086 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: L0 1/0 4.84 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 658.2 0.01 0.00 1 0.007 0 0 2024-02-10T08:35:42.086 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: L6 1/0 24.22 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-10T08:35:42.086 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: Sum 2/0 29.06 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 658.2 0.01 0.00 1 0.007 0 0 2024-02-10T08:35:42.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-10T08:35:42.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: 2024-02-10T08:35:42.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: ** Compaction Stats [default] ** 2024-02-10T08:35:42.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-10T08:35:42.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T08:35:42.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 658.2 0.01 0.00 1 0.007 0 0 2024-02-10T08:35:42.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T08:35:42.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: Flush(GB): cumulative 0.005, interval 0.000 2024-02-10T08:35:42.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-10T08:35:42.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: AddFile(Total Files): cumulative 0, interval 0 2024-02-10T08:35:42.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-10T08:35:42.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: AddFile(Keys): cumulative 0, interval 0 2024-02-10T08:35:42.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: Cumulative compaction: 0.00 GB write, 264.81 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T08:35:42.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T08:35:42.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-10T08:35:42.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: 2024-02-10T08:35:42.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: ** File Read Latency Histogram By Level [default] ** 2024-02-10T08:35:42.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: 2024-02-10T08:35:42.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.831+0000 7f364267e880 0 starting mon.smithi190 rank 1 at public addrs [v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0] at bind addrs [v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi190 fsid c2125314-c7ed-11ee-95b8-87774f69a715 2024-02-10T08:35:42.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.832+0000 7f364267e880 1 mon.smithi190@-1(???) e2 preinit fsid c2125314-c7ed-11ee-95b8-87774f69a715 2024-02-10T08:35:42.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.832+0000 7f364267e880 0 mon.smithi190@-1(???).mds e11 new map 2024-02-10T08:35:42.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.832+0000 7f364267e880 0 mon.smithi190@-1(???).mds e11 print_map 2024-02-10T08:35:42.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: e11 2024-02-10T08:35:42.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-10T08:35:42.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-02-10T08:35:42.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: legacy client fscid: 1 2024-02-10T08:35:42.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: 2024-02-10T08:35:42.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: Filesystem 'foofs' (1) 2024-02-10T08:35:42.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: fs_name foofs 2024-02-10T08:35:42.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: epoch 11 2024-02-10T08:35:42.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: flags 12 2024-02-10T08:35:42.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: created 2024-02-10T08:31:50.916121+0000 2024-02-10T08:35:42.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: modified 2024-02-10T08:35:31.391434+0000 2024-02-10T08:35:42.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: tableserver 0 2024-02-10T08:35:42.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: root 0 2024-02-10T08:35:42.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: session_timeout 60 2024-02-10T08:35:42.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: session_autoclose 300 2024-02-10T08:35:42.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: max_file_size 1099511627776 2024-02-10T08:35:42.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: required_client_features {} 2024-02-10T08:35:42.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: last_failure 0 2024-02-10T08:35:42.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: last_failure_osd_epoch 72 2024-02-10T08:35:42.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: compat compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,7=mds uses inline data,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-02-10T08:35:42.090 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: max_mds 1 2024-02-10T08:35:42.090 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: in 0 2024-02-10T08:35:42.090 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: up {0=24273} 2024-02-10T08:35:42.090 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: failed 2024-02-10T08:35:42.090 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: damaged 2024-02-10T08:35:42.090 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: stopped 2024-02-10T08:35:42.090 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: data_pools [3] 2024-02-10T08:35:42.090 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: metadata_pool 2 2024-02-10T08:35:42.090 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: inline_data disabled 2024-02-10T08:35:42.090 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: balancer 2024-02-10T08:35:42.090 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: standby_count_wanted 1 2024-02-10T08:35:42.090 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: [mds.foofs.smithi190.lndkxw{0:24273} state up:reconnect seq 56 join_fscid=1 addr [v2:172.21.15.190:6832/967094789,v1:172.21.15.190:6833/967094789] compat {c=[1],r=[1],i=[7ff]}] 2024-02-10T08:35:42.090 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: 2024-02-10T08:35:42.090 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: 2024-02-10T08:35:42.091 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: Standby daemons: 2024-02-10T08:35:42.091 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: 2024-02-10T08:35:42.091 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: [mds.foofs.smithi138.rckmtk{-1:34100} state up:standby seq 1 join_fscid=1 addr [v2:172.21.15.138:6834/1412227808,v1:172.21.15.138:6835/1412227808] compat {c=[1],r=[1],i=[7ff]}] 2024-02-10T08:35:42.091 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: 2024-02-10T08:35:42.091 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.833+0000 7f364267e880 0 mon.smithi190@-1(???).osd e73 crush map has features 3314933000854323200, adjusting msgr requires 2024-02-10T08:35:42.091 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.833+0000 7f364267e880 0 mon.smithi190@-1(???).osd e73 crush map has features 432629239337189376, adjusting msgr requires 2024-02-10T08:35:42.091 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.833+0000 7f364267e880 0 mon.smithi190@-1(???).osd e73 crush map has features 432629239337189376, adjusting msgr requires 2024-02-10T08:35:42.091 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.833+0000 7f364267e880 0 mon.smithi190@-1(???).osd e73 crush map has features 432629239337189376, adjusting msgr requires 2024-02-10T08:35:42.091 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:35:37.457962+0000 mgr.smithi138.arglrk (mgr.14762) 29 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 25 MiB/s rd, 8 op/s 2024-02-10T08:35:42.091 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:35:38.353611+0000 mgr.smithi138.arglrk (mgr.14762) 30 : cephadm [INF] Upgrade: Updating mon.smithi190 2024-02-10T08:35:42.091 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:35:38.361622+0000 mgr.smithi138.arglrk (mgr.14762) 31 : cephadm [INF] Deploying daemon mon.smithi190 on smithi190 2024-02-10T08:35:42.091 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:35:41.833+0000 7f364267e880 1 mon.smithi190@-1(???).paxosservice(auth 1..39) refresh upgraded, format 0 -> 3 2024-02-10T08:35:42.091 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 bash[87618]: 2c6c4dd00319cc1a8bfe3f30759cb190c37085c1859310288423275e781ad421 2024-02-10T08:35:42.091 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:41 smithi190 systemd[1]: Started Ceph mon.smithi190 for c2125314-c7ed-11ee-95b8-87774f69a715. 2024-02-10T08:35:42.199 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 1.16 MB/sec execute 83 sec latency 77846.560 ms 2024-02-10T08:35:43.199 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 1.14 MB/sec execute 84 sec latency 78846.689 ms 2024-02-10T08:35:44.199 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 1.13 MB/sec execute 85 sec latency 79846.813 ms 2024-02-10T08:35:44.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:44 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:35:41.459202+0000 mgr.smithi138.arglrk (mgr.14762) 33 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 20 MiB/s rd, 6 op/s 2024-02-10T08:35:44.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:44 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:35:43.300026+0000 mon.smithi190 (mon.1) 1 : cluster [INF] mon.smithi190 calling monitor election 2024-02-10T08:35:44.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:44 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:35:43.301386+0000 mon.smithi138 (mon.0) 37 : cluster [INF] mon.smithi138 calling monitor election 2024-02-10T08:35:44.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:44 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:35:43.314290+0000 mon.smithi138 (mon.0) 38 : cluster [INF] mon.smithi138 is new leader, mons smithi138,smithi190 in quorum (ranks 0,1) 2024-02-10T08:35:44.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:44 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:35:43.318167+0000 mon.smithi138 (mon.0) 39 : cluster [DBG] monmap e2: 2 mons at {smithi138=[v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0],smithi190=[v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0]} removed_ranks: {} 2024-02-10T08:35:44.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:44 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:35:43.330627+0000 mon.smithi138 (mon.0) 40 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi190.lndkxw=up:reconnect} 1 up:standby 2024-02-10T08:35:44.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:44 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:35:43.330659+0000 mon.smithi138 (mon.0) 41 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-02-10T08:35:44.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:44 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:35:43.331078+0000 mon.smithi138 (mon.0) 42 : cluster [DBG] mgrmap e38: smithi138.arglrk(active, since 36s), standbys: smithi190.qddxvv 2024-02-10T08:35:44.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:44 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:35:43.334736+0000 mon.smithi138 (mon.0) 43 : cluster [WRN] Health detail: HEALTH_WARN 1 filesystem is degraded 2024-02-10T08:35:44.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:44 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:35:43.334753+0000 mon.smithi138 (mon.0) 44 : cluster [WRN] [WRN] FS_DEGRADED: 1 filesystem is degraded 2024-02-10T08:35:44.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:44 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:35:43.334774+0000 mon.smithi138 (mon.0) 45 : cluster [WRN] fs foofs is degraded 2024-02-10T08:35:44.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:44 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:35:43.337218+0000 mon.smithi138 (mon.0) 46 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:35:44.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:44 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:35:43.338253+0000 mon.smithi138 (mon.0) 47 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:35:44.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:44 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:35:43.581817+0000 mon.smithi138 (mon.0) 48 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:35:44.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:35:41.459202+0000 mgr.smithi138.arglrk (mgr.14762) 33 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 20 MiB/s rd, 6 op/s 2024-02-10T08:35:44.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:35:43.300026+0000 mon.smithi190 (mon.1) 1 : cluster [INF] mon.smithi190 calling monitor election 2024-02-10T08:35:44.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:35:43.301386+0000 mon.smithi138 (mon.0) 37 : cluster [INF] mon.smithi138 calling monitor election 2024-02-10T08:35:44.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:35:43.314290+0000 mon.smithi138 (mon.0) 38 : cluster [INF] mon.smithi138 is new leader, mons smithi138,smithi190 in quorum (ranks 0,1) 2024-02-10T08:35:44.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:35:43.318167+0000 mon.smithi138 (mon.0) 39 : cluster [DBG] monmap e2: 2 mons at {smithi138=[v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0],smithi190=[v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0]} removed_ranks: {} 2024-02-10T08:35:44.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:35:43.330627+0000 mon.smithi138 (mon.0) 40 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi190.lndkxw=up:reconnect} 1 up:standby 2024-02-10T08:35:44.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:35:43.330659+0000 mon.smithi138 (mon.0) 41 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-02-10T08:35:44.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:35:43.331078+0000 mon.smithi138 (mon.0) 42 : cluster [DBG] mgrmap e38: smithi138.arglrk(active, since 36s), standbys: smithi190.qddxvv 2024-02-10T08:35:44.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:35:43.334736+0000 mon.smithi138 (mon.0) 43 : cluster [WRN] Health detail: HEALTH_WARN 1 filesystem is degraded 2024-02-10T08:35:44.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:35:43.334753+0000 mon.smithi138 (mon.0) 44 : cluster [WRN] [WRN] FS_DEGRADED: 1 filesystem is degraded 2024-02-10T08:35:44.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:35:43.334774+0000 mon.smithi138 (mon.0) 45 : cluster [WRN] fs foofs is degraded 2024-02-10T08:35:44.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:35:43.337218+0000 mon.smithi138 (mon.0) 46 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:35:44.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:35:43.338253+0000 mon.smithi138 (mon.0) 47 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:35:44.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:35:43.581817+0000 mon.smithi138 (mon.0) 48 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:35:45.199 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 1.12 MB/sec execute 86 sec latency 80846.949 ms 2024-02-10T08:35:45.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:35:43.459699+0000 mgr.smithi138.arglrk (mgr.14762) 34 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 17 MiB/s rd, 5 op/s 2024-02-10T08:35:45.661 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:35:43.459699+0000 mgr.smithi138.arglrk (mgr.14762) 34 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 17 MiB/s rd, 5 op/s 2024-02-10T08:35:46.199 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 1.10 MB/sec execute 87 sec latency 81847.011 ms 2024-02-10T08:35:47.199 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 1.09 MB/sec execute 88 sec latency 82847.064 ms 2024-02-10T08:35:47.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:47 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:35:45.460301+0000 mgr.smithi138.arglrk (mgr.14762) 35 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.2 MiB/s rd, 2 op/s 2024-02-10T08:35:47.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:47 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:35:45.460301+0000 mgr.smithi138.arglrk (mgr.14762) 35 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.2 MiB/s rd, 2 op/s 2024-02-10T08:35:48.200 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 1.08 MB/sec execute 89 sec latency 83847.097 ms 2024-02-10T08:35:48.575 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:35:47.460741+0000 mgr.smithi138.arglrk (mgr.14762) 36 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:35:48.575 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:35:47.497077+0000 mon.smithi138 (mon.0) 49 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:35:48.575 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:35:47.497984+0000 mon.smithi138 (mon.0) 50 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:35:48.575 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:35:47.498772+0000 mon.smithi138 (mon.0) 51 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T08:35:48.575 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:35:47.499452+0000 mgr.smithi138.arglrk (mgr.14762) 37 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T08:35:48.575 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:35:47.505139+0000 mon.smithi138 (mon.0) 52 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:35:48.575 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:35:47.513194+0000 mon.smithi138 (mon.0) 53 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:35:48.576 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:35:47.516524+0000 mon.smithi138 (mon.0) 54 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:35:48.576 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:35:47.518844+0000 mon.smithi138 (mon.0) 55 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:35:48.576 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:35:47.520315+0000 mon.smithi138 (mon.0) 56 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:35:48.576 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:35:47.520989+0000 mgr.smithi138.arglrk (mgr.14762) 38 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-02-10T08:35:48.576 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:35:47.526682+0000 mon.smithi138 (mon.0) 57 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:35:48.576 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:35:47.527425+0000 mon.smithi138 (mon.0) 58 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi138"}]: dispatch 2024-02-10T08:35:48.576 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:35:47.532790+0000 mon.smithi138 (mon.0) 59 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi138"}]': finished 2024-02-10T08:35:48.576 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:35:47.533435+0000 mon.smithi138 (mon.0) 60 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi190"}]: dispatch 2024-02-10T08:35:48.576 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:35:47.536939+0000 mon.smithi138 (mon.0) 61 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi190"}]': finished 2024-02-10T08:35:48.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:35:47.460741+0000 mgr.smithi138.arglrk (mgr.14762) 36 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:35:48.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:35:47.497077+0000 mon.smithi138 (mon.0) 49 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:35:48.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:35:47.497984+0000 mon.smithi138 (mon.0) 50 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:35:48.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:35:47.498772+0000 mon.smithi138 (mon.0) 51 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T08:35:48.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:35:47.499452+0000 mgr.smithi138.arglrk (mgr.14762) 37 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T08:35:48.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:35:47.505139+0000 mon.smithi138 (mon.0) 52 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:35:48.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:35:47.513194+0000 mon.smithi138 (mon.0) 53 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:35:48.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:35:47.516524+0000 mon.smithi138 (mon.0) 54 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:35:48.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:35:47.518844+0000 mon.smithi138 (mon.0) 55 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:35:48.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:35:47.520315+0000 mon.smithi138 (mon.0) 56 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:35:48.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:35:47.520989+0000 mgr.smithi138.arglrk (mgr.14762) 38 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-02-10T08:35:48.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:35:47.526682+0000 mon.smithi138 (mon.0) 57 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:35:48.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:35:47.527425+0000 mon.smithi138 (mon.0) 58 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi138"}]: dispatch 2024-02-10T08:35:48.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:35:47.532790+0000 mon.smithi138 (mon.0) 59 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi138"}]': finished 2024-02-10T08:35:48.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:35:47.533435+0000 mon.smithi138 (mon.0) 60 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi190"}]: dispatch 2024-02-10T08:35:48.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:35:47.536939+0000 mon.smithi138 (mon.0) 61 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi190"}]': finished 2024-02-10T08:35:49.199 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 1.07 MB/sec execute 90 sec latency 84847.175 ms 2024-02-10T08:35:50.200 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 1.05 MB/sec execute 91 sec latency 85847.264 ms 2024-02-10T08:35:50.304 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:49 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:35:48.891424+0000 mgr.smithi138.arglrk (mgr.14762) 39 : cephadm [INF] Upgrade: Updating crash.smithi138 (1/2) 2024-02-10T08:35:50.304 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:49 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:35:48.897621+0000 mon.smithi138 (mon.0) 62 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:35:50.304 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:49 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:35:48.898266+0000 mon.smithi138 (mon.0) 63 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi138", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-10T08:35:50.304 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:49 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:35:48.898822+0000 mon.smithi138 (mon.0) 64 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:35:50.304 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:49 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:35:48.899325+0000 mgr.smithi138.arglrk (mgr.14762) 40 : cephadm [INF] Deploying daemon crash.smithi138 on smithi138 2024-02-10T08:35:50.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:49 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:35:48.891424+0000 mgr.smithi138.arglrk (mgr.14762) 39 : cephadm [INF] Upgrade: Updating crash.smithi138 (1/2) 2024-02-10T08:35:50.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:49 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:35:48.897621+0000 mon.smithi138 (mon.0) 62 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:35:50.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:49 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:35:48.898266+0000 mon.smithi138 (mon.0) 63 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi138", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-10T08:35:50.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:49 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:35:48.898822+0000 mon.smithi138 (mon.0) 64 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:35:50.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:49 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:35:48.899325+0000 mgr.smithi138.arglrk (mgr.14762) 40 : cephadm [INF] Deploying daemon crash.smithi138 on smithi138 2024-02-10T08:35:51.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:50 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:35:49.461431+0000 mgr.smithi138.arglrk (mgr.14762) 41 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:35:51.200 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 1.04 MB/sec execute 92 sec latency 86847.377 ms 2024-02-10T08:35:51.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:50 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:35:49.461431+0000 mgr.smithi138.arglrk (mgr.14762) 41 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:35:52.200 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 1.03 MB/sec execute 93 sec latency 87847.466 ms 2024-02-10T08:35:53.200 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 1.02 MB/sec execute 94 sec latency 88848.018 ms 2024-02-10T08:35:53.281 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:52 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:35:51.461728+0000 mgr.smithi138.arglrk (mgr.14762) 42 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:35:53.281 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:52 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:35:52.460870+0000 mon.smithi138 (mon.0) 65 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:35:53.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:52 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:35:51.461728+0000 mgr.smithi138.arglrk (mgr.14762) 42 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:35:53.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:52 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:35:52.460870+0000 mon.smithi138 (mon.0) 65 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:35:54.200 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 1.01 MB/sec execute 95 sec latency 89848.121 ms 2024-02-10T08:35:55.201 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 1.00 MB/sec execute 96 sec latency 90848.226 ms 2024-02-10T08:35:55.333 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:55 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:35:53.462317+0000 mgr.smithi138.arglrk (mgr.14762) 43 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-10T08:35:55.333 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:55 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:35:54.064568+0000 mgr.smithi138.arglrk (mgr.14762) 44 : cephadm [INF] Upgrade: Updating crash.smithi190 (2/2) 2024-02-10T08:35:55.333 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:55 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:35:54.069581+0000 mon.smithi138 (mon.0) 66 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:35:55.333 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:55 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:35:54.070489+0000 mon.smithi138 (mon.0) 67 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi190", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-10T08:35:55.334 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:55 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:35:54.071292+0000 mon.smithi138 (mon.0) 68 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:35:55.334 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:55 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:35:54.071988+0000 mgr.smithi138.arglrk (mgr.14762) 45 : cephadm [INF] Deploying daemon crash.smithi190 on smithi190 2024-02-10T08:35:55.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:55 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:35:53.462317+0000 mgr.smithi138.arglrk (mgr.14762) 43 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-10T08:35:55.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:55 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:35:54.064568+0000 mgr.smithi138.arglrk (mgr.14762) 44 : cephadm [INF] Upgrade: Updating crash.smithi190 (2/2) 2024-02-10T08:35:55.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:55 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:35:54.069581+0000 mon.smithi138 (mon.0) 66 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:35:55.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:55 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:35:54.070489+0000 mon.smithi138 (mon.0) 67 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi190", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-10T08:35:55.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:55 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:35:54.071292+0000 mon.smithi138 (mon.0) 68 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:35:55.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:55 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:35:54.071988+0000 mgr.smithi138.arglrk (mgr.14762) 45 : cephadm [INF] Deploying daemon crash.smithi190 on smithi190 2024-02-10T08:35:56.201 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.99 MB/sec execute 97 sec latency 91848.320 ms 2024-02-10T08:35:57.201 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.98 MB/sec execute 98 sec latency 92848.374 ms 2024-02-10T08:35:57.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:57 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:35:55.462974+0000 mgr.smithi138.arglrk (mgr.14762) 46 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:35:57.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:57 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:35:55.462974+0000 mgr.smithi138.arglrk (mgr.14762) 46 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:35:58.201 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.97 MB/sec execute 99 sec latency 93848.418 ms 2024-02-10T08:35:58.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:58 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:35:57.228759+0000 mon.smithi138 (mon.0) 69 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:35:58.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:58 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:35:57.229648+0000 mon.smithi138 (mon.0) 70 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:35:58.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:58 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:35:57.228759+0000 mon.smithi138 (mon.0) 69 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:35:58.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:58 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:35:57.229648+0000 mon.smithi138 (mon.0) 70 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:35:59.201 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.96 MB/sec execute 100 sec latency 94848.460 ms 2024-02-10T08:35:59.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:35:59 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:35:57.463335+0000 mgr.smithi138.arglrk (mgr.14762) 47 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:35:59.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:35:59 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:35:57.463335+0000 mgr.smithi138.arglrk (mgr.14762) 47 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:36:00.201 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.95 MB/sec execute 101 sec latency 95848.488 ms 2024-02-10T08:36:01.005 INFO:teuthology.orchestra.run.smithi138.stdout:true 2024-02-10T08:36:01.201 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.94 MB/sec execute 102 sec latency 96848.535 ms 2024-02-10T08:36:01.508 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:01 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:35:59.464088+0000 mgr.smithi138.arglrk (mgr.14762) 48 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:36:01.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:01 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:35:59.464088+0000 mgr.smithi138.arglrk (mgr.14762) 48 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:36:01.621 INFO:teuthology.orchestra.run.smithi138.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T08:36:01.621 INFO:teuthology.orchestra.run.smithi138.stdout:alertmanager.smithi138 smithi138 *:9093,9094 running (8m) 24s ago 9m 22.0M - 0.20.0 0881eb8f169f 78c83a922c35 2024-02-10T08:36:01.621 INFO:teuthology.orchestra.run.smithi138.stdout:crash.smithi138 smithi138 starting - - - - 2024-02-10T08:36:01.621 INFO:teuthology.orchestra.run.smithi138.stdout:crash.smithi190 smithi190 running (4s) 0s ago 8m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc 2a5c8cf1174a 2024-02-10T08:36:01.621 INFO:teuthology.orchestra.run.smithi138.stdout:grafana.smithi138 smithi138 *:3000 running (7m) 24s ago 9m 34.7M - 6.7.4 557c83e11646 9e400367c973 2024-02-10T08:36:01.621 INFO:teuthology.orchestra.run.smithi138.stdout:mds.foofs.smithi138.rckmtk smithi138 running (4m) 24s ago 4m 9445k - 16.2.4 8d91d370c2b8 d5d147a8dc83 2024-02-10T08:36:01.621 INFO:teuthology.orchestra.run.smithi138.stdout:mds.foofs.smithi190.lndkxw smithi190 running (4m) 0s ago 4m 25.3M - 16.2.4 8d91d370c2b8 e61226bfc606 2024-02-10T08:36:01.621 INFO:teuthology.orchestra.run.smithi138.stdout:mgr.smithi138.arglrk smithi138 *:8443,9283 running (62s) 24s ago 11m 427M - 16.2.14-521-g0e714d9a 1fbc92c859dc 2699c999f919 2024-02-10T08:36:01.621 INFO:teuthology.orchestra.run.smithi138.stdout:mgr.smithi190.qddxvv smithi190 *:8443,9283 running (42s) 0s ago 8m 386M - 16.2.14-521-g0e714d9a 1fbc92c859dc 7a2ea8668c24 2024-02-10T08:36:01.621 INFO:teuthology.orchestra.run.smithi138.stdout:mon.smithi138 smithi138 running (33s) 24s ago 11m 27.7M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 190626662cdd 2024-02-10T08:36:01.622 INFO:teuthology.orchestra.run.smithi138.stdout:mon.smithi190 smithi190 running (20s) 0s ago 8m 27.9M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 2c6c4dd00319 2024-02-10T08:36:01.622 INFO:teuthology.orchestra.run.smithi138.stdout:nfs.foo.0.0.smithi138.cprnrz smithi138 *:2049 running (91s) 24s ago 91s 54.8M - 3.5 8d91d370c2b8 31ffdf21e540 2024-02-10T08:36:01.622 INFO:teuthology.orchestra.run.smithi138.stdout:nfs.foo.1.0.smithi190.xhydwq smithi190 *:2049 running (86s) 0s ago 85s 54.5M - 3.5 8d91d370c2b8 aa0e44ac0e20 2024-02-10T08:36:01.622 INFO:teuthology.orchestra.run.smithi138.stdout:node-exporter.smithi138 smithi138 *:9100 running (9m) 24s ago 9m 17.0M - 0.18.1 e5a616e4b9cf 720f24dd7d0f 2024-02-10T08:36:01.622 INFO:teuthology.orchestra.run.smithi138.stdout:node-exporter.smithi190 smithi190 *:9100 running (8m) 0s ago 8m 17.1M - 0.18.1 e5a616e4b9cf 5ce00b720701 2024-02-10T08:36:01.622 INFO:teuthology.orchestra.run.smithi138.stdout:osd.0 smithi138 running (8m) 24s ago 8m 380M 4096M 16.2.4 8d91d370c2b8 bf18ab6e4563 2024-02-10T08:36:01.622 INFO:teuthology.orchestra.run.smithi138.stdout:osd.1 smithi138 running (7m) 24s ago 7m 307M 4096M 16.2.4 8d91d370c2b8 2861c1626c3d 2024-02-10T08:36:01.622 INFO:teuthology.orchestra.run.smithi138.stdout:osd.2 smithi138 running (7m) 24s ago 7m 247M 4096M 16.2.4 8d91d370c2b8 223e59287abc 2024-02-10T08:36:01.622 INFO:teuthology.orchestra.run.smithi138.stdout:osd.3 smithi138 running (6m) 24s ago 6m 350M 4096M 16.2.4 8d91d370c2b8 d7911c435734 2024-02-10T08:36:01.622 INFO:teuthology.orchestra.run.smithi138.stdout:osd.4 smithi190 running (6m) 0s ago 6m 385M 4096M 16.2.4 8d91d370c2b8 e5043a6085e4 2024-02-10T08:36:01.622 INFO:teuthology.orchestra.run.smithi138.stdout:osd.5 smithi190 running (6m) 0s ago 6m 393M 4096M 16.2.4 8d91d370c2b8 6a7c61ca0c01 2024-02-10T08:36:01.622 INFO:teuthology.orchestra.run.smithi138.stdout:osd.6 smithi190 running (6m) 0s ago 6m 331M 4096M 16.2.4 8d91d370c2b8 62fbc05c2e0a 2024-02-10T08:36:01.622 INFO:teuthology.orchestra.run.smithi138.stdout:osd.7 smithi190 running (5m) 0s ago 5m 478M 4096M 16.2.4 8d91d370c2b8 1515c342bdc4 2024-02-10T08:36:01.622 INFO:teuthology.orchestra.run.smithi138.stdout:prometheus.smithi138 smithi138 *:9095 running (67s) 24s ago 9m 47.9M - 2.18.1 de242295e225 34aaeb08ccf8 2024-02-10T08:36:01.968 INFO:teuthology.orchestra.run.smithi138.stdout:{ 2024-02-10T08:36:01.968 INFO:teuthology.orchestra.run.smithi138.stdout: "mon": { 2024-02-10T08:36:01.968 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T08:36:01.968 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:36:01.968 INFO:teuthology.orchestra.run.smithi138.stdout: "mgr": { 2024-02-10T08:36:01.968 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T08:36:01.968 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:36:01.968 INFO:teuthology.orchestra.run.smithi138.stdout: "osd": { 2024-02-10T08:36:01.968 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-02-10T08:36:01.969 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:36:01.969 INFO:teuthology.orchestra.run.smithi138.stdout: "mds": { 2024-02-10T08:36:01.969 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-02-10T08:36:01.969 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:36:01.969 INFO:teuthology.orchestra.run.smithi138.stdout: "overall": { 2024-02-10T08:36:01.969 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 4, 2024-02-10T08:36:01.969 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 10 2024-02-10T08:36:01.969 INFO:teuthology.orchestra.run.smithi138.stdout: } 2024-02-10T08:36:01.969 INFO:teuthology.orchestra.run.smithi138.stdout:} 2024-02-10T08:36:02.201 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.93 MB/sec execute 103 sec latency 97848.567 ms 2024-02-10T08:36:02.273 INFO:teuthology.orchestra.run.smithi138.stdout:{ 2024-02-10T08:36:02.273 INFO:teuthology.orchestra.run.smithi138.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-10T08:36:02.273 INFO:teuthology.orchestra.run.smithi138.stdout: "in_progress": true, 2024-02-10T08:36:02.273 INFO:teuthology.orchestra.run.smithi138.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T08:36:02.273 INFO:teuthology.orchestra.run.smithi138.stdout: "services_complete": [ 2024-02-10T08:36:02.273 INFO:teuthology.orchestra.run.smithi138.stdout: "mgr", 2024-02-10T08:36:02.273 INFO:teuthology.orchestra.run.smithi138.stdout: "mon" 2024-02-10T08:36:02.273 INFO:teuthology.orchestra.run.smithi138.stdout: ], 2024-02-10T08:36:02.273 INFO:teuthology.orchestra.run.smithi138.stdout: "progress": "5/23 daemons upgraded", 2024-02-10T08:36:02.273 INFO:teuthology.orchestra.run.smithi138.stdout: "message": "Currently upgrading crash daemons", 2024-02-10T08:36:02.273 INFO:teuthology.orchestra.run.smithi138.stdout: "is_paused": false 2024-02-10T08:36:02.273 INFO:teuthology.orchestra.run.smithi138.stdout:} 2024-02-10T08:36:02.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:02 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:00.993788+0000 mgr.smithi138.arglrk (mgr.14762) 49 : audit [DBG] from='client.34108 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:36:02.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:02 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:01.304207+0000 mon.smithi138 (mon.0) 71 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:36:02.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:02 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:01.318251+0000 mgr.smithi138.arglrk (mgr.14762) 50 : audit [DBG] from='client.34112 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:36:02.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:02 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:01.967849+0000 mon.smithi138 (mon.0) 72 : audit [DBG] from='client.? 172.21.15.138:0/1309746257' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:36:02.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:02 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:00.993788+0000 mgr.smithi138.arglrk (mgr.14762) 49 : audit [DBG] from='client.34108 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:36:02.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:02 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:01.304207+0000 mon.smithi138 (mon.0) 71 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:36:02.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:02 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:01.318251+0000 mgr.smithi138.arglrk (mgr.14762) 50 : audit [DBG] from='client.34112 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:36:02.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:02 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:01.967849+0000 mon.smithi138 (mon.0) 72 : audit [DBG] from='client.? 172.21.15.138:0/1309746257' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:36:03.201 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.92 MB/sec execute 104 sec latency 98848.597 ms 2024-02-10T08:36:03.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:03 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:01.464503+0000 mgr.smithi138.arglrk (mgr.14762) 51 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:36:03.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:03 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:01.612197+0000 mgr.smithi138.arglrk (mgr.14762) 52 : audit [DBG] from='client.34116 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:36:03.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:03 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:02.272722+0000 mgr.smithi138.arglrk (mgr.14762) 53 : audit [DBG] from='client.34124 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:36:03.599 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:03 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:01.464503+0000 mgr.smithi138.arglrk (mgr.14762) 51 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:36:03.600 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:03 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:01.612197+0000 mgr.smithi138.arglrk (mgr.14762) 52 : audit [DBG] from='client.34116 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:36:03.600 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:03 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:02.272722+0000 mgr.smithi138.arglrk (mgr.14762) 53 : audit [DBG] from='client.34124 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:36:04.201 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.91 MB/sec execute 105 sec latency 99848.674 ms 2024-02-10T08:36:04.972 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:04 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:03.465090+0000 mgr.smithi138.arglrk (mgr.14762) 54 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-10T08:36:04.972 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:04 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:03.899466+0000 mon.smithi138 (mon.0) 73 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:36:04.973 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:04 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:03.900274+0000 mon.smithi138 (mon.0) 74 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:36:04.973 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:04 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:03.900894+0000 mon.smithi138 (mon.0) 75 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T08:36:04.973 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:04 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:36:03.901471+0000 mgr.smithi138.arglrk (mgr.14762) 55 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T08:36:04.973 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:04 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:03.904619+0000 mon.smithi138 (mon.0) 76 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:36:04.973 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:04 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:03.909546+0000 mon.smithi138 (mon.0) 77 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:36:04.973 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:04 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:03.912222+0000 mon.smithi138 (mon.0) 78 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:36:04.973 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:04 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:03.913962+0000 mon.smithi138 (mon.0) 79 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:36:04.973 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:04 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:03.915013+0000 mon.smithi138 (mon.0) 80 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:36:04.973 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:04 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:03.916015+0000 mon.smithi138 (mon.0) 81 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:36:04.973 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:04 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:36:03.916501+0000 mgr.smithi138.arglrk (mgr.14762) 56 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-02-10T08:36:04.973 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:04 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:03.919718+0000 mon.smithi138 (mon.0) 82 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:36:04.973 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:04 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:03.920697+0000 mon.smithi138 (mon.0) 83 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi138"}]: dispatch 2024-02-10T08:36:04.979 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:04 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:03.926868+0000 mon.smithi138 (mon.0) 84 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi138"}]': finished 2024-02-10T08:36:04.979 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:04 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:03.927595+0000 mon.smithi138 (mon.0) 85 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi190"}]: dispatch 2024-02-10T08:36:04.979 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:04 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:03.931143+0000 mon.smithi138 (mon.0) 86 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi190"}]': finished 2024-02-10T08:36:04.979 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:04 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:03.932409+0000 mon.smithi138 (mon.0) 87 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-02-10T08:36:04.979 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:04 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:03.932540+0000 mgr.smithi138.arglrk (mgr.14762) 57 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-02-10T08:36:04.979 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:04 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:36:03.933282+0000 mgr.smithi138.arglrk (mgr.14762) 58 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-02-10T08:36:05.202 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.90 MB/sec execute 106 sec latency 100848.747 ms 2024-02-10T08:36:05.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:04 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:03.465090+0000 mgr.smithi138.arglrk (mgr.14762) 54 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-10T08:36:05.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:04 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:03.899466+0000 mon.smithi138 (mon.0) 73 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:36:05.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:04 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:03.900274+0000 mon.smithi138 (mon.0) 74 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:36:05.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:04 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:03.900894+0000 mon.smithi138 (mon.0) 75 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T08:36:05.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:04 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:36:03.901471+0000 mgr.smithi138.arglrk (mgr.14762) 55 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T08:36:05.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:04 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:03.904619+0000 mon.smithi138 (mon.0) 76 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:36:05.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:04 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:03.909546+0000 mon.smithi138 (mon.0) 77 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:36:05.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:04 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:03.912222+0000 mon.smithi138 (mon.0) 78 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:36:05.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:04 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:03.913962+0000 mon.smithi138 (mon.0) 79 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:36:05.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:04 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:03.915013+0000 mon.smithi138 (mon.0) 80 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:36:05.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:04 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:03.916015+0000 mon.smithi138 (mon.0) 81 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:36:05.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:04 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:36:03.916501+0000 mgr.smithi138.arglrk (mgr.14762) 56 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-02-10T08:36:05.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:04 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:03.919718+0000 mon.smithi138 (mon.0) 82 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:36:05.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:04 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:03.920697+0000 mon.smithi138 (mon.0) 83 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi138"}]: dispatch 2024-02-10T08:36:05.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:04 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:03.926868+0000 mon.smithi138 (mon.0) 84 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi138"}]': finished 2024-02-10T08:36:05.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:04 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:03.927595+0000 mon.smithi138 (mon.0) 85 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi190"}]: dispatch 2024-02-10T08:36:05.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:04 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:03.931143+0000 mon.smithi138 (mon.0) 86 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi190"}]': finished 2024-02-10T08:36:05.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:04 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:03.932409+0000 mon.smithi138 (mon.0) 87 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-02-10T08:36:05.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:04 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:03.932540+0000 mgr.smithi138.arglrk (mgr.14762) 57 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-02-10T08:36:05.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:04 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:36:03.933282+0000 mgr.smithi138.arglrk (mgr.14762) 58 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-02-10T08:36:06.201 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.90 MB/sec execute 107 sec latency 101848.813 ms 2024-02-10T08:36:06.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:06 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:36:05.370819+0000 mgr.smithi138.arglrk (mgr.14762) 59 : cephadm [INF] Upgrade: Updating osd.0 2024-02-10T08:36:06.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:06 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:05.374663+0000 mon.smithi138 (mon.0) 88 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:36:06.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:06 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:05.375329+0000 mon.smithi138 (mon.0) 89 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-10T08:36:06.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:06 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:05.375808+0000 mon.smithi138 (mon.0) 90 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:36:06.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:06 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:36:05.376851+0000 mgr.smithi138.arglrk (mgr.14762) 60 : cephadm [INF] Deploying daemon osd.0 on smithi138 2024-02-10T08:36:06.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:06 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:36:05.370819+0000 mgr.smithi138.arglrk (mgr.14762) 59 : cephadm [INF] Upgrade: Updating osd.0 2024-02-10T08:36:06.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:06 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:05.374663+0000 mon.smithi138 (mon.0) 88 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:36:06.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:06 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:05.375329+0000 mon.smithi138 (mon.0) 89 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-10T08:36:06.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:06 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:05.375808+0000 mon.smithi138 (mon.0) 90 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:36:06.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:06 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:36:05.376851+0000 mgr.smithi138.arglrk (mgr.14762) 60 : cephadm [INF] Deploying daemon osd.0 on smithi138 2024-02-10T08:36:07.201 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.89 MB/sec execute 108 sec latency 102848.838 ms 2024-02-10T08:36:07.548 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:05.465472+0000 mgr.smithi138.arglrk (mgr.14762) 61 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:36:07.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:05.465472+0000 mgr.smithi138.arglrk (mgr.14762) 61 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:36:08.201 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.88 MB/sec execute 109 sec latency 103848.906 ms 2024-02-10T08:36:08.597 INFO:journalctl@ceph.osd.0.smithi138.stdout:Feb 10 08:36:08 smithi138 systemd[1]: Stopping Ceph osd.0 for c2125314-c7ed-11ee-95b8-87774f69a715... 2024-02-10T08:36:08.988 INFO:journalctl@ceph.osd.0.smithi138.stdout:Feb 10 08:36:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.0[73375]: debug 2024-02-10T08:36:08.617+0000 7f617c708700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-10T08:36:08.988 INFO:journalctl@ceph.osd.0.smithi138.stdout:Feb 10 08:36:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.0[73375]: debug 2024-02-10T08:36:08.617+0000 7f617c708700 -1 osd.0 73 *** Got signal Terminated *** 2024-02-10T08:36:08.988 INFO:journalctl@ceph.osd.0.smithi138.stdout:Feb 10 08:36:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.0[73375]: debug 2024-02-10T08:36:08.617+0000 7f617c708700 -1 osd.0 73 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-10T08:36:09.201 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.87 MB/sec execute 110 sec latency 104848.957 ms 2024-02-10T08:36:09.346 INFO:journalctl@ceph.osd.0.smithi138.stdout:Feb 10 08:36:09 smithi138 bash[109256]: ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.0 2024-02-10T08:36:09.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:07.465828+0000 mgr.smithi138.arglrk (mgr.14762) 62 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:36:09.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:08.893306+0000 mon.smithi138 (mon.0) 91 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-10T08:36:09.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:08.893341+0000 mon.smithi138 (mon.0) 92 : cluster [INF] osd.0 failed (root=default,host=smithi138) (connection refused reported by osd.1) 2024-02-10T08:36:09.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:08.893532+0000 mon.smithi138 (mon.0) 93 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-10T08:36:09.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:08.893657+0000 mon.smithi138 (mon.0) 94 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-10T08:36:09.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:08.893789+0000 mon.smithi138 (mon.0) 95 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-10T08:36:09.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:08.893908+0000 mon.smithi138 (mon.0) 96 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-10T08:36:09.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:08.894042+0000 mon.smithi138 (mon.0) 97 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-10T08:36:09.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:08.894161+0000 mon.smithi138 (mon.0) 98 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-10T08:36:09.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:08.894279+0000 mon.smithi138 (mon.0) 99 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-10T08:36:09.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:08.894397+0000 mon.smithi138 (mon.0) 100 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-10T08:36:09.817 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:08.895598+0000 mon.smithi138 (mon.0) 101 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-10T08:36:09.817 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:08.895715+0000 mon.smithi138 (mon.0) 102 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-10T08:36:09.817 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:08.895787+0000 mon.smithi138 (mon.0) 103 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-10T08:36:09.817 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:08.895885+0000 mon.smithi138 (mon.0) 104 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-10T08:36:09.817 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:08.896065+0000 mon.smithi138 (mon.0) 105 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-10T08:36:09.817 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:09.294255+0000 mon.smithi138 (mon.0) 106 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-10T08:36:09.817 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:09.294310+0000 mon.smithi138 (mon.0) 107 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-10T08:36:09.817 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:09.294432+0000 mon.smithi138 (mon.0) 108 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-10T08:36:09.817 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:09.294506+0000 mon.smithi138 (mon.0) 109 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-10T08:36:09.817 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:09.294577+0000 mon.smithi138 (mon.0) 110 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-10T08:36:09.817 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:09.294654+0000 mon.smithi138 (mon.0) 111 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-10T08:36:09.817 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:09.294723+0000 mon.smithi138 (mon.0) 112 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-10T08:36:09.817 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:09.294802+0000 mon.smithi138 (mon.0) 113 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-10T08:36:09.817 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:09.294871+0000 mon.smithi138 (mon.0) 114 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-10T08:36:09.818 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:09.294953+0000 mon.smithi138 (mon.0) 115 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-10T08:36:09.818 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:09.295023+0000 mon.smithi138 (mon.0) 116 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-10T08:36:09.818 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:09.295090+0000 mon.smithi138 (mon.0) 117 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-10T08:36:09.818 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:09.295156+0000 mon.smithi138 (mon.0) 118 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-10T08:36:09.818 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:09.295227+0000 mon.smithi138 (mon.0) 119 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-10T08:36:09.846 INFO:journalctl@ceph.osd.0.smithi138.stdout:Feb 10 08:36:09 smithi138 bash[109311]: ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.0 2024-02-10T08:36:09.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:07.465828+0000 mgr.smithi138.arglrk (mgr.14762) 62 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:36:09.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:08.893306+0000 mon.smithi138 (mon.0) 91 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-10T08:36:09.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:08.893341+0000 mon.smithi138 (mon.0) 92 : cluster [INF] osd.0 failed (root=default,host=smithi138) (connection refused reported by osd.1) 2024-02-10T08:36:09.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:08.893532+0000 mon.smithi138 (mon.0) 93 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-10T08:36:09.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:08.893657+0000 mon.smithi138 (mon.0) 94 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-10T08:36:09.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:08.893789+0000 mon.smithi138 (mon.0) 95 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-10T08:36:09.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:08.893908+0000 mon.smithi138 (mon.0) 96 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-10T08:36:09.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:08.894042+0000 mon.smithi138 (mon.0) 97 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-10T08:36:09.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:08.894161+0000 mon.smithi138 (mon.0) 98 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-10T08:36:09.848 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:08.894279+0000 mon.smithi138 (mon.0) 99 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-10T08:36:09.848 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:08.894397+0000 mon.smithi138 (mon.0) 100 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-10T08:36:09.848 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:08.895598+0000 mon.smithi138 (mon.0) 101 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-10T08:36:09.848 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:08.895715+0000 mon.smithi138 (mon.0) 102 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-10T08:36:09.848 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:08.895787+0000 mon.smithi138 (mon.0) 103 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-10T08:36:09.848 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:08.895885+0000 mon.smithi138 (mon.0) 104 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-10T08:36:09.848 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:08.896065+0000 mon.smithi138 (mon.0) 105 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-10T08:36:09.848 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:09.294255+0000 mon.smithi138 (mon.0) 106 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-10T08:36:09.848 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:09.294310+0000 mon.smithi138 (mon.0) 107 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-10T08:36:09.848 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:09.294432+0000 mon.smithi138 (mon.0) 108 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-10T08:36:09.848 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:09.294506+0000 mon.smithi138 (mon.0) 109 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-10T08:36:09.848 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:09.294577+0000 mon.smithi138 (mon.0) 110 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-10T08:36:09.848 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:09.294654+0000 mon.smithi138 (mon.0) 111 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-10T08:36:09.849 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:09.294723+0000 mon.smithi138 (mon.0) 112 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-10T08:36:09.849 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:09.294802+0000 mon.smithi138 (mon.0) 113 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-10T08:36:09.849 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:09.294871+0000 mon.smithi138 (mon.0) 114 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-10T08:36:09.849 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:09.294953+0000 mon.smithi138 (mon.0) 115 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-10T08:36:09.849 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:09.295023+0000 mon.smithi138 (mon.0) 116 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-10T08:36:09.849 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:09.295090+0000 mon.smithi138 (mon.0) 117 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-10T08:36:09.849 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:09.295156+0000 mon.smithi138 (mon.0) 118 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-10T08:36:09.849 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:09.295227+0000 mon.smithi138 (mon.0) 119 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-10T08:36:10.201 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.86 MB/sec execute 111 sec latency 105848.987 ms 2024-02-10T08:36:10.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:09.380115+0000 mon.smithi138 (mon.0) 120 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-10T08:36:10.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:09.393460+0000 mon.smithi138 (mon.0) 121 : cluster [DBG] osdmap e74: 8 total, 7 up, 8 in 2024-02-10T08:36:10.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:09.380115+0000 mon.smithi138 (mon.0) 120 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-10T08:36:10.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:09.393460+0000 mon.smithi138 (mon.0) 121 : cluster [DBG] osdmap e74: 8 total, 7 up, 8 in 2024-02-10T08:36:11.201 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.86 MB/sec execute 112 sec latency 106849.013 ms 2024-02-10T08:36:11.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:11 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:09.466404+0000 mgr.smithi138.arglrk (mgr.14762) 63 : cluster [DBG] pgmap v37: 129 pgs: 16 stale+active+clean, 113 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-10T08:36:11.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:11 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:10.393828+0000 mon.smithi138 (mon.0) 122 : cluster [DBG] osdmap e75: 8 total, 7 up, 8 in 2024-02-10T08:36:11.597 INFO:journalctl@ceph.osd.0.smithi138.stdout:Feb 10 08:36:11 smithi138 systemd[1]: ceph-c2125314-c7ed-11ee-95b8-87774f69a715@osd.0.service: Succeeded. 2024-02-10T08:36:11.597 INFO:journalctl@ceph.osd.0.smithi138.stdout:Feb 10 08:36:11 smithi138 systemd[1]: Stopped Ceph osd.0 for c2125314-c7ed-11ee-95b8-87774f69a715. 2024-02-10T08:36:11.597 INFO:journalctl@ceph.osd.0.smithi138.stdout:Feb 10 08:36:11 smithi138 systemd[1]: Starting Ceph osd.0 for c2125314-c7ed-11ee-95b8-87774f69a715... 2024-02-10T08:36:11.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:11 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:09.466404+0000 mgr.smithi138.arglrk (mgr.14762) 63 : cluster [DBG] pgmap v37: 129 pgs: 16 stale+active+clean, 113 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-10T08:36:11.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:11 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:10.393828+0000 mon.smithi138 (mon.0) 122 : cluster [DBG] osdmap e75: 8 total, 7 up, 8 in 2024-02-10T08:36:12.202 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.85 MB/sec execute 113 sec latency 107849.041 ms 2024-02-10T08:36:12.824 INFO:journalctl@ceph.osd.0.smithi138.stdout:Feb 10 08:36:12 smithi138 bash[109573]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-10T08:36:12.824 INFO:journalctl@ceph.osd.0.smithi138.stdout:Feb 10 08:36:12 smithi138 bash[109573]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-02-10T08:36:12.824 INFO:journalctl@ceph.osd.0.smithi138.stdout:Feb 10 08:36:12 smithi138 bash[109573]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_4 --path /var/lib/ceph/osd/ceph-0 --no-mon-config 2024-02-10T08:36:12.824 INFO:journalctl@ceph.osd.0.smithi138.stdout:Feb 10 08:36:12 smithi138 bash[109573]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-0/block 2024-02-10T08:36:12.824 INFO:journalctl@ceph.osd.0.smithi138.stdout:Feb 10 08:36:12 smithi138 bash[109573]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-0/block 2024-02-10T08:36:12.824 INFO:journalctl@ceph.osd.0.smithi138.stdout:Feb 10 08:36:12 smithi138 bash[109573]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-02-10T08:36:12.824 INFO:journalctl@ceph.osd.0.smithi138.stdout:Feb 10 08:36:12 smithi138 bash[109573]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-02-10T08:36:12.824 INFO:journalctl@ceph.osd.0.smithi138.stdout:Feb 10 08:36:12 smithi138 bash[109573]: --> ceph-volume lvm activate successful for osd ID: 0 2024-02-10T08:36:13.202 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.84 MB/sec execute 114 sec latency 108849.367 ms 2024-02-10T08:36:13.712 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:13 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:11.466743+0000 mgr.smithi138.arglrk (mgr.14762) 64 : cluster [DBG] pgmap v39: 129 pgs: 16 stale+active+clean, 113 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2024-02-10T08:36:13.713 INFO:journalctl@ceph.osd.0.smithi138.stdout:Feb 10 08:36:13 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-0[109838]: debug 2024-02-10T08:36:13.634+0000 7f41a5cb8700 1 -- 172.21.15.138:0/1862342572 <== mon.0 v2:172.21.15.138:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x56330030a680 con 0x5633002d1000 2024-02-10T08:36:13.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:13 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:11.466743+0000 mgr.smithi138.arglrk (mgr.14762) 64 : cluster [DBG] pgmap v39: 129 pgs: 16 stale+active+clean, 113 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2024-02-10T08:36:14.097 INFO:journalctl@ceph.osd.0.smithi138.stdout:Feb 10 08:36:13 smithi138 bash[109824]: 50802eb627dc24b8c1018c70c98fae51546130ea0eb04e0ba6c7193a3eba5534 2024-02-10T08:36:14.097 INFO:journalctl@ceph.osd.0.smithi138.stdout:Feb 10 08:36:13 smithi138 systemd[1]: Started Ceph osd.0 for c2125314-c7ed-11ee-95b8-87774f69a715. 2024-02-10T08:36:14.202 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.83 MB/sec execute 115 sec latency 109849.401 ms 2024-02-10T08:36:14.596 INFO:journalctl@ceph.osd.0.smithi138.stdout:Feb 10 08:36:14 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-0[109838]: debug 2024-02-10T08:36:14.163+0000 7f41ad746380 -1 Falling back to public interface 2024-02-10T08:36:15.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:13.467569+0000 mgr.smithi138.arglrk (mgr.14762) 65 : cluster [DBG] pgmap v40: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 216/1704 objects degraded (12.676%) 2024-02-10T08:36:15.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:13.757504+0000 mon.smithi138 (mon.0) 123 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:36:15.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:13.758263+0000 mon.smithi138 (mon.0) 124 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:36:15.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:14.396521+0000 mon.smithi138 (mon.0) 125 : cluster [WRN] Health check failed: Degraded data redundancy: 216/1704 objects degraded (12.676%), 29 pgs degraded (PG_DEGRADED) 2024-02-10T08:36:15.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:14 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:13.467569+0000 mgr.smithi138.arglrk (mgr.14762) 65 : cluster [DBG] pgmap v40: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 216/1704 objects degraded (12.676%) 2024-02-10T08:36:15.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:14 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:13.757504+0000 mon.smithi138 (mon.0) 123 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:36:15.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:14 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:13.758263+0000 mon.smithi138 (mon.0) 124 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:36:15.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:14 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:14.396521+0000 mon.smithi138 (mon.0) 125 : cluster [WRN] Health check failed: Degraded data redundancy: 216/1704 objects degraded (12.676%), 29 pgs degraded (PG_DEGRADED) 2024-02-10T08:36:15.202 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.83 MB/sec execute 116 sec latency 110849.758 ms 2024-02-10T08:36:16.202 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.82 MB/sec execute 117 sec latency 111849.865 ms 2024-02-10T08:36:17.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:16 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:15.468121+0000 mgr.smithi138.arglrk (mgr.14762) 66 : cluster [DBG] pgmap v41: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 216/1704 objects degraded (12.676%) 2024-02-10T08:36:17.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:16 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:15.468121+0000 mgr.smithi138.arglrk (mgr.14762) 66 : cluster [DBG] pgmap v41: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 216/1704 objects degraded (12.676%) 2024-02-10T08:36:17.202 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.81 MB/sec execute 118 sec latency 112849.951 ms 2024-02-10T08:36:18.202 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.81 MB/sec execute 119 sec latency 113849.994 ms 2024-02-10T08:36:19.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:18 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:17.468687+0000 mgr.smithi138.arglrk (mgr.14762) 67 : cluster [DBG] pgmap v42: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 216/1704 objects degraded (12.676%) 2024-02-10T08:36:19.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:18 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:17.468687+0000 mgr.smithi138.arglrk (mgr.14762) 67 : cluster [DBG] pgmap v42: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 216/1704 objects degraded (12.676%) 2024-02-10T08:36:19.097 INFO:journalctl@ceph.osd.0.smithi138.stdout:Feb 10 08:36:18 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-0[109838]: debug 2024-02-10T08:36:18.886+0000 7f41ad746380 -1 osd.0 73 log_to_monitors {default=true} 2024-02-10T08:36:19.202 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.80 MB/sec execute 120 sec latency 114850.024 ms 2024-02-10T08:36:20.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:19 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:18.768171+0000 mon.smithi138 (mon.0) 126 : cluster [DBG] mds.0 [v2:172.21.15.190:6832/967094789,v1:172.21.15.190:6833/967094789] up:rejoin 2024-02-10T08:36:20.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:19 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:18.768237+0000 mon.smithi138 (mon.0) 127 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi190.lndkxw=up:rejoin} 1 up:standby 2024-02-10T08:36:20.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:19 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:18.890596+0000 mon.smithi138 (mon.0) 128 : audit [INF] from='osd.0 [v2:172.21.15.138:6802/710210810,v1:172.21.15.138:6803/710210810]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-10T08:36:20.096 INFO:journalctl@ceph.osd.0.smithi138.stdout:Feb 10 08:36:19 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-0[109838]: debug 2024-02-10T08:36:19.779+0000 7f419c428700 -1 osd.0 73 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-10T08:36:20.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:19 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:18.768171+0000 mon.smithi138 (mon.0) 126 : cluster [DBG] mds.0 [v2:172.21.15.190:6832/967094789,v1:172.21.15.190:6833/967094789] up:rejoin 2024-02-10T08:36:20.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:19 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:18.768237+0000 mon.smithi138 (mon.0) 127 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi190.lndkxw=up:rejoin} 1 up:standby 2024-02-10T08:36:20.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:19 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:18.890596+0000 mon.smithi138 (mon.0) 128 : audit [INF] from='osd.0 [v2:172.21.15.138:6802/710210810,v1:172.21.15.138:6803/710210810]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-10T08:36:20.202 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.79 MB/sec execute 121 sec latency 115850.054 ms 2024-02-10T08:36:20.787 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:20 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:19.469589+0000 mgr.smithi138.arglrk (mgr.14762) 68 : cluster [DBG] pgmap v43: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 216/1704 objects degraded (12.676%) 2024-02-10T08:36:20.787 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:20 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:19.771111+0000 mon.smithi138 (mon.0) 129 : audit [INF] from='osd.0 [v2:172.21.15.138:6802/710210810,v1:172.21.15.138:6803/710210810]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-10T08:36:20.787 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:20 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:19.771153+0000 mon.smithi138 (mon.0) 130 : cluster [DBG] osdmap e76: 8 total, 7 up, 8 in 2024-02-10T08:36:20.787 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:20 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:19.771806+0000 mon.smithi138 (mon.0) 131 : audit [INF] from='osd.0 [v2:172.21.15.138:6802/710210810,v1:172.21.15.138:6803/710210810]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-02-10T08:36:20.788 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:20 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:19.775466+0000 mon.smithi138 (mon.0) 132 : cluster [DBG] mds.0 [v2:172.21.15.190:6832/967094789,v1:172.21.15.190:6833/967094789] up:clientreplay 2024-02-10T08:36:20.788 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:20 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:19.775524+0000 mon.smithi138 (mon.0) 133 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi190.lndkxw=up:clientreplay} 1 up:standby 2024-02-10T08:36:20.788 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:20 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:20.142019+0000 mon.smithi138 (mon.0) 134 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:36:20.788 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:20 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:20.424092+0000 mon.smithi138 (mon.0) 135 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:36:20.788 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:20 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:20.424821+0000 mon.smithi138 (mon.0) 136 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T08:36:20.788 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:20 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:36:20.425358+0000 mgr.smithi138.arglrk (mgr.14762) 69 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T08:36:20.788 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:20 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:20.428848+0000 mon.smithi138 (mon.0) 137 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:36:21.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:20 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:19.469589+0000 mgr.smithi138.arglrk (mgr.14762) 68 : cluster [DBG] pgmap v43: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 216/1704 objects degraded (12.676%) 2024-02-10T08:36:21.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:20 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:19.771111+0000 mon.smithi138 (mon.0) 129 : audit [INF] from='osd.0 [v2:172.21.15.138:6802/710210810,v1:172.21.15.138:6803/710210810]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-10T08:36:21.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:20 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:19.771153+0000 mon.smithi138 (mon.0) 130 : cluster [DBG] osdmap e76: 8 total, 7 up, 8 in 2024-02-10T08:36:21.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:20 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:19.771806+0000 mon.smithi138 (mon.0) 131 : audit [INF] from='osd.0 [v2:172.21.15.138:6802/710210810,v1:172.21.15.138:6803/710210810]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-02-10T08:36:21.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:20 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:19.775466+0000 mon.smithi138 (mon.0) 132 : cluster [DBG] mds.0 [v2:172.21.15.190:6832/967094789,v1:172.21.15.190:6833/967094789] up:clientreplay 2024-02-10T08:36:21.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:20 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:19.775524+0000 mon.smithi138 (mon.0) 133 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi190.lndkxw=up:clientreplay} 1 up:standby 2024-02-10T08:36:21.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:20 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:20.142019+0000 mon.smithi138 (mon.0) 134 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:36:21.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:20 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:20.424092+0000 mon.smithi138 (mon.0) 135 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:36:21.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:20 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:20.424821+0000 mon.smithi138 (mon.0) 136 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T08:36:21.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:20 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:36:20.425358+0000 mgr.smithi138.arglrk (mgr.14762) 69 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T08:36:21.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:20 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:20.428848+0000 mon.smithi138 (mon.0) 137 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:36:21.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:20 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:20.433341+0000 mon.smithi138 (mon.0) 138 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:36:21.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:20 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:20.436029+0000 mon.smithi138 (mon.0) 139 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:36:21.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:20 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:20.437733+0000 mon.smithi138 (mon.0) 140 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:36:21.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:20 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:20.438747+0000 mon.smithi138 (mon.0) 141 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:36:21.067 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:20 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:20.439717+0000 mon.smithi138 (mon.0) 142 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:36:21.067 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:20 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:20.440704+0000 mon.smithi138 (mon.0) 143 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-10T08:36:21.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:20 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:20.433341+0000 mon.smithi138 (mon.0) 138 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:36:21.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:20 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:20.436029+0000 mon.smithi138 (mon.0) 139 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:36:21.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:20 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:20.437733+0000 mon.smithi138 (mon.0) 140 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:36:21.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:20 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:20.438747+0000 mon.smithi138 (mon.0) 141 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:36:21.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:20 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:20.439717+0000 mon.smithi138 (mon.0) 142 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:36:21.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:20 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:20.440704+0000 mon.smithi138 (mon.0) 143 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-10T08:36:21.202 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.79 MB/sec execute 122 sec latency 116850.087 ms 2024-02-10T08:36:22.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:20.440814+0000 mgr.smithi138.arglrk (mgr.14762) 70 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-10T08:36:22.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:36:20.441401+0000 mgr.smithi138.arglrk (mgr.14762) 71 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2024-02-10T08:36:22.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:20.772851+0000 mon.smithi138 (mon.0) 144 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-10T08:36:22.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:20.777290+0000 mon.smithi138 (mon.0) 145 : cluster [INF] osd.0 [v2:172.21.15.138:6802/710210810,v1:172.21.15.138:6803/710210810] boot 2024-02-10T08:36:22.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:20.777346+0000 mon.smithi138 (mon.0) 146 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2024-02-10T08:36:22.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:20.778678+0000 mon.smithi138 (mon.0) 147 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T08:36:22.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:21.781153+0000 mon.smithi138 (mon.0) 148 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2024-02-10T08:36:22.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:20.440814+0000 mgr.smithi138.arglrk (mgr.14762) 70 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-10T08:36:22.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:36:20.441401+0000 mgr.smithi138.arglrk (mgr.14762) 71 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2024-02-10T08:36:22.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:20.772851+0000 mon.smithi138 (mon.0) 144 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-10T08:36:22.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:20.777290+0000 mon.smithi138 (mon.0) 145 : cluster [INF] osd.0 [v2:172.21.15.138:6802/710210810,v1:172.21.15.138:6803/710210810] boot 2024-02-10T08:36:22.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:20.777346+0000 mon.smithi138 (mon.0) 146 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2024-02-10T08:36:22.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:20.778678+0000 mon.smithi138 (mon.0) 147 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T08:36:22.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:21.781153+0000 mon.smithi138 (mon.0) 148 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2024-02-10T08:36:22.202 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.78 MB/sec execute 123 sec latency 117850.114 ms 2024-02-10T08:36:23.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:22 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:21.470270+0000 mgr.smithi138.arglrk (mgr.14762) 72 : cluster [DBG] pgmap v46: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 216/1704 objects degraded (12.676%) 2024-02-10T08:36:23.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:22 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:22.633021+0000 mon.smithi138 (mon.0) 149 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:36:23.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:22 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:21.470270+0000 mgr.smithi138.arglrk (mgr.14762) 72 : cluster [DBG] pgmap v46: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 216/1704 objects degraded (12.676%) 2024-02-10T08:36:23.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:22 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:22.633021+0000 mon.smithi138 (mon.0) 149 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:36:23.202 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.77 MB/sec execute 124 sec latency 118850.153 ms 2024-02-10T08:36:24.203 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.77 MB/sec execute 125 sec latency 119850.247 ms 2024-02-10T08:36:24.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:23 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:23.800517+0000 mon.smithi138 (mon.0) 150 : cluster [WRN] Health check update: Degraded data redundancy: 98/1623 objects degraded (6.038%), 10 pgs degraded (PG_DEGRADED) 2024-02-10T08:36:24.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:23 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:23.800517+0000 mon.smithi138 (mon.0) 150 : cluster [WRN] Health check update: Degraded data redundancy: 98/1623 objects degraded (6.038%), 10 pgs degraded (PG_DEGRADED) 2024-02-10T08:36:25.203 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.76 MB/sec execute 126 sec latency 120850.288 ms 2024-02-10T08:36:25.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:24 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:23.471117+0000 mgr.smithi138.arglrk (mgr.14762) 73 : cluster [DBG] pgmap v48: 129 pgs: 10 active+undersized+degraded, 6 active+undersized, 113 active+clean; 317 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 57 KiB/s rd, 34 KiB/s wr, 39 op/s; 98/1623 objects degraded (6.038%); 2.6 KiB/s, 1 objects/s recovering 2024-02-10T08:36:25.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:24 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:23.471117+0000 mgr.smithi138.arglrk (mgr.14762) 73 : cluster [DBG] pgmap v48: 129 pgs: 10 active+undersized+degraded, 6 active+undersized, 113 active+clean; 317 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 57 KiB/s rd, 34 KiB/s wr, 39 op/s; 98/1623 objects degraded (6.038%); 2.6 KiB/s, 1 objects/s recovering 2024-02-10T08:36:26.203 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.76 MB/sec execute 127 sec latency 121850.361 ms 2024-02-10T08:36:26.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:25 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:25.901389+0000 mon.smithi138 (mon.0) 151 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 98/1623 objects degraded (6.038%), 10 pgs degraded) 2024-02-10T08:36:26.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:25 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:25.901389+0000 mon.smithi138 (mon.0) 151 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 98/1623 objects degraded (6.038%), 10 pgs degraded) 2024-02-10T08:36:27.203 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.75 MB/sec execute 128 sec latency 122850.448 ms 2024-02-10T08:36:27.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:26 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:25.471672+0000 mgr.smithi138.arglrk (mgr.14762) 74 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 317 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 57 KiB/s rd, 34 KiB/s wr, 41 op/s; 2.6 KiB/s, 2 objects/s recovering 2024-02-10T08:36:27.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:26 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:25.471672+0000 mgr.smithi138.arglrk (mgr.14762) 74 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 317 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 57 KiB/s rd, 34 KiB/s wr, 41 op/s; 2.6 KiB/s, 2 objects/s recovering 2024-02-10T08:36:28.203 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.74 MB/sec execute 129 sec latency 123850.548 ms 2024-02-10T08:36:29.203 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.74 MB/sec execute 130 sec latency 124850.640 ms 2024-02-10T08:36:29.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:27.472139+0000 mgr.smithi138.arglrk (mgr.14762) 75 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 317 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 45 KiB/s rd, 27 KiB/s wr, 32 op/s; 2.0 KiB/s, 1 objects/s recovering 2024-02-10T08:36:29.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:27.472139+0000 mgr.smithi138.arglrk (mgr.14762) 75 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 317 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 45 KiB/s rd, 27 KiB/s wr, 32 op/s; 2.0 KiB/s, 1 objects/s recovering 2024-02-10T08:36:30.203 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.73 MB/sec execute 131 sec latency 125850.757 ms 2024-02-10T08:36:31.203 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.73 MB/sec execute 132 sec latency 126850.801 ms 2024-02-10T08:36:31.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:30 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:29.472752+0000 mgr.smithi138.arglrk (mgr.14762) 76 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 317 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 40 KiB/s rd, 25 KiB/s wr, 29 op/s; 1.8 KiB/s, 1 objects/s recovering 2024-02-10T08:36:31.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:30 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:29.472752+0000 mgr.smithi138.arglrk (mgr.14762) 76 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 317 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 40 KiB/s rd, 25 KiB/s wr, 29 op/s; 1.8 KiB/s, 1 objects/s recovering 2024-02-10T08:36:32.203 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.72 MB/sec execute 133 sec latency 127850.857 ms 2024-02-10T08:36:32.589 INFO:teuthology.orchestra.run.smithi138.stdout:true 2024-02-10T08:36:33.156 INFO:teuthology.orchestra.run.smithi138.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T08:36:33.156 INFO:teuthology.orchestra.run.smithi138.stdout:alertmanager.smithi138 smithi138 *:9093,9094 running (8m) 13s ago 10m 21.4M - 0.20.0 0881eb8f169f 78c83a922c35 2024-02-10T08:36:33.156 INFO:teuthology.orchestra.run.smithi138.stdout:crash.smithi138 smithi138 running (41s) 13s ago 10m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc e34c8efd73ec 2024-02-10T08:36:33.156 INFO:teuthology.orchestra.run.smithi138.stdout:crash.smithi190 smithi190 running (36s) 31s ago 9m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc 2a5c8cf1174a 2024-02-10T08:36:33.156 INFO:teuthology.orchestra.run.smithi138.stdout:grafana.smithi138 smithi138 *:3000 running (8m) 13s ago 10m 34.9M - 6.7.4 557c83e11646 9e400367c973 2024-02-10T08:36:33.156 INFO:teuthology.orchestra.run.smithi138.stdout:mds.foofs.smithi138.rckmtk smithi138 running (4m) 13s ago 4m 10.4M - 16.2.4 8d91d370c2b8 d5d147a8dc83 2024-02-10T08:36:33.157 INFO:teuthology.orchestra.run.smithi138.stdout:mds.foofs.smithi190.lndkxw smithi190 running (4m) 31s ago 4m 25.3M - 16.2.4 8d91d370c2b8 e61226bfc606 2024-02-10T08:36:33.157 INFO:teuthology.orchestra.run.smithi138.stdout:mgr.smithi138.arglrk smithi138 *:8443,9283 running (94s) 13s ago 11m 434M - 16.2.14-521-g0e714d9a 1fbc92c859dc 2699c999f919 2024-02-10T08:36:33.157 INFO:teuthology.orchestra.run.smithi138.stdout:mgr.smithi190.qddxvv smithi190 *:8443,9283 running (74s) 31s ago 9m 386M - 16.2.14-521-g0e714d9a 1fbc92c859dc 7a2ea8668c24 2024-02-10T08:36:33.157 INFO:teuthology.orchestra.run.smithi138.stdout:mon.smithi138 smithi138 running (64s) 13s ago 11m 40.5M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 190626662cdd 2024-02-10T08:36:33.157 INFO:teuthology.orchestra.run.smithi138.stdout:mon.smithi190 smithi190 running (51s) 31s ago 9m 27.9M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 2c6c4dd00319 2024-02-10T08:36:33.157 INFO:teuthology.orchestra.run.smithi138.stdout:nfs.foo.0.0.smithi138.cprnrz smithi138 *:2049 running (2m) 13s ago 2m 81.5M - 3.5 8d91d370c2b8 31ffdf21e540 2024-02-10T08:36:33.157 INFO:teuthology.orchestra.run.smithi138.stdout:nfs.foo.1.0.smithi190.xhydwq smithi190 *:2049 running (117s) 31s ago 117s 54.5M - 3.5 8d91d370c2b8 aa0e44ac0e20 2024-02-10T08:36:33.157 INFO:teuthology.orchestra.run.smithi138.stdout:node-exporter.smithi138 smithi138 *:9100 running (9m) 13s ago 9m 17.0M - 0.18.1 e5a616e4b9cf 720f24dd7d0f 2024-02-10T08:36:33.157 INFO:teuthology.orchestra.run.smithi138.stdout:node-exporter.smithi190 smithi190 *:9100 running (9m) 31s ago 9m 17.1M - 0.18.1 e5a616e4b9cf 5ce00b720701 2024-02-10T08:36:33.157 INFO:teuthology.orchestra.run.smithi138.stdout:osd.0 smithi138 running (19s) 13s ago 8m 11.5M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 50802eb627dc 2024-02-10T08:36:33.157 INFO:teuthology.orchestra.run.smithi138.stdout:osd.1 smithi138 running (8m) 13s ago 8m 298M 4096M 16.2.4 8d91d370c2b8 2861c1626c3d 2024-02-10T08:36:33.157 INFO:teuthology.orchestra.run.smithi138.stdout:osd.2 smithi138 running (7m) 13s ago 7m 246M 4096M 16.2.4 8d91d370c2b8 223e59287abc 2024-02-10T08:36:33.157 INFO:teuthology.orchestra.run.smithi138.stdout:osd.3 smithi138 running (7m) 13s ago 7m 350M 4096M 16.2.4 8d91d370c2b8 d7911c435734 2024-02-10T08:36:33.157 INFO:teuthology.orchestra.run.smithi138.stdout:osd.4 smithi190 running (7m) 31s ago 7m 385M 4096M 16.2.4 8d91d370c2b8 e5043a6085e4 2024-02-10T08:36:33.157 INFO:teuthology.orchestra.run.smithi138.stdout:osd.5 smithi190 running (6m) 31s ago 6m 393M 4096M 16.2.4 8d91d370c2b8 6a7c61ca0c01 2024-02-10T08:36:33.158 INFO:teuthology.orchestra.run.smithi138.stdout:osd.6 smithi190 running (6m) 31s ago 6m 331M 4096M 16.2.4 8d91d370c2b8 62fbc05c2e0a 2024-02-10T08:36:33.158 INFO:teuthology.orchestra.run.smithi138.stdout:osd.7 smithi190 running (6m) 31s ago 6m 478M 4096M 16.2.4 8d91d370c2b8 1515c342bdc4 2024-02-10T08:36:33.158 INFO:teuthology.orchestra.run.smithi138.stdout:prometheus.smithi138 smithi138 *:9095 running (98s) 13s ago 9m 48.4M - 2.18.1 de242295e225 34aaeb08ccf8 2024-02-10T08:36:33.203 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.72 MB/sec execute 134 sec latency 128850.948 ms 2024-02-10T08:36:33.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:32 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:31.473429+0000 mgr.smithi138.arglrk (mgr.14762) 77 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 317 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 34 KiB/s rd, 22 KiB/s wr, 25 op/s; 1.6 KiB/s, 1 objects/s recovering 2024-02-10T08:36:33.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:32 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:32.669407+0000 mon.smithi138 (mon.0) 152 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:36:33.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:32 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:31.473429+0000 mgr.smithi138.arglrk (mgr.14762) 77 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 317 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 34 KiB/s rd, 22 KiB/s wr, 25 op/s; 1.6 KiB/s, 1 objects/s recovering 2024-02-10T08:36:33.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:32 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:32.669407+0000 mon.smithi138 (mon.0) 152 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:36:33.495 INFO:teuthology.orchestra.run.smithi138.stdout:{ 2024-02-10T08:36:33.496 INFO:teuthology.orchestra.run.smithi138.stdout: "mon": { 2024-02-10T08:36:33.496 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T08:36:33.496 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:36:33.496 INFO:teuthology.orchestra.run.smithi138.stdout: "mgr": { 2024-02-10T08:36:33.496 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T08:36:33.496 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:36:33.496 INFO:teuthology.orchestra.run.smithi138.stdout: "osd": { 2024-02-10T08:36:33.496 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1, 2024-02-10T08:36:33.496 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 7 2024-02-10T08:36:33.496 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:36:33.496 INFO:teuthology.orchestra.run.smithi138.stdout: "mds": { 2024-02-10T08:36:33.496 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-02-10T08:36:33.496 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:36:33.497 INFO:teuthology.orchestra.run.smithi138.stdout: "overall": { 2024-02-10T08:36:33.497 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 5, 2024-02-10T08:36:33.497 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 9 2024-02-10T08:36:33.497 INFO:teuthology.orchestra.run.smithi138.stdout: } 2024-02-10T08:36:33.497 INFO:teuthology.orchestra.run.smithi138.stdout:} 2024-02-10T08:36:33.786 INFO:teuthology.orchestra.run.smithi138.stdout:{ 2024-02-10T08:36:33.786 INFO:teuthology.orchestra.run.smithi138.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-10T08:36:33.787 INFO:teuthology.orchestra.run.smithi138.stdout: "in_progress": true, 2024-02-10T08:36:33.787 INFO:teuthology.orchestra.run.smithi138.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T08:36:33.787 INFO:teuthology.orchestra.run.smithi138.stdout: "services_complete": [ 2024-02-10T08:36:33.787 INFO:teuthology.orchestra.run.smithi138.stdout: "crash", 2024-02-10T08:36:33.787 INFO:teuthology.orchestra.run.smithi138.stdout: "mgr", 2024-02-10T08:36:33.787 INFO:teuthology.orchestra.run.smithi138.stdout: "mon" 2024-02-10T08:36:33.787 INFO:teuthology.orchestra.run.smithi138.stdout: ], 2024-02-10T08:36:33.787 INFO:teuthology.orchestra.run.smithi138.stdout: "progress": "7/23 daemons upgraded", 2024-02-10T08:36:33.787 INFO:teuthology.orchestra.run.smithi138.stdout: "message": "Currently upgrading osd daemons", 2024-02-10T08:36:33.787 INFO:teuthology.orchestra.run.smithi138.stdout: "is_paused": false 2024-02-10T08:36:33.787 INFO:teuthology.orchestra.run.smithi138.stdout:} 2024-02-10T08:36:34.203 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.71 MB/sec execute 135 sec latency 129851.013 ms 2024-02-10T08:36:34.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:33 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:32.575877+0000 mgr.smithi138.arglrk (mgr.14762) 78 : audit [DBG] from='client.34132 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:36:34.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:33 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:32.864243+0000 mgr.smithi138.arglrk (mgr.14762) 79 : audit [DBG] from='client.34136 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:36:34.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:33 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:33.146944+0000 mgr.smithi138.arglrk (mgr.14762) 80 : audit [DBG] from='client.34140 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:36:34.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:33 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:33.495704+0000 mon.smithi138 (mon.0) 153 : audit [DBG] from='client.? 172.21.15.138:0/1235862920' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:36:34.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:33 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:32.575877+0000 mgr.smithi138.arglrk (mgr.14762) 78 : audit [DBG] from='client.34132 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:36:34.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:33 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:32.864243+0000 mgr.smithi138.arglrk (mgr.14762) 79 : audit [DBG] from='client.34136 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:36:34.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:33 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:33.146944+0000 mgr.smithi138.arglrk (mgr.14762) 80 : audit [DBG] from='client.34140 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:36:34.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:33 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:33.495704+0000 mon.smithi138 (mon.0) 153 : audit [DBG] from='client.? 172.21.15.138:0/1235862920' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:36:35.204 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.71 MB/sec execute 136 sec latency 130851.062 ms 2024-02-10T08:36:35.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:34 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:33.474106+0000 mgr.smithi138.arglrk (mgr.14762) 81 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 317 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 30 KiB/s rd, 20 KiB/s wr, 22 op/s; 1.3 KiB/s, 1 objects/s recovering 2024-02-10T08:36:35.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:34 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:33.786403+0000 mgr.smithi138.arglrk (mgr.14762) 82 : audit [DBG] from='client.34148 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:36:35.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:34 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:33.474106+0000 mgr.smithi138.arglrk (mgr.14762) 81 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 317 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 30 KiB/s rd, 20 KiB/s wr, 22 op/s; 1.3 KiB/s, 1 objects/s recovering 2024-02-10T08:36:35.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:34 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:33.786403+0000 mgr.smithi138.arglrk (mgr.14762) 82 : audit [DBG] from='client.34148 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:36:36.166 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:35 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:35.456597+0000 mon.smithi138 (mon.0) 154 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-10T08:36:36.203 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.70 MB/sec execute 137 sec latency 131851.091 ms 2024-02-10T08:36:36.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:35 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:35.456597+0000 mon.smithi138 (mon.0) 154 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-10T08:36:37.204 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.70 MB/sec execute 138 sec latency 132851.169 ms 2024-02-10T08:36:37.311 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:36 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:35.456790+0000 mgr.smithi138.arglrk (mgr.14762) 83 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-10T08:36:37.311 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:36 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:36:35.457887+0000 mgr.smithi138.arglrk (mgr.14762) 84 : cephadm [INF] Upgrade: osd.1 is safe to restart 2024-02-10T08:36:37.311 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:36 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:35.474579+0000 mgr.smithi138.arglrk (mgr.14762) 85 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 317 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 2.6 KiB/s wr, 1 op/s; 0 B/s, 0 objects/s recovering 2024-02-10T08:36:37.311 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:36 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:36.890009+0000 mon.smithi138 (mon.0) 155 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:36:37.311 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:36 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:36.890652+0000 mon.smithi138 (mon.0) 156 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-10T08:36:37.311 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:36 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:36.891209+0000 mon.smithi138 (mon.0) 157 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:36:37.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:36 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:35.456790+0000 mgr.smithi138.arglrk (mgr.14762) 83 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-10T08:36:37.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:36 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:36:35.457887+0000 mgr.smithi138.arglrk (mgr.14762) 84 : cephadm [INF] Upgrade: osd.1 is safe to restart 2024-02-10T08:36:37.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:36 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:35.474579+0000 mgr.smithi138.arglrk (mgr.14762) 85 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 317 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 2.6 KiB/s wr, 1 op/s; 0 B/s, 0 objects/s recovering 2024-02-10T08:36:37.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:36 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:36.890009+0000 mon.smithi138 (mon.0) 155 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:36:37.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:36 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:36.890652+0000 mon.smithi138 (mon.0) 156 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-10T08:36:37.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:36 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:36.891209+0000 mon.smithi138 (mon.0) 157 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:36:38.203 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.69 MB/sec execute 139 sec latency 133851.212 ms 2024-02-10T08:36:38.290 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:37 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:36:36.885637+0000 mgr.smithi138.arglrk (mgr.14762) 86 : cephadm [INF] Upgrade: Updating osd.1 2024-02-10T08:36:38.291 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:37 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:36:36.892275+0000 mgr.smithi138.arglrk (mgr.14762) 87 : cephadm [INF] Deploying daemon osd.1 on smithi138 2024-02-10T08:36:38.291 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:37 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:37.633951+0000 mon.smithi138 (mon.0) 158 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:36:38.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:37 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:36:36.885637+0000 mgr.smithi138.arglrk (mgr.14762) 86 : cephadm [INF] Upgrade: Updating osd.1 2024-02-10T08:36:38.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:37 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:36:36.892275+0000 mgr.smithi138.arglrk (mgr.14762) 87 : cephadm [INF] Deploying daemon osd.1 on smithi138 2024-02-10T08:36:38.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:37 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:37.633951+0000 mon.smithi138 (mon.0) 158 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:36:39.203 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.69 MB/sec execute 140 sec latency 134851.240 ms 2024-02-10T08:36:39.260 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:37.475022+0000 mgr.smithi138.arglrk (mgr.14762) 88 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 317 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 2.6 KiB/s wr, 0 op/s 2024-02-10T08:36:39.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:37.475022+0000 mgr.smithi138.arglrk (mgr.14762) 88 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 317 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 2.6 KiB/s wr, 0 op/s 2024-02-10T08:36:39.870 INFO:journalctl@ceph.osd.1.smithi138.stdout:Feb 10 08:36:39 smithi138 systemd[1]: Stopping Ceph osd.1 for c2125314-c7ed-11ee-95b8-87774f69a715... 2024-02-10T08:36:40.204 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.68 MB/sec execute 141 sec latency 135851.280 ms 2024-02-10T08:36:40.284 INFO:journalctl@ceph.osd.1.smithi138.stdout:Feb 10 08:36:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.1[76676]: debug 2024-02-10T08:36:39.918+0000 7f0c7c2ef700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-10T08:36:40.284 INFO:journalctl@ceph.osd.1.smithi138.stdout:Feb 10 08:36:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.1[76676]: debug 2024-02-10T08:36:39.918+0000 7f0c7c2ef700 -1 osd.1 78 *** Got signal Terminated *** 2024-02-10T08:36:40.284 INFO:journalctl@ceph.osd.1.smithi138.stdout:Feb 10 08:36:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.1[76676]: debug 2024-02-10T08:36:39.918+0000 7f0c7c2ef700 -1 osd.1 78 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-10T08:36:40.597 INFO:journalctl@ceph.osd.1.smithi138.stdout:Feb 10 08:36:40 smithi138 bash[111656]: ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.1 2024-02-10T08:36:40.989 INFO:journalctl@ceph.osd.1.smithi138.stdout:Feb 10 08:36:40 smithi138 bash[111712]: Error: no container with ID 2861c1626c3d5e190929dcfb50eece9831e476e294fbe5e3c0f4ee5fe8547a53 found in database: no such container 2024-02-10T08:36:41.204 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.68 MB/sec execute 142 sec latency 136851.356 ms 2024-02-10T08:36:41.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:39.475658+0000 mgr.smithi138.arglrk (mgr.14762) 89 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 317 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 2.8 KiB/s wr, 1 op/s 2024-02-10T08:36:41.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:40.187364+0000 mon.smithi138 (mon.0) 159 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-10T08:36:41.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:40.187396+0000 mon.smithi138 (mon.0) 160 : cluster [INF] osd.1 failed (root=default,host=smithi138) (connection refused reported by osd.2) 2024-02-10T08:36:41.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:40.187508+0000 mon.smithi138 (mon.0) 161 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-10T08:36:41.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:40.187548+0000 mon.smithi138 (mon.0) 162 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-10T08:36:41.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:40.187584+0000 mon.smithi138 (mon.0) 163 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-10T08:36:41.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:40.187637+0000 mon.smithi138 (mon.0) 164 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-10T08:36:41.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:40.187676+0000 mon.smithi138 (mon.0) 165 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-10T08:36:41.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:40.187712+0000 mon.smithi138 (mon.0) 166 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-10T08:36:41.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:40.187746+0000 mon.smithi138 (mon.0) 167 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-10T08:36:41.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:40.187785+0000 mon.smithi138 (mon.0) 168 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-10T08:36:41.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:40.187820+0000 mon.smithi138 (mon.0) 169 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-10T08:36:41.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:40.188234+0000 mon.smithi138 (mon.0) 170 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-10T08:36:41.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:40.188349+0000 mon.smithi138 (mon.0) 171 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-10T08:36:41.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:40.188431+0000 mon.smithi138 (mon.0) 172 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-10T08:36:41.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:40.188611+0000 mon.smithi138 (mon.0) 173 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-10T08:36:41.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:40.188661+0000 mon.smithi138 (mon.0) 174 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-10T08:36:41.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:40.192771+0000 mon.smithi138 (mon.0) 175 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-10T08:36:41.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:40.193366+0000 mon.smithi138 (mon.0) 176 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-10T08:36:41.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:40.393617+0000 mon.smithi138 (mon.0) 177 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-10T08:36:41.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:40.394442+0000 mon.smithi138 (mon.0) 178 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-10T08:36:41.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:40.588272+0000 mon.smithi138 (mon.0) 179 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-10T08:36:41.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:40.588419+0000 mon.smithi138 (mon.0) 180 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-10T08:36:41.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:40.588500+0000 mon.smithi138 (mon.0) 181 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-10T08:36:41.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:40.588677+0000 mon.smithi138 (mon.0) 182 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-10T08:36:41.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:40.588807+0000 mon.smithi138 (mon.0) 183 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-10T08:36:41.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:40.588934+0000 mon.smithi138 (mon.0) 184 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-10T08:36:41.318 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:40.589047+0000 mon.smithi138 (mon.0) 185 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-10T08:36:41.318 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:40.589093+0000 mon.smithi138 (mon.0) 186 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-10T08:36:41.318 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:40.589205+0000 mon.smithi138 (mon.0) 187 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-10T08:36:41.318 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:40.589273+0000 mon.smithi138 (mon.0) 188 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-10T08:36:41.318 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:40.589345+0000 mon.smithi138 (mon.0) 189 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-10T08:36:41.318 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:40.589414+0000 mon.smithi138 (mon.0) 190 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-10T08:36:41.318 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:40.589485+0000 mon.smithi138 (mon.0) 191 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-10T08:36:41.318 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:40.589557+0000 mon.smithi138 (mon.0) 192 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-10T08:36:41.318 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:40.589624+0000 mon.smithi138 (mon.0) 193 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-10T08:36:41.318 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:40.794201+0000 mon.smithi138 (mon.0) 194 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-10T08:36:41.318 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:40.795474+0000 mon.smithi138 (mon.0) 195 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-10T08:36:41.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:39.475658+0000 mgr.smithi138.arglrk (mgr.14762) 89 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 317 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 2.8 KiB/s wr, 1 op/s 2024-02-10T08:36:41.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:40.187364+0000 mon.smithi138 (mon.0) 159 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-10T08:36:41.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:40.187396+0000 mon.smithi138 (mon.0) 160 : cluster [INF] osd.1 failed (root=default,host=smithi138) (connection refused reported by osd.2) 2024-02-10T08:36:41.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:40.187508+0000 mon.smithi138 (mon.0) 161 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-10T08:36:41.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:40.187548+0000 mon.smithi138 (mon.0) 162 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-10T08:36:41.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:40.187584+0000 mon.smithi138 (mon.0) 163 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-10T08:36:41.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:40.187637+0000 mon.smithi138 (mon.0) 164 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-10T08:36:41.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:40.187676+0000 mon.smithi138 (mon.0) 165 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-10T08:36:41.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:40.187712+0000 mon.smithi138 (mon.0) 166 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-10T08:36:41.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:40.187746+0000 mon.smithi138 (mon.0) 167 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-10T08:36:41.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:40.187785+0000 mon.smithi138 (mon.0) 168 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-10T08:36:41.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:40.187820+0000 mon.smithi138 (mon.0) 169 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-10T08:36:41.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:40.188234+0000 mon.smithi138 (mon.0) 170 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-10T08:36:41.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:40.188349+0000 mon.smithi138 (mon.0) 171 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-10T08:36:41.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:40.188431+0000 mon.smithi138 (mon.0) 172 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-10T08:36:41.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:40.188611+0000 mon.smithi138 (mon.0) 173 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-10T08:36:41.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:40.188661+0000 mon.smithi138 (mon.0) 174 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-10T08:36:41.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:40.192771+0000 mon.smithi138 (mon.0) 175 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-10T08:36:41.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:40.193366+0000 mon.smithi138 (mon.0) 176 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-10T08:36:41.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:40.393617+0000 mon.smithi138 (mon.0) 177 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-10T08:36:41.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:40.394442+0000 mon.smithi138 (mon.0) 178 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-10T08:36:41.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:40.588272+0000 mon.smithi138 (mon.0) 179 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-10T08:36:41.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:40.588419+0000 mon.smithi138 (mon.0) 180 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-10T08:36:41.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:40.588500+0000 mon.smithi138 (mon.0) 181 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-10T08:36:41.349 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:40.588677+0000 mon.smithi138 (mon.0) 182 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-10T08:36:41.349 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:40.588807+0000 mon.smithi138 (mon.0) 183 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-10T08:36:41.349 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:40.588934+0000 mon.smithi138 (mon.0) 184 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-10T08:36:41.349 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:40.589047+0000 mon.smithi138 (mon.0) 185 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-10T08:36:41.349 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:40.589093+0000 mon.smithi138 (mon.0) 186 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-10T08:36:41.349 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:40.589205+0000 mon.smithi138 (mon.0) 187 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-10T08:36:41.349 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:40.589273+0000 mon.smithi138 (mon.0) 188 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-10T08:36:41.349 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:40.589345+0000 mon.smithi138 (mon.0) 189 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-10T08:36:41.349 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:40.589414+0000 mon.smithi138 (mon.0) 190 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-10T08:36:41.349 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:40.589485+0000 mon.smithi138 (mon.0) 191 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-10T08:36:41.349 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:40.589557+0000 mon.smithi138 (mon.0) 192 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-10T08:36:41.350 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:40.589624+0000 mon.smithi138 (mon.0) 193 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-10T08:36:41.350 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:40.794201+0000 mon.smithi138 (mon.0) 194 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-10T08:36:41.350 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:40.795474+0000 mon.smithi138 (mon.0) 195 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-10T08:36:42.204 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.67 MB/sec execute 143 sec latency 137851.871 ms 2024-02-10T08:36:42.254 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:41 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:40.988743+0000 mon.smithi138 (mon.0) 196 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-10T08:36:42.254 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:41 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:40.995417+0000 mon.smithi138 (mon.0) 197 : cluster [DBG] osdmap e79: 8 total, 7 up, 8 in 2024-02-10T08:36:42.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:40.988743+0000 mon.smithi138 (mon.0) 196 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-10T08:36:42.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:40.995417+0000 mon.smithi138 (mon.0) 197 : cluster [DBG] osdmap e79: 8 total, 7 up, 8 in 2024-02-10T08:36:42.596 INFO:journalctl@ceph.osd.1.smithi138.stdout:Feb 10 08:36:42 smithi138 systemd[1]: ceph-c2125314-c7ed-11ee-95b8-87774f69a715@osd.1.service: Succeeded. 2024-02-10T08:36:42.597 INFO:journalctl@ceph.osd.1.smithi138.stdout:Feb 10 08:36:42 smithi138 systemd[1]: Stopped Ceph osd.1 for c2125314-c7ed-11ee-95b8-87774f69a715. 2024-02-10T08:36:42.597 INFO:journalctl@ceph.osd.1.smithi138.stdout:Feb 10 08:36:42 smithi138 systemd[1]: Starting Ceph osd.1 for c2125314-c7ed-11ee-95b8-87774f69a715... 2024-02-10T08:36:43.205 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.67 MB/sec execute 144 sec latency 138851.973 ms 2024-02-10T08:36:43.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:43 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:41.476076+0000 mgr.smithi138.arglrk (mgr.14762) 90 : cluster [DBG] pgmap v58: 129 pgs: 16 stale+active+clean, 113 active+clean; 317 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 1.9 KiB/s wr, 0 op/s 2024-02-10T08:36:43.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:43 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:42.001672+0000 mon.smithi138 (mon.0) 198 : cluster [DBG] osdmap e80: 8 total, 7 up, 8 in 2024-02-10T08:36:43.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:43 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:41.476076+0000 mgr.smithi138.arglrk (mgr.14762) 90 : cluster [DBG] pgmap v58: 129 pgs: 16 stale+active+clean, 113 active+clean; 317 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 1.9 KiB/s wr, 0 op/s 2024-02-10T08:36:43.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:43 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:42.001672+0000 mon.smithi138 (mon.0) 198 : cluster [DBG] osdmap e80: 8 total, 7 up, 8 in 2024-02-10T08:36:43.735 INFO:journalctl@ceph.osd.1.smithi138.stdout:Feb 10 08:36:43 smithi138 bash[111971]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-10T08:36:43.735 INFO:journalctl@ceph.osd.1.smithi138.stdout:Feb 10 08:36:43 smithi138 bash[111971]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-02-10T08:36:43.736 INFO:journalctl@ceph.osd.1.smithi138.stdout:Feb 10 08:36:43 smithi138 bash[111971]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_3 --path /var/lib/ceph/osd/ceph-1 --no-mon-config 2024-02-10T08:36:43.736 INFO:journalctl@ceph.osd.1.smithi138.stdout:Feb 10 08:36:43 smithi138 bash[111971]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-1/block 2024-02-10T08:36:43.736 INFO:journalctl@ceph.osd.1.smithi138.stdout:Feb 10 08:36:43 smithi138 bash[111971]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-1/block 2024-02-10T08:36:43.736 INFO:journalctl@ceph.osd.1.smithi138.stdout:Feb 10 08:36:43 smithi138 bash[111971]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-02-10T08:36:43.736 INFO:journalctl@ceph.osd.1.smithi138.stdout:Feb 10 08:36:43 smithi138 bash[111971]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-02-10T08:36:43.736 INFO:journalctl@ceph.osd.1.smithi138.stdout:Feb 10 08:36:43 smithi138 bash[111971]: --> ceph-volume lvm activate successful for osd ID: 1 2024-02-10T08:36:44.205 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.66 MB/sec execute 145 sec latency 139852.298 ms 2024-02-10T08:36:44.846 INFO:journalctl@ceph.osd.1.smithi138.stdout:Feb 10 08:36:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-1[112251]: debug 2024-02-10T08:36:44.555+0000 7fb26e6a0700 1 -- 172.21.15.138:0/1802826078 <== mon.0 v2:172.21.15.138:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x56377285e680 con 0x563772825000 2024-02-10T08:36:44.847 INFO:journalctl@ceph.osd.1.smithi138.stdout:Feb 10 08:36:44 smithi138 bash[112236]: cadb557b89fa5555911d650c96dbe3528e2b7a3ae7d82feab82b84b31741b172 2024-02-10T08:36:44.847 INFO:journalctl@ceph.osd.1.smithi138.stdout:Feb 10 08:36:44 smithi138 systemd[1]: Started Ceph osd.1 for c2125314-c7ed-11ee-95b8-87774f69a715. 2024-02-10T08:36:45.205 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.66 MB/sec execute 146 sec latency 140852.330 ms 2024-02-10T08:36:45.286 INFO:journalctl@ceph.osd.1.smithi138.stdout:Feb 10 08:36:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-1[112251]: debug 2024-02-10T08:36:45.080+0000 7fb27612e380 -1 Falling back to public interface 2024-02-10T08:36:45.286 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:43.476824+0000 mgr.smithi138.arglrk (mgr.14762) 91 : cluster [DBG] pgmap v60: 129 pgs: 24 active+undersized+degraded, 1 stale+active+clean, 24 active+undersized, 80 active+clean; 317 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 383 B/s wr, 0 op/s; 170/1599 objects degraded (10.632%) 2024-02-10T08:36:45.286 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:44.000850+0000 mon.smithi138 (mon.0) 199 : cluster [WRN] Health check failed: Degraded data redundancy: 170/1599 objects degraded (10.632%), 24 pgs degraded (PG_DEGRADED) 2024-02-10T08:36:45.286 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:44.670473+0000 mon.smithi138 (mon.0) 200 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:36:45.286 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:44.671209+0000 mon.smithi138 (mon.0) 201 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:36:45.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:44 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:43.476824+0000 mgr.smithi138.arglrk (mgr.14762) 91 : cluster [DBG] pgmap v60: 129 pgs: 24 active+undersized+degraded, 1 stale+active+clean, 24 active+undersized, 80 active+clean; 317 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 383 B/s wr, 0 op/s; 170/1599 objects degraded (10.632%) 2024-02-10T08:36:45.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:44 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:44.000850+0000 mon.smithi138 (mon.0) 199 : cluster [WRN] Health check failed: Degraded data redundancy: 170/1599 objects degraded (10.632%), 24 pgs degraded (PG_DEGRADED) 2024-02-10T08:36:45.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:44 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:44.670473+0000 mon.smithi138 (mon.0) 200 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:36:45.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:44 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:44.671209+0000 mon.smithi138 (mon.0) 201 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:36:46.205 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.65 MB/sec execute 147 sec latency 141852.364 ms 2024-02-10T08:36:47.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:46 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:45.477356+0000 mgr.smithi138.arglrk (mgr.14762) 92 : cluster [DBG] pgmap v61: 129 pgs: 28 active+undersized+degraded, 25 active+undersized, 76 active+clean; 317 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 383 B/s wr, 0 op/s; 188/1599 objects degraded (11.757%) 2024-02-10T08:36:47.205 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.65 MB/sec execute 148 sec latency 142852.420 ms 2024-02-10T08:36:47.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:46 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:45.477356+0000 mgr.smithi138.arglrk (mgr.14762) 92 : cluster [DBG] pgmap v61: 129 pgs: 28 active+undersized+degraded, 25 active+undersized, 76 active+clean; 317 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 383 B/s wr, 0 op/s; 188/1599 objects degraded (11.757%) 2024-02-10T08:36:48.205 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.64 MB/sec execute 149 sec latency 143852.492 ms 2024-02-10T08:36:49.205 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.64 MB/sec execute 150 sec latency 144852.521 ms 2024-02-10T08:36:49.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:47.478002+0000 mgr.smithi138.arglrk (mgr.14762) 93 : cluster [DBG] pgmap v62: 129 pgs: 28 active+undersized+degraded, 25 active+undersized, 76 active+clean; 317 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 188/1599 objects degraded (11.757%) 2024-02-10T08:36:49.345 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:47.478002+0000 mgr.smithi138.arglrk (mgr.14762) 93 : cluster [DBG] pgmap v62: 129 pgs: 28 active+undersized+degraded, 25 active+undersized, 76 active+clean; 317 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 188/1599 objects degraded (11.757%) 2024-02-10T08:36:49.596 INFO:journalctl@ceph.osd.1.smithi138.stdout:Feb 10 08:36:49 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-1[112251]: debug 2024-02-10T08:36:49.344+0000 7fb27612e380 -1 osd.1 78 log_to_monitors {default=true} 2024-02-10T08:36:50.205 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.64 MB/sec execute 151 sec latency 145852.573 ms 2024-02-10T08:36:50.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:49 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:49.348734+0000 mon.smithi138 (mon.0) 202 : audit [INF] from='osd.1 [v2:172.21.15.138:6810/3759753161,v1:172.21.15.138:6811/3759753161]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-10T08:36:50.346 INFO:journalctl@ceph.osd.1.smithi138.stdout:Feb 10 08:36:49 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-1[112251]: debug 2024-02-10T08:36:49.931+0000 7fb265e12700 -1 osd.1 78 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-10T08:36:50.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:49 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:49.348734+0000 mon.smithi138 (mon.0) 202 : audit [INF] from='osd.1 [v2:172.21.15.138:6810/3759753161,v1:172.21.15.138:6811/3759753161]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-10T08:36:51.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:50 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:49.478649+0000 mgr.smithi138.arglrk (mgr.14762) 94 : cluster [DBG] pgmap v63: 129 pgs: 28 active+undersized+degraded, 25 active+undersized, 76 active+clean; 317 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 188/1599 objects degraded (11.757%) 2024-02-10T08:36:51.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:50 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:49.922825+0000 mon.smithi138 (mon.0) 203 : audit [INF] from='osd.1 [v2:172.21.15.138:6810/3759753161,v1:172.21.15.138:6811/3759753161]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-10T08:36:51.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:50 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:49.922866+0000 mon.smithi138 (mon.0) 204 : cluster [DBG] osdmap e81: 8 total, 7 up, 8 in 2024-02-10T08:36:51.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:50 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:49.923300+0000 mon.smithi138 (mon.0) 205 : audit [INF] from='osd.1 [v2:172.21.15.138:6810/3759753161,v1:172.21.15.138:6811/3759753161]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-02-10T08:36:51.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:50 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:50.786013+0000 mon.smithi138 (mon.0) 206 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:36:51.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:50 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:50.786793+0000 mon.smithi138 (mon.0) 207 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:36:51.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:50 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:50.787383+0000 mon.smithi138 (mon.0) 208 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T08:36:51.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:50 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:50.792999+0000 mon.smithi138 (mon.0) 209 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:36:51.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:50 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:50.799835+0000 mon.smithi138 (mon.0) 210 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:36:51.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:50 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:50.802592+0000 mon.smithi138 (mon.0) 211 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:36:51.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:50 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:50.804332+0000 mon.smithi138 (mon.0) 212 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:36:51.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:50 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:50.805340+0000 mon.smithi138 (mon.0) 213 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:36:51.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:50 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:50.806297+0000 mon.smithi138 (mon.0) 214 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:36:51.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:50 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:50.807325+0000 mon.smithi138 (mon.0) 215 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-10T08:36:51.205 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.63 MB/sec execute 152 sec latency 146852.662 ms 2024-02-10T08:36:51.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:50 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:49.478649+0000 mgr.smithi138.arglrk (mgr.14762) 94 : cluster [DBG] pgmap v63: 129 pgs: 28 active+undersized+degraded, 25 active+undersized, 76 active+clean; 317 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 188/1599 objects degraded (11.757%) 2024-02-10T08:36:51.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:50 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:49.922825+0000 mon.smithi138 (mon.0) 203 : audit [INF] from='osd.1 [v2:172.21.15.138:6810/3759753161,v1:172.21.15.138:6811/3759753161]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-10T08:36:51.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:50 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:49.922866+0000 mon.smithi138 (mon.0) 204 : cluster [DBG] osdmap e81: 8 total, 7 up, 8 in 2024-02-10T08:36:51.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:50 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:49.923300+0000 mon.smithi138 (mon.0) 205 : audit [INF] from='osd.1 [v2:172.21.15.138:6810/3759753161,v1:172.21.15.138:6811/3759753161]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-02-10T08:36:51.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:50 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:50.786013+0000 mon.smithi138 (mon.0) 206 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:36:51.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:50 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:50.786793+0000 mon.smithi138 (mon.0) 207 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:36:51.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:50 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:50.787383+0000 mon.smithi138 (mon.0) 208 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T08:36:51.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:50 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:50.792999+0000 mon.smithi138 (mon.0) 209 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:36:51.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:50 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:50.799835+0000 mon.smithi138 (mon.0) 210 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:36:51.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:50 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:50.802592+0000 mon.smithi138 (mon.0) 211 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:36:51.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:50 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:50.804332+0000 mon.smithi138 (mon.0) 212 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:36:51.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:50 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:50.805340+0000 mon.smithi138 (mon.0) 213 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:36:51.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:50 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:50.806297+0000 mon.smithi138 (mon.0) 214 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:36:51.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:50 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:50.807325+0000 mon.smithi138 (mon.0) 215 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-10T08:36:52.205 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.63 MB/sec execute 153 sec latency 147852.715 ms 2024-02-10T08:36:52.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:36:50.787900+0000 mgr.smithi138.arglrk (mgr.14762) 95 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T08:36:52.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:50.807451+0000 mgr.smithi138.arglrk (mgr.14762) 96 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-10T08:36:52.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:36:50.808069+0000 mgr.smithi138.arglrk (mgr.14762) 97 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (9 PGs are or would become offline) 2024-02-10T08:36:52.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:50.921813+0000 mon.smithi138 (mon.0) 216 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-10T08:36:52.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:50.927767+0000 mon.smithi138 (mon.0) 217 : cluster [INF] osd.1 [v2:172.21.15.138:6810/3759753161,v1:172.21.15.138:6811/3759753161] boot 2024-02-10T08:36:52.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:50.927822+0000 mon.smithi138 (mon.0) 218 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2024-02-10T08:36:52.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:50.928494+0000 mon.smithi138 (mon.0) 219 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T08:36:52.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:36:50.787900+0000 mgr.smithi138.arglrk (mgr.14762) 95 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T08:36:52.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:50.807451+0000 mgr.smithi138.arglrk (mgr.14762) 96 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-10T08:36:52.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:36:50.808069+0000 mgr.smithi138.arglrk (mgr.14762) 97 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (9 PGs are or would become offline) 2024-02-10T08:36:52.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:50.921813+0000 mon.smithi138 (mon.0) 216 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-10T08:36:52.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:50.927767+0000 mon.smithi138 (mon.0) 217 : cluster [INF] osd.1 [v2:172.21.15.138:6810/3759753161,v1:172.21.15.138:6811/3759753161] boot 2024-02-10T08:36:52.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:50.927822+0000 mon.smithi138 (mon.0) 218 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2024-02-10T08:36:52.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:50.928494+0000 mon.smithi138 (mon.0) 219 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T08:36:53.205 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.62 MB/sec execute 154 sec latency 148852.800 ms 2024-02-10T08:36:53.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:52 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:51.479093+0000 mgr.smithi138.arglrk (mgr.14762) 98 : cluster [DBG] pgmap v66: 129 pgs: 28 active+undersized+degraded, 25 active+undersized, 76 active+clean; 317 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 188/1599 objects degraded (11.757%) 2024-02-10T08:36:53.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:52 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:51.939352+0000 mon.smithi138 (mon.0) 220 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2024-02-10T08:36:53.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:52 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:36:52.634460+0000 mon.smithi138 (mon.0) 221 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:36:53.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:52 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:51.479093+0000 mgr.smithi138.arglrk (mgr.14762) 98 : cluster [DBG] pgmap v66: 129 pgs: 28 active+undersized+degraded, 25 active+undersized, 76 active+clean; 317 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 188/1599 objects degraded (11.757%) 2024-02-10T08:36:53.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:52 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:51.939352+0000 mon.smithi138 (mon.0) 220 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2024-02-10T08:36:53.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:52 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:36:52.634460+0000 mon.smithi138 (mon.0) 221 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:36:54.205 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.62 MB/sec execute 155 sec latency 149852.894 ms 2024-02-10T08:36:54.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:53 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:53.904517+0000 mon.smithi138 (mon.0) 222 : cluster [WRN] Health check update: Degraded data redundancy: 188/1599 objects degraded (11.757%), 28 pgs degraded (PG_DEGRADED) 2024-02-10T08:36:54.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:53 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:53.904517+0000 mon.smithi138 (mon.0) 222 : cluster [WRN] Health check update: Degraded data redundancy: 188/1599 objects degraded (11.757%), 28 pgs degraded (PG_DEGRADED) 2024-02-10T08:36:55.205 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.61 MB/sec execute 156 sec latency 150852.965 ms 2024-02-10T08:36:55.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:54 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:53.479731+0000 mgr.smithi138.arglrk (mgr.14762) 99 : cluster [DBG] pgmap v68: 129 pgs: 13 active+undersized+degraded, 7 active+undersized, 109 active+clean; 317 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s; 86/1599 objects degraded (5.378%) 2024-02-10T08:36:55.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:54 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:53.479731+0000 mgr.smithi138.arglrk (mgr.14762) 99 : cluster [DBG] pgmap v68: 129 pgs: 13 active+undersized+degraded, 7 active+undersized, 109 active+clean; 317 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s; 86/1599 objects degraded (5.378%) 2024-02-10T08:36:56.206 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.61 MB/sec execute 157 sec latency 151853.042 ms 2024-02-10T08:36:56.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:55 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:55.945212+0000 mon.smithi138 (mon.0) 223 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 86/1599 objects degraded (5.378%), 13 pgs degraded) 2024-02-10T08:36:56.355 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:55 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:55.945212+0000 mon.smithi138 (mon.0) 223 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 86/1599 objects degraded (5.378%), 13 pgs degraded) 2024-02-10T08:36:57.205 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.61 MB/sec execute 158 sec latency 152853.104 ms 2024-02-10T08:36:57.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:56 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:55.480396+0000 mgr.smithi138.arglrk (mgr.14762) 100 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 317 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-10T08:36:57.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:56 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:55.480396+0000 mgr.smithi138.arglrk (mgr.14762) 100 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 317 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-10T08:36:58.205 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.60 MB/sec execute 159 sec latency 153853.148 ms 2024-02-10T08:36:59.206 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.60 MB/sec execute 160 sec latency 154853.236 ms 2024-02-10T08:36:59.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:36:59 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:57.480934+0000 mgr.smithi138.arglrk (mgr.14762) 101 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 317 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 270 B/s rd, 0 op/s 2024-02-10T08:36:59.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:36:59 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:57.480934+0000 mgr.smithi138.arglrk (mgr.14762) 101 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 317 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 270 B/s rd, 0 op/s 2024-02-10T08:37:00.206 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.60 MB/sec execute 161 sec latency 155853.275 ms 2024-02-10T08:37:01.206 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.59 MB/sec execute 162 sec latency 156853.378 ms 2024-02-10T08:37:01.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:01 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:36:59.481696+0000 mgr.smithi138.arglrk (mgr.14762) 102 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 317 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 239 B/s rd, 0 op/s 2024-02-10T08:37:01.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:01 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:36:59.481696+0000 mgr.smithi138.arglrk (mgr.14762) 102 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 317 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 239 B/s rd, 0 op/s 2024-02-10T08:37:02.206 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.59 MB/sec execute 163 sec latency 157853.465 ms 2024-02-10T08:37:03.206 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.58 MB/sec execute 164 sec latency 158853.556 ms 2024-02-10T08:37:03.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:03 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:01.482307+0000 mgr.smithi138.arglrk (mgr.14762) 103 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 317 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-10T08:37:03.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:03 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:02.686390+0000 mon.smithi138 (mon.0) 224 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:37:03.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:03 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:01.482307+0000 mgr.smithi138.arglrk (mgr.14762) 103 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 317 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-10T08:37:03.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:03 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:02.686390+0000 mon.smithi138 (mon.0) 224 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:37:04.105 INFO:teuthology.orchestra.run.smithi138.stdout:true 2024-02-10T08:37:04.206 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.58 MB/sec execute 165 sec latency 159853.617 ms 2024-02-10T08:37:04.680 INFO:teuthology.orchestra.run.smithi138.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T08:37:04.680 INFO:teuthology.orchestra.run.smithi138.stdout:alertmanager.smithi138 smithi138 *:9093,9094 running (9m) 13s ago 10m 21.4M - 0.20.0 0881eb8f169f 78c83a922c35 2024-02-10T08:37:04.680 INFO:teuthology.orchestra.run.smithi138.stdout:crash.smithi138 smithi138 running (72s) 13s ago 10m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc e34c8efd73ec 2024-02-10T08:37:04.681 INFO:teuthology.orchestra.run.smithi138.stdout:crash.smithi190 smithi190 running (67s) 63s ago 9m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc 2a5c8cf1174a 2024-02-10T08:37:04.681 INFO:teuthology.orchestra.run.smithi138.stdout:grafana.smithi138 smithi138 *:3000 running (9m) 13s ago 10m 34.9M - 6.7.4 557c83e11646 9e400367c973 2024-02-10T08:37:04.681 INFO:teuthology.orchestra.run.smithi138.stdout:mds.foofs.smithi138.rckmtk smithi138 running (5m) 13s ago 5m 10.5M - 16.2.4 8d91d370c2b8 d5d147a8dc83 2024-02-10T08:37:04.681 INFO:teuthology.orchestra.run.smithi138.stdout:mds.foofs.smithi190.lndkxw smithi190 running (5m) 63s ago 5m 25.3M - 16.2.4 8d91d370c2b8 e61226bfc606 2024-02-10T08:37:04.681 INFO:teuthology.orchestra.run.smithi138.stdout:mgr.smithi138.arglrk smithi138 *:8443,9283 running (2m) 13s ago 12m 436M - 16.2.14-521-g0e714d9a 1fbc92c859dc 2699c999f919 2024-02-10T08:37:04.681 INFO:teuthology.orchestra.run.smithi138.stdout:mgr.smithi190.qddxvv smithi190 *:8443,9283 running (105s) 63s ago 9m 386M - 16.2.14-521-g0e714d9a 1fbc92c859dc 7a2ea8668c24 2024-02-10T08:37:04.681 INFO:teuthology.orchestra.run.smithi138.stdout:mon.smithi138 smithi138 running (96s) 13s ago 12m 43.6M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 190626662cdd 2024-02-10T08:37:04.681 INFO:teuthology.orchestra.run.smithi138.stdout:mon.smithi190 smithi190 running (83s) 63s ago 9m 27.9M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 2c6c4dd00319 2024-02-10T08:37:04.681 INFO:teuthology.orchestra.run.smithi138.stdout:nfs.foo.0.0.smithi138.cprnrz smithi138 *:2049 running (2m) 13s ago 2m 83.6M - 3.5 8d91d370c2b8 31ffdf21e540 2024-02-10T08:37:04.681 INFO:teuthology.orchestra.run.smithi138.stdout:nfs.foo.1.0.smithi190.xhydwq smithi190 *:2049 running (2m) 63s ago 2m 54.5M - 3.5 8d91d370c2b8 aa0e44ac0e20 2024-02-10T08:37:04.681 INFO:teuthology.orchestra.run.smithi138.stdout:node-exporter.smithi138 smithi138 *:9100 running (10m) 13s ago 10m 17.0M - 0.18.1 e5a616e4b9cf 720f24dd7d0f 2024-02-10T08:37:04.681 INFO:teuthology.orchestra.run.smithi138.stdout:node-exporter.smithi190 smithi190 *:9100 running (9m) 63s ago 9m 17.1M - 0.18.1 e5a616e4b9cf 5ce00b720701 2024-02-10T08:37:04.681 INFO:teuthology.orchestra.run.smithi138.stdout:osd.0 smithi138 running (51s) 13s ago 9m 116M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 50802eb627dc 2024-02-10T08:37:04.681 INFO:teuthology.orchestra.run.smithi138.stdout:osd.1 smithi138 running (20s) 13s ago 8m 10.8M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc cadb557b89fa 2024-02-10T08:37:04.681 INFO:teuthology.orchestra.run.smithi138.stdout:osd.2 smithi138 running (8m) 13s ago 8m 249M 4096M 16.2.4 8d91d370c2b8 223e59287abc 2024-02-10T08:37:04.682 INFO:teuthology.orchestra.run.smithi138.stdout:osd.3 smithi138 running (8m) 13s ago 8m 353M 4096M 16.2.4 8d91d370c2b8 d7911c435734 2024-02-10T08:37:04.682 INFO:teuthology.orchestra.run.smithi138.stdout:osd.4 smithi190 running (7m) 63s ago 7m 385M 4096M 16.2.4 8d91d370c2b8 e5043a6085e4 2024-02-10T08:37:04.682 INFO:teuthology.orchestra.run.smithi138.stdout:osd.5 smithi190 running (7m) 63s ago 7m 393M 4096M 16.2.4 8d91d370c2b8 6a7c61ca0c01 2024-02-10T08:37:04.682 INFO:teuthology.orchestra.run.smithi138.stdout:osd.6 smithi190 running (7m) 63s ago 7m 331M 4096M 16.2.4 8d91d370c2b8 62fbc05c2e0a 2024-02-10T08:37:04.682 INFO:teuthology.orchestra.run.smithi138.stdout:osd.7 smithi190 running (6m) 63s ago 6m 478M 4096M 16.2.4 8d91d370c2b8 1515c342bdc4 2024-02-10T08:37:04.682 INFO:teuthology.orchestra.run.smithi138.stdout:prometheus.smithi138 smithi138 *:9095 running (2m) 13s ago 10m 57.5M - 2.18.1 de242295e225 34aaeb08ccf8 2024-02-10T08:37:05.025 INFO:teuthology.orchestra.run.smithi138.stdout:{ 2024-02-10T08:37:05.025 INFO:teuthology.orchestra.run.smithi138.stdout: "mon": { 2024-02-10T08:37:05.025 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T08:37:05.025 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:37:05.025 INFO:teuthology.orchestra.run.smithi138.stdout: "mgr": { 2024-02-10T08:37:05.025 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T08:37:05.025 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:37:05.025 INFO:teuthology.orchestra.run.smithi138.stdout: "osd": { 2024-02-10T08:37:05.025 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2, 2024-02-10T08:37:05.026 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 6 2024-02-10T08:37:05.026 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:37:05.026 INFO:teuthology.orchestra.run.smithi138.stdout: "mds": { 2024-02-10T08:37:05.026 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-02-10T08:37:05.026 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:37:05.026 INFO:teuthology.orchestra.run.smithi138.stdout: "overall": { 2024-02-10T08:37:05.026 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 6, 2024-02-10T08:37:05.026 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-02-10T08:37:05.026 INFO:teuthology.orchestra.run.smithi138.stdout: } 2024-02-10T08:37:05.026 INFO:teuthology.orchestra.run.smithi138.stdout:} 2024-02-10T08:37:05.206 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.58 MB/sec execute 166 sec latency 160853.661 ms 2024-02-10T08:37:05.313 INFO:teuthology.orchestra.run.smithi138.stdout:{ 2024-02-10T08:37:05.313 INFO:teuthology.orchestra.run.smithi138.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-10T08:37:05.313 INFO:teuthology.orchestra.run.smithi138.stdout: "in_progress": true, 2024-02-10T08:37:05.313 INFO:teuthology.orchestra.run.smithi138.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T08:37:05.313 INFO:teuthology.orchestra.run.smithi138.stdout: "services_complete": [ 2024-02-10T08:37:05.313 INFO:teuthology.orchestra.run.smithi138.stdout: "crash", 2024-02-10T08:37:05.314 INFO:teuthology.orchestra.run.smithi138.stdout: "mgr", 2024-02-10T08:37:05.314 INFO:teuthology.orchestra.run.smithi138.stdout: "mon" 2024-02-10T08:37:05.314 INFO:teuthology.orchestra.run.smithi138.stdout: ], 2024-02-10T08:37:05.314 INFO:teuthology.orchestra.run.smithi138.stdout: "progress": "8/23 daemons upgraded", 2024-02-10T08:37:05.314 INFO:teuthology.orchestra.run.smithi138.stdout: "message": "Currently upgrading osd daemons", 2024-02-10T08:37:05.314 INFO:teuthology.orchestra.run.smithi138.stdout: "is_paused": false 2024-02-10T08:37:05.314 INFO:teuthology.orchestra.run.smithi138.stdout:} 2024-02-10T08:37:05.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:03.483020+0000 mgr.smithi138.arglrk (mgr.14762) 104 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 317 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 354 B/s rd, 0 op/s 2024-02-10T08:37:05.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:04.093336+0000 mgr.smithi138.arglrk (mgr.14762) 105 : audit [DBG] from='client.34156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:37:05.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:04.385183+0000 mgr.smithi138.arglrk (mgr.14762) 106 : audit [DBG] from='client.34160 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:37:05.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:03.483020+0000 mgr.smithi138.arglrk (mgr.14762) 104 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 317 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 354 B/s rd, 0 op/s 2024-02-10T08:37:05.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:04.093336+0000 mgr.smithi138.arglrk (mgr.14762) 105 : audit [DBG] from='client.34156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:37:05.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:04.385183+0000 mgr.smithi138.arglrk (mgr.14762) 106 : audit [DBG] from='client.34160 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:37:06.206 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.57 MB/sec execute 167 sec latency 161853.738 ms 2024-02-10T08:37:06.269 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:06 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:04.671440+0000 mgr.smithi138.arglrk (mgr.14762) 107 : audit [DBG] from='client.34164 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:37:06.269 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:06 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:05.024965+0000 mon.smithi138 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.138:0/645000868' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:37:06.269 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:06 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:05.313136+0000 mgr.smithi138.arglrk (mgr.14762) 108 : audit [DBG] from='client.34172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:37:06.269 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:06 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:05.811813+0000 mon.smithi138 (mon.0) 226 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-10T08:37:06.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:06 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:04.671440+0000 mgr.smithi138.arglrk (mgr.14762) 107 : audit [DBG] from='client.34164 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:37:06.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:06 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:05.024965+0000 mon.smithi138 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.138:0/645000868' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:37:06.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:06 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:05.313136+0000 mgr.smithi138.arglrk (mgr.14762) 108 : audit [DBG] from='client.34172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:37:06.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:06 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:05.811813+0000 mon.smithi138 (mon.0) 226 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-10T08:37:07.206 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.57 MB/sec execute 168 sec latency 162853.826 ms 2024-02-10T08:37:07.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:05.483688+0000 mgr.smithi138.arglrk (mgr.14762) 109 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 317 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:37:07.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:05.811987+0000 mgr.smithi138.arglrk (mgr.14762) 110 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-10T08:37:07.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:37:05.812831+0000 mgr.smithi138.arglrk (mgr.14762) 111 : cephadm [INF] Upgrade: osd.2 is safe to restart 2024-02-10T08:37:07.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:05.483688+0000 mgr.smithi138.arglrk (mgr.14762) 109 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 317 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:37:07.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:05.811987+0000 mgr.smithi138.arglrk (mgr.14762) 110 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-10T08:37:07.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:37:05.812831+0000 mgr.smithi138.arglrk (mgr.14762) 111 : cephadm [INF] Upgrade: osd.2 is safe to restart 2024-02-10T08:37:08.206 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.57 MB/sec execute 169 sec latency 163853.887 ms 2024-02-10T08:37:08.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:08 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:37:07.481576+0000 mgr.smithi138.arglrk (mgr.14762) 112 : cephadm [INF] Upgrade: Updating osd.2 2024-02-10T08:37:08.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:08 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:07.484032+0000 mgr.smithi138.arglrk (mgr.14762) 113 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 317 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:37:08.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:08 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:07.488111+0000 mon.smithi138 (mon.0) 227 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:37:08.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:08 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:07.488772+0000 mon.smithi138 (mon.0) 228 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-10T08:37:08.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:08 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:07.489285+0000 mon.smithi138 (mon.0) 229 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:37:08.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:08 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:37:07.490288+0000 mgr.smithi138.arglrk (mgr.14762) 114 : cephadm [INF] Deploying daemon osd.2 on smithi138 2024-02-10T08:37:08.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:08 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:07.634089+0000 mon.smithi138 (mon.0) 230 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:37:08.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:37:07.481576+0000 mgr.smithi138.arglrk (mgr.14762) 112 : cephadm [INF] Upgrade: Updating osd.2 2024-02-10T08:37:08.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:07.484032+0000 mgr.smithi138.arglrk (mgr.14762) 113 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 317 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:37:08.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:07.488111+0000 mon.smithi138 (mon.0) 227 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:37:08.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:07.488772+0000 mon.smithi138 (mon.0) 228 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-10T08:37:08.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:07.489285+0000 mon.smithi138 (mon.0) 229 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:37:08.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:37:07.490288+0000 mgr.smithi138.arglrk (mgr.14762) 114 : cephadm [INF] Deploying daemon osd.2 on smithi138 2024-02-10T08:37:08.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:07.634089+0000 mon.smithi138 (mon.0) 230 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:37:09.207 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.56 MB/sec execute 170 sec latency 164854.000 ms 2024-02-10T08:37:10.048 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:08.640989+0000 mon.smithi138 (mon.0) 231 : cluster [DBG] mgrmap e39: smithi138.arglrk(active, since 2m), standbys: smithi190.qddxvv 2024-02-10T08:37:10.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:08.640989+0000 mon.smithi138 (mon.0) 231 : cluster [DBG] mgrmap e39: smithi138.arglrk(active, since 2m), standbys: smithi190.qddxvv 2024-02-10T08:37:10.206 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.56 MB/sec execute 171 sec latency 165854.072 ms 2024-02-10T08:37:10.597 INFO:journalctl@ceph.osd.2.smithi138.stdout:Feb 10 08:37:10 smithi138 systemd[1]: Stopping Ceph osd.2 for c2125314-c7ed-11ee-95b8-87774f69a715... 2024-02-10T08:37:10.916 INFO:journalctl@ceph.osd.2.smithi138.stdout:Feb 10 08:37:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.2[80188]: debug 2024-02-10T08:37:10.621+0000 7f9fbce7e700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-10T08:37:10.916 INFO:journalctl@ceph.osd.2.smithi138.stdout:Feb 10 08:37:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.2[80188]: debug 2024-02-10T08:37:10.621+0000 7f9fbce7e700 -1 osd.2 83 *** Got signal Terminated *** 2024-02-10T08:37:10.917 INFO:journalctl@ceph.osd.2.smithi138.stdout:Feb 10 08:37:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.2[80188]: debug 2024-02-10T08:37:10.621+0000 7f9fbce7e700 -1 osd.2 83 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-10T08:37:11.206 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.56 MB/sec execute 172 sec latency 166854.111 ms 2024-02-10T08:37:11.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:09.484553+0000 mgr.smithi138.arglrk (mgr.14762) 115 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 317 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:37:11.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:10.891313+0000 mon.smithi138 (mon.0) 232 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-10T08:37:11.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:10.891340+0000 mon.smithi138 (mon.0) 233 : cluster [INF] osd.2 failed (root=default,host=smithi138) (connection refused reported by osd.1) 2024-02-10T08:37:11.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:10.891460+0000 mon.smithi138 (mon.0) 234 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-10T08:37:11.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:10.891534+0000 mon.smithi138 (mon.0) 235 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-10T08:37:11.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:10.891602+0000 mon.smithi138 (mon.0) 236 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-10T08:37:11.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:10.891675+0000 mon.smithi138 (mon.0) 237 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-10T08:37:11.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:10.891741+0000 mon.smithi138 (mon.0) 238 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-10T08:37:11.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:10.891817+0000 mon.smithi138 (mon.0) 239 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-10T08:37:11.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:10.891886+0000 mon.smithi138 (mon.0) 240 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-10T08:37:11.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:10.891970+0000 mon.smithi138 (mon.0) 241 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-10T08:37:11.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:10.892037+0000 mon.smithi138 (mon.0) 242 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-10T08:37:11.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:10.892104+0000 mon.smithi138 (mon.0) 243 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-10T08:37:11.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:10.892178+0000 mon.smithi138 (mon.0) 244 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-10T08:37:11.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:10.892245+0000 mon.smithi138 (mon.0) 245 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-10T08:37:11.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:10.892311+0000 mon.smithi138 (mon.0) 246 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-10T08:37:11.346 INFO:journalctl@ceph.osd.2.smithi138.stdout:Feb 10 08:37:11 smithi138 bash[114004]: ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.2 2024-02-10T08:37:11.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:09.484553+0000 mgr.smithi138.arglrk (mgr.14762) 115 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 317 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:37:11.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:10.891313+0000 mon.smithi138 (mon.0) 232 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-10T08:37:11.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:10.891340+0000 mon.smithi138 (mon.0) 233 : cluster [INF] osd.2 failed (root=default,host=smithi138) (connection refused reported by osd.1) 2024-02-10T08:37:11.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:10.891460+0000 mon.smithi138 (mon.0) 234 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-10T08:37:11.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:10.891534+0000 mon.smithi138 (mon.0) 235 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-10T08:37:11.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:10.891602+0000 mon.smithi138 (mon.0) 236 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-10T08:37:11.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:10.891675+0000 mon.smithi138 (mon.0) 237 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-10T08:37:11.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:10.891741+0000 mon.smithi138 (mon.0) 238 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-10T08:37:11.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:10.891817+0000 mon.smithi138 (mon.0) 239 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-10T08:37:11.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:10.891886+0000 mon.smithi138 (mon.0) 240 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-10T08:37:11.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:10.891970+0000 mon.smithi138 (mon.0) 241 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-10T08:37:11.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:10.892037+0000 mon.smithi138 (mon.0) 242 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-10T08:37:11.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:10.892104+0000 mon.smithi138 (mon.0) 243 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-10T08:37:11.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:10.892178+0000 mon.smithi138 (mon.0) 244 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-10T08:37:11.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:10.892245+0000 mon.smithi138 (mon.0) 245 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-10T08:37:11.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:10.892311+0000 mon.smithi138 (mon.0) 246 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-10T08:37:12.207 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.55 MB/sec execute 173 sec latency 167854.163 ms 2024-02-10T08:37:12.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:11 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:10.915967+0000 mon.smithi138 (mon.0) 247 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-10T08:37:12.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:11 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:10.927336+0000 mon.smithi138 (mon.0) 248 : cluster [DBG] osdmap e84: 8 total, 7 up, 8 in 2024-02-10T08:37:12.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:11 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:10.915967+0000 mon.smithi138 (mon.0) 247 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-10T08:37:12.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:11 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:10.927336+0000 mon.smithi138 (mon.0) 248 : cluster [DBG] osdmap e84: 8 total, 7 up, 8 in 2024-02-10T08:37:13.207 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.55 MB/sec execute 174 sec latency 168854.188 ms 2024-02-10T08:37:13.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:12 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:11.484885+0000 mgr.smithi138.arglrk (mgr.14762) 116 : cluster [DBG] pgmap v78: 129 pgs: 11 stale+active+clean, 118 active+clean; 317 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-10T08:37:13.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:12 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:11.928042+0000 mon.smithi138 (mon.0) 249 : cluster [DBG] osdmap e85: 8 total, 7 up, 8 in 2024-02-10T08:37:13.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:12 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:11.484885+0000 mgr.smithi138.arglrk (mgr.14762) 116 : cluster [DBG] pgmap v78: 129 pgs: 11 stale+active+clean, 118 active+clean; 317 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-10T08:37:13.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:12 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:11.928042+0000 mon.smithi138 (mon.0) 249 : cluster [DBG] osdmap e85: 8 total, 7 up, 8 in 2024-02-10T08:37:13.347 INFO:journalctl@ceph.osd.2.smithi138.stdout:Feb 10 08:37:12 smithi138 systemd[1]: ceph-c2125314-c7ed-11ee-95b8-87774f69a715@osd.2.service: Succeeded. 2024-02-10T08:37:13.347 INFO:journalctl@ceph.osd.2.smithi138.stdout:Feb 10 08:37:12 smithi138 systemd[1]: Stopped Ceph osd.2 for c2125314-c7ed-11ee-95b8-87774f69a715. 2024-02-10T08:37:13.347 INFO:journalctl@ceph.osd.2.smithi138.stdout:Feb 10 08:37:13 smithi138 systemd[1]: Starting Ceph osd.2 for c2125314-c7ed-11ee-95b8-87774f69a715... 2024-02-10T08:37:14.207 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.55 MB/sec execute 175 sec latency 169854.234 ms 2024-02-10T08:37:14.505 INFO:journalctl@ceph.osd.2.smithi138.stdout:Feb 10 08:37:14 smithi138 bash[114306]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-10T08:37:14.505 INFO:journalctl@ceph.osd.2.smithi138.stdout:Feb 10 08:37:14 smithi138 bash[114306]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-02-10T08:37:14.505 INFO:journalctl@ceph.osd.2.smithi138.stdout:Feb 10 08:37:14 smithi138 bash[114306]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_2 --path /var/lib/ceph/osd/ceph-2 --no-mon-config 2024-02-10T08:37:14.505 INFO:journalctl@ceph.osd.2.smithi138.stdout:Feb 10 08:37:14 smithi138 bash[114306]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-2/block 2024-02-10T08:37:14.505 INFO:journalctl@ceph.osd.2.smithi138.stdout:Feb 10 08:37:14 smithi138 bash[114306]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-2/block 2024-02-10T08:37:14.505 INFO:journalctl@ceph.osd.2.smithi138.stdout:Feb 10 08:37:14 smithi138 bash[114306]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-02-10T08:37:14.506 INFO:journalctl@ceph.osd.2.smithi138.stdout:Feb 10 08:37:14 smithi138 bash[114306]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-02-10T08:37:14.506 INFO:journalctl@ceph.osd.2.smithi138.stdout:Feb 10 08:37:14 smithi138 bash[114306]: --> ceph-volume lvm activate successful for osd ID: 2 2024-02-10T08:37:15.207 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.54 MB/sec execute 176 sec latency 170854.684 ms 2024-02-10T08:37:15.265 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:14 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:13.485684+0000 mgr.smithi138.arglrk (mgr.14762) 117 : cluster [DBG] pgmap v80: 129 pgs: 16 active+undersized+degraded, 4 stale+active+clean, 8 active+undersized, 101 active+clean; 317 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 97/1599 objects degraded (6.066%) 2024-02-10T08:37:15.265 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:14 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:13.927354+0000 mon.smithi138 (mon.0) 250 : cluster [WRN] Health check failed: Degraded data redundancy: 97/1599 objects degraded (6.066%), 16 pgs degraded (PG_DEGRADED) 2024-02-10T08:37:15.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:13.485684+0000 mgr.smithi138.arglrk (mgr.14762) 117 : cluster [DBG] pgmap v80: 129 pgs: 16 active+undersized+degraded, 4 stale+active+clean, 8 active+undersized, 101 active+clean; 317 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 97/1599 objects degraded (6.066%) 2024-02-10T08:37:15.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:13.927354+0000 mon.smithi138 (mon.0) 250 : cluster [WRN] Health check failed: Degraded data redundancy: 97/1599 objects degraded (6.066%), 16 pgs degraded (PG_DEGRADED) 2024-02-10T08:37:15.597 INFO:journalctl@ceph.osd.2.smithi138.stdout:Feb 10 08:37:15 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-2[114565]: debug 2024-02-10T08:37:15.264+0000 7fa8d2e5d700 1 -- 172.21.15.138:0/140466611 <== mon.0 v2:172.21.15.138:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55863e6d8680 con 0x55863e69f400 2024-02-10T08:37:15.597 INFO:journalctl@ceph.osd.2.smithi138.stdout:Feb 10 08:37:15 smithi138 bash[114550]: 2233d7c59b0e9f4d4909b7546878f4c1d6f998d8fd5da7e803013047fa53647d 2024-02-10T08:37:15.597 INFO:journalctl@ceph.osd.2.smithi138.stdout:Feb 10 08:37:15 smithi138 systemd[1]: Started Ceph osd.2 for c2125314-c7ed-11ee-95b8-87774f69a715. 2024-02-10T08:37:16.067 INFO:journalctl@ceph.osd.2.smithi138.stdout:Feb 10 08:37:15 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-2[114565]: debug 2024-02-10T08:37:15.784+0000 7fa8da8eb380 -1 Falling back to public interface 2024-02-10T08:37:16.207 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.54 MB/sec execute 177 sec latency 171854.754 ms 2024-02-10T08:37:16.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:16 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:15.388725+0000 mon.smithi138 (mon.0) 251 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:37:16.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:16 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:15.389519+0000 mon.smithi138 (mon.0) 252 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:37:16.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:16 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:15.629527+0000 mon.smithi138 (mon.0) 253 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:37:16.817 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:16 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:15.388725+0000 mon.smithi138 (mon.0) 251 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:37:16.817 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:16 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:15.389519+0000 mon.smithi138 (mon.0) 252 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:37:16.817 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:16 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:15.629527+0000 mon.smithi138 (mon.0) 253 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:37:17.208 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.54 MB/sec execute 178 sec latency 172854.852 ms 2024-02-10T08:37:17.705 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:17 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:15.486207+0000 mgr.smithi138.arglrk (mgr.14762) 118 : cluster [DBG] pgmap v81: 129 pgs: 22 active+undersized+degraded, 12 active+undersized, 95 active+clean; 317 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 148/1599 objects degraded (9.256%) 2024-02-10T08:37:17.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:17 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:15.486207+0000 mgr.smithi138.arglrk (mgr.14762) 118 : cluster [DBG] pgmap v81: 129 pgs: 22 active+undersized+degraded, 12 active+undersized, 95 active+clean; 317 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 148/1599 objects degraded (9.256%) 2024-02-10T08:37:18.207 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.54 MB/sec execute 179 sec latency 173854.902 ms 2024-02-10T08:37:19.207 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.53 MB/sec execute 180 sec latency 174854.957 ms 2024-02-10T08:37:19.701 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:19 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:17.486796+0000 mgr.smithi138.arglrk (mgr.14762) 119 : cluster [DBG] pgmap v82: 129 pgs: 22 active+undersized+degraded, 12 active+undersized, 95 active+clean; 317 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 148/1599 objects degraded (9.256%) 2024-02-10T08:37:19.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:19 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:17.486796+0000 mgr.smithi138.arglrk (mgr.14762) 119 : cluster [DBG] pgmap v82: 129 pgs: 22 active+undersized+degraded, 12 active+undersized, 95 active+clean; 317 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 148/1599 objects degraded (9.256%) 2024-02-10T08:37:20.096 INFO:journalctl@ceph.osd.2.smithi138.stdout:Feb 10 08:37:19 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-2[114565]: debug 2024-02-10T08:37:19.700+0000 7fa8da8eb380 -1 osd.2 83 log_to_monitors {default=true} 2024-02-10T08:37:20.207 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.53 MB/sec execute 181 sec latency 175855.036 ms 2024-02-10T08:37:20.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:20 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:19.704745+0000 mon.smithi138 (mon.0) 254 : audit [INF] from='osd.2 [v2:172.21.15.138:6818/2328458091,v1:172.21.15.138:6819/2328458091]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-10T08:37:20.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:20 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:19.704745+0000 mon.smithi138 (mon.0) 254 : audit [INF] from='osd.2 [v2:172.21.15.138:6818/2328458091,v1:172.21.15.138:6819/2328458091]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-10T08:37:20.847 INFO:journalctl@ceph.osd.2.smithi138.stdout:Feb 10 08:37:20 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-2[114565]: debug 2024-02-10T08:37:20.411+0000 7fa8cb5d1700 -1 osd.2 83 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-10T08:37:21.207 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.53 MB/sec execute 182 sec latency 176855.076 ms 2024-02-10T08:37:21.418 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:19.487632+0000 mgr.smithi138.arglrk (mgr.14762) 120 : cluster [DBG] pgmap v83: 129 pgs: 22 active+undersized+degraded, 12 active+undersized, 95 active+clean; 317 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 148/1599 objects degraded (9.256%) 2024-02-10T08:37:21.418 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:20.403300+0000 mon.smithi138 (mon.0) 255 : audit [INF] from='osd.2 [v2:172.21.15.138:6818/2328458091,v1:172.21.15.138:6819/2328458091]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-10T08:37:21.419 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:20.403365+0000 mon.smithi138 (mon.0) 256 : cluster [DBG] osdmap e86: 8 total, 7 up, 8 in 2024-02-10T08:37:21.419 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:20.403887+0000 mon.smithi138 (mon.0) 257 : audit [INF] from='osd.2 [v2:172.21.15.138:6818/2328458091,v1:172.21.15.138:6819/2328458091]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-02-10T08:37:21.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:19.487632+0000 mgr.smithi138.arglrk (mgr.14762) 120 : cluster [DBG] pgmap v83: 129 pgs: 22 active+undersized+degraded, 12 active+undersized, 95 active+clean; 317 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 148/1599 objects degraded (9.256%) 2024-02-10T08:37:21.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:20.403300+0000 mon.smithi138 (mon.0) 255 : audit [INF] from='osd.2 [v2:172.21.15.138:6818/2328458091,v1:172.21.15.138:6819/2328458091]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-10T08:37:21.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:20.403365+0000 mon.smithi138 (mon.0) 256 : cluster [DBG] osdmap e86: 8 total, 7 up, 8 in 2024-02-10T08:37:21.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:20.403887+0000 mon.smithi138 (mon.0) 257 : audit [INF] from='osd.2 [v2:172.21.15.138:6818/2328458091,v1:172.21.15.138:6819/2328458091]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-02-10T08:37:22.208 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.52 MB/sec execute 183 sec latency 177855.161 ms 2024-02-10T08:37:22.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:22 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:21.400493+0000 mon.smithi138 (mon.0) 258 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-10T08:37:22.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:22 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:21.404173+0000 mon.smithi138 (mon.0) 259 : cluster [INF] osd.2 [v2:172.21.15.138:6818/2328458091,v1:172.21.15.138:6819/2328458091] boot 2024-02-10T08:37:22.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:22 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:21.404224+0000 mon.smithi138 (mon.0) 260 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2024-02-10T08:37:22.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:22 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:21.404956+0000 mon.smithi138 (mon.0) 261 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T08:37:22.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:22 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:21.539595+0000 mon.smithi138 (mon.0) 262 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:37:22.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:22 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:21.823185+0000 mon.smithi138 (mon.0) 263 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:37:22.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:22 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:21.823803+0000 mon.smithi138 (mon.0) 264 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T08:37:22.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:22 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:21.829629+0000 mon.smithi138 (mon.0) 265 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:37:22.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:22 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:21.836269+0000 mon.smithi138 (mon.0) 266 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:37:22.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:22 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:21.839005+0000 mon.smithi138 (mon.0) 267 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:37:22.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:22 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:21.840945+0000 mon.smithi138 (mon.0) 268 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:37:22.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:22 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:21.841962+0000 mon.smithi138 (mon.0) 269 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:37:22.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:22 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:21.842914+0000 mon.smithi138 (mon.0) 270 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:37:22.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:22 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:21.843967+0000 mon.smithi138 (mon.0) 271 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-10T08:37:22.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:22 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:22.406125+0000 mon.smithi138 (mon.0) 272 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2024-02-10T08:37:22.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:22 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:21.400493+0000 mon.smithi138 (mon.0) 258 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-10T08:37:22.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:22 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:21.404173+0000 mon.smithi138 (mon.0) 259 : cluster [INF] osd.2 [v2:172.21.15.138:6818/2328458091,v1:172.21.15.138:6819/2328458091] boot 2024-02-10T08:37:22.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:22 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:21.404224+0000 mon.smithi138 (mon.0) 260 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2024-02-10T08:37:22.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:22 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:21.404956+0000 mon.smithi138 (mon.0) 261 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T08:37:22.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:22 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:21.539595+0000 mon.smithi138 (mon.0) 262 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:37:22.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:22 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:21.823185+0000 mon.smithi138 (mon.0) 263 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:37:22.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:22 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:21.823803+0000 mon.smithi138 (mon.0) 264 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T08:37:22.848 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:22 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:21.829629+0000 mon.smithi138 (mon.0) 265 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:37:22.848 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:22 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:21.836269+0000 mon.smithi138 (mon.0) 266 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:37:22.848 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:22 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:21.839005+0000 mon.smithi138 (mon.0) 267 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:37:22.848 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:22 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:21.840945+0000 mon.smithi138 (mon.0) 268 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:37:22.848 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:22 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:21.841962+0000 mon.smithi138 (mon.0) 269 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:37:22.848 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:22 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:21.842914+0000 mon.smithi138 (mon.0) 270 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:37:22.848 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:22 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:21.843967+0000 mon.smithi138 (mon.0) 271 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-10T08:37:22.848 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:22 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:22.406125+0000 mon.smithi138 (mon.0) 272 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2024-02-10T08:37:23.208 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.52 MB/sec execute 184 sec latency 178855.215 ms 2024-02-10T08:37:23.707 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:23 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:21.488084+0000 mgr.smithi138.arglrk (mgr.14762) 121 : cluster [DBG] pgmap v86: 129 pgs: 22 active+undersized+degraded, 12 active+undersized, 95 active+clean; 317 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 148/1599 objects degraded (9.256%) 2024-02-10T08:37:23.707 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:23 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:37:21.824302+0000 mgr.smithi138.arglrk (mgr.14762) 122 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T08:37:23.707 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:23 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:21.844097+0000 mgr.smithi138.arglrk (mgr.14762) 123 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-10T08:37:23.707 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:23 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:37:21.844726+0000 mgr.smithi138.arglrk (mgr.14762) 124 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (11 PGs are or would become offline) 2024-02-10T08:37:23.707 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:23 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:22.634641+0000 mon.smithi138 (mon.0) 273 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:37:23.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:23 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:21.488084+0000 mgr.smithi138.arglrk (mgr.14762) 121 : cluster [DBG] pgmap v86: 129 pgs: 22 active+undersized+degraded, 12 active+undersized, 95 active+clean; 317 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 148/1599 objects degraded (9.256%) 2024-02-10T08:37:23.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:23 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:37:21.824302+0000 mgr.smithi138.arglrk (mgr.14762) 122 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T08:37:23.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:23 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:21.844097+0000 mgr.smithi138.arglrk (mgr.14762) 123 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-10T08:37:23.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:23 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:37:21.844726+0000 mgr.smithi138.arglrk (mgr.14762) 124 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (11 PGs are or would become offline) 2024-02-10T08:37:23.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:23 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:22.634641+0000 mon.smithi138 (mon.0) 273 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:37:24.208 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.52 MB/sec execute 185 sec latency 179855.295 ms 2024-02-10T08:37:24.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:24 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:23.915182+0000 mon.smithi138 (mon.0) 274 : cluster [WRN] Health check update: Degraded data redundancy: 148/1599 objects degraded (9.256%), 22 pgs degraded (PG_DEGRADED) 2024-02-10T08:37:24.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:24 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:23.915182+0000 mon.smithi138 (mon.0) 274 : cluster [WRN] Health check update: Degraded data redundancy: 148/1599 objects degraded (9.256%), 22 pgs degraded (PG_DEGRADED) 2024-02-10T08:37:25.208 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.52 MB/sec execute 186 sec latency 180855.383 ms 2024-02-10T08:37:25.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:25 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:23.488629+0000 mgr.smithi138.arglrk (mgr.14762) 125 : cluster [DBG] pgmap v88: 129 pgs: 10 active+undersized+degraded, 7 active+undersized, 112 active+clean; 317 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s; 68/1599 objects degraded (4.253%) 2024-02-10T08:37:25.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:25 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:23.488629+0000 mgr.smithi138.arglrk (mgr.14762) 125 : cluster [DBG] pgmap v88: 129 pgs: 10 active+undersized+degraded, 7 active+undersized, 112 active+clean; 317 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s; 68/1599 objects degraded (4.253%) 2024-02-10T08:37:26.208 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.51 MB/sec execute 187 sec latency 181855.479 ms 2024-02-10T08:37:26.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:26 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:25.489186+0000 mgr.smithi138.arglrk (mgr.14762) 126 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 317 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-10T08:37:26.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:26 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:26.437287+0000 mon.smithi138 (mon.0) 275 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 68/1599 objects degraded (4.253%), 10 pgs degraded) 2024-02-10T08:37:26.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:26 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:25.489186+0000 mgr.smithi138.arglrk (mgr.14762) 126 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 317 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-10T08:37:26.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:26 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:26.437287+0000 mon.smithi138 (mon.0) 275 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 68/1599 objects degraded (4.253%), 10 pgs degraded) 2024-02-10T08:37:27.208 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.51 MB/sec execute 188 sec latency 182855.588 ms 2024-02-10T08:37:28.208 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.51 MB/sec execute 189 sec latency 183855.705 ms 2024-02-10T08:37:28.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:27.489705+0000 mgr.smithi138.arglrk (mgr.14762) 127 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 317 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 288 B/s rd, 0 op/s 2024-02-10T08:37:28.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:27.489705+0000 mgr.smithi138.arglrk (mgr.14762) 127 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 317 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 288 B/s rd, 0 op/s 2024-02-10T08:37:29.208 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.50 MB/sec execute 190 sec latency 184855.785 ms 2024-02-10T08:37:30.208 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.50 MB/sec execute 191 sec latency 185855.892 ms 2024-02-10T08:37:31.208 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.50 MB/sec execute 192 sec latency 186856.035 ms 2024-02-10T08:37:31.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:30 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:29.490303+0000 mgr.smithi138.arglrk (mgr.14762) 128 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 317 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 253 B/s rd, 0 op/s 2024-02-10T08:37:31.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:30 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:29.490303+0000 mgr.smithi138.arglrk (mgr.14762) 128 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 317 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 253 B/s rd, 0 op/s 2024-02-10T08:37:32.208 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.50 MB/sec execute 193 sec latency 187856.081 ms 2024-02-10T08:37:33.208 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.49 MB/sec execute 194 sec latency 188856.182 ms 2024-02-10T08:37:33.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:32 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:31.490905+0000 mgr.smithi138.arglrk (mgr.14762) 129 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 317 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-10T08:37:33.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:32 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:32.704510+0000 mon.smithi138 (mon.0) 276 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:37:33.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:32 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:31.490905+0000 mgr.smithi138.arglrk (mgr.14762) 129 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 317 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-10T08:37:33.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:32 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:32.704510+0000 mon.smithi138 (mon.0) 276 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:37:34.209 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.49 MB/sec execute 195 sec latency 189856.234 ms 2024-02-10T08:37:35.209 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.49 MB/sec execute 196 sec latency 190856.335 ms 2024-02-10T08:37:35.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:34 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:33.491422+0000 mgr.smithi138.arglrk (mgr.14762) 130 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 317 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 369 B/s rd, 0 op/s 2024-02-10T08:37:35.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:34 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:33.491422+0000 mgr.smithi138.arglrk (mgr.14762) 130 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 317 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 369 B/s rd, 0 op/s 2024-02-10T08:37:35.631 INFO:teuthology.orchestra.run.smithi138.stdout:true 2024-02-10T08:37:36.201 INFO:teuthology.orchestra.run.smithi138.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T08:37:36.201 INFO:teuthology.orchestra.run.smithi138.stdout:alertmanager.smithi138 smithi138 *:9093,9094 running (9m) 14s ago 11m 21.4M - 0.20.0 0881eb8f169f 78c83a922c35 2024-02-10T08:37:36.201 INFO:teuthology.orchestra.run.smithi138.stdout:crash.smithi138 smithi138 running (104s) 14s ago 11m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc e34c8efd73ec 2024-02-10T08:37:36.202 INFO:teuthology.orchestra.run.smithi138.stdout:crash.smithi190 smithi190 running (99s) 94s ago 10m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc 2a5c8cf1174a 2024-02-10T08:37:36.202 INFO:teuthology.orchestra.run.smithi138.stdout:grafana.smithi138 smithi138 *:3000 running (9m) 14s ago 11m 35.1M - 6.7.4 557c83e11646 9e400367c973 2024-02-10T08:37:36.202 INFO:teuthology.orchestra.run.smithi138.stdout:mds.foofs.smithi138.rckmtk smithi138 running (5m) 14s ago 5m 10.9M - 16.2.4 8d91d370c2b8 d5d147a8dc83 2024-02-10T08:37:36.202 INFO:teuthology.orchestra.run.smithi138.stdout:mds.foofs.smithi190.lndkxw smithi190 running (5m) 94s ago 5m 25.3M - 16.2.4 8d91d370c2b8 e61226bfc606 2024-02-10T08:37:36.202 INFO:teuthology.orchestra.run.smithi138.stdout:mgr.smithi138.arglrk smithi138 *:8443,9283 running (2m) 14s ago 12m 438M - 16.2.14-521-g0e714d9a 1fbc92c859dc 2699c999f919 2024-02-10T08:37:36.202 INFO:teuthology.orchestra.run.smithi138.stdout:mgr.smithi190.qddxvv smithi190 *:8443,9283 running (2m) 94s ago 10m 386M - 16.2.14-521-g0e714d9a 1fbc92c859dc 7a2ea8668c24 2024-02-10T08:37:36.202 INFO:teuthology.orchestra.run.smithi138.stdout:mon.smithi138 smithi138 running (2m) 14s ago 12m 47.7M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 190626662cdd 2024-02-10T08:37:36.202 INFO:teuthology.orchestra.run.smithi138.stdout:mon.smithi190 smithi190 running (114s) 94s ago 10m 27.9M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 2c6c4dd00319 2024-02-10T08:37:36.202 INFO:teuthology.orchestra.run.smithi138.stdout:nfs.foo.0.0.smithi138.cprnrz smithi138 *:2049 running (3m) 14s ago 3m 83.8M - 3.5 8d91d370c2b8 31ffdf21e540 2024-02-10T08:37:36.202 INFO:teuthology.orchestra.run.smithi138.stdout:nfs.foo.1.0.smithi190.xhydwq smithi190 *:2049 running (3m) 94s ago 3m 54.5M - 3.5 8d91d370c2b8 aa0e44ac0e20 2024-02-10T08:37:36.202 INFO:teuthology.orchestra.run.smithi138.stdout:node-exporter.smithi138 smithi138 *:9100 running (10m) 14s ago 10m 17.0M - 0.18.1 e5a616e4b9cf 720f24dd7d0f 2024-02-10T08:37:36.202 INFO:teuthology.orchestra.run.smithi138.stdout:node-exporter.smithi190 smithi190 *:9100 running (10m) 94s ago 10m 17.1M - 0.18.1 e5a616e4b9cf 5ce00b720701 2024-02-10T08:37:36.202 INFO:teuthology.orchestra.run.smithi138.stdout:osd.0 smithi138 running (82s) 14s ago 9m 116M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 50802eb627dc 2024-02-10T08:37:36.202 INFO:teuthology.orchestra.run.smithi138.stdout:osd.1 smithi138 running (51s) 14s ago 9m 102M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc cadb557b89fa 2024-02-10T08:37:36.203 INFO:teuthology.orchestra.run.smithi138.stdout:osd.2 smithi138 running (21s) 14s ago 8m 10.3M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 2233d7c59b0e 2024-02-10T08:37:36.203 INFO:teuthology.orchestra.run.smithi138.stdout:osd.3 smithi138 running (8m) 14s ago 8m 353M 4096M 16.2.4 8d91d370c2b8 d7911c435734 2024-02-10T08:37:36.203 INFO:teuthology.orchestra.run.smithi138.stdout:osd.4 smithi190 running (8m) 94s ago 8m 385M 4096M 16.2.4 8d91d370c2b8 e5043a6085e4 2024-02-10T08:37:36.203 INFO:teuthology.orchestra.run.smithi138.stdout:osd.5 smithi190 running (7m) 94s ago 7m 393M 4096M 16.2.4 8d91d370c2b8 6a7c61ca0c01 2024-02-10T08:37:36.203 INFO:teuthology.orchestra.run.smithi138.stdout:osd.6 smithi190 running (7m) 94s ago 7m 331M 4096M 16.2.4 8d91d370c2b8 62fbc05c2e0a 2024-02-10T08:37:36.203 INFO:teuthology.orchestra.run.smithi138.stdout:osd.7 smithi190 running (7m) 94s ago 7m 478M 4096M 16.2.4 8d91d370c2b8 1515c342bdc4 2024-02-10T08:37:36.203 INFO:teuthology.orchestra.run.smithi138.stdout:prometheus.smithi138 smithi138 *:9095 running (2m) 14s ago 10m 60.0M - 2.18.1 de242295e225 34aaeb08ccf8 2024-02-10T08:37:36.208 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.49 MB/sec execute 197 sec latency 191856.396 ms 2024-02-10T08:37:36.540 INFO:teuthology.orchestra.run.smithi138.stdout:{ 2024-02-10T08:37:36.540 INFO:teuthology.orchestra.run.smithi138.stdout: "mon": { 2024-02-10T08:37:36.540 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T08:37:36.540 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:37:36.541 INFO:teuthology.orchestra.run.smithi138.stdout: "mgr": { 2024-02-10T08:37:36.541 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T08:37:36.541 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:37:36.541 INFO:teuthology.orchestra.run.smithi138.stdout: "osd": { 2024-02-10T08:37:36.541 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 3, 2024-02-10T08:37:36.541 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 5 2024-02-10T08:37:36.541 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:37:36.541 INFO:teuthology.orchestra.run.smithi138.stdout: "mds": { 2024-02-10T08:37:36.541 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-02-10T08:37:36.541 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:37:36.541 INFO:teuthology.orchestra.run.smithi138.stdout: "overall": { 2024-02-10T08:37:36.541 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 7, 2024-02-10T08:37:36.542 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 7 2024-02-10T08:37:36.542 INFO:teuthology.orchestra.run.smithi138.stdout: } 2024-02-10T08:37:36.542 INFO:teuthology.orchestra.run.smithi138.stdout:} 2024-02-10T08:37:36.829 INFO:teuthology.orchestra.run.smithi138.stdout:{ 2024-02-10T08:37:36.829 INFO:teuthology.orchestra.run.smithi138.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-10T08:37:36.829 INFO:teuthology.orchestra.run.smithi138.stdout: "in_progress": true, 2024-02-10T08:37:36.829 INFO:teuthology.orchestra.run.smithi138.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T08:37:36.829 INFO:teuthology.orchestra.run.smithi138.stdout: "services_complete": [ 2024-02-10T08:37:36.829 INFO:teuthology.orchestra.run.smithi138.stdout: "crash", 2024-02-10T08:37:36.829 INFO:teuthology.orchestra.run.smithi138.stdout: "mgr", 2024-02-10T08:37:36.829 INFO:teuthology.orchestra.run.smithi138.stdout: "mon" 2024-02-10T08:37:36.829 INFO:teuthology.orchestra.run.smithi138.stdout: ], 2024-02-10T08:37:36.829 INFO:teuthology.orchestra.run.smithi138.stdout: "progress": "9/23 daemons upgraded", 2024-02-10T08:37:36.830 INFO:teuthology.orchestra.run.smithi138.stdout: "message": "Currently upgrading osd daemons", 2024-02-10T08:37:36.830 INFO:teuthology.orchestra.run.smithi138.stdout: "is_paused": false 2024-02-10T08:37:36.830 INFO:teuthology.orchestra.run.smithi138.stdout:} 2024-02-10T08:37:37.209 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.48 MB/sec execute 198 sec latency 192856.490 ms 2024-02-10T08:37:37.310 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:36 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:35.491884+0000 mgr.smithi138.arglrk (mgr.14762) 131 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 317 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:37:37.310 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:36 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:35.618609+0000 mgr.smithi138.arglrk (mgr.14762) 132 : audit [DBG] from='client.34180 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:37:37.310 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:36 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:35.908635+0000 mgr.smithi138.arglrk (mgr.14762) 133 : audit [DBG] from='client.34184 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:37:37.310 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:36 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:36.192579+0000 mgr.smithi138.arglrk (mgr.14762) 134 : audit [DBG] from='client.34188 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:37:37.310 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:36 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:36.540299+0000 mon.smithi138 (mon.0) 277 : audit [DBG] from='client.? 172.21.15.138:0/303831680' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:37:37.310 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:36 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:36.859328+0000 mon.smithi138 (mon.0) 278 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-10T08:37:37.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:36 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:35.491884+0000 mgr.smithi138.arglrk (mgr.14762) 131 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 317 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:37:37.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:36 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:35.618609+0000 mgr.smithi138.arglrk (mgr.14762) 132 : audit [DBG] from='client.34180 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:37:37.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:36 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:35.908635+0000 mgr.smithi138.arglrk (mgr.14762) 133 : audit [DBG] from='client.34184 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:37:37.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:36 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:36.192579+0000 mgr.smithi138.arglrk (mgr.14762) 134 : audit [DBG] from='client.34188 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:37:37.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:36 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:36.540299+0000 mon.smithi138 (mon.0) 277 : audit [DBG] from='client.? 172.21.15.138:0/303831680' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:37:37.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:36 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:36.859328+0000 mon.smithi138 (mon.0) 278 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-10T08:37:38.209 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.48 MB/sec execute 199 sec latency 193856.590 ms 2024-02-10T08:37:38.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:37 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:36.828631+0000 mgr.smithi138.arglrk (mgr.14762) 135 : audit [DBG] from='client.34196 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:37:38.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:37 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:36.859461+0000 mgr.smithi138.arglrk (mgr.14762) 136 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-10T08:37:38.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:37 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:37:36.860221+0000 mgr.smithi138.arglrk (mgr.14762) 137 : cephadm [INF] Upgrade: osd.3 is safe to restart 2024-02-10T08:37:38.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:37 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:37.635060+0000 mon.smithi138 (mon.0) 279 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:37:38.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:37 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:36.828631+0000 mgr.smithi138.arglrk (mgr.14762) 135 : audit [DBG] from='client.34196 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:37:38.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:37 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:36.859461+0000 mgr.smithi138.arglrk (mgr.14762) 136 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-10T08:37:38.329 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:37 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:37:36.860221+0000 mgr.smithi138.arglrk (mgr.14762) 137 : cephadm [INF] Upgrade: osd.3 is safe to restart 2024-02-10T08:37:38.330 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:37 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:37.635060+0000 mon.smithi138 (mon.0) 279 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:37:39.209 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.48 MB/sec execute 200 sec latency 194856.704 ms 2024-02-10T08:37:39.648 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:37.492229+0000 mgr.smithi138.arglrk (mgr.14762) 138 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 317 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:37:39.649 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:37:38.349130+0000 mgr.smithi138.arglrk (mgr.14762) 139 : cephadm [INF] Upgrade: Updating osd.3 2024-02-10T08:37:39.649 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:38.353758+0000 mon.smithi138 (mon.0) 280 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:37:39.649 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:38.354467+0000 mon.smithi138 (mon.0) 281 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-10T08:37:39.649 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:38.354992+0000 mon.smithi138 (mon.0) 282 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:37:39.649 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:37:38.356053+0000 mgr.smithi138.arglrk (mgr.14762) 140 : cephadm [INF] Deploying daemon osd.3 on smithi138 2024-02-10T08:37:39.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:37.492229+0000 mgr.smithi138.arglrk (mgr.14762) 138 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 317 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:37:39.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:37:38.349130+0000 mgr.smithi138.arglrk (mgr.14762) 139 : cephadm [INF] Upgrade: Updating osd.3 2024-02-10T08:37:39.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:38.353758+0000 mon.smithi138 (mon.0) 280 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:37:39.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:38.354467+0000 mon.smithi138 (mon.0) 281 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-10T08:37:39.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:38.354992+0000 mon.smithi138 (mon.0) 282 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:37:39.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:37:38.356053+0000 mgr.smithi138.arglrk (mgr.14762) 140 : cephadm [INF] Deploying daemon osd.3 on smithi138 2024-02-10T08:37:40.209 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.48 MB/sec execute 201 sec latency 195856.789 ms 2024-02-10T08:37:41.210 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.47 MB/sec execute 202 sec latency 196856.831 ms 2024-02-10T08:37:41.427 INFO:journalctl@ceph.osd.3.smithi138.stdout:Feb 10 08:37:41 smithi138 systemd[1]: Stopping Ceph osd.3 for c2125314-c7ed-11ee-95b8-87774f69a715... 2024-02-10T08:37:41.427 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:41 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:39.492780+0000 mgr.smithi138.arglrk (mgr.14762) 141 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 317 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:37:41.763 INFO:journalctl@ceph.osd.3.smithi138.stdout:Feb 10 08:37:41 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.3[83717]: debug 2024-02-10T08:37:41.425+0000 7ff2e75da700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-10T08:37:41.763 INFO:journalctl@ceph.osd.3.smithi138.stdout:Feb 10 08:37:41 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.3[83717]: debug 2024-02-10T08:37:41.425+0000 7ff2e75da700 -1 osd.3 88 *** Got signal Terminated *** 2024-02-10T08:37:41.764 INFO:journalctl@ceph.osd.3.smithi138.stdout:Feb 10 08:37:41 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.3[83717]: debug 2024-02-10T08:37:41.425+0000 7ff2e75da700 -1 osd.3 88 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-10T08:37:41.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:39.492780+0000 mgr.smithi138.arglrk (mgr.14762) 141 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 317 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:37:42.096 INFO:journalctl@ceph.osd.3.smithi138.stdout:Feb 10 08:37:41 smithi138 bash[116343]: ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.3 2024-02-10T08:37:42.210 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.47 MB/sec execute 203 sec latency 197857.326 ms 2024-02-10T08:37:42.742 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:41.692529+0000 mon.smithi138 (mon.0) 283 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-10T08:37:42.742 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:41.692561+0000 mon.smithi138 (mon.0) 284 : cluster [INF] osd.3 failed (root=default,host=smithi138) (connection refused reported by osd.2) 2024-02-10T08:37:42.742 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:41.692736+0000 mon.smithi138 (mon.0) 285 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-10T08:37:42.742 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:41.692816+0000 mon.smithi138 (mon.0) 286 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-10T08:37:42.742 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:41.692897+0000 mon.smithi138 (mon.0) 287 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-10T08:37:42.742 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:41.692993+0000 mon.smithi138 (mon.0) 288 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-10T08:37:42.742 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:41.693068+0000 mon.smithi138 (mon.0) 289 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-10T08:37:42.742 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:41.693150+0000 mon.smithi138 (mon.0) 290 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-10T08:37:42.742 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:41.693226+0000 mon.smithi138 (mon.0) 291 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-10T08:37:42.742 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:41.693276+0000 mon.smithi138 (mon.0) 292 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-10T08:37:42.742 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:41.693374+0000 mon.smithi138 (mon.0) 293 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-10T08:37:42.742 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:41.693445+0000 mon.smithi138 (mon.0) 294 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-10T08:37:42.743 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:41.693522+0000 mon.smithi138 (mon.0) 295 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-10T08:37:42.743 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:41.693596+0000 mon.smithi138 (mon.0) 296 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-10T08:37:42.743 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:41.693670+0000 mon.smithi138 (mon.0) 297 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-10T08:37:42.743 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:41.803989+0000 mon.smithi138 (mon.0) 298 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-10T08:37:42.743 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:41.815002+0000 mon.smithi138 (mon.0) 299 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-10T08:37:42.743 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:42.015737+0000 mon.smithi138 (mon.0) 300 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-10T08:37:42.743 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:42.093259+0000 mon.smithi138 (mon.0) 301 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-10T08:37:42.743 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:42.093347+0000 mon.smithi138 (mon.0) 302 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-10T08:37:42.743 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:42.093437+0000 mon.smithi138 (mon.0) 303 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-10T08:37:42.743 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:42.093483+0000 mon.smithi138 (mon.0) 304 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-10T08:37:42.743 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:42.093601+0000 mon.smithi138 (mon.0) 305 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-10T08:37:42.743 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:42.093690+0000 mon.smithi138 (mon.0) 306 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-10T08:37:42.743 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:42.093763+0000 mon.smithi138 (mon.0) 307 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-10T08:37:42.743 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:42.093832+0000 mon.smithi138 (mon.0) 308 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-10T08:37:42.743 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:42.093906+0000 mon.smithi138 (mon.0) 309 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-10T08:37:42.743 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:42.093989+0000 mon.smithi138 (mon.0) 310 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-10T08:37:42.744 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:42.094061+0000 mon.smithi138 (mon.0) 311 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-10T08:37:42.744 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:42.094139+0000 mon.smithi138 (mon.0) 312 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-10T08:37:42.744 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:42.094180+0000 mon.smithi138 (mon.0) 313 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-10T08:37:42.744 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:42.094274+0000 mon.smithi138 (mon.0) 314 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-10T08:37:42.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:41.692529+0000 mon.smithi138 (mon.0) 283 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-10T08:37:42.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:41.692561+0000 mon.smithi138 (mon.0) 284 : cluster [INF] osd.3 failed (root=default,host=smithi138) (connection refused reported by osd.2) 2024-02-10T08:37:42.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:41.692736+0000 mon.smithi138 (mon.0) 285 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-10T08:37:42.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:41.692816+0000 mon.smithi138 (mon.0) 286 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-10T08:37:42.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:41.692897+0000 mon.smithi138 (mon.0) 287 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-10T08:37:42.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:41.692993+0000 mon.smithi138 (mon.0) 288 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-10T08:37:42.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:41.693068+0000 mon.smithi138 (mon.0) 289 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-10T08:37:42.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:41.693150+0000 mon.smithi138 (mon.0) 290 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-10T08:37:42.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:41.693226+0000 mon.smithi138 (mon.0) 291 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-10T08:37:42.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:41.693276+0000 mon.smithi138 (mon.0) 292 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-10T08:37:42.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:41.693374+0000 mon.smithi138 (mon.0) 293 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-10T08:37:42.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:41.693445+0000 mon.smithi138 (mon.0) 294 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-10T08:37:42.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:41.693522+0000 mon.smithi138 (mon.0) 295 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-10T08:37:42.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:41.693596+0000 mon.smithi138 (mon.0) 296 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-10T08:37:42.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:41.693670+0000 mon.smithi138 (mon.0) 297 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-10T08:37:42.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:41.803989+0000 mon.smithi138 (mon.0) 298 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-10T08:37:42.817 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:41.815002+0000 mon.smithi138 (mon.0) 299 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-10T08:37:42.817 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:42.015737+0000 mon.smithi138 (mon.0) 300 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-10T08:37:42.817 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:42.093259+0000 mon.smithi138 (mon.0) 301 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-10T08:37:42.817 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:42.093347+0000 mon.smithi138 (mon.0) 302 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-10T08:37:42.817 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:42.093437+0000 mon.smithi138 (mon.0) 303 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-10T08:37:42.817 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:42.093483+0000 mon.smithi138 (mon.0) 304 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-10T08:37:42.817 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:42.093601+0000 mon.smithi138 (mon.0) 305 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-10T08:37:42.817 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:42.093690+0000 mon.smithi138 (mon.0) 306 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-10T08:37:42.817 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:42.093763+0000 mon.smithi138 (mon.0) 307 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-10T08:37:42.817 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:42.093832+0000 mon.smithi138 (mon.0) 308 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-10T08:37:42.817 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:42.093906+0000 mon.smithi138 (mon.0) 309 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-10T08:37:42.817 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:42.093989+0000 mon.smithi138 (mon.0) 310 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-10T08:37:42.817 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:42.094061+0000 mon.smithi138 (mon.0) 311 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-10T08:37:42.817 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:42.094139+0000 mon.smithi138 (mon.0) 312 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-10T08:37:42.818 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:42.094180+0000 mon.smithi138 (mon.0) 313 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-10T08:37:42.818 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:42.094274+0000 mon.smithi138 (mon.0) 314 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-10T08:37:43.210 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.47 MB/sec execute 204 sec latency 198857.391 ms 2024-02-10T08:37:43.483 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:43 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:41.493234+0000 mgr.smithi138.arglrk (mgr.14762) 142 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 317 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:37:43.483 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:43 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:42.355991+0000 mon.smithi138 (mon.0) 315 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-10T08:37:43.483 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:43 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:42.364085+0000 mon.smithi138 (mon.0) 316 : cluster [DBG] osdmap e89: 8 total, 7 up, 8 in 2024-02-10T08:37:43.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:43 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:41.493234+0000 mgr.smithi138.arglrk (mgr.14762) 142 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 317 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:37:43.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:43 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:42.355991+0000 mon.smithi138 (mon.0) 315 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-10T08:37:43.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:43 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:42.364085+0000 mon.smithi138 (mon.0) 316 : cluster [DBG] osdmap e89: 8 total, 7 up, 8 in 2024-02-10T08:37:44.097 INFO:journalctl@ceph.osd.3.smithi138.stdout:Feb 10 08:37:43 smithi138 systemd[1]: ceph-c2125314-c7ed-11ee-95b8-87774f69a715@osd.3.service: Succeeded. 2024-02-10T08:37:44.097 INFO:journalctl@ceph.osd.3.smithi138.stdout:Feb 10 08:37:43 smithi138 systemd[1]: Stopped Ceph osd.3 for c2125314-c7ed-11ee-95b8-87774f69a715. 2024-02-10T08:37:44.097 INFO:journalctl@ceph.osd.3.smithi138.stdout:Feb 10 08:37:43 smithi138 systemd[1]: Starting Ceph osd.3 for c2125314-c7ed-11ee-95b8-87774f69a715... 2024-02-10T08:37:44.210 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.47 MB/sec execute 205 sec latency 199857.467 ms 2024-02-10T08:37:44.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:43.363352+0000 mon.smithi138 (mon.0) 317 : cluster [DBG] osdmap e90: 8 total, 7 up, 8 in 2024-02-10T08:37:44.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:44 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:43.363352+0000 mon.smithi138 (mon.0) 317 : cluster [DBG] osdmap e90: 8 total, 7 up, 8 in 2024-02-10T08:37:45.210 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.47 MB/sec execute 206 sec latency 200857.530 ms 2024-02-10T08:37:45.337 INFO:journalctl@ceph.osd.3.smithi138.stdout:Feb 10 08:37:44 smithi138 bash[116646]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-10T08:37:45.337 INFO:journalctl@ceph.osd.3.smithi138.stdout:Feb 10 08:37:44 smithi138 bash[116646]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-02-10T08:37:45.337 INFO:journalctl@ceph.osd.3.smithi138.stdout:Feb 10 08:37:44 smithi138 bash[116646]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_1 --path /var/lib/ceph/osd/ceph-3 --no-mon-config 2024-02-10T08:37:45.337 INFO:journalctl@ceph.osd.3.smithi138.stdout:Feb 10 08:37:44 smithi138 bash[116646]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-3/block 2024-02-10T08:37:45.337 INFO:journalctl@ceph.osd.3.smithi138.stdout:Feb 10 08:37:44 smithi138 bash[116646]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-3/block 2024-02-10T08:37:45.337 INFO:journalctl@ceph.osd.3.smithi138.stdout:Feb 10 08:37:44 smithi138 bash[116646]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-02-10T08:37:45.337 INFO:journalctl@ceph.osd.3.smithi138.stdout:Feb 10 08:37:44 smithi138 bash[116646]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-02-10T08:37:45.337 INFO:journalctl@ceph.osd.3.smithi138.stdout:Feb 10 08:37:44 smithi138 bash[116646]: --> ceph-volume lvm activate successful for osd ID: 3 2024-02-10T08:37:45.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:43.493766+0000 mgr.smithi138.arglrk (mgr.14762) 143 : cluster [DBG] pgmap v100: 129 pgs: 11 active+undersized+degraded, 11 stale+active+clean, 12 active+undersized, 95 active+clean; 317 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 90/1599 objects degraded (5.629%) 2024-02-10T08:37:45.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:44.371893+0000 mon.smithi138 (mon.0) 318 : cluster [WRN] Health check failed: Degraded data redundancy: 90/1599 objects degraded (5.629%), 11 pgs degraded (PG_DEGRADED) 2024-02-10T08:37:45.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:43.493766+0000 mgr.smithi138.arglrk (mgr.14762) 143 : cluster [DBG] pgmap v100: 129 pgs: 11 active+undersized+degraded, 11 stale+active+clean, 12 active+undersized, 95 active+clean; 317 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 90/1599 objects degraded (5.629%) 2024-02-10T08:37:45.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:44.371893+0000 mon.smithi138 (mon.0) 318 : cluster [WRN] Health check failed: Degraded data redundancy: 90/1599 objects degraded (5.629%), 11 pgs degraded (PG_DEGRADED) 2024-02-10T08:37:46.210 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.46 MB/sec execute 207 sec latency 201857.937 ms 2024-02-10T08:37:46.596 INFO:journalctl@ceph.osd.3.smithi138.stdout:Feb 10 08:37:46 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-3[116932]: debug 2024-02-10T08:37:46.190+0000 7fac1b5e1700 1 -- 172.21.15.138:0/3515533281 <== mon.0 v2:172.21.15.138:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x561b343d0680 con 0x561b34397400 2024-02-10T08:37:46.597 INFO:journalctl@ceph.osd.3.smithi138.stdout:Feb 10 08:37:46 smithi138 bash[116917]: a7b242c7a81bdaf9f6d921c55df38e0d2eb25f21c86c38d511d5210cded60e78 2024-02-10T08:37:46.597 INFO:journalctl@ceph.osd.3.smithi138.stdout:Feb 10 08:37:46 smithi138 systemd[1]: Started Ceph osd.3 for c2125314-c7ed-11ee-95b8-87774f69a715. 2024-02-10T08:37:47.096 INFO:journalctl@ceph.osd.3.smithi138.stdout:Feb 10 08:37:46 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-3[116932]: debug 2024-02-10T08:37:46.709+0000 7fac2306f380 -1 Falling back to public interface 2024-02-10T08:37:47.210 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.46 MB/sec execute 208 sec latency 202857.978 ms 2024-02-10T08:37:47.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:47 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:45.494360+0000 mgr.smithi138.arglrk (mgr.14762) 144 : cluster [DBG] pgmap v101: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 317 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 213/1599 objects degraded (13.321%) 2024-02-10T08:37:47.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:47 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:46.314745+0000 mon.smithi138 (mon.0) 319 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:37:47.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:47 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:46.315450+0000 mon.smithi138 (mon.0) 320 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:37:47.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:47 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:45.494360+0000 mgr.smithi138.arglrk (mgr.14762) 144 : cluster [DBG] pgmap v101: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 317 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 213/1599 objects degraded (13.321%) 2024-02-10T08:37:47.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:47 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:46.314745+0000 mon.smithi138 (mon.0) 319 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:37:47.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:47 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:46.315450+0000 mon.smithi138 (mon.0) 320 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:37:48.211 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.46 MB/sec execute 209 sec latency 203858.003 ms 2024-02-10T08:37:49.210 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.46 MB/sec execute 210 sec latency 204858.033 ms 2024-02-10T08:37:49.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:49 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:47.494798+0000 mgr.smithi138.arglrk (mgr.14762) 145 : cluster [DBG] pgmap v102: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 317 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 213/1599 objects degraded (13.321%) 2024-02-10T08:37:49.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:49 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:47.494798+0000 mgr.smithi138.arglrk (mgr.14762) 145 : cluster [DBG] pgmap v102: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 317 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 213/1599 objects degraded (13.321%) 2024-02-10T08:37:50.210 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.45 MB/sec execute 211 sec latency 205858.062 ms 2024-02-10T08:37:51.210 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.45 MB/sec execute 212 sec latency 206858.092 ms 2024-02-10T08:37:51.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:49.495433+0000 mgr.smithi138.arglrk (mgr.14762) 146 : cluster [DBG] pgmap v103: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 317 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 213/1599 objects degraded (13.321%) 2024-02-10T08:37:51.597 INFO:journalctl@ceph.osd.3.smithi138.stdout:Feb 10 08:37:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-3[116932]: debug 2024-02-10T08:37:51.528+0000 7fac2306f380 -1 osd.3 88 log_to_monitors {default=true} 2024-02-10T08:37:51.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:49.495433+0000 mgr.smithi138.arglrk (mgr.14762) 146 : cluster [DBG] pgmap v103: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 317 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 213/1599 objects degraded (13.321%) 2024-02-10T08:37:52.210 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.45 MB/sec execute 213 sec latency 207858.124 ms 2024-02-10T08:37:52.596 INFO:journalctl@ceph.osd.3.smithi138.stdout:Feb 10 08:37:52 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-3[116932]: debug 2024-02-10T08:37:52.340+0000 7fac12552700 -1 osd.3 88 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-10T08:37:52.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:52 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:51.532147+0000 mon.smithi138 (mon.0) 321 : audit [INF] from='osd.3 [v2:172.21.15.138:6826/2074805596,v1:172.21.15.138:6827/2074805596]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-10T08:37:52.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:52 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:51.532147+0000 mon.smithi138 (mon.0) 321 : audit [INF] from='osd.3 [v2:172.21.15.138:6826/2074805596,v1:172.21.15.138:6827/2074805596]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-10T08:37:53.210 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.45 MB/sec execute 214 sec latency 208858.236 ms 2024-02-10T08:37:53.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:53 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:51.496021+0000 mgr.smithi138.arglrk (mgr.14762) 147 : cluster [DBG] pgmap v104: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 317 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 213/1599 objects degraded (13.321%) 2024-02-10T08:37:53.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:53 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:52.329924+0000 mon.smithi138 (mon.0) 322 : audit [INF] from='osd.3 [v2:172.21.15.138:6826/2074805596,v1:172.21.15.138:6827/2074805596]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-10T08:37:53.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:53 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:52.329985+0000 mon.smithi138 (mon.0) 323 : cluster [DBG] osdmap e91: 8 total, 7 up, 8 in 2024-02-10T08:37:53.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:53 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:52.330461+0000 mon.smithi138 (mon.0) 324 : audit [INF] from='osd.3 [v2:172.21.15.138:6826/2074805596,v1:172.21.15.138:6827/2074805596]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-02-10T08:37:53.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:53 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:52.381892+0000 mon.smithi138 (mon.0) 325 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:37:53.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:53 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:52.382688+0000 mon.smithi138 (mon.0) 326 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:37:53.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:53 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:52.383306+0000 mon.smithi138 (mon.0) 327 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T08:37:53.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:53 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:37:52.383829+0000 mgr.smithi138.arglrk (mgr.14762) 148 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T08:37:53.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:53 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:52.388868+0000 mon.smithi138 (mon.0) 328 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:37:53.598 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:53 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:52.395768+0000 mon.smithi138 (mon.0) 329 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:37:53.598 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:53 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:52.398570+0000 mon.smithi138 (mon.0) 330 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:37:53.598 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:53 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:52.400493+0000 mon.smithi138 (mon.0) 331 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:37:53.598 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:53 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:52.401589+0000 mon.smithi138 (mon.0) 332 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:37:53.598 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:53 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:52.402606+0000 mon.smithi138 (mon.0) 333 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:37:53.598 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:53 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:52.403674+0000 mon.smithi138 (mon.0) 334 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-10T08:37:53.598 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:53 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:52.403799+0000 mgr.smithi138.arglrk (mgr.14762) 149 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-10T08:37:53.598 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:53 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:37:52.404390+0000 mgr.smithi138.arglrk (mgr.14762) 150 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2024-02-10T08:37:53.598 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:53 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:52.634887+0000 mon.smithi138 (mon.0) 335 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:37:53.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:53 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:51.496021+0000 mgr.smithi138.arglrk (mgr.14762) 147 : cluster [DBG] pgmap v104: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 317 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 213/1599 objects degraded (13.321%) 2024-02-10T08:37:53.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:53 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:52.329924+0000 mon.smithi138 (mon.0) 322 : audit [INF] from='osd.3 [v2:172.21.15.138:6826/2074805596,v1:172.21.15.138:6827/2074805596]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-10T08:37:53.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:53 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:52.329985+0000 mon.smithi138 (mon.0) 323 : cluster [DBG] osdmap e91: 8 total, 7 up, 8 in 2024-02-10T08:37:53.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:53 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:52.330461+0000 mon.smithi138 (mon.0) 324 : audit [INF] from='osd.3 [v2:172.21.15.138:6826/2074805596,v1:172.21.15.138:6827/2074805596]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-02-10T08:37:53.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:53 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:52.381892+0000 mon.smithi138 (mon.0) 325 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:37:53.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:53 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:52.382688+0000 mon.smithi138 (mon.0) 326 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:37:53.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:53 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:52.383306+0000 mon.smithi138 (mon.0) 327 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T08:37:53.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:53 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:37:52.383829+0000 mgr.smithi138.arglrk (mgr.14762) 148 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T08:37:53.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:53 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:52.388868+0000 mon.smithi138 (mon.0) 328 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:37:53.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:53 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:52.395768+0000 mon.smithi138 (mon.0) 329 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:37:53.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:53 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:52.398570+0000 mon.smithi138 (mon.0) 330 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:37:53.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:53 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:52.400493+0000 mon.smithi138 (mon.0) 331 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:37:53.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:53 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:52.401589+0000 mon.smithi138 (mon.0) 332 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:37:53.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:53 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:52.402606+0000 mon.smithi138 (mon.0) 333 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:37:53.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:53 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:52.403674+0000 mon.smithi138 (mon.0) 334 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-10T08:37:53.817 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:53 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:52.403799+0000 mgr.smithi138.arglrk (mgr.14762) 149 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-10T08:37:53.817 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:53 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:37:52.404390+0000 mgr.smithi138.arglrk (mgr.14762) 150 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2024-02-10T08:37:53.817 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:53 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:52.634887+0000 mon.smithi138 (mon.0) 335 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:37:54.210 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.45 MB/sec execute 215 sec latency 209858.279 ms 2024-02-10T08:37:54.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:54 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:53.327457+0000 mon.smithi138 (mon.0) 336 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-10T08:37:54.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:54 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:53.334427+0000 mon.smithi138 (mon.0) 337 : cluster [INF] osd.3 [v2:172.21.15.138:6826/2074805596,v1:172.21.15.138:6827/2074805596] boot 2024-02-10T08:37:54.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:54 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:53.334476+0000 mon.smithi138 (mon.0) 338 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2024-02-10T08:37:54.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:54 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:37:53.335183+0000 mon.smithi138 (mon.0) 339 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T08:37:54.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:54 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:53.921748+0000 mon.smithi138 (mon.0) 340 : cluster [WRN] Health check update: Degraded data redundancy: 213/1599 objects degraded (13.321%), 30 pgs degraded (PG_DEGRADED) 2024-02-10T08:37:54.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:54 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:54.335863+0000 mon.smithi138 (mon.0) 341 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2024-02-10T08:37:54.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:54 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:53.327457+0000 mon.smithi138 (mon.0) 336 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-10T08:37:54.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:54 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:53.334427+0000 mon.smithi138 (mon.0) 337 : cluster [INF] osd.3 [v2:172.21.15.138:6826/2074805596,v1:172.21.15.138:6827/2074805596] boot 2024-02-10T08:37:54.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:54 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:53.334476+0000 mon.smithi138 (mon.0) 338 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2024-02-10T08:37:54.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:54 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:37:53.335183+0000 mon.smithi138 (mon.0) 339 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T08:37:54.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:54 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:53.921748+0000 mon.smithi138 (mon.0) 340 : cluster [WRN] Health check update: Degraded data redundancy: 213/1599 objects degraded (13.321%), 30 pgs degraded (PG_DEGRADED) 2024-02-10T08:37:54.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:54 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:54.335863+0000 mon.smithi138 (mon.0) 341 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2024-02-10T08:37:55.211 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.44 MB/sec execute 216 sec latency 210858.394 ms 2024-02-10T08:37:55.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:55 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:53.496814+0000 mgr.smithi138.arglrk (mgr.14762) 151 : cluster [DBG] pgmap v107: 129 pgs: 14 peering, 25 active+undersized+degraded, 11 active+undersized, 79 active+clean; 317 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 165/1599 objects degraded (10.319%) 2024-02-10T08:37:55.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:55 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:53.496814+0000 mgr.smithi138.arglrk (mgr.14762) 151 : cluster [DBG] pgmap v107: 129 pgs: 14 peering, 25 active+undersized+degraded, 11 active+undersized, 79 active+clean; 317 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 165/1599 objects degraded (10.319%) 2024-02-10T08:37:56.211 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.44 MB/sec execute 217 sec latency 211858.512 ms 2024-02-10T08:37:57.211 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.44 MB/sec execute 218 sec latency 212858.611 ms 2024-02-10T08:37:57.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:57 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:55.497406+0000 mgr.smithi138.arglrk (mgr.14762) 152 : cluster [DBG] pgmap v109: 129 pgs: 14 peering, 13 active+undersized+degraded, 7 active+undersized, 95 active+clean; 317 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 84/1599 objects degraded (5.253%) 2024-02-10T08:37:57.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:57 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:55.497406+0000 mgr.smithi138.arglrk (mgr.14762) 152 : cluster [DBG] pgmap v109: 129 pgs: 14 peering, 13 active+undersized+degraded, 7 active+undersized, 95 active+clean; 317 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 84/1599 objects degraded (5.253%) 2024-02-10T08:37:58.211 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.44 MB/sec execute 219 sec latency 213858.728 ms 2024-02-10T08:37:58.658 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:58 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:58.353725+0000 mon.smithi138 (mon.0) 342 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 84/1599 objects degraded (5.253%), 13 pgs degraded) 2024-02-10T08:37:58.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:58 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:58.353725+0000 mon.smithi138 (mon.0) 342 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 84/1599 objects degraded (5.253%), 13 pgs degraded) 2024-02-10T08:37:59.212 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.44 MB/sec execute 220 sec latency 214858.796 ms 2024-02-10T08:37:59.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:37:59 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:57.497879+0000 mgr.smithi138.arglrk (mgr.14762) 153 : cluster [DBG] pgmap v110: 129 pgs: 14 peering, 115 active+clean; 317 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 5 op/s 2024-02-10T08:37:59.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:37:59 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:57.497879+0000 mgr.smithi138.arglrk (mgr.14762) 153 : cluster [DBG] pgmap v110: 129 pgs: 14 peering, 115 active+clean; 317 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 5 op/s 2024-02-10T08:38:00.211 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.43 MB/sec execute 221 sec latency 215858.881 ms 2024-02-10T08:38:01.211 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.43 MB/sec execute 222 sec latency 216859.015 ms 2024-02-10T08:38:01.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:01 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:37:59.498501+0000 mgr.smithi138.arglrk (mgr.14762) 154 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 317 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 4 op/s 2024-02-10T08:38:01.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:01 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:37:59.498501+0000 mgr.smithi138.arglrk (mgr.14762) 154 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 317 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 4 op/s 2024-02-10T08:38:02.211 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.43 MB/sec execute 223 sec latency 217859.091 ms 2024-02-10T08:38:03.212 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.43 MB/sec execute 224 sec latency 218859.147 ms 2024-02-10T08:38:03.708 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:03 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:01.499089+0000 mgr.smithi138.arglrk (mgr.14762) 155 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 317 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 4.0 KiB/s rd, 4 op/s 2024-02-10T08:38:03.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:03 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:01.499089+0000 mgr.smithi138.arglrk (mgr.14762) 155 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 317 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 4.0 KiB/s rd, 4 op/s 2024-02-10T08:38:04.211 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.43 MB/sec execute 225 sec latency 219859.184 ms 2024-02-10T08:38:05.211 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.42 MB/sec execute 226 sec latency 220859.221 ms 2024-02-10T08:38:05.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:03.499650+0000 mgr.smithi138.arglrk (mgr.14762) 156 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 317 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 3.4 KiB/s rd, 3 op/s 2024-02-10T08:38:05.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:03.499650+0000 mgr.smithi138.arglrk (mgr.14762) 156 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 317 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 3.4 KiB/s rd, 3 op/s 2024-02-10T08:38:06.212 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.42 MB/sec execute 227 sec latency 221859.256 ms 2024-02-10T08:38:07.141 INFO:teuthology.orchestra.run.smithi138.stdout:true 2024-02-10T08:38:07.211 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.42 MB/sec execute 228 sec latency 222859.315 ms 2024-02-10T08:38:07.721 INFO:teuthology.orchestra.run.smithi138.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T08:38:07.721 INFO:teuthology.orchestra.run.smithi138.stdout:alertmanager.smithi138 smithi138 *:9093,9094 running (10m) 15s ago 12m 21.2M - 0.20.0 0881eb8f169f 78c83a922c35 2024-02-10T08:38:07.722 INFO:teuthology.orchestra.run.smithi138.stdout:crash.smithi138 smithi138 running (2m) 15s ago 12m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc e34c8efd73ec 2024-02-10T08:38:07.722 INFO:teuthology.orchestra.run.smithi138.stdout:crash.smithi190 smithi190 running (2m) 2m ago 11m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc 2a5c8cf1174a 2024-02-10T08:38:07.722 INFO:teuthology.orchestra.run.smithi138.stdout:grafana.smithi138 smithi138 *:3000 running (10m) 15s ago 11m 35.1M - 6.7.4 557c83e11646 9e400367c973 2024-02-10T08:38:07.722 INFO:teuthology.orchestra.run.smithi138.stdout:mds.foofs.smithi138.rckmtk smithi138 running (6m) 15s ago 6m 11.1M - 16.2.4 8d91d370c2b8 d5d147a8dc83 2024-02-10T08:38:07.722 INFO:teuthology.orchestra.run.smithi138.stdout:mds.foofs.smithi190.lndkxw smithi190 running (6m) 2m ago 6m 25.3M - 16.2.4 8d91d370c2b8 e61226bfc606 2024-02-10T08:38:07.722 INFO:teuthology.orchestra.run.smithi138.stdout:mgr.smithi138.arglrk smithi138 *:8443,9283 running (3m) 15s ago 13m 439M - 16.2.14-521-g0e714d9a 1fbc92c859dc 2699c999f919 2024-02-10T08:38:07.722 INFO:teuthology.orchestra.run.smithi138.stdout:mgr.smithi190.qddxvv smithi190 *:8443,9283 running (2m) 2m ago 10m 386M - 16.2.14-521-g0e714d9a 1fbc92c859dc 7a2ea8668c24 2024-02-10T08:38:07.722 INFO:teuthology.orchestra.run.smithi138.stdout:mon.smithi138 smithi138 running (2m) 15s ago 13m 50.9M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 190626662cdd 2024-02-10T08:38:07.722 INFO:teuthology.orchestra.run.smithi138.stdout:mon.smithi190 smithi190 running (2m) 2m ago 10m 27.9M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 2c6c4dd00319 2024-02-10T08:38:07.722 INFO:teuthology.orchestra.run.smithi138.stdout:nfs.foo.0.0.smithi138.cprnrz smithi138 *:2049 running (3m) 15s ago 3m 85.6M - 3.5 8d91d370c2b8 31ffdf21e540 2024-02-10T08:38:07.722 INFO:teuthology.orchestra.run.smithi138.stdout:nfs.foo.1.0.smithi190.xhydwq smithi190 *:2049 running (3m) 2m ago 3m 54.5M - 3.5 8d91d370c2b8 aa0e44ac0e20 2024-02-10T08:38:07.722 INFO:teuthology.orchestra.run.smithi138.stdout:node-exporter.smithi138 smithi138 *:9100 running (11m) 15s ago 11m 17.0M - 0.18.1 e5a616e4b9cf 720f24dd7d0f 2024-02-10T08:38:07.722 INFO:teuthology.orchestra.run.smithi138.stdout:node-exporter.smithi190 smithi190 *:9100 running (10m) 2m ago 10m 17.1M - 0.18.1 e5a616e4b9cf 5ce00b720701 2024-02-10T08:38:07.722 INFO:teuthology.orchestra.run.smithi138.stdout:osd.0 smithi138 running (114s) 15s ago 10m 118M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 50802eb627dc 2024-02-10T08:38:07.722 INFO:teuthology.orchestra.run.smithi138.stdout:osd.1 smithi138 running (83s) 15s ago 9m 103M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc cadb557b89fa 2024-02-10T08:38:07.723 INFO:teuthology.orchestra.run.smithi138.stdout:osd.2 smithi138 running (52s) 15s ago 9m 82.7M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 2233d7c59b0e 2024-02-10T08:38:07.723 INFO:teuthology.orchestra.run.smithi138.stdout:osd.3 smithi138 running (21s) 15s ago 9m 13.2M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc a7b242c7a81b 2024-02-10T08:38:07.723 INFO:teuthology.orchestra.run.smithi138.stdout:osd.4 smithi190 running (8m) 2m ago 8m 385M 4096M 16.2.4 8d91d370c2b8 e5043a6085e4 2024-02-10T08:38:07.723 INFO:teuthology.orchestra.run.smithi138.stdout:osd.5 smithi190 running (8m) 2m ago 8m 393M 4096M 16.2.4 8d91d370c2b8 6a7c61ca0c01 2024-02-10T08:38:07.723 INFO:teuthology.orchestra.run.smithi138.stdout:osd.6 smithi190 running (8m) 2m ago 8m 331M 4096M 16.2.4 8d91d370c2b8 62fbc05c2e0a 2024-02-10T08:38:07.723 INFO:teuthology.orchestra.run.smithi138.stdout:osd.7 smithi190 running (7m) 2m ago 7m 478M 4096M 16.2.4 8d91d370c2b8 1515c342bdc4 2024-02-10T08:38:07.723 INFO:teuthology.orchestra.run.smithi138.stdout:prometheus.smithi138 smithi138 *:9095 running (3m) 15s ago 11m 60.0M - 2.18.1 de242295e225 34aaeb08ccf8 2024-02-10T08:38:07.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:05.500183+0000 mgr.smithi138.arglrk (mgr.14762) 157 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 317 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 3.0 KiB/s rd, 3 op/s 2024-02-10T08:38:07.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:07.419278+0000 mon.smithi138 (mon.0) 343 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-10T08:38:07.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:05.500183+0000 mgr.smithi138.arglrk (mgr.14762) 157 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 317 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 3.0 KiB/s rd, 3 op/s 2024-02-10T08:38:07.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:07.419278+0000 mon.smithi138 (mon.0) 343 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-10T08:38:08.065 INFO:teuthology.orchestra.run.smithi138.stdout:{ 2024-02-10T08:38:08.065 INFO:teuthology.orchestra.run.smithi138.stdout: "mon": { 2024-02-10T08:38:08.065 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T08:38:08.065 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:38:08.065 INFO:teuthology.orchestra.run.smithi138.stdout: "mgr": { 2024-02-10T08:38:08.065 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T08:38:08.065 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:38:08.065 INFO:teuthology.orchestra.run.smithi138.stdout: "osd": { 2024-02-10T08:38:08.065 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 4, 2024-02-10T08:38:08.065 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 4 2024-02-10T08:38:08.065 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:38:08.066 INFO:teuthology.orchestra.run.smithi138.stdout: "mds": { 2024-02-10T08:38:08.066 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-02-10T08:38:08.066 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:38:08.066 INFO:teuthology.orchestra.run.smithi138.stdout: "overall": { 2024-02-10T08:38:08.066 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 8, 2024-02-10T08:38:08.066 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 6 2024-02-10T08:38:08.066 INFO:teuthology.orchestra.run.smithi138.stdout: } 2024-02-10T08:38:08.066 INFO:teuthology.orchestra.run.smithi138.stdout:} 2024-02-10T08:38:08.212 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.42 MB/sec execute 229 sec latency 223859.343 ms 2024-02-10T08:38:08.353 INFO:teuthology.orchestra.run.smithi138.stdout:{ 2024-02-10T08:38:08.353 INFO:teuthology.orchestra.run.smithi138.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-10T08:38:08.353 INFO:teuthology.orchestra.run.smithi138.stdout: "in_progress": true, 2024-02-10T08:38:08.354 INFO:teuthology.orchestra.run.smithi138.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T08:38:08.354 INFO:teuthology.orchestra.run.smithi138.stdout: "services_complete": [ 2024-02-10T08:38:08.354 INFO:teuthology.orchestra.run.smithi138.stdout: "crash", 2024-02-10T08:38:08.354 INFO:teuthology.orchestra.run.smithi138.stdout: "mgr", 2024-02-10T08:38:08.354 INFO:teuthology.orchestra.run.smithi138.stdout: "mon" 2024-02-10T08:38:08.354 INFO:teuthology.orchestra.run.smithi138.stdout: ], 2024-02-10T08:38:08.354 INFO:teuthology.orchestra.run.smithi138.stdout: "progress": "10/23 daemons upgraded", 2024-02-10T08:38:08.354 INFO:teuthology.orchestra.run.smithi138.stdout: "message": "Currently upgrading osd daemons", 2024-02-10T08:38:08.354 INFO:teuthology.orchestra.run.smithi138.stdout: "is_paused": false 2024-02-10T08:38:08.354 INFO:teuthology.orchestra.run.smithi138.stdout:} 2024-02-10T08:38:08.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:08 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:07.129198+0000 mgr.smithi138.arglrk (mgr.14762) 158 : audit [DBG] from='client.34204 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:38:08.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:08 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:07.417795+0000 mgr.smithi138.arglrk (mgr.14762) 159 : audit [DBG] from='client.34208 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:38:08.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:08 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:07.419429+0000 mgr.smithi138.arglrk (mgr.14762) 160 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-10T08:38:08.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:08 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:38:07.420439+0000 mgr.smithi138.arglrk (mgr.14762) 161 : cephadm [INF] Upgrade: osd.4 is safe to restart 2024-02-10T08:38:08.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:08 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:07.635409+0000 mon.smithi138 (mon.0) 344 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:38:08.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:08 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:07.725378+0000 mon.smithi138 (mon.0) 345 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:38:08.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:08 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:08.064914+0000 mon.smithi138 (mon.0) 346 : audit [DBG] from='client.? 172.21.15.138:0/580645889' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:38:08.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:07.129198+0000 mgr.smithi138.arglrk (mgr.14762) 158 : audit [DBG] from='client.34204 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:38:08.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:07.417795+0000 mgr.smithi138.arglrk (mgr.14762) 159 : audit [DBG] from='client.34208 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:38:08.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:07.419429+0000 mgr.smithi138.arglrk (mgr.14762) 160 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-10T08:38:08.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:38:07.420439+0000 mgr.smithi138.arglrk (mgr.14762) 161 : cephadm [INF] Upgrade: osd.4 is safe to restart 2024-02-10T08:38:08.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:07.635409+0000 mon.smithi138 (mon.0) 344 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:38:08.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:07.725378+0000 mon.smithi138 (mon.0) 345 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:38:08.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:08.064914+0000 mon.smithi138 (mon.0) 346 : audit [DBG] from='client.? 172.21.15.138:0/580645889' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:38:09.212 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.42 MB/sec execute 230 sec latency 224859.378 ms 2024-02-10T08:38:09.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:07.500615+0000 mgr.smithi138.arglrk (mgr.14762) 162 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 317 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 2.9 KiB/s rd, 2 op/s 2024-02-10T08:38:09.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:07.712667+0000 mgr.smithi138.arglrk (mgr.14762) 163 : audit [DBG] from='client.34212 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:38:09.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:08.353185+0000 mgr.smithi138.arglrk (mgr.14762) 164 : audit [DBG] from='client.34220 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:38:09.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:08.908523+0000 mon.smithi138 (mon.0) 347 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:38:09.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:08.909272+0000 mon.smithi138 (mon.0) 348 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-10T08:38:09.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:08.909791+0000 mon.smithi138 (mon.0) 349 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:38:09.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:07.500615+0000 mgr.smithi138.arglrk (mgr.14762) 162 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 317 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 2.9 KiB/s rd, 2 op/s 2024-02-10T08:38:09.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:07.712667+0000 mgr.smithi138.arglrk (mgr.14762) 163 : audit [DBG] from='client.34212 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:38:09.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:08.353185+0000 mgr.smithi138.arglrk (mgr.14762) 164 : audit [DBG] from='client.34220 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:38:09.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:08.908523+0000 mon.smithi138 (mon.0) 347 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:38:09.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:08.909272+0000 mon.smithi138 (mon.0) 348 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-10T08:38:09.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:08.909791+0000 mon.smithi138 (mon.0) 349 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:38:10.212 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.42 MB/sec execute 231 sec latency 225859.411 ms 2024-02-10T08:38:10.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:38:08.903844+0000 mgr.smithi138.arglrk (mgr.14762) 165 : cephadm [INF] Upgrade: Updating osd.4 2024-02-10T08:38:10.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:38:08.910882+0000 mgr.smithi138.arglrk (mgr.14762) 166 : cephadm [INF] Deploying daemon osd.4 on smithi190 2024-02-10T08:38:10.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:38:08.903844+0000 mgr.smithi138.arglrk (mgr.14762) 165 : cephadm [INF] Upgrade: Updating osd.4 2024-02-10T08:38:10.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:38:08.910882+0000 mgr.smithi138.arglrk (mgr.14762) 166 : cephadm [INF] Deploying daemon osd.4 on smithi190 2024-02-10T08:38:11.212 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.41 MB/sec execute 232 sec latency 226859.445 ms 2024-02-10T08:38:11.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:11 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:09.501223+0000 mgr.smithi138.arglrk (mgr.14762) 167 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 317 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:38:11.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:11 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:09.501223+0000 mgr.smithi138.arglrk (mgr.14762) 167 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 317 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:38:12.065 INFO:journalctl@ceph.osd.4.smithi190.stdout:Feb 10 08:38:11 smithi190 systemd[1]: Stopping Ceph osd.4 for c2125314-c7ed-11ee-95b8-87774f69a715... 2024-02-10T08:38:12.212 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.41 MB/sec execute 233 sec latency 227859.477 ms 2024-02-10T08:38:12.441 INFO:journalctl@ceph.osd.4.smithi190.stdout:Feb 10 08:38:12 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.4[70101]: debug 2024-02-10T08:38:12.110+0000 7f4d28f9e700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-10T08:38:12.441 INFO:journalctl@ceph.osd.4.smithi190.stdout:Feb 10 08:38:12 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.4[70101]: debug 2024-02-10T08:38:12.110+0000 7f4d28f9e700 -1 osd.4 93 *** Got signal Terminated *** 2024-02-10T08:38:12.441 INFO:journalctl@ceph.osd.4.smithi190.stdout:Feb 10 08:38:12 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.4[70101]: debug 2024-02-10T08:38:12.110+0000 7f4d28f9e700 -1 osd.4 93 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-10T08:38:12.815 INFO:journalctl@ceph.osd.4.smithi190.stdout:Feb 10 08:38:12 smithi190 bash[89656]: ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.4 2024-02-10T08:38:12.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:12 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:12.392516+0000 mon.smithi138 (mon.0) 350 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-02-10T08:38:12.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:12 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:12.392554+0000 mon.smithi138 (mon.0) 351 : cluster [INF] osd.4 failed (root=default,host=smithi190) (connection refused reported by osd.7) 2024-02-10T08:38:12.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:12 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:12.392709+0000 mon.smithi138 (mon.0) 352 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-02-10T08:38:12.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:12 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:12.392769+0000 mon.smithi138 (mon.0) 353 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-10T08:38:12.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:12 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:12.392912+0000 mon.smithi138 (mon.0) 354 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-02-10T08:38:12.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:12 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:12.393040+0000 mon.smithi138 (mon.0) 355 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-10T08:38:12.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:12 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:12.393345+0000 mon.smithi138 (mon.0) 356 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-02-10T08:38:12.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:12 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:12.393417+0000 mon.smithi138 (mon.0) 357 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-10T08:38:12.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:12 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:12.393552+0000 mon.smithi138 (mon.0) 358 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-10T08:38:12.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:12 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:12.393642+0000 mon.smithi138 (mon.0) 359 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-10T08:38:12.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:12 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:12.393737+0000 mon.smithi138 (mon.0) 360 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-10T08:38:12.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:12 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:12.393837+0000 mon.smithi138 (mon.0) 361 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-10T08:38:12.817 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:12 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:12.393948+0000 mon.smithi138 (mon.0) 362 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-10T08:38:12.817 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:12 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:12.394049+0000 mon.smithi138 (mon.0) 363 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-10T08:38:12.817 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:12 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:12.394143+0000 mon.smithi138 (mon.0) 364 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-10T08:38:12.817 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:12 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:12.394233+0000 mon.smithi138 (mon.0) 365 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-10T08:38:12.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:12 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:12.392516+0000 mon.smithi138 (mon.0) 350 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-02-10T08:38:12.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:12 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:12.392554+0000 mon.smithi138 (mon.0) 351 : cluster [INF] osd.4 failed (root=default,host=smithi190) (connection refused reported by osd.7) 2024-02-10T08:38:12.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:12 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:12.392709+0000 mon.smithi138 (mon.0) 352 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-02-10T08:38:12.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:12 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:12.392769+0000 mon.smithi138 (mon.0) 353 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-10T08:38:12.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:12 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:12.392912+0000 mon.smithi138 (mon.0) 354 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-02-10T08:38:12.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:12 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:12.393040+0000 mon.smithi138 (mon.0) 355 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-10T08:38:12.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:12 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:12.393345+0000 mon.smithi138 (mon.0) 356 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-02-10T08:38:12.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:12 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:12.393417+0000 mon.smithi138 (mon.0) 357 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-10T08:38:12.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:12 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:12.393552+0000 mon.smithi138 (mon.0) 358 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-10T08:38:12.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:12 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:12.393642+0000 mon.smithi138 (mon.0) 359 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-10T08:38:12.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:12 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:12.393737+0000 mon.smithi138 (mon.0) 360 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-10T08:38:12.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:12 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:12.393837+0000 mon.smithi138 (mon.0) 361 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-10T08:38:12.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:12 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:12.393948+0000 mon.smithi138 (mon.0) 362 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-10T08:38:12.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:12 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:12.394049+0000 mon.smithi138 (mon.0) 363 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-10T08:38:12.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:12 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:12.394143+0000 mon.smithi138 (mon.0) 364 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-10T08:38:12.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:12 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:12.394233+0000 mon.smithi138 (mon.0) 365 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-10T08:38:13.212 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.41 MB/sec execute 234 sec latency 228859.564 ms 2024-02-10T08:38:13.708 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:13 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:11.501879+0000 mgr.smithi138.arglrk (mgr.14762) 168 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 317 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:38:13.708 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:13 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:12.437058+0000 mon.smithi138 (mon.0) 366 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-10T08:38:13.709 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:13 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:12.445707+0000 mon.smithi138 (mon.0) 367 : cluster [DBG] osdmap e94: 8 total, 7 up, 8 in 2024-02-10T08:38:13.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:13 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:11.501879+0000 mgr.smithi138.arglrk (mgr.14762) 168 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 317 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:38:13.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:13 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:12.437058+0000 mon.smithi138 (mon.0) 366 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-10T08:38:13.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:13 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:12.445707+0000 mon.smithi138 (mon.0) 367 : cluster [DBG] osdmap e94: 8 total, 7 up, 8 in 2024-02-10T08:38:14.212 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.41 MB/sec execute 235 sec latency 229859.654 ms 2024-02-10T08:38:14.648 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:13.448517+0000 mon.smithi138 (mon.0) 368 : cluster [DBG] osdmap e95: 8 total, 7 up, 8 in 2024-02-10T08:38:14.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:14 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:13.448517+0000 mon.smithi138 (mon.0) 368 : cluster [DBG] osdmap e95: 8 total, 7 up, 8 in 2024-02-10T08:38:15.065 INFO:journalctl@ceph.osd.4.smithi190.stdout:Feb 10 08:38:14 smithi190 systemd[1]: ceph-c2125314-c7ed-11ee-95b8-87774f69a715@osd.4.service: Succeeded. 2024-02-10T08:38:15.065 INFO:journalctl@ceph.osd.4.smithi190.stdout:Feb 10 08:38:14 smithi190 systemd[1]: Stopped Ceph osd.4 for c2125314-c7ed-11ee-95b8-87774f69a715. 2024-02-10T08:38:15.065 INFO:journalctl@ceph.osd.4.smithi190.stdout:Feb 10 08:38:14 smithi190 systemd[1]: Starting Ceph osd.4 for c2125314-c7ed-11ee-95b8-87774f69a715... 2024-02-10T08:38:15.212 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.41 MB/sec execute 236 sec latency 230859.741 ms 2024-02-10T08:38:15.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:15 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:13.502582+0000 mgr.smithi138.arglrk (mgr.14762) 169 : cluster [DBG] pgmap v120: 129 pgs: 14 active+undersized+degraded, 11 stale+active+clean, 13 active+undersized, 91 active+clean; 317 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 132/1599 objects degraded (8.255%) 2024-02-10T08:38:15.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:15 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:14.445895+0000 mon.smithi138 (mon.0) 369 : cluster [WRN] Health check failed: Degraded data redundancy: 132/1599 objects degraded (8.255%), 14 pgs degraded (PG_DEGRADED) 2024-02-10T08:38:15.816 INFO:journalctl@ceph.osd.4.smithi190.stdout:Feb 10 08:38:15 smithi190 bash[89961]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-10T08:38:15.816 INFO:journalctl@ceph.osd.4.smithi190.stdout:Feb 10 08:38:15 smithi190 bash[89961]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-02-10T08:38:15.816 INFO:journalctl@ceph.osd.4.smithi190.stdout:Feb 10 08:38:15 smithi190 bash[89961]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_4 --path /var/lib/ceph/osd/ceph-4 --no-mon-config 2024-02-10T08:38:15.816 INFO:journalctl@ceph.osd.4.smithi190.stdout:Feb 10 08:38:15 smithi190 bash[89961]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-4/block 2024-02-10T08:38:15.816 INFO:journalctl@ceph.osd.4.smithi190.stdout:Feb 10 08:38:15 smithi190 bash[89961]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-4/block 2024-02-10T08:38:15.816 INFO:journalctl@ceph.osd.4.smithi190.stdout:Feb 10 08:38:15 smithi190 bash[89961]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-02-10T08:38:15.816 INFO:journalctl@ceph.osd.4.smithi190.stdout:Feb 10 08:38:15 smithi190 bash[89961]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-02-10T08:38:15.817 INFO:journalctl@ceph.osd.4.smithi190.stdout:Feb 10 08:38:15 smithi190 bash[89961]: --> ceph-volume lvm activate successful for osd ID: 4 2024-02-10T08:38:15.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:15 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:13.502582+0000 mgr.smithi138.arglrk (mgr.14762) 169 : cluster [DBG] pgmap v120: 129 pgs: 14 active+undersized+degraded, 11 stale+active+clean, 13 active+undersized, 91 active+clean; 317 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 132/1599 objects degraded (8.255%) 2024-02-10T08:38:15.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:15 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:14.445895+0000 mon.smithi138 (mon.0) 369 : cluster [WRN] Health check failed: Degraded data redundancy: 132/1599 objects degraded (8.255%), 14 pgs degraded (PG_DEGRADED) 2024-02-10T08:38:16.212 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.40 MB/sec execute 237 sec latency 231859.796 ms 2024-02-10T08:38:17.065 INFO:journalctl@ceph.osd.4.smithi190.stdout:Feb 10 08:38:16 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-4[90220]: debug 2024-02-10T08:38:16.830+0000 7f489b85d700 1 -- 172.21.15.190:0/1842302119 <== mon.1 v2:172.21.15.190:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55c9f96b0680 con 0x55c9f9677400 2024-02-10T08:38:17.065 INFO:journalctl@ceph.osd.4.smithi190.stdout:Feb 10 08:38:16 smithi190 bash[90206]: cd65ef4091e7cc2acbe8c8b44834de735ad4030696b8850cc9d76400a9351819 2024-02-10T08:38:17.065 INFO:journalctl@ceph.osd.4.smithi190.stdout:Feb 10 08:38:16 smithi190 systemd[1]: Started Ceph osd.4 for c2125314-c7ed-11ee-95b8-87774f69a715. 2024-02-10T08:38:17.212 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.40 MB/sec execute 238 sec latency 232859.911 ms 2024-02-10T08:38:17.644 INFO:journalctl@ceph.osd.4.smithi190.stdout:Feb 10 08:38:17 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-4[90220]: debug 2024-02-10T08:38:17.364+0000 7f48a32eb380 -1 Falling back to public interface 2024-02-10T08:38:17.644 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:17 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:15.503232+0000 mgr.smithi138.arglrk (mgr.14762) 170 : cluster [DBG] pgmap v121: 129 pgs: 30 active+undersized+degraded, 5 stale+active+clean, 19 active+undersized, 75 active+clean; 317 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 244/1599 objects degraded (15.260%) 2024-02-10T08:38:17.645 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:17 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:16.958706+0000 mon.smithi138 (mon.0) 370 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:38:17.645 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:17 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:16.959655+0000 mon.smithi138 (mon.0) 371 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:38:17.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:17 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:15.503232+0000 mgr.smithi138.arglrk (mgr.14762) 170 : cluster [DBG] pgmap v121: 129 pgs: 30 active+undersized+degraded, 5 stale+active+clean, 19 active+undersized, 75 active+clean; 317 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 244/1599 objects degraded (15.260%) 2024-02-10T08:38:17.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:17 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:16.958706+0000 mon.smithi138 (mon.0) 370 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:38:17.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:17 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:16.959655+0000 mon.smithi138 (mon.0) 371 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:38:18.212 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.40 MB/sec execute 239 sec latency 233860.001 ms 2024-02-10T08:38:18.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:18 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:17.503861+0000 mgr.smithi138.arglrk (mgr.14762) 171 : cluster [DBG] pgmap v122: 129 pgs: 32 active+undersized+degraded, 25 active+undersized, 72 active+clean; 317 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 258/1599 objects degraded (16.135%) 2024-02-10T08:38:18.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:18 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:17.503861+0000 mgr.smithi138.arglrk (mgr.14762) 171 : cluster [DBG] pgmap v122: 129 pgs: 32 active+undersized+degraded, 25 active+undersized, 72 active+clean; 317 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 258/1599 objects degraded (16.135%) 2024-02-10T08:38:19.212 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.40 MB/sec execute 240 sec latency 234860.049 ms 2024-02-10T08:38:20.212 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.40 MB/sec execute 241 sec latency 235860.082 ms 2024-02-10T08:38:21.212 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.40 MB/sec execute 242 sec latency 236860.125 ms 2024-02-10T08:38:21.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:20 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:19.504576+0000 mgr.smithi138.arglrk (mgr.14762) 172 : cluster [DBG] pgmap v123: 129 pgs: 32 active+undersized+degraded, 25 active+undersized, 72 active+clean; 317 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 258/1599 objects degraded (16.135%) 2024-02-10T08:38:21.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:20 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:19.504576+0000 mgr.smithi138.arglrk (mgr.14762) 172 : cluster [DBG] pgmap v123: 129 pgs: 32 active+undersized+degraded, 25 active+undersized, 72 active+clean; 317 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 258/1599 objects degraded (16.135%) 2024-02-10T08:38:22.213 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.39 MB/sec execute 243 sec latency 237860.179 ms 2024-02-10T08:38:22.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:22 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:21.085941+0000 mon.smithi138 (mon.0) 372 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:38:22.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:22 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:21.386322+0000 mon.smithi138 (mon.0) 373 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:38:22.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:22 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:21.387239+0000 mon.smithi138 (mon.0) 374 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T08:38:22.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:22 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:38:21.388005+0000 mgr.smithi138.arglrk (mgr.14762) 173 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T08:38:22.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:22 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:21.392377+0000 mon.smithi138 (mon.0) 375 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:38:22.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:22 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:21.398409+0000 mon.smithi138 (mon.0) 376 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:38:22.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:22 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:21.401904+0000 mon.smithi138 (mon.0) 377 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:38:22.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:22 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:21.404282+0000 mon.smithi138 (mon.0) 378 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:38:22.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:22 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:21.405639+0000 mon.smithi138 (mon.0) 379 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:38:22.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:22 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:21.407011+0000 mon.smithi138 (mon.0) 380 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:38:22.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:22 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:21.408424+0000 mon.smithi138 (mon.0) 381 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-10T08:38:22.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:22 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:21.408612+0000 mgr.smithi138.arglrk (mgr.14762) 174 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-10T08:38:22.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:22 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:38:21.409356+0000 mgr.smithi138.arglrk (mgr.14762) 175 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (8 PGs are or would become offline) 2024-02-10T08:38:22.565 INFO:journalctl@ceph.osd.4.smithi190.stdout:Feb 10 08:38:22 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-4[90220]: debug 2024-02-10T08:38:22.126+0000 7f48a32eb380 -1 osd.4 93 log_to_monitors {default=true} 2024-02-10T08:38:22.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:22 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:21.085941+0000 mon.smithi138 (mon.0) 372 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:38:22.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:22 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:21.386322+0000 mon.smithi138 (mon.0) 373 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:38:22.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:22 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:21.387239+0000 mon.smithi138 (mon.0) 374 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T08:38:22.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:22 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:38:21.388005+0000 mgr.smithi138.arglrk (mgr.14762) 173 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T08:38:22.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:22 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:21.392377+0000 mon.smithi138 (mon.0) 375 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:38:22.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:22 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:21.398409+0000 mon.smithi138 (mon.0) 376 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:38:22.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:22 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:21.401904+0000 mon.smithi138 (mon.0) 377 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:38:22.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:22 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:21.404282+0000 mon.smithi138 (mon.0) 378 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:38:22.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:22 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:21.405639+0000 mon.smithi138 (mon.0) 379 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:38:22.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:22 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:21.407011+0000 mon.smithi138 (mon.0) 380 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:38:22.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:22 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:21.408424+0000 mon.smithi138 (mon.0) 381 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-10T08:38:22.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:22 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:21.408612+0000 mgr.smithi138.arglrk (mgr.14762) 174 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-10T08:38:22.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:22 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:38:21.409356+0000 mgr.smithi138.arglrk (mgr.14762) 175 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (8 PGs are or would become offline) 2024-02-10T08:38:23.213 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.39 MB/sec execute 244 sec latency 238860.244 ms 2024-02-10T08:38:23.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:23 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:21.505487+0000 mgr.smithi138.arglrk (mgr.14762) 176 : cluster [DBG] pgmap v124: 129 pgs: 32 active+undersized+degraded, 25 active+undersized, 72 active+clean; 317 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 258/1599 objects degraded (16.135%) 2024-02-10T08:38:23.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:23 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:22.130896+0000 mon.smithi190 (mon.1) 2 : audit [INF] from='osd.4 [v2:172.21.15.190:6800/4119625670,v1:172.21.15.190:6801/4119625670]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-10T08:38:23.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:23 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:22.131329+0000 mon.smithi138 (mon.0) 382 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-10T08:38:23.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:23 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:22.636035+0000 mon.smithi138 (mon.0) 383 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:38:23.565 INFO:journalctl@ceph.osd.4.smithi190.stdout:Feb 10 08:38:23 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-4[90220]: debug 2024-02-10T08:38:23.113+0000 7f48947d2700 -1 osd.4 93 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-10T08:38:23.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:23 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:21.505487+0000 mgr.smithi138.arglrk (mgr.14762) 176 : cluster [DBG] pgmap v124: 129 pgs: 32 active+undersized+degraded, 25 active+undersized, 72 active+clean; 317 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 258/1599 objects degraded (16.135%) 2024-02-10T08:38:23.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:23 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:22.130896+0000 mon.smithi190 (mon.1) 2 : audit [INF] from='osd.4 [v2:172.21.15.190:6800/4119625670,v1:172.21.15.190:6801/4119625670]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-10T08:38:23.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:23 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:22.131329+0000 mon.smithi138 (mon.0) 382 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-10T08:38:23.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:23 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:22.636035+0000 mon.smithi138 (mon.0) 383 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:38:24.212 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.39 MB/sec execute 245 sec latency 239860.277 ms 2024-02-10T08:38:24.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:24 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:23.093201+0000 mon.smithi138 (mon.0) 384 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-10T08:38:24.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:24 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:23.093257+0000 mon.smithi138 (mon.0) 385 : cluster [DBG] osdmap e96: 8 total, 7 up, 8 in 2024-02-10T08:38:24.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:24 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:23.098930+0000 mon.smithi190 (mon.1) 3 : audit [INF] from='osd.4 [v2:172.21.15.190:6800/4119625670,v1:172.21.15.190:6801/4119625670]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2024-02-10T08:38:24.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:24 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:23.099457+0000 mon.smithi138 (mon.0) 386 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2024-02-10T08:38:24.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:24 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:23.927519+0000 mon.smithi138 (mon.0) 387 : cluster [WRN] Health check update: Degraded data redundancy: 258/1599 objects degraded (16.135%), 32 pgs degraded (PG_DEGRADED) 2024-02-10T08:38:24.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:24 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:23.093201+0000 mon.smithi138 (mon.0) 384 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-10T08:38:24.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:24 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:23.093257+0000 mon.smithi138 (mon.0) 385 : cluster [DBG] osdmap e96: 8 total, 7 up, 8 in 2024-02-10T08:38:24.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:24 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:23.098930+0000 mon.smithi190 (mon.1) 3 : audit [INF] from='osd.4 [v2:172.21.15.190:6800/4119625670,v1:172.21.15.190:6801/4119625670]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2024-02-10T08:38:24.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:24 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:23.099457+0000 mon.smithi138 (mon.0) 386 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2024-02-10T08:38:24.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:24 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:23.927519+0000 mon.smithi138 (mon.0) 387 : cluster [WRN] Health check update: Degraded data redundancy: 258/1599 objects degraded (16.135%), 32 pgs degraded (PG_DEGRADED) 2024-02-10T08:38:25.213 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.39 MB/sec execute 246 sec latency 240860.312 ms 2024-02-10T08:38:25.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:25 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:23.510322+0000 mgr.smithi138.arglrk (mgr.14762) 177 : cluster [DBG] pgmap v126: 129 pgs: 32 active+undersized+degraded, 25 active+undersized, 72 active+clean; 317 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 258/1599 objects degraded (16.135%) 2024-02-10T08:38:25.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:25 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:24.091150+0000 mon.smithi138 (mon.0) 388 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-10T08:38:25.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:25 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:24.095335+0000 mon.smithi138 (mon.0) 389 : cluster [INF] osd.4 [v2:172.21.15.190:6800/4119625670,v1:172.21.15.190:6801/4119625670] boot 2024-02-10T08:38:25.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:25 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:24.095376+0000 mon.smithi138 (mon.0) 390 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2024-02-10T08:38:25.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:25 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:24.095957+0000 mon.smithi138 (mon.0) 391 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T08:38:25.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:25 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:25.097250+0000 mon.smithi138 (mon.0) 392 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2024-02-10T08:38:25.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:25 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:23.510322+0000 mgr.smithi138.arglrk (mgr.14762) 177 : cluster [DBG] pgmap v126: 129 pgs: 32 active+undersized+degraded, 25 active+undersized, 72 active+clean; 317 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 258/1599 objects degraded (16.135%) 2024-02-10T08:38:25.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:25 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:24.091150+0000 mon.smithi138 (mon.0) 388 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-10T08:38:25.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:25 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:24.095335+0000 mon.smithi138 (mon.0) 389 : cluster [INF] osd.4 [v2:172.21.15.190:6800/4119625670,v1:172.21.15.190:6801/4119625670] boot 2024-02-10T08:38:25.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:25 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:24.095376+0000 mon.smithi138 (mon.0) 390 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2024-02-10T08:38:25.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:25 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:24.095957+0000 mon.smithi138 (mon.0) 391 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T08:38:25.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:25 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:25.097250+0000 mon.smithi138 (mon.0) 392 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2024-02-10T08:38:26.213 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.39 MB/sec execute 247 sec latency 241860.386 ms 2024-02-10T08:38:27.213 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.39 MB/sec execute 248 sec latency 242860.465 ms 2024-02-10T08:38:27.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:25.510844+0000 mgr.smithi138.arglrk (mgr.14762) 178 : cluster [DBG] pgmap v129: 129 pgs: 13 peering, 21 active+undersized+degraded, 20 active+undersized, 75 active+clean; 317 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s; 180/1599 objects degraded (11.257%) 2024-02-10T08:38:27.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:25.510844+0000 mgr.smithi138.arglrk (mgr.14762) 178 : cluster [DBG] pgmap v129: 129 pgs: 13 peering, 21 active+undersized+degraded, 20 active+undersized, 75 active+clean; 317 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s; 180/1599 objects degraded (11.257%) 2024-02-10T08:38:28.213 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.39 MB/sec execute 249 sec latency 243860.554 ms 2024-02-10T08:38:29.213 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.38 MB/sec execute 250 sec latency 244860.649 ms 2024-02-10T08:38:29.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:29 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:27.511492+0000 mgr.smithi138.arglrk (mgr.14762) 179 : cluster [DBG] pgmap v130: 129 pgs: 13 peering, 19 active+undersized+degraded, 19 active+undersized, 78 active+clean; 317 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 340 B/s rd, 0 op/s; 166/1599 objects degraded (10.381%) 2024-02-10T08:38:29.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:29 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:28.928552+0000 mon.smithi138 (mon.0) 393 : cluster [WRN] Health check update: Degraded data redundancy: 166/1599 objects degraded (10.381%), 19 pgs degraded (PG_DEGRADED) 2024-02-10T08:38:29.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:29 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:27.511492+0000 mgr.smithi138.arglrk (mgr.14762) 179 : cluster [DBG] pgmap v130: 129 pgs: 13 peering, 19 active+undersized+degraded, 19 active+undersized, 78 active+clean; 317 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 340 B/s rd, 0 op/s; 166/1599 objects degraded (10.381%) 2024-02-10T08:38:29.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:29 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:28.928552+0000 mon.smithi138 (mon.0) 393 : cluster [WRN] Health check update: Degraded data redundancy: 166/1599 objects degraded (10.381%), 19 pgs degraded (PG_DEGRADED) 2024-02-10T08:38:30.213 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.38 MB/sec execute 251 sec latency 245860.682 ms 2024-02-10T08:38:30.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:30 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:30.115030+0000 mon.smithi138 (mon.0) 394 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 166/1599 objects degraded (10.381%), 19 pgs degraded) 2024-02-10T08:38:30.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:30 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:30.115030+0000 mon.smithi138 (mon.0) 394 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 166/1599 objects degraded (10.381%), 19 pgs degraded) 2024-02-10T08:38:31.213 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.38 MB/sec execute 252 sec latency 246860.768 ms 2024-02-10T08:38:31.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:31 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:29.512140+0000 mgr.smithi138.arglrk (mgr.14762) 180 : cluster [DBG] pgmap v131: 129 pgs: 13 peering, 116 active+clean; 317 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 159 B/s rd, 0 op/s 2024-02-10T08:38:31.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:31 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:29.512140+0000 mgr.smithi138.arglrk (mgr.14762) 180 : cluster [DBG] pgmap v131: 129 pgs: 13 peering, 116 active+clean; 317 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 159 B/s rd, 0 op/s 2024-02-10T08:38:32.213 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.38 MB/sec execute 253 sec latency 247860.816 ms 2024-02-10T08:38:33.213 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.38 MB/sec execute 254 sec latency 248860.920 ms 2024-02-10T08:38:33.513 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:33 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:31.512623+0000 mgr.smithi138.arglrk (mgr.14762) 181 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 317 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-02-10T08:38:33.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:33 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:31.512623+0000 mgr.smithi138.arglrk (mgr.14762) 181 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 317 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-02-10T08:38:34.213 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.38 MB/sec execute 255 sec latency 249861.004 ms 2024-02-10T08:38:35.213 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.37 MB/sec execute 256 sec latency 250861.052 ms 2024-02-10T08:38:35.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:35 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:33.513364+0000 mgr.smithi138.arglrk (mgr.14762) 182 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 317 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 217 B/s rd, 0 op/s 2024-02-10T08:38:35.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:35 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:33.513364+0000 mgr.smithi138.arglrk (mgr.14762) 182 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 317 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 217 B/s rd, 0 op/s 2024-02-10T08:38:36.213 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.37 MB/sec execute 257 sec latency 251861.095 ms 2024-02-10T08:38:37.213 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.37 MB/sec execute 258 sec latency 252861.187 ms 2024-02-10T08:38:37.549 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:37 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:35.513896+0000 mgr.smithi138.arglrk (mgr.14762) 183 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 317 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2024-02-10T08:38:37.550 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:37 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:36.424960+0000 mon.smithi138 (mon.0) 395 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-10T08:38:37.550 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:37 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:36.425144+0000 mgr.smithi138.arglrk (mgr.14762) 184 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-10T08:38:37.550 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:37 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:38:36.426264+0000 mgr.smithi138.arglrk (mgr.14762) 185 : cephadm [INF] Upgrade: osd.5 is safe to restart 2024-02-10T08:38:37.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:37 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:35.513896+0000 mgr.smithi138.arglrk (mgr.14762) 183 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 317 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2024-02-10T08:38:37.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:37 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:36.424960+0000 mon.smithi138 (mon.0) 395 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-10T08:38:37.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:37 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:36.425144+0000 mgr.smithi138.arglrk (mgr.14762) 184 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-10T08:38:37.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:37 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:38:36.426264+0000 mgr.smithi138.arglrk (mgr.14762) 185 : cephadm [INF] Upgrade: osd.5 is safe to restart 2024-02-10T08:38:38.214 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.37 MB/sec execute 259 sec latency 253861.284 ms 2024-02-10T08:38:38.668 INFO:teuthology.orchestra.run.smithi138.stdout:true 2024-02-10T08:38:39.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:37.514366+0000 mgr.smithi138.arglrk (mgr.14762) 186 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 317 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-10T08:38:39.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:37.636327+0000 mon.smithi138 (mon.0) 396 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:38:39.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:37.744513+0000 mon.smithi138 (mon.0) 397 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:38:39.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:38:37.882251+0000 mgr.smithi138.arglrk (mgr.14762) 187 : cephadm [INF] Upgrade: Updating osd.5 2024-02-10T08:38:39.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:37.887203+0000 mon.smithi138 (mon.0) 398 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:38:39.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:37.888032+0000 mon.smithi138 (mon.0) 399 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-10T08:38:39.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:37.888667+0000 mon.smithi138 (mon.0) 400 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:38:39.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:38:37.889910+0000 mgr.smithi138.arglrk (mgr.14762) 188 : cephadm [INF] Deploying daemon osd.5 on smithi190 2024-02-10T08:38:39.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:37.514366+0000 mgr.smithi138.arglrk (mgr.14762) 186 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 317 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-10T08:38:39.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:37.636327+0000 mon.smithi138 (mon.0) 396 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:38:39.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:37.744513+0000 mon.smithi138 (mon.0) 397 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:38:39.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:38:37.882251+0000 mgr.smithi138.arglrk (mgr.14762) 187 : cephadm [INF] Upgrade: Updating osd.5 2024-02-10T08:38:39.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:37.887203+0000 mon.smithi138 (mon.0) 398 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:38:39.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:37.888032+0000 mon.smithi138 (mon.0) 399 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-10T08:38:39.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:37.888667+0000 mon.smithi138 (mon.0) 400 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:38:39.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:38:37.889910+0000 mgr.smithi138.arglrk (mgr.14762) 188 : cephadm [INF] Deploying daemon osd.5 on smithi190 2024-02-10T08:38:39.213 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.37 MB/sec execute 260 sec latency 254861.330 ms 2024-02-10T08:38:39.238 INFO:teuthology.orchestra.run.smithi138.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T08:38:39.238 INFO:teuthology.orchestra.run.smithi138.stdout:alertmanager.smithi138 smithi138 *:9093,9094 running (10m) 46s ago 12m 21.2M - 0.20.0 0881eb8f169f 78c83a922c35 2024-02-10T08:38:39.238 INFO:teuthology.orchestra.run.smithi138.stdout:crash.smithi138 smithi138 running (2m) 46s ago 12m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc e34c8efd73ec 2024-02-10T08:38:39.239 INFO:teuthology.orchestra.run.smithi138.stdout:crash.smithi190 smithi190 running (2m) 18s ago 11m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc 2a5c8cf1174a 2024-02-10T08:38:39.239 INFO:teuthology.orchestra.run.smithi138.stdout:grafana.smithi138 smithi138 *:3000 running (10m) 46s ago 12m 35.1M - 6.7.4 557c83e11646 9e400367c973 2024-02-10T08:38:39.239 INFO:teuthology.orchestra.run.smithi138.stdout:mds.foofs.smithi138.rckmtk smithi138 running (6m) 46s ago 6m 11.1M - 16.2.4 8d91d370c2b8 d5d147a8dc83 2024-02-10T08:38:39.239 INFO:teuthology.orchestra.run.smithi138.stdout:mds.foofs.smithi190.lndkxw smithi190 running (6m) 18s ago 6m 28.5M - 16.2.4 8d91d370c2b8 e61226bfc606 2024-02-10T08:38:39.239 INFO:teuthology.orchestra.run.smithi138.stdout:mgr.smithi138.arglrk smithi138 *:8443,9283 running (3m) 46s ago 13m 439M - 16.2.14-521-g0e714d9a 1fbc92c859dc 2699c999f919 2024-02-10T08:38:39.239 INFO:teuthology.orchestra.run.smithi138.stdout:mgr.smithi190.qddxvv smithi190 *:8443,9283 running (3m) 18s ago 11m 387M - 16.2.14-521-g0e714d9a 1fbc92c859dc 7a2ea8668c24 2024-02-10T08:38:39.239 INFO:teuthology.orchestra.run.smithi138.stdout:mon.smithi138 smithi138 running (3m) 46s ago 13m 50.9M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 190626662cdd 2024-02-10T08:38:39.239 INFO:teuthology.orchestra.run.smithi138.stdout:mon.smithi190 smithi190 running (2m) 18s ago 11m 44.6M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 2c6c4dd00319 2024-02-10T08:38:39.239 INFO:teuthology.orchestra.run.smithi138.stdout:nfs.foo.0.0.smithi138.cprnrz smithi138 *:2049 running (4m) 46s ago 4m 85.6M - 3.5 8d91d370c2b8 31ffdf21e540 2024-02-10T08:38:39.239 INFO:teuthology.orchestra.run.smithi138.stdout:nfs.foo.1.0.smithi190.xhydwq smithi190 *:2049 running (4m) 18s ago 4m 86.0M - 3.5 8d91d370c2b8 aa0e44ac0e20 2024-02-10T08:38:39.239 INFO:teuthology.orchestra.run.smithi138.stdout:node-exporter.smithi138 smithi138 *:9100 running (12m) 46s ago 12m 17.0M - 0.18.1 e5a616e4b9cf 720f24dd7d0f 2024-02-10T08:38:39.239 INFO:teuthology.orchestra.run.smithi138.stdout:node-exporter.smithi190 smithi190 *:9100 running (11m) 18s ago 11m 17.2M - 0.18.1 e5a616e4b9cf 5ce00b720701 2024-02-10T08:38:39.239 INFO:teuthology.orchestra.run.smithi138.stdout:osd.0 smithi138 running (2m) 46s ago 10m 118M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 50802eb627dc 2024-02-10T08:38:39.239 INFO:teuthology.orchestra.run.smithi138.stdout:osd.1 smithi138 running (115s) 46s ago 10m 103M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc cadb557b89fa 2024-02-10T08:38:39.240 INFO:teuthology.orchestra.run.smithi138.stdout:osd.2 smithi138 running (84s) 46s ago 9m 82.7M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 2233d7c59b0e 2024-02-10T08:38:39.240 INFO:teuthology.orchestra.run.smithi138.stdout:osd.3 smithi138 running (53s) 46s ago 9m 13.2M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc a7b242c7a81b 2024-02-10T08:38:39.240 INFO:teuthology.orchestra.run.smithi138.stdout:osd.4 smithi190 running (22s) 18s ago 9m 10.5M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc cd65ef4091e7 2024-02-10T08:38:39.240 INFO:teuthology.orchestra.run.smithi138.stdout:osd.5 smithi190 running (8m) 18s ago 8m 393M 4096M 16.2.4 8d91d370c2b8 6a7c61ca0c01 2024-02-10T08:38:39.240 INFO:teuthology.orchestra.run.smithi138.stdout:osd.6 smithi190 running (8m) 18s ago 8m 331M 4096M 16.2.4 8d91d370c2b8 62fbc05c2e0a 2024-02-10T08:38:39.240 INFO:teuthology.orchestra.run.smithi138.stdout:osd.7 smithi190 running (8m) 18s ago 8m 478M 4096M 16.2.4 8d91d370c2b8 1515c342bdc4 2024-02-10T08:38:39.240 INFO:teuthology.orchestra.run.smithi138.stdout:prometheus.smithi138 smithi138 *:9095 running (3m) 46s ago 11m 60.0M - 2.18.1 de242295e225 34aaeb08ccf8 2024-02-10T08:38:39.576 INFO:teuthology.orchestra.run.smithi138.stdout:{ 2024-02-10T08:38:39.576 INFO:teuthology.orchestra.run.smithi138.stdout: "mon": { 2024-02-10T08:38:39.576 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T08:38:39.576 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:38:39.576 INFO:teuthology.orchestra.run.smithi138.stdout: "mgr": { 2024-02-10T08:38:39.576 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T08:38:39.576 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:38:39.577 INFO:teuthology.orchestra.run.smithi138.stdout: "osd": { 2024-02-10T08:38:39.577 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 5, 2024-02-10T08:38:39.577 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 3 2024-02-10T08:38:39.577 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:38:39.577 INFO:teuthology.orchestra.run.smithi138.stdout: "mds": { 2024-02-10T08:38:39.577 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-02-10T08:38:39.577 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:38:39.577 INFO:teuthology.orchestra.run.smithi138.stdout: "overall": { 2024-02-10T08:38:39.577 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 9, 2024-02-10T08:38:39.577 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 5 2024-02-10T08:38:39.577 INFO:teuthology.orchestra.run.smithi138.stdout: } 2024-02-10T08:38:39.577 INFO:teuthology.orchestra.run.smithi138.stdout:} 2024-02-10T08:38:39.863 INFO:teuthology.orchestra.run.smithi138.stdout:{ 2024-02-10T08:38:39.863 INFO:teuthology.orchestra.run.smithi138.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-10T08:38:39.863 INFO:teuthology.orchestra.run.smithi138.stdout: "in_progress": true, 2024-02-10T08:38:39.863 INFO:teuthology.orchestra.run.smithi138.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T08:38:39.863 INFO:teuthology.orchestra.run.smithi138.stdout: "services_complete": [ 2024-02-10T08:38:39.863 INFO:teuthology.orchestra.run.smithi138.stdout: "crash", 2024-02-10T08:38:39.863 INFO:teuthology.orchestra.run.smithi138.stdout: "mgr", 2024-02-10T08:38:39.863 INFO:teuthology.orchestra.run.smithi138.stdout: "mon" 2024-02-10T08:38:39.863 INFO:teuthology.orchestra.run.smithi138.stdout: ], 2024-02-10T08:38:39.863 INFO:teuthology.orchestra.run.smithi138.stdout: "progress": "11/23 daemons upgraded", 2024-02-10T08:38:39.863 INFO:teuthology.orchestra.run.smithi138.stdout: "message": "Currently upgrading osd daemons", 2024-02-10T08:38:39.864 INFO:teuthology.orchestra.run.smithi138.stdout: "is_paused": false 2024-02-10T08:38:39.864 INFO:teuthology.orchestra.run.smithi138.stdout:} 2024-02-10T08:38:40.153 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:38.655191+0000 mgr.smithi138.arglrk (mgr.14762) 189 : audit [DBG] from='client.34228 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:38:40.154 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:38.946184+0000 mgr.smithi138.arglrk (mgr.14762) 190 : audit [DBG] from='client.34232 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:38:40.154 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:39.229567+0000 mgr.smithi138.arglrk (mgr.14762) 191 : audit [DBG] from='client.34236 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:38:40.154 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:39.576224+0000 mon.smithi138 (mon.0) 401 : audit [DBG] from='client.? 172.21.15.138:0/2775511907' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:38:40.214 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.37 MB/sec execute 261 sec latency 255861.357 ms 2024-02-10T08:38:40.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:38.655191+0000 mgr.smithi138.arglrk (mgr.14762) 189 : audit [DBG] from='client.34228 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:38:40.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:38.946184+0000 mgr.smithi138.arglrk (mgr.14762) 190 : audit [DBG] from='client.34232 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:38:40.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:39.229567+0000 mgr.smithi138.arglrk (mgr.14762) 191 : audit [DBG] from='client.34236 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:38:40.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:39.576224+0000 mon.smithi138 (mon.0) 401 : audit [DBG] from='client.? 172.21.15.138:0/2775511907' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:38:40.816 INFO:journalctl@ceph.osd.5.smithi190.stdout:Feb 10 08:38:40 smithi190 systemd[1]: Stopping Ceph osd.5 for c2125314-c7ed-11ee-95b8-87774f69a715... 2024-02-10T08:38:40.816 INFO:journalctl@ceph.osd.5.smithi190.stdout:Feb 10 08:38:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.5[72990]: debug 2024-02-10T08:38:40.645+0000 7fa43698a700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-10T08:38:40.816 INFO:journalctl@ceph.osd.5.smithi190.stdout:Feb 10 08:38:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.5[72990]: debug 2024-02-10T08:38:40.645+0000 7fa43698a700 -1 osd.5 98 *** Got signal Terminated *** 2024-02-10T08:38:40.816 INFO:journalctl@ceph.osd.5.smithi190.stdout:Feb 10 08:38:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.5[72990]: debug 2024-02-10T08:38:40.645+0000 7fa43698a700 -1 osd.5 98 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-10T08:38:41.214 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.37 MB/sec execute 262 sec latency 256861.477 ms 2024-02-10T08:38:41.315 INFO:journalctl@ceph.osd.5.smithi190.stdout:Feb 10 08:38:41 smithi190 bash[91602]: ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.5 2024-02-10T08:38:41.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:39.514867+0000 mgr.smithi138.arglrk (mgr.14762) 192 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 317 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:38:41.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:39.862734+0000 mgr.smithi138.arglrk (mgr.14762) 193 : audit [DBG] from='client.34244 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:38:41.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:40.933321+0000 mon.smithi138 (mon.0) 402 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-10T08:38:41.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:40.933354+0000 mon.smithi138 (mon.0) 403 : cluster [INF] osd.5 failed (root=default,host=smithi190) (connection refused reported by osd.1) 2024-02-10T08:38:41.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:40.933498+0000 mon.smithi138 (mon.0) 404 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-10T08:38:41.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:40.933629+0000 mon.smithi138 (mon.0) 405 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-10T08:38:41.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:40.933775+0000 mon.smithi138 (mon.0) 406 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-10T08:38:41.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:40.933892+0000 mon.smithi138 (mon.0) 407 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-10T08:38:41.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:40.934007+0000 mon.smithi138 (mon.0) 408 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-10T08:38:41.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:40.934093+0000 mon.smithi138 (mon.0) 409 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-10T08:38:41.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:40.934194+0000 mon.smithi138 (mon.0) 410 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-10T08:38:41.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:40.934282+0000 mon.smithi138 (mon.0) 411 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-10T08:38:41.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:40.934364+0000 mon.smithi138 (mon.0) 412 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-10T08:38:41.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:40.934490+0000 mon.smithi138 (mon.0) 413 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-10T08:38:41.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:40.934577+0000 mon.smithi138 (mon.0) 414 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-10T08:38:41.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:40.934677+0000 mon.smithi138 (mon.0) 415 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-10T08:38:41.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:40.934769+0000 mon.smithi138 (mon.0) 416 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-10T08:38:41.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:39.514867+0000 mgr.smithi138.arglrk (mgr.14762) 192 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 317 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:38:41.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:39.862734+0000 mgr.smithi138.arglrk (mgr.14762) 193 : audit [DBG] from='client.34244 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:38:41.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:40.933321+0000 mon.smithi138 (mon.0) 402 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-10T08:38:41.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:40.933354+0000 mon.smithi138 (mon.0) 403 : cluster [INF] osd.5 failed (root=default,host=smithi190) (connection refused reported by osd.1) 2024-02-10T08:38:41.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:40.933498+0000 mon.smithi138 (mon.0) 404 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-10T08:38:41.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:40.933629+0000 mon.smithi138 (mon.0) 405 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-10T08:38:41.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:40.933775+0000 mon.smithi138 (mon.0) 406 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-10T08:38:41.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:40.933892+0000 mon.smithi138 (mon.0) 407 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-10T08:38:41.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:40.934007+0000 mon.smithi138 (mon.0) 408 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-10T08:38:41.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:40.934093+0000 mon.smithi138 (mon.0) 409 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-10T08:38:41.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:40.934194+0000 mon.smithi138 (mon.0) 410 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-10T08:38:41.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:40.934282+0000 mon.smithi138 (mon.0) 411 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-10T08:38:41.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:40.934364+0000 mon.smithi138 (mon.0) 412 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-10T08:38:41.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:40.934490+0000 mon.smithi138 (mon.0) 413 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-10T08:38:41.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:40.934577+0000 mon.smithi138 (mon.0) 414 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-10T08:38:41.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:40.934677+0000 mon.smithi138 (mon.0) 415 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-10T08:38:41.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:40.934769+0000 mon.smithi138 (mon.0) 416 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-10T08:38:41.815 INFO:journalctl@ceph.osd.5.smithi190.stdout:Feb 10 08:38:41 smithi190 bash[91657]: Error: no container with name or ID "ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.5" found: no such container 2024-02-10T08:38:42.214 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.36 MB/sec execute 263 sec latency 257861.590 ms 2024-02-10T08:38:42.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:40.943023+0000 mon.smithi138 (mon.0) 417 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-10T08:38:42.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:40.953535+0000 mon.smithi138 (mon.0) 418 : cluster [DBG] osdmap e99: 8 total, 7 up, 8 in 2024-02-10T08:38:42.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:41 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:40.943023+0000 mon.smithi138 (mon.0) 417 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-10T08:38:42.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:41 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:40.953535+0000 mon.smithi138 (mon.0) 418 : cluster [DBG] osdmap e99: 8 total, 7 up, 8 in 2024-02-10T08:38:43.214 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.36 MB/sec execute 264 sec latency 258861.711 ms 2024-02-10T08:38:43.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:41.515380+0000 mgr.smithi138.arglrk (mgr.14762) 194 : cluster [DBG] pgmap v138: 129 pgs: 18 stale+active+clean, 111 active+clean; 317 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-10T08:38:43.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:41.957835+0000 mon.smithi138 (mon.0) 419 : cluster [DBG] osdmap e100: 8 total, 7 up, 8 in 2024-02-10T08:38:43.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:41.515380+0000 mgr.smithi138.arglrk (mgr.14762) 194 : cluster [DBG] pgmap v138: 129 pgs: 18 stale+active+clean, 111 active+clean; 317 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-10T08:38:43.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:41.957835+0000 mon.smithi138 (mon.0) 419 : cluster [DBG] osdmap e100: 8 total, 7 up, 8 in 2024-02-10T08:38:44.214 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.36 MB/sec execute 265 sec latency 259861.825 ms 2024-02-10T08:38:44.315 INFO:journalctl@ceph.osd.5.smithi190.stdout:Feb 10 08:38:43 smithi190 systemd[1]: ceph-c2125314-c7ed-11ee-95b8-87774f69a715@osd.5.service: Succeeded. 2024-02-10T08:38:44.315 INFO:journalctl@ceph.osd.5.smithi190.stdout:Feb 10 08:38:43 smithi190 systemd[1]: Stopped Ceph osd.5 for c2125314-c7ed-11ee-95b8-87774f69a715. 2024-02-10T08:38:44.315 INFO:journalctl@ceph.osd.5.smithi190.stdout:Feb 10 08:38:44 smithi190 systemd[1]: Starting Ceph osd.5 for c2125314-c7ed-11ee-95b8-87774f69a715... 2024-02-10T08:38:45.214 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.36 MB/sec execute 266 sec latency 260861.907 ms 2024-02-10T08:38:45.281 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:44 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:43.516043+0000 mgr.smithi138.arglrk (mgr.14762) 195 : cluster [DBG] pgmap v140: 129 pgs: 15 active+undersized+degraded, 6 stale+active+clean, 10 active+undersized, 98 active+clean; 317 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 137/1599 objects degraded (8.568%) 2024-02-10T08:38:45.281 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:44 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:43.958116+0000 mon.smithi138 (mon.0) 420 : cluster [WRN] Health check failed: Degraded data redundancy: 137/1599 objects degraded (8.568%), 15 pgs degraded (PG_DEGRADED) 2024-02-10T08:38:45.281 INFO:journalctl@ceph.osd.5.smithi190.stdout:Feb 10 08:38:44 smithi190 bash[91913]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-10T08:38:45.281 INFO:journalctl@ceph.osd.5.smithi190.stdout:Feb 10 08:38:44 smithi190 bash[91913]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-02-10T08:38:45.281 INFO:journalctl@ceph.osd.5.smithi190.stdout:Feb 10 08:38:44 smithi190 bash[91913]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_3 --path /var/lib/ceph/osd/ceph-5 --no-mon-config 2024-02-10T08:38:45.281 INFO:journalctl@ceph.osd.5.smithi190.stdout:Feb 10 08:38:44 smithi190 bash[91913]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-5/block 2024-02-10T08:38:45.281 INFO:journalctl@ceph.osd.5.smithi190.stdout:Feb 10 08:38:44 smithi190 bash[91913]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-5/block 2024-02-10T08:38:45.281 INFO:journalctl@ceph.osd.5.smithi190.stdout:Feb 10 08:38:44 smithi190 bash[91913]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-02-10T08:38:45.281 INFO:journalctl@ceph.osd.5.smithi190.stdout:Feb 10 08:38:44 smithi190 bash[91913]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-02-10T08:38:45.282 INFO:journalctl@ceph.osd.5.smithi190.stdout:Feb 10 08:38:44 smithi190 bash[91913]: --> ceph-volume lvm activate successful for osd ID: 5 2024-02-10T08:38:45.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:43.516043+0000 mgr.smithi138.arglrk (mgr.14762) 195 : cluster [DBG] pgmap v140: 129 pgs: 15 active+undersized+degraded, 6 stale+active+clean, 10 active+undersized, 98 active+clean; 317 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 137/1599 objects degraded (8.568%) 2024-02-10T08:38:45.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:43.958116+0000 mon.smithi138 (mon.0) 420 : cluster [WRN] Health check failed: Degraded data redundancy: 137/1599 objects degraded (8.568%), 15 pgs degraded (PG_DEGRADED) 2024-02-10T08:38:46.214 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.36 MB/sec execute 267 sec latency 261861.984 ms 2024-02-10T08:38:46.565 INFO:journalctl@ceph.osd.5.smithi190.stdout:Feb 10 08:38:46 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-5[92195]: debug 2024-02-10T08:38:46.168+0000 7f9e86cc3700 1 -- 172.21.15.190:0/3465337086 <== mon.1 v2:172.21.15.190:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55bb1b4ba680 con 0x55bb1b481400 2024-02-10T08:38:46.565 INFO:journalctl@ceph.osd.5.smithi190.stdout:Feb 10 08:38:46 smithi190 bash[92180]: bd4e624932d7eae8a657805c74a8a632d764b17ac07f5ae32dd4e2056ef11ebd 2024-02-10T08:38:46.565 INFO:journalctl@ceph.osd.5.smithi190.stdout:Feb 10 08:38:46 smithi190 systemd[1]: Started Ceph osd.5 for c2125314-c7ed-11ee-95b8-87774f69a715. 2024-02-10T08:38:47.002 INFO:journalctl@ceph.osd.5.smithi190.stdout:Feb 10 08:38:46 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-5[92195]: debug 2024-02-10T08:38:46.689+0000 7f9e8e751380 -1 Falling back to public interface 2024-02-10T08:38:47.214 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.36 MB/sec execute 268 sec latency 262862.038 ms 2024-02-10T08:38:47.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:47 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:45.516689+0000 mgr.smithi138.arglrk (mgr.14762) 196 : cluster [DBG] pgmap v141: 129 pgs: 23 active+undersized+degraded, 22 active+undersized, 84 active+clean; 317 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 193/1599 objects degraded (12.070%) 2024-02-10T08:38:47.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:47 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:46.297240+0000 mon.smithi138 (mon.0) 421 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:38:47.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:47 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:46.298097+0000 mon.smithi138 (mon.0) 422 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:38:47.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:47 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:45.516689+0000 mgr.smithi138.arglrk (mgr.14762) 196 : cluster [DBG] pgmap v141: 129 pgs: 23 active+undersized+degraded, 22 active+undersized, 84 active+clean; 317 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 193/1599 objects degraded (12.070%) 2024-02-10T08:38:47.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:47 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:46.297240+0000 mon.smithi138 (mon.0) 421 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:38:47.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:47 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:46.298097+0000 mon.smithi138 (mon.0) 422 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:38:48.215 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.36 MB/sec execute 269 sec latency 263862.128 ms 2024-02-10T08:38:49.214 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.36 MB/sec execute 270 sec latency 264862.184 ms 2024-02-10T08:38:49.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:49 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:47.517452+0000 mgr.smithi138.arglrk (mgr.14762) 197 : cluster [DBG] pgmap v142: 129 pgs: 23 active+undersized+degraded, 22 active+undersized, 84 active+clean; 317 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 193/1599 objects degraded (12.070%) 2024-02-10T08:38:49.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:49 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:47.517452+0000 mgr.smithi138.arglrk (mgr.14762) 197 : cluster [DBG] pgmap v142: 129 pgs: 23 active+undersized+degraded, 22 active+undersized, 84 active+clean; 317 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 193/1599 objects degraded (12.070%) 2024-02-10T08:38:50.214 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.35 MB/sec execute 271 sec latency 265862.260 ms 2024-02-10T08:38:51.215 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.35 MB/sec execute 272 sec latency 266862.352 ms 2024-02-10T08:38:51.565 INFO:journalctl@ceph.osd.5.smithi190.stdout:Feb 10 08:38:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-5[92195]: debug 2024-02-10T08:38:51.483+0000 7f9e8e751380 -1 osd.5 98 log_to_monitors {default=true} 2024-02-10T08:38:51.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:49.518176+0000 mgr.smithi138.arglrk (mgr.14762) 198 : cluster [DBG] pgmap v143: 129 pgs: 23 active+undersized+degraded, 22 active+undersized, 84 active+clean; 317 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 193/1599 objects degraded (12.070%) 2024-02-10T08:38:51.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:50.497488+0000 mon.smithi138 (mon.0) 423 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:38:51.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:50.498387+0000 mon.smithi138 (mon.0) 424 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:38:51.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:50.499171+0000 mon.smithi138 (mon.0) 425 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T08:38:51.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:50.505858+0000 mon.smithi138 (mon.0) 426 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:38:51.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:50.512009+0000 mon.smithi138 (mon.0) 427 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:38:51.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:50.515222+0000 mon.smithi138 (mon.0) 428 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:38:51.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:50.517663+0000 mon.smithi138 (mon.0) 429 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:38:51.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:50.518912+0000 mon.smithi138 (mon.0) 430 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:38:51.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:50.520092+0000 mon.smithi138 (mon.0) 431 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:38:51.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:50.521456+0000 mon.smithi138 (mon.0) 432 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-10T08:38:51.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:49.518176+0000 mgr.smithi138.arglrk (mgr.14762) 198 : cluster [DBG] pgmap v143: 129 pgs: 23 active+undersized+degraded, 22 active+undersized, 84 active+clean; 317 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 193/1599 objects degraded (12.070%) 2024-02-10T08:38:51.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:50.497488+0000 mon.smithi138 (mon.0) 423 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:38:51.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:50.498387+0000 mon.smithi138 (mon.0) 424 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:38:51.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:50.499171+0000 mon.smithi138 (mon.0) 425 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T08:38:51.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:50.505858+0000 mon.smithi138 (mon.0) 426 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:38:51.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:50.512009+0000 mon.smithi138 (mon.0) 427 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:38:51.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:50.515222+0000 mon.smithi138 (mon.0) 428 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:38:51.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:50.517663+0000 mon.smithi138 (mon.0) 429 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:38:51.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:50.518912+0000 mon.smithi138 (mon.0) 430 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:38:51.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:50.520092+0000 mon.smithi138 (mon.0) 431 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:38:51.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:50.521456+0000 mon.smithi138 (mon.0) 432 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-10T08:38:52.215 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.35 MB/sec execute 273 sec latency 267862.428 ms 2024-02-10T08:38:52.565 INFO:journalctl@ceph.osd.5.smithi190.stdout:Feb 10 08:38:52 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-5[92195]: debug 2024-02-10T08:38:52.329+0000 7f9e7fc38700 -1 osd.5 98 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-10T08:38:52.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:52 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:38:50.499878+0000 mgr.smithi138.arglrk (mgr.14762) 199 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T08:38:52.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:52 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:50.521608+0000 mgr.smithi138.arglrk (mgr.14762) 200 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-10T08:38:52.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:52 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:38:50.522271+0000 mgr.smithi138.arglrk (mgr.14762) 201 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2024-02-10T08:38:52.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:52 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:51.486915+0000 mon.smithi190 (mon.1) 4 : audit [INF] from='osd.5 [v2:172.21.15.190:6808/2918443766,v1:172.21.15.190:6809/2918443766]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-10T08:38:52.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:52 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:51.487521+0000 mon.smithi138 (mon.0) 433 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-10T08:38:52.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:52 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:38:50.499878+0000 mgr.smithi138.arglrk (mgr.14762) 199 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T08:38:52.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:52 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:50.521608+0000 mgr.smithi138.arglrk (mgr.14762) 200 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-10T08:38:52.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:52 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:38:50.522271+0000 mgr.smithi138.arglrk (mgr.14762) 201 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2024-02-10T08:38:52.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:52 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:51.486915+0000 mon.smithi190 (mon.1) 4 : audit [INF] from='osd.5 [v2:172.21.15.190:6808/2918443766,v1:172.21.15.190:6809/2918443766]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-10T08:38:52.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:52 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:51.487521+0000 mon.smithi138 (mon.0) 433 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-10T08:38:53.215 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.35 MB/sec execute 274 sec latency 268862.503 ms 2024-02-10T08:38:53.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:53 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:51.518834+0000 mgr.smithi138.arglrk (mgr.14762) 202 : cluster [DBG] pgmap v144: 129 pgs: 23 active+undersized+degraded, 22 active+undersized, 84 active+clean; 317 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 193/1599 objects degraded (12.070%) 2024-02-10T08:38:53.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:53 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:52.313548+0000 mon.smithi138 (mon.0) 434 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-10T08:38:53.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:53 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:52.313641+0000 mon.smithi138 (mon.0) 435 : cluster [DBG] osdmap e101: 8 total, 7 up, 8 in 2024-02-10T08:38:53.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:53 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:52.314753+0000 mon.smithi190 (mon.1) 5 : audit [INF] from='osd.5 [v2:172.21.15.190:6808/2918443766,v1:172.21.15.190:6809/2918443766]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2024-02-10T08:38:53.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:53 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:52.315222+0000 mon.smithi138 (mon.0) 436 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2024-02-10T08:38:53.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:53 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:52.636141+0000 mon.smithi138 (mon.0) 437 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:38:53.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:53 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:51.518834+0000 mgr.smithi138.arglrk (mgr.14762) 202 : cluster [DBG] pgmap v144: 129 pgs: 23 active+undersized+degraded, 22 active+undersized, 84 active+clean; 317 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 193/1599 objects degraded (12.070%) 2024-02-10T08:38:53.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:53 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:52.313548+0000 mon.smithi138 (mon.0) 434 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-10T08:38:53.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:53 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:52.313641+0000 mon.smithi138 (mon.0) 435 : cluster [DBG] osdmap e101: 8 total, 7 up, 8 in 2024-02-10T08:38:53.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:53 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:52.314753+0000 mon.smithi190 (mon.1) 5 : audit [INF] from='osd.5 [v2:172.21.15.190:6808/2918443766,v1:172.21.15.190:6809/2918443766]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2024-02-10T08:38:53.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:53 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:52.315222+0000 mon.smithi138 (mon.0) 436 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2024-02-10T08:38:53.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:53 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:52.636141+0000 mon.smithi138 (mon.0) 437 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:38:54.215 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.35 MB/sec execute 275 sec latency 269862.593 ms 2024-02-10T08:38:54.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:54 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:53.310929+0000 mon.smithi138 (mon.0) 438 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-10T08:38:54.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:54 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:53.316586+0000 mon.smithi138 (mon.0) 439 : cluster [INF] osd.5 [v2:172.21.15.190:6808/2918443766,v1:172.21.15.190:6809/2918443766] boot 2024-02-10T08:38:54.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:54 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:53.316657+0000 mon.smithi138 (mon.0) 440 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2024-02-10T08:38:54.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:54 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:38:53.319598+0000 mon.smithi138 (mon.0) 441 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T08:38:54.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:54 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:53.934430+0000 mon.smithi138 (mon.0) 442 : cluster [WRN] Health check update: Degraded data redundancy: 193/1599 objects degraded (12.070%), 23 pgs degraded (PG_DEGRADED) 2024-02-10T08:38:54.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:54 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:54.317584+0000 mon.smithi138 (mon.0) 443 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2024-02-10T08:38:54.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:54 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:53.310929+0000 mon.smithi138 (mon.0) 438 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-10T08:38:54.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:54 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:53.316586+0000 mon.smithi138 (mon.0) 439 : cluster [INF] osd.5 [v2:172.21.15.190:6808/2918443766,v1:172.21.15.190:6809/2918443766] boot 2024-02-10T08:38:54.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:54 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:53.316657+0000 mon.smithi138 (mon.0) 440 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2024-02-10T08:38:54.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:54 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:38:53.319598+0000 mon.smithi138 (mon.0) 441 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T08:38:54.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:54 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:53.934430+0000 mon.smithi138 (mon.0) 442 : cluster [WRN] Health check update: Degraded data redundancy: 193/1599 objects degraded (12.070%), 23 pgs degraded (PG_DEGRADED) 2024-02-10T08:38:54.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:54 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:54.317584+0000 mon.smithi138 (mon.0) 443 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2024-02-10T08:38:55.215 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.35 MB/sec execute 276 sec latency 270862.687 ms 2024-02-10T08:38:55.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:55 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:53.519494+0000 mgr.smithi138.arglrk (mgr.14762) 203 : cluster [DBG] pgmap v147: 129 pgs: 9 peering, 18 active+undersized+degraded, 18 active+undersized, 84 active+clean; 317 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 153/1599 objects degraded (9.568%) 2024-02-10T08:38:55.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:55 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:53.519494+0000 mgr.smithi138.arglrk (mgr.14762) 203 : cluster [DBG] pgmap v147: 129 pgs: 9 peering, 18 active+undersized+degraded, 18 active+undersized, 84 active+clean; 317 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 153/1599 objects degraded (9.568%) 2024-02-10T08:38:56.215 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.35 MB/sec execute 277 sec latency 271862.784 ms 2024-02-10T08:38:57.215 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.35 MB/sec execute 278 sec latency 272862.899 ms 2024-02-10T08:38:57.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:57 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:55.520152+0000 mgr.smithi138.arglrk (mgr.14762) 204 : cluster [DBG] pgmap v149: 129 pgs: 9 peering, 12 active+undersized+degraded, 10 active+undersized, 98 active+clean; 317 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s; 101/1599 objects degraded (6.316%) 2024-02-10T08:38:57.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:57 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:55.520152+0000 mgr.smithi138.arglrk (mgr.14762) 204 : cluster [DBG] pgmap v149: 129 pgs: 9 peering, 12 active+undersized+degraded, 10 active+undersized, 98 active+clean; 317 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s; 101/1599 objects degraded (6.316%) 2024-02-10T08:38:58.215 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.34 MB/sec execute 279 sec latency 273863.013 ms 2024-02-10T08:38:58.658 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:58 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:58.338629+0000 mon.smithi138 (mon.0) 444 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 101/1599 objects degraded (6.316%), 12 pgs degraded) 2024-02-10T08:38:58.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:58 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:58.338629+0000 mon.smithi138 (mon.0) 444 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 101/1599 objects degraded (6.316%), 12 pgs degraded) 2024-02-10T08:38:59.216 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.34 MB/sec execute 280 sec latency 274863.112 ms 2024-02-10T08:38:59.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:38:59 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:57.520867+0000 mgr.smithi138.arglrk (mgr.14762) 205 : cluster [DBG] pgmap v150: 129 pgs: 9 peering, 2 active+undersized, 118 active+clean; 317 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-10T08:38:59.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:38:59 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:57.520867+0000 mgr.smithi138.arglrk (mgr.14762) 205 : cluster [DBG] pgmap v150: 129 pgs: 9 peering, 2 active+undersized, 118 active+clean; 317 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-10T08:39:00.215 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.34 MB/sec execute 281 sec latency 275863.236 ms 2024-02-10T08:39:01.216 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.34 MB/sec execute 282 sec latency 276863.321 ms 2024-02-10T08:39:01.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:01 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:38:59.521445+0000 mgr.smithi138.arglrk (mgr.14762) 206 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 317 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 284 B/s rd, 0 op/s 2024-02-10T08:39:01.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:01 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:38:59.521445+0000 mgr.smithi138.arglrk (mgr.14762) 206 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 317 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 284 B/s rd, 0 op/s 2024-02-10T08:39:02.216 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.34 MB/sec execute 283 sec latency 277863.396 ms 2024-02-10T08:39:03.216 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.34 MB/sec execute 284 sec latency 278863.479 ms 2024-02-10T08:39:03.709 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:03 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:01.522109+0000 mgr.smithi138.arglrk (mgr.14762) 207 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 317 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 124 B/s rd, 0 op/s 2024-02-10T08:39:03.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:03 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:01.522109+0000 mgr.smithi138.arglrk (mgr.14762) 207 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 317 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 124 B/s rd, 0 op/s 2024-02-10T08:39:04.216 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.34 MB/sec execute 285 sec latency 279863.530 ms 2024-02-10T08:39:05.216 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.34 MB/sec execute 286 sec latency 280863.618 ms 2024-02-10T08:39:05.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:03.522893+0000 mgr.smithi138.arglrk (mgr.14762) 208 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 317 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-10T08:39:05.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:03.522893+0000 mgr.smithi138.arglrk (mgr.14762) 208 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 317 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-10T08:39:06.216 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.33 MB/sec execute 287 sec latency 281863.685 ms 2024-02-10T08:39:06.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:06 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:05.537807+0000 mon.smithi138 (mon.0) 445 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-10T08:39:06.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:06 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:05.537807+0000 mon.smithi138 (mon.0) 445 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-10T08:39:07.216 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.33 MB/sec execute 288 sec latency 282863.748 ms 2024-02-10T08:39:07.684 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:05.523484+0000 mgr.smithi138.arglrk (mgr.14762) 209 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 317 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 182 B/s rd, 0 op/s 2024-02-10T08:39:07.684 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:05.538014+0000 mgr.smithi138.arglrk (mgr.14762) 210 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-10T08:39:07.684 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:39:05.539120+0000 mgr.smithi138.arglrk (mgr.14762) 211 : cephadm [INF] Upgrade: osd.6 is safe to restart 2024-02-10T08:39:07.684 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:06.974641+0000 mon.smithi138 (mon.0) 446 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:39:07.684 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:06.975499+0000 mon.smithi138 (mon.0) 447 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-10T08:39:07.684 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:06.976141+0000 mon.smithi138 (mon.0) 448 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:07.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:05.523484+0000 mgr.smithi138.arglrk (mgr.14762) 209 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 317 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 182 B/s rd, 0 op/s 2024-02-10T08:39:07.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:05.538014+0000 mgr.smithi138.arglrk (mgr.14762) 210 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-10T08:39:07.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:39:05.539120+0000 mgr.smithi138.arglrk (mgr.14762) 211 : cephadm [INF] Upgrade: osd.6 is safe to restart 2024-02-10T08:39:07.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:06.974641+0000 mon.smithi138 (mon.0) 446 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:39:07.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:06.975499+0000 mon.smithi138 (mon.0) 447 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-10T08:39:07.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:06.976141+0000 mon.smithi138 (mon.0) 448 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:08.216 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.33 MB/sec execute 289 sec latency 283863.827 ms 2024-02-10T08:39:08.624 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:08 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:39:06.969630+0000 mgr.smithi138.arglrk (mgr.14762) 212 : cephadm [INF] Upgrade: Updating osd.6 2024-02-10T08:39:08.624 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:08 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:39:06.977414+0000 mgr.smithi138.arglrk (mgr.14762) 213 : cephadm [INF] Deploying daemon osd.6 on smithi190 2024-02-10T08:39:08.624 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:08 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:07.636819+0000 mon.smithi138 (mon.0) 449 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:39:08.624 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:08 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:07.763626+0000 mon.smithi138 (mon.0) 450 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:39:08.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:39:06.969630+0000 mgr.smithi138.arglrk (mgr.14762) 212 : cephadm [INF] Upgrade: Updating osd.6 2024-02-10T08:39:08.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:39:06.977414+0000 mgr.smithi138.arglrk (mgr.14762) 213 : cephadm [INF] Deploying daemon osd.6 on smithi190 2024-02-10T08:39:08.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:07.636819+0000 mon.smithi138 (mon.0) 449 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:39:08.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:07.763626+0000 mon.smithi138 (mon.0) 450 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:39:09.216 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.33 MB/sec execute 290 sec latency 284863.922 ms 2024-02-10T08:39:09.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:07.523975+0000 mgr.smithi138.arglrk (mgr.14762) 214 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 317 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-10T08:39:09.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:07.523975+0000 mgr.smithi138.arglrk (mgr.14762) 214 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 317 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-10T08:39:09.903 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:39:09 smithi190 systemd[1]: Stopping Ceph osd.6 for c2125314-c7ed-11ee-95b8-87774f69a715... 2024-02-10T08:39:10.178 INFO:teuthology.orchestra.run.smithi138.stdout:true 2024-02-10T08:39:10.216 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.33 MB/sec execute 291 sec latency 285863.977 ms 2024-02-10T08:39:10.315 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:39:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.6[75858]: debug 2024-02-10T08:39:09.902+0000 7fe7dc526700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.6 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-10T08:39:10.315 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:39:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.6[75858]: debug 2024-02-10T08:39:09.902+0000 7fe7dc526700 -1 osd.6 103 *** Got signal Terminated *** 2024-02-10T08:39:10.315 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:39:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.6[75858]: debug 2024-02-10T08:39:09.902+0000 7fe7dc526700 -1 osd.6 103 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-10T08:39:10.759 INFO:teuthology.orchestra.run.smithi138.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T08:39:10.759 INFO:teuthology.orchestra.run.smithi138.stdout:alertmanager.smithi138 smithi138 *:9093,9094 running (11m) 78s ago 13m 21.2M - 0.20.0 0881eb8f169f 78c83a922c35 2024-02-10T08:39:10.759 INFO:teuthology.orchestra.run.smithi138.stdout:crash.smithi138 smithi138 running (3m) 78s ago 13m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc e34c8efd73ec 2024-02-10T08:39:10.759 INFO:teuthology.orchestra.run.smithi138.stdout:crash.smithi190 smithi190 running (3m) 20s ago 12m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc 2a5c8cf1174a 2024-02-10T08:39:10.759 INFO:teuthology.orchestra.run.smithi138.stdout:grafana.smithi138 smithi138 *:3000 running (11m) 78s ago 12m 35.1M - 6.7.4 557c83e11646 9e400367c973 2024-02-10T08:39:10.760 INFO:teuthology.orchestra.run.smithi138.stdout:mds.foofs.smithi138.rckmtk smithi138 running (7m) 78s ago 7m 11.1M - 16.2.4 8d91d370c2b8 d5d147a8dc83 2024-02-10T08:39:10.760 INFO:teuthology.orchestra.run.smithi138.stdout:mds.foofs.smithi190.lndkxw smithi190 running (7m) 20s ago 7m 28.8M - 16.2.4 8d91d370c2b8 e61226bfc606 2024-02-10T08:39:10.760 INFO:teuthology.orchestra.run.smithi138.stdout:mgr.smithi138.arglrk smithi138 *:8443,9283 running (4m) 78s ago 14m 439M - 16.2.14-521-g0e714d9a 1fbc92c859dc 2699c999f919 2024-02-10T08:39:10.760 INFO:teuthology.orchestra.run.smithi138.stdout:mgr.smithi190.qddxvv smithi190 *:8443,9283 running (3m) 20s ago 12m 387M - 16.2.14-521-g0e714d9a 1fbc92c859dc 7a2ea8668c24 2024-02-10T08:39:10.760 INFO:teuthology.orchestra.run.smithi138.stdout:mon.smithi138 smithi138 running (3m) 78s ago 14m 50.9M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 190626662cdd 2024-02-10T08:39:10.760 INFO:teuthology.orchestra.run.smithi138.stdout:mon.smithi190 smithi190 running (3m) 20s ago 11m 47.5M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 2c6c4dd00319 2024-02-10T08:39:10.760 INFO:teuthology.orchestra.run.smithi138.stdout:nfs.foo.0.0.smithi138.cprnrz smithi138 *:2049 running (4m) 78s ago 4m 85.6M - 3.5 8d91d370c2b8 31ffdf21e540 2024-02-10T08:39:10.760 INFO:teuthology.orchestra.run.smithi138.stdout:nfs.foo.1.0.smithi190.xhydwq smithi190 *:2049 running (4m) 20s ago 4m 86.0M - 3.5 8d91d370c2b8 aa0e44ac0e20 2024-02-10T08:39:10.760 INFO:teuthology.orchestra.run.smithi138.stdout:node-exporter.smithi138 smithi138 *:9100 running (12m) 78s ago 12m 17.0M - 0.18.1 e5a616e4b9cf 720f24dd7d0f 2024-02-10T08:39:10.760 INFO:teuthology.orchestra.run.smithi138.stdout:node-exporter.smithi190 smithi190 *:9100 running (11m) 20s ago 11m 17.2M - 0.18.1 e5a616e4b9cf 5ce00b720701 2024-02-10T08:39:10.760 INFO:teuthology.orchestra.run.smithi138.stdout:osd.0 smithi138 running (2m) 78s ago 11m 118M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 50802eb627dc 2024-02-10T08:39:10.760 INFO:teuthology.orchestra.run.smithi138.stdout:osd.1 smithi138 running (2m) 78s ago 10m 103M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc cadb557b89fa 2024-02-10T08:39:10.760 INFO:teuthology.orchestra.run.smithi138.stdout:osd.2 smithi138 running (115s) 78s ago 10m 82.7M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 2233d7c59b0e 2024-02-10T08:39:10.760 INFO:teuthology.orchestra.run.smithi138.stdout:osd.3 smithi138 running (84s) 78s ago 10m 13.2M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc a7b242c7a81b 2024-02-10T08:39:10.761 INFO:teuthology.orchestra.run.smithi138.stdout:osd.4 smithi190 running (54s) 20s ago 9m 124M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc cd65ef4091e7 2024-02-10T08:39:10.761 INFO:teuthology.orchestra.run.smithi138.stdout:osd.5 smithi190 running (25s) 20s ago 9m 10.4M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc bd4e624932d7 2024-02-10T08:39:10.761 INFO:teuthology.orchestra.run.smithi138.stdout:osd.6 smithi190 running (9m) 20s ago 9m 331M 4096M 16.2.4 8d91d370c2b8 62fbc05c2e0a 2024-02-10T08:39:10.761 INFO:teuthology.orchestra.run.smithi138.stdout:osd.7 smithi190 running (8m) 20s ago 8m 477M 4096M 16.2.4 8d91d370c2b8 1515c342bdc4 2024-02-10T08:39:10.761 INFO:teuthology.orchestra.run.smithi138.stdout:prometheus.smithi138 smithi138 *:9095 running (4m) 78s ago 12m 60.0M - 2.18.1 de242295e225 34aaeb08ccf8 2024-02-10T08:39:10.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:10.184329+0000 mon.smithi138 (mon.0) 451 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-10T08:39:10.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:10.184372+0000 mon.smithi138 (mon.0) 452 : cluster [INF] osd.6 failed (root=default,host=smithi190) (connection refused reported by osd.2) 2024-02-10T08:39:10.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:10.184451+0000 mon.smithi138 (mon.0) 453 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-10T08:39:10.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:10.184666+0000 mon.smithi138 (mon.0) 454 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-10T08:39:10.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:10.184727+0000 mon.smithi138 (mon.0) 455 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-10T08:39:10.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:10.184826+0000 mon.smithi138 (mon.0) 456 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-10T08:39:10.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:10.184896+0000 mon.smithi138 (mon.0) 457 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-10T08:39:10.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:10.184979+0000 mon.smithi138 (mon.0) 458 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-10T08:39:10.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:10.185086+0000 mon.smithi138 (mon.0) 459 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-10T08:39:10.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:10.185175+0000 mon.smithi138 (mon.0) 460 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-10T08:39:10.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:10.185254+0000 mon.smithi138 (mon.0) 461 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-10T08:39:10.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:10.185322+0000 mon.smithi138 (mon.0) 462 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-10T08:39:10.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:10.185415+0000 mon.smithi138 (mon.0) 463 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-10T08:39:10.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:10.185496+0000 mon.smithi138 (mon.0) 464 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-10T08:39:10.817 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:10.185602+0000 mon.smithi138 (mon.0) 465 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-10T08:39:10.817 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:10.185718+0000 mon.smithi138 (mon.0) 466 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-10T08:39:10.817 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:10.329493+0000 mon.smithi138 (mon.0) 467 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-10T08:39:10.817 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:10.388850+0000 mon.smithi138 (mon.0) 468 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-10T08:39:10.817 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:39:10 smithi190 bash[93523]: ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.6 2024-02-10T08:39:10.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:10.184329+0000 mon.smithi138 (mon.0) 451 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-10T08:39:10.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:10.184372+0000 mon.smithi138 (mon.0) 452 : cluster [INF] osd.6 failed (root=default,host=smithi190) (connection refused reported by osd.2) 2024-02-10T08:39:10.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:10.184451+0000 mon.smithi138 (mon.0) 453 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-10T08:39:10.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:10.184666+0000 mon.smithi138 (mon.0) 454 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-10T08:39:10.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:10.184727+0000 mon.smithi138 (mon.0) 455 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-10T08:39:10.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:10.184826+0000 mon.smithi138 (mon.0) 456 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-10T08:39:10.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:10.184896+0000 mon.smithi138 (mon.0) 457 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-10T08:39:10.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:10.184979+0000 mon.smithi138 (mon.0) 458 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-10T08:39:10.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:10.185086+0000 mon.smithi138 (mon.0) 459 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-10T08:39:10.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:10.185175+0000 mon.smithi138 (mon.0) 460 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-10T08:39:10.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:10.185254+0000 mon.smithi138 (mon.0) 461 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-10T08:39:10.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:10.185322+0000 mon.smithi138 (mon.0) 462 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-10T08:39:10.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:10.185415+0000 mon.smithi138 (mon.0) 463 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-10T08:39:10.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:10.185496+0000 mon.smithi138 (mon.0) 464 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-10T08:39:10.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:10.185602+0000 mon.smithi138 (mon.0) 465 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-10T08:39:10.848 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:10.185718+0000 mon.smithi138 (mon.0) 466 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-10T08:39:10.848 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:10.329493+0000 mon.smithi138 (mon.0) 467 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-10T08:39:10.848 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:10.388850+0000 mon.smithi138 (mon.0) 468 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-10T08:39:11.097 INFO:teuthology.orchestra.run.smithi138.stdout:{ 2024-02-10T08:39:11.097 INFO:teuthology.orchestra.run.smithi138.stdout: "mon": { 2024-02-10T08:39:11.097 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T08:39:11.097 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:39:11.097 INFO:teuthology.orchestra.run.smithi138.stdout: "mgr": { 2024-02-10T08:39:11.097 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T08:39:11.097 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:39:11.097 INFO:teuthology.orchestra.run.smithi138.stdout: "osd": { 2024-02-10T08:39:11.097 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 6, 2024-02-10T08:39:11.097 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2024-02-10T08:39:11.098 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:39:11.098 INFO:teuthology.orchestra.run.smithi138.stdout: "mds": { 2024-02-10T08:39:11.098 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-02-10T08:39:11.098 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:39:11.098 INFO:teuthology.orchestra.run.smithi138.stdout: "overall": { 2024-02-10T08:39:11.098 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 10, 2024-02-10T08:39:11.098 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 3 2024-02-10T08:39:11.098 INFO:teuthology.orchestra.run.smithi138.stdout: } 2024-02-10T08:39:11.098 INFO:teuthology.orchestra.run.smithi138.stdout:} 2024-02-10T08:39:11.216 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.33 MB/sec execute 292 sec latency 286864.030 ms 2024-02-10T08:39:11.383 INFO:teuthology.orchestra.run.smithi138.stdout:{ 2024-02-10T08:39:11.383 INFO:teuthology.orchestra.run.smithi138.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-10T08:39:11.384 INFO:teuthology.orchestra.run.smithi138.stdout: "in_progress": true, 2024-02-10T08:39:11.384 INFO:teuthology.orchestra.run.smithi138.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T08:39:11.384 INFO:teuthology.orchestra.run.smithi138.stdout: "services_complete": [ 2024-02-10T08:39:11.384 INFO:teuthology.orchestra.run.smithi138.stdout: "crash", 2024-02-10T08:39:11.384 INFO:teuthology.orchestra.run.smithi138.stdout: "mgr", 2024-02-10T08:39:11.384 INFO:teuthology.orchestra.run.smithi138.stdout: "mon" 2024-02-10T08:39:11.384 INFO:teuthology.orchestra.run.smithi138.stdout: ], 2024-02-10T08:39:11.384 INFO:teuthology.orchestra.run.smithi138.stdout: "progress": "12/23 daemons upgraded", 2024-02-10T08:39:11.384 INFO:teuthology.orchestra.run.smithi138.stdout: "message": "Currently upgrading osd daemons", 2024-02-10T08:39:11.384 INFO:teuthology.orchestra.run.smithi138.stdout: "is_paused": false 2024-02-10T08:39:11.384 INFO:teuthology.orchestra.run.smithi138.stdout:} 2024-02-10T08:39:11.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:11 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:09.524558+0000 mgr.smithi138.arglrk (mgr.14762) 215 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 317 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:39:11.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:11 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:10.165687+0000 mgr.smithi138.arglrk (mgr.14762) 216 : audit [DBG] from='client.34248 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:39:11.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:11 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:10.421771+0000 mon.smithi138 (mon.0) 469 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-10T08:39:11.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:11 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:10.429112+0000 mon.smithi138 (mon.0) 470 : cluster [DBG] osdmap e104: 8 total, 7 up, 8 in 2024-02-10T08:39:11.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:11 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:11.096886+0000 mon.smithi138 (mon.0) 471 : audit [DBG] from='client.? 172.21.15.138:0/4035969174' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:39:11.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:11 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:09.524558+0000 mgr.smithi138.arglrk (mgr.14762) 215 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 317 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:39:11.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:11 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:10.165687+0000 mgr.smithi138.arglrk (mgr.14762) 216 : audit [DBG] from='client.34248 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:39:11.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:11 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:10.421771+0000 mon.smithi138 (mon.0) 469 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-10T08:39:11.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:11 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:10.429112+0000 mon.smithi138 (mon.0) 470 : cluster [DBG] osdmap e104: 8 total, 7 up, 8 in 2024-02-10T08:39:11.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:11 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:11.096886+0000 mon.smithi138 (mon.0) 471 : audit [DBG] from='client.? 172.21.15.138:0/4035969174' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:39:12.216 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.33 MB/sec execute 293 sec latency 287864.110 ms 2024-02-10T08:39:12.350 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:39:12 smithi190 systemd[1]: ceph-c2125314-c7ed-11ee-95b8-87774f69a715@osd.6.service: Succeeded. 2024-02-10T08:39:12.350 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:39:12 smithi190 systemd[1]: Stopped Ceph osd.6 for c2125314-c7ed-11ee-95b8-87774f69a715. 2024-02-10T08:39:12.815 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:39:12 smithi190 systemd[1]: Starting Ceph osd.6 for c2125314-c7ed-11ee-95b8-87774f69a715... 2024-02-10T08:39:12.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:12 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:10.470451+0000 mgr.smithi138.arglrk (mgr.14762) 217 : audit [DBG] from='client.34252 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:39:12.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:12 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:10.750393+0000 mgr.smithi138.arglrk (mgr.14762) 218 : audit [DBG] from='client.34256 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:39:12.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:12 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:11.383270+0000 mgr.smithi138.arglrk (mgr.14762) 219 : audit [DBG] from='client.34264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:39:12.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:12 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:11.429606+0000 mon.smithi138 (mon.0) 472 : cluster [DBG] osdmap e105: 8 total, 7 up, 8 in 2024-02-10T08:39:12.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:12 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:10.470451+0000 mgr.smithi138.arglrk (mgr.14762) 217 : audit [DBG] from='client.34252 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:39:12.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:12 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:10.750393+0000 mgr.smithi138.arglrk (mgr.14762) 218 : audit [DBG] from='client.34256 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:39:12.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:12 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:11.383270+0000 mgr.smithi138.arglrk (mgr.14762) 219 : audit [DBG] from='client.34264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:39:12.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:12 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:11.429606+0000 mon.smithi138 (mon.0) 472 : cluster [DBG] osdmap e105: 8 total, 7 up, 8 in 2024-02-10T08:39:13.216 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.33 MB/sec execute 294 sec latency 288864.206 ms 2024-02-10T08:39:13.710 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:13 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:11.525027+0000 mgr.smithi138.arglrk (mgr.14762) 220 : cluster [DBG] pgmap v159: 129 pgs: 13 stale+active+clean, 116 active+clean; 317 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-02-10T08:39:13.726 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:13 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:11.525027+0000 mgr.smithi138.arglrk (mgr.14762) 220 : cluster [DBG] pgmap v159: 129 pgs: 13 stale+active+clean, 116 active+clean; 317 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-02-10T08:39:13.726 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:39:13 smithi190 bash[93826]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-10T08:39:13.726 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:39:13 smithi190 bash[93826]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-02-10T08:39:13.727 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:39:13 smithi190 bash[93826]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_2 --path /var/lib/ceph/osd/ceph-6 --no-mon-config 2024-02-10T08:39:13.727 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:39:13 smithi190 bash[93826]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-6/block 2024-02-10T08:39:13.727 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:39:13 smithi190 bash[93826]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-6/block 2024-02-10T08:39:13.727 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:39:13 smithi190 bash[93826]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-02-10T08:39:13.727 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:39:13 smithi190 bash[93826]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-02-10T08:39:13.727 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:39:13 smithi190 bash[93826]: --> ceph-volume lvm activate successful for osd ID: 6 2024-02-10T08:39:14.217 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.33 MB/sec execute 295 sec latency 289864.302 ms 2024-02-10T08:39:14.565 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:39:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-6[94110]: debug 2024-02-10T08:39:14.451+0000 7f0936ac9700 1 -- 172.21.15.190:0/2776526795 <== mon.1 v2:172.21.15.190:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55679db5c680 con 0x55679db23400 2024-02-10T08:39:14.943 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:39:14 smithi190 bash[94095]: 865c9062305b661ebe799bdf8f0da21d4ea72b02c2ad6cd5ef42d351d9343a3d 2024-02-10T08:39:14.944 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:39:14 smithi190 systemd[1]: Started Ceph osd.6 for c2125314-c7ed-11ee-95b8-87774f69a715. 2024-02-10T08:39:15.217 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.32 MB/sec execute 296 sec latency 290864.382 ms 2024-02-10T08:39:15.315 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:39:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-6[94110]: debug 2024-02-10T08:39:14.984+0000 7f093e557380 -1 Falling back to public interface 2024-02-10T08:39:15.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:13.525655+0000 mgr.smithi138.arglrk (mgr.14762) 221 : cluster [DBG] pgmap v160: 129 pgs: 18 active+undersized+degraded, 3 stale+active+clean, 18 active+undersized, 90 active+clean; 317 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 134/1599 objects degraded (8.380%) 2024-02-10T08:39:15.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:14.443855+0000 mon.smithi138 (mon.0) 473 : cluster [WRN] Health check failed: Degraded data redundancy: 134/1599 objects degraded (8.380%), 18 pgs degraded (PG_DEGRADED) 2024-02-10T08:39:15.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:14.618936+0000 mon.smithi138 (mon.0) 474 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:39:15.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:14.619838+0000 mon.smithi138 (mon.0) 475 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:39:15.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:14 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:13.525655+0000 mgr.smithi138.arglrk (mgr.14762) 221 : cluster [DBG] pgmap v160: 129 pgs: 18 active+undersized+degraded, 3 stale+active+clean, 18 active+undersized, 90 active+clean; 317 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 134/1599 objects degraded (8.380%) 2024-02-10T08:39:15.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:14 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:14.443855+0000 mon.smithi138 (mon.0) 473 : cluster [WRN] Health check failed: Degraded data redundancy: 134/1599 objects degraded (8.380%), 18 pgs degraded (PG_DEGRADED) 2024-02-10T08:39:15.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:14 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:14.618936+0000 mon.smithi138 (mon.0) 474 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:39:15.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:14 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:14.619838+0000 mon.smithi138 (mon.0) 475 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:39:16.217 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.32 MB/sec execute 297 sec latency 291864.470 ms 2024-02-10T08:39:17.217 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.32 MB/sec execute 298 sec latency 292864.584 ms 2024-02-10T08:39:17.241 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:16 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:15.526332+0000 mgr.smithi138.arglrk (mgr.14762) 222 : cluster [DBG] pgmap v161: 129 pgs: 21 active+undersized+degraded, 22 active+undersized, 86 active+clean; 317 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 166/1599 objects degraded (10.381%) 2024-02-10T08:39:17.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:16 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:15.526332+0000 mgr.smithi138.arglrk (mgr.14762) 222 : cluster [DBG] pgmap v161: 129 pgs: 21 active+undersized+degraded, 22 active+undersized, 86 active+clean; 317 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 166/1599 objects degraded (10.381%) 2024-02-10T08:39:18.217 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.32 MB/sec execute 299 sec latency 293864.681 ms 2024-02-10T08:39:18.950 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:18 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:17.526913+0000 mgr.smithi138.arglrk (mgr.14762) 223 : cluster [DBG] pgmap v162: 129 pgs: 21 active+undersized+degraded, 22 active+undersized, 86 active+clean; 317 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 166/1599 objects degraded (10.381%) 2024-02-10T08:39:18.951 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:18 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:18.533683+0000 mon.smithi138 (mon.0) 476 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:39:18.951 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:18 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:18.534588+0000 mon.smithi138 (mon.0) 477 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:18.951 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:18 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:18.535413+0000 mon.smithi138 (mon.0) 478 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T08:39:18.951 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:18 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:18.539576+0000 mon.smithi138 (mon.0) 479 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:39:18.951 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:18 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:18.545341+0000 mon.smithi138 (mon.0) 480 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:39:18.951 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:18 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:18.548617+0000 mon.smithi138 (mon.0) 481 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:39:18.951 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:18 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:18.551017+0000 mon.smithi138 (mon.0) 482 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:39:18.951 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:18 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:18.552405+0000 mon.smithi138 (mon.0) 483 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:39:18.951 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:18 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:18.553724+0000 mon.smithi138 (mon.0) 484 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:39:18.951 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:18 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:18.555118+0000 mon.smithi138 (mon.0) 485 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-10T08:39:19.217 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.32 MB/sec execute 300 sec latency 294864.731 ms 2024-02-10T08:39:19.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:18 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:17.526913+0000 mgr.smithi138.arglrk (mgr.14762) 223 : cluster [DBG] pgmap v162: 129 pgs: 21 active+undersized+degraded, 22 active+undersized, 86 active+clean; 317 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 166/1599 objects degraded (10.381%) 2024-02-10T08:39:19.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:18 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:18.533683+0000 mon.smithi138 (mon.0) 476 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:39:19.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:18 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:18.534588+0000 mon.smithi138 (mon.0) 477 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:19.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:18 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:18.535413+0000 mon.smithi138 (mon.0) 478 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T08:39:19.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:18 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:18.539576+0000 mon.smithi138 (mon.0) 479 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:39:19.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:18 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:18.545341+0000 mon.smithi138 (mon.0) 480 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:39:19.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:18 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:18.548617+0000 mon.smithi138 (mon.0) 481 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:39:19.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:18 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:18.551017+0000 mon.smithi138 (mon.0) 482 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:39:19.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:18 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:18.552405+0000 mon.smithi138 (mon.0) 483 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:39:19.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:18 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:18.553724+0000 mon.smithi138 (mon.0) 484 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:39:19.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:18 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:18.555118+0000 mon.smithi138 (mon.0) 485 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-10T08:39:19.958 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:39:19 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-6[94110]: debug 2024-02-10T08:39:19.611+0000 7f093e557380 -1 osd.6 103 log_to_monitors {default=true} 2024-02-10T08:39:20.217 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.32 MB/sec execute 301 sec latency 295864.838 ms 2024-02-10T08:39:20.315 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:39:19 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-6[94110]: debug 2024-02-10T08:39:19.970+0000 7f0931241700 -1 osd.6 103 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-10T08:39:20.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:19 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:39:18.536084+0000 mgr.smithi138.arglrk (mgr.14762) 224 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T08:39:20.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:19 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:18.555285+0000 mgr.smithi138.arglrk (mgr.14762) 225 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-10T08:39:20.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:19 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:39:18.556021+0000 mgr.smithi138.arglrk (mgr.14762) 226 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-02-10T08:39:20.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:19 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:19.615073+0000 mon.smithi190 (mon.1) 6 : audit [INF] from='osd.6 [v2:172.21.15.190:6816/3117832962,v1:172.21.15.190:6817/3117832962]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-10T08:39:20.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:19 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:19.615580+0000 mon.smithi138 (mon.0) 486 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-10T08:39:20.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:19 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:39:18.536084+0000 mgr.smithi138.arglrk (mgr.14762) 224 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T08:39:20.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:19 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:18.555285+0000 mgr.smithi138.arglrk (mgr.14762) 225 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-10T08:39:20.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:19 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:39:18.556021+0000 mgr.smithi138.arglrk (mgr.14762) 226 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-02-10T08:39:20.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:19 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:19.615073+0000 mon.smithi190 (mon.1) 6 : audit [INF] from='osd.6 [v2:172.21.15.190:6816/3117832962,v1:172.21.15.190:6817/3117832962]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-10T08:39:20.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:19 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:19.615580+0000 mon.smithi138 (mon.0) 486 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-10T08:39:21.217 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.32 MB/sec execute 302 sec latency 296864.960 ms 2024-02-10T08:39:21.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:20 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:19.527666+0000 mgr.smithi138.arglrk (mgr.14762) 227 : cluster [DBG] pgmap v163: 129 pgs: 21 active+undersized+degraded, 22 active+undersized, 86 active+clean; 317 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 166/1599 objects degraded (10.381%) 2024-02-10T08:39:21.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:20 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:19.960098+0000 mon.smithi138 (mon.0) 487 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-10T08:39:21.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:20 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:19.960162+0000 mon.smithi138 (mon.0) 488 : cluster [DBG] osdmap e106: 8 total, 7 up, 8 in 2024-02-10T08:39:21.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:20 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:19.962619+0000 mon.smithi190 (mon.1) 7 : audit [INF] from='osd.6 [v2:172.21.15.190:6816/3117832962,v1:172.21.15.190:6817/3117832962]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2024-02-10T08:39:21.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:20 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:19.963139+0000 mon.smithi138 (mon.0) 489 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2024-02-10T08:39:21.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:20 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:19.527666+0000 mgr.smithi138.arglrk (mgr.14762) 227 : cluster [DBG] pgmap v163: 129 pgs: 21 active+undersized+degraded, 22 active+undersized, 86 active+clean; 317 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 166/1599 objects degraded (10.381%) 2024-02-10T08:39:21.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:20 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:19.960098+0000 mon.smithi138 (mon.0) 487 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-10T08:39:21.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:20 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:19.960162+0000 mon.smithi138 (mon.0) 488 : cluster [DBG] osdmap e106: 8 total, 7 up, 8 in 2024-02-10T08:39:21.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:20 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:19.962619+0000 mon.smithi190 (mon.1) 7 : audit [INF] from='osd.6 [v2:172.21.15.190:6816/3117832962,v1:172.21.15.190:6817/3117832962]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2024-02-10T08:39:21.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:20 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:19.963139+0000 mon.smithi138 (mon.0) 489 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2024-02-10T08:39:22.217 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.32 MB/sec execute 303 sec latency 297865.007 ms 2024-02-10T08:39:22.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:20.955995+0000 mon.smithi138 (mon.0) 490 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-10T08:39:22.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:20.960463+0000 mon.smithi138 (mon.0) 491 : cluster [INF] osd.6 [v2:172.21.15.190:6816/3117832962,v1:172.21.15.190:6817/3117832962] boot 2024-02-10T08:39:22.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:20.960526+0000 mon.smithi138 (mon.0) 492 : cluster [DBG] osdmap e107: 8 total, 8 up, 8 in 2024-02-10T08:39:22.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:20.961054+0000 mon.smithi138 (mon.0) 493 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T08:39:22.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:21.961631+0000 mon.smithi138 (mon.0) 494 : cluster [DBG] osdmap e108: 8 total, 8 up, 8 in 2024-02-10T08:39:22.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:20.955995+0000 mon.smithi138 (mon.0) 490 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-10T08:39:22.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:20.960463+0000 mon.smithi138 (mon.0) 491 : cluster [INF] osd.6 [v2:172.21.15.190:6816/3117832962,v1:172.21.15.190:6817/3117832962] boot 2024-02-10T08:39:22.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:20.960526+0000 mon.smithi138 (mon.0) 492 : cluster [DBG] osdmap e107: 8 total, 8 up, 8 in 2024-02-10T08:39:22.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:20.961054+0000 mon.smithi138 (mon.0) 493 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T08:39:22.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:21.961631+0000 mon.smithi138 (mon.0) 494 : cluster [DBG] osdmap e108: 8 total, 8 up, 8 in 2024-02-10T08:39:23.217 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.32 MB/sec execute 304 sec latency 298865.056 ms 2024-02-10T08:39:23.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:22 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:21.528227+0000 mgr.smithi138.arglrk (mgr.14762) 228 : cluster [DBG] pgmap v166: 129 pgs: 21 active+undersized+degraded, 22 active+undersized, 86 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 127 B/s rd, 0 op/s; 166/1599 objects degraded (10.381%) 2024-02-10T08:39:23.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:22 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:22.638065+0000 mon.smithi138 (mon.0) 495 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:39:23.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:22 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:21.528227+0000 mgr.smithi138.arglrk (mgr.14762) 228 : cluster [DBG] pgmap v166: 129 pgs: 21 active+undersized+degraded, 22 active+undersized, 86 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 127 B/s rd, 0 op/s; 166/1599 objects degraded (10.381%) 2024-02-10T08:39:23.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:22 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:22.638065+0000 mon.smithi138 (mon.0) 495 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:39:24.217 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.31 MB/sec execute 305 sec latency 299865.173 ms 2024-02-10T08:39:24.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:23 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:23.941018+0000 mon.smithi138 (mon.0) 496 : cluster [WRN] Health check update: Degraded data redundancy: 166/1599 objects degraded (10.381%), 21 pgs degraded (PG_DEGRADED) 2024-02-10T08:39:24.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:23 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:23.941018+0000 mon.smithi138 (mon.0) 496 : cluster [WRN] Health check update: Degraded data redundancy: 166/1599 objects degraded (10.381%), 21 pgs degraded (PG_DEGRADED) 2024-02-10T08:39:25.218 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.31 MB/sec execute 306 sec latency 300865.257 ms 2024-02-10T08:39:25.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:24 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:23.528907+0000 mgr.smithi138.arglrk (mgr.14762) 229 : cluster [DBG] pgmap v168: 129 pgs: 8 active+undersized+degraded, 9 active+undersized, 112 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s; 61/1599 objects degraded (3.815%) 2024-02-10T08:39:25.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:24 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:23.528907+0000 mgr.smithi138.arglrk (mgr.14762) 229 : cluster [DBG] pgmap v168: 129 pgs: 8 active+undersized+degraded, 9 active+undersized, 112 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s; 61/1599 objects degraded (3.815%) 2024-02-10T08:39:26.218 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.31 MB/sec execute 307 sec latency 301865.339 ms 2024-02-10T08:39:26.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:26 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:25.986952+0000 mon.smithi138 (mon.0) 497 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 61/1599 objects degraded (3.815%), 8 pgs degraded) 2024-02-10T08:39:26.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:26 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:25.986952+0000 mon.smithi138 (mon.0) 497 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 61/1599 objects degraded (3.815%), 8 pgs degraded) 2024-02-10T08:39:27.218 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.31 MB/sec execute 308 sec latency 302865.423 ms 2024-02-10T08:39:27.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:25.529466+0000 mgr.smithi138.arglrk (mgr.14762) 230 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:39:27.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:25.529466+0000 mgr.smithi138.arglrk (mgr.14762) 230 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:39:28.218 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.31 MB/sec execute 309 sec latency 303865.538 ms 2024-02-10T08:39:29.218 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.31 MB/sec execute 310 sec latency 304865.639 ms 2024-02-10T08:39:29.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:29 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:27.530146+0000 mgr.smithi138.arglrk (mgr.14762) 231 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 270 B/s rd, 0 op/s 2024-02-10T08:39:29.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:29 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:27.530146+0000 mgr.smithi138.arglrk (mgr.14762) 231 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 270 B/s rd, 0 op/s 2024-02-10T08:39:30.218 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.31 MB/sec execute 311 sec latency 305865.727 ms 2024-02-10T08:39:31.218 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.31 MB/sec execute 312 sec latency 306865.870 ms 2024-02-10T08:39:31.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:31 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:29.530714+0000 mgr.smithi138.arglrk (mgr.14762) 232 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 238 B/s rd, 0 op/s 2024-02-10T08:39:31.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:31 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:29.530714+0000 mgr.smithi138.arglrk (mgr.14762) 232 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 238 B/s rd, 0 op/s 2024-02-10T08:39:32.218 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.31 MB/sec execute 313 sec latency 307866.003 ms 2024-02-10T08:39:33.218 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.31 MB/sec execute 314 sec latency 308866.097 ms 2024-02-10T08:39:33.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:33 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:31.531329+0000 mgr.smithi138.arglrk (mgr.14762) 233 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-10T08:39:33.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:33 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:32.782092+0000 mon.smithi138 (mon.0) 498 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:39:33.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:33 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:31.531329+0000 mgr.smithi138.arglrk (mgr.14762) 233 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-10T08:39:33.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:33 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:32.782092+0000 mon.smithi138 (mon.0) 498 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:39:34.219 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.30 MB/sec execute 315 sec latency 309866.217 ms 2024-02-10T08:39:34.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:34 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:33.571525+0000 mon.smithi138 (mon.0) 499 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-10T08:39:34.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:34 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:33.571525+0000 mon.smithi138 (mon.0) 499 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-10T08:39:35.219 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.30 MB/sec execute 316 sec latency 310866.308 ms 2024-02-10T08:39:35.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:35 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:33.532027+0000 mgr.smithi138.arglrk (mgr.14762) 234 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 265 B/s rd, 0 op/s 2024-02-10T08:39:35.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:35 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:33.571750+0000 mgr.smithi138.arglrk (mgr.14762) 235 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-10T08:39:35.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:35 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:39:33.572865+0000 mgr.smithi138.arglrk (mgr.14762) 236 : cephadm [INF] Upgrade: osd.7 is safe to restart 2024-02-10T08:39:35.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:35 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:33.532027+0000 mgr.smithi138.arglrk (mgr.14762) 234 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 265 B/s rd, 0 op/s 2024-02-10T08:39:35.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:35 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:33.571750+0000 mgr.smithi138.arglrk (mgr.14762) 235 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-10T08:39:35.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:35 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:39:33.572865+0000 mgr.smithi138.arglrk (mgr.14762) 236 : cephadm [INF] Upgrade: osd.7 is safe to restart 2024-02-10T08:39:36.219 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.30 MB/sec execute 317 sec latency 311866.409 ms 2024-02-10T08:39:36.368 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:36 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:39:35.108542+0000 mgr.smithi138.arglrk (mgr.14762) 237 : cephadm [INF] Upgrade: Updating osd.7 2024-02-10T08:39:36.369 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:36 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:35.113291+0000 mon.smithi138 (mon.0) 500 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:39:36.369 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:36 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:35.114143+0000 mon.smithi138 (mon.0) 501 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-10T08:39:36.369 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:36 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:35.114759+0000 mon.smithi138 (mon.0) 502 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:36.369 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:36 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:39:35.116054+0000 mgr.smithi138.arglrk (mgr.14762) 238 : cephadm [INF] Deploying daemon osd.7 on smithi190 2024-02-10T08:39:36.536 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:36 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:39:35.108542+0000 mgr.smithi138.arglrk (mgr.14762) 237 : cephadm [INF] Upgrade: Updating osd.7 2024-02-10T08:39:36.536 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:36 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:35.113291+0000 mon.smithi138 (mon.0) 500 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:39:36.536 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:36 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:35.114143+0000 mon.smithi138 (mon.0) 501 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-10T08:39:36.536 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:36 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:35.114759+0000 mon.smithi138 (mon.0) 502 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:36.536 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:36 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:39:35.116054+0000 mgr.smithi138.arglrk (mgr.14762) 238 : cephadm [INF] Deploying daemon osd.7 on smithi190 2024-02-10T08:39:37.219 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.30 MB/sec execute 318 sec latency 312866.508 ms 2024-02-10T08:39:37.513 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:37 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:35.532749+0000 mgr.smithi138.arglrk (mgr.14762) 239 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:39:37.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:37 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:35.532749+0000 mgr.smithi138.arglrk (mgr.14762) 239 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:39:38.065 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:39:37 smithi190 systemd[1]: Stopping Ceph osd.7 for c2125314-c7ed-11ee-95b8-87774f69a715... 2024-02-10T08:39:38.219 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.30 MB/sec execute 319 sec latency 313866.615 ms 2024-02-10T08:39:38.476 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:39:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.7[78750]: debug 2024-02-10T08:39:38.085+0000 7f4356d49700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.7 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-10T08:39:38.476 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:39:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.7[78750]: debug 2024-02-10T08:39:38.085+0000 7f4356d49700 -1 osd.7 108 *** Got signal Terminated *** 2024-02-10T08:39:38.476 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:39:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.7[78750]: debug 2024-02-10T08:39:38.085+0000 7f4356d49700 -1 osd.7 108 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-10T08:39:38.760 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:39:38 smithi190 bash[95435]: ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.7 2024-02-10T08:39:38.761 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:37.533278+0000 mgr.smithi138.arglrk (mgr.14762) 240 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-10T08:39:38.761 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:37.638232+0000 mon.smithi138 (mon.0) 503 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:39:38.761 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:38.379346+0000 mon.smithi138 (mon.0) 504 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-10T08:39:38.761 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:38.379384+0000 mon.smithi138 (mon.0) 505 : cluster [INF] osd.7 failed (root=default,host=smithi190) (connection refused reported by osd.0) 2024-02-10T08:39:38.761 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:38.379535+0000 mon.smithi138 (mon.0) 506 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-10T08:39:38.761 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:38.379632+0000 mon.smithi138 (mon.0) 507 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-10T08:39:38.761 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:38.379784+0000 mon.smithi138 (mon.0) 508 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-10T08:39:38.762 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:38.379894+0000 mon.smithi138 (mon.0) 509 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-10T08:39:38.762 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:38.380005+0000 mon.smithi138 (mon.0) 510 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-10T08:39:38.762 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:38.380101+0000 mon.smithi138 (mon.0) 511 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-10T08:39:38.762 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:38.380196+0000 mon.smithi138 (mon.0) 512 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-10T08:39:38.762 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:38.380319+0000 mon.smithi138 (mon.0) 513 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-10T08:39:38.762 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:38.380419+0000 mon.smithi138 (mon.0) 514 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-10T08:39:38.762 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:38.380552+0000 mon.smithi138 (mon.0) 515 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-10T08:39:38.762 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:38.380685+0000 mon.smithi138 (mon.0) 516 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-10T08:39:38.762 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:38.380818+0000 mon.smithi138 (mon.0) 517 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-10T08:39:38.762 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:38.380965+0000 mon.smithi138 (mon.0) 518 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-10T08:39:38.762 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:38.381097+0000 mon.smithi138 (mon.0) 519 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-10T08:39:38.762 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:38.381233+0000 mon.smithi138 (mon.0) 520 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-10T08:39:38.762 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:38.407169+0000 mon.smithi138 (mon.0) 521 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-10T08:39:38.763 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:38.464565+0000 mon.smithi138 (mon.0) 522 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-10T08:39:38.763 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:38.510927+0000 mon.smithi138 (mon.0) 523 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-10T08:39:38.763 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:38.608292+0000 mon.smithi138 (mon.0) 524 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-10T08:39:39.065 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:39:38 smithi190 bash[95489]: ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.7 2024-02-10T08:39:39.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:37.533278+0000 mgr.smithi138.arglrk (mgr.14762) 240 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-10T08:39:39.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:37.638232+0000 mon.smithi138 (mon.0) 503 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:39:39.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:38.379346+0000 mon.smithi138 (mon.0) 504 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-10T08:39:39.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:38.379384+0000 mon.smithi138 (mon.0) 505 : cluster [INF] osd.7 failed (root=default,host=smithi190) (connection refused reported by osd.0) 2024-02-10T08:39:39.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:38.379535+0000 mon.smithi138 (mon.0) 506 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-10T08:39:39.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:38.379632+0000 mon.smithi138 (mon.0) 507 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-10T08:39:39.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:38.379784+0000 mon.smithi138 (mon.0) 508 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-10T08:39:39.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:38.379894+0000 mon.smithi138 (mon.0) 509 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-10T08:39:39.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:38.380005+0000 mon.smithi138 (mon.0) 510 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-10T08:39:39.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:38.380101+0000 mon.smithi138 (mon.0) 511 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-10T08:39:39.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:38.380196+0000 mon.smithi138 (mon.0) 512 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-10T08:39:39.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:38.380319+0000 mon.smithi138 (mon.0) 513 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-10T08:39:39.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:38.380419+0000 mon.smithi138 (mon.0) 514 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-10T08:39:39.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:38.380552+0000 mon.smithi138 (mon.0) 515 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-10T08:39:39.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:38.380685+0000 mon.smithi138 (mon.0) 516 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-10T08:39:39.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:38.380818+0000 mon.smithi138 (mon.0) 517 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-10T08:39:39.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:38.380965+0000 mon.smithi138 (mon.0) 518 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-10T08:39:39.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:38.381097+0000 mon.smithi138 (mon.0) 519 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-10T08:39:39.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:38.381233+0000 mon.smithi138 (mon.0) 520 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-10T08:39:39.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:38.407169+0000 mon.smithi138 (mon.0) 521 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-10T08:39:39.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:38.464565+0000 mon.smithi138 (mon.0) 522 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-10T08:39:39.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:38.510927+0000 mon.smithi138 (mon.0) 523 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-10T08:39:39.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:38.608292+0000 mon.smithi138 (mon.0) 524 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-10T08:39:39.219 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.30 MB/sec execute 320 sec latency 314866.711 ms 2024-02-10T08:39:40.035 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:38.711211+0000 mon.smithi138 (mon.0) 525 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-10T08:39:40.035 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:38.780318+0000 mon.smithi138 (mon.0) 526 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-10T08:39:40.035 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:38.780427+0000 mon.smithi138 (mon.0) 527 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-10T08:39:40.035 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:38.780523+0000 mon.smithi138 (mon.0) 528 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-10T08:39:40.035 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:38.780676+0000 mon.smithi138 (mon.0) 529 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-10T08:39:40.035 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:38.780789+0000 mon.smithi138 (mon.0) 530 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-10T08:39:40.035 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:38.780904+0000 mon.smithi138 (mon.0) 531 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-10T08:39:40.035 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:38.781010+0000 mon.smithi138 (mon.0) 532 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-10T08:39:40.035 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:38.781105+0000 mon.smithi138 (mon.0) 533 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-10T08:39:40.035 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:38.781252+0000 mon.smithi138 (mon.0) 534 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-10T08:39:40.036 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:38.781371+0000 mon.smithi138 (mon.0) 535 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-10T08:39:40.036 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:38.781524+0000 mon.smithi138 (mon.0) 536 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-10T08:39:40.036 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:38.781676+0000 mon.smithi138 (mon.0) 537 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-10T08:39:40.036 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:38.781808+0000 mon.smithi138 (mon.0) 538 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-10T08:39:40.036 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:38.781957+0000 mon.smithi138 (mon.0) 539 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-10T08:39:40.036 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:38.782106+0000 mon.smithi138 (mon.0) 540 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-10T08:39:40.036 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:38.782238+0000 mon.smithi138 (mon.0) 541 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-10T08:39:40.036 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:39.009353+0000 mon.smithi138 (mon.0) 542 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-10T08:39:40.036 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:39.112291+0000 mon.smithi138 (mon.0) 543 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-10T08:39:40.036 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:39.120882+0000 mon.smithi138 (mon.0) 544 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-10T08:39:40.036 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:39.125494+0000 mon.smithi138 (mon.0) 545 : cluster [DBG] osdmap e109: 8 total, 7 up, 8 in 2024-02-10T08:39:40.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:38.711211+0000 mon.smithi138 (mon.0) 525 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-10T08:39:40.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:38.780318+0000 mon.smithi138 (mon.0) 526 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-10T08:39:40.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:38.780427+0000 mon.smithi138 (mon.0) 527 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-10T08:39:40.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:38.780523+0000 mon.smithi138 (mon.0) 528 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-10T08:39:40.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:38.780676+0000 mon.smithi138 (mon.0) 529 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-10T08:39:40.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:38.780789+0000 mon.smithi138 (mon.0) 530 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-10T08:39:40.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:38.780904+0000 mon.smithi138 (mon.0) 531 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-10T08:39:40.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:38.781010+0000 mon.smithi138 (mon.0) 532 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-10T08:39:40.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:38.781105+0000 mon.smithi138 (mon.0) 533 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-10T08:39:40.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:38.781252+0000 mon.smithi138 (mon.0) 534 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-10T08:39:40.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:38.781371+0000 mon.smithi138 (mon.0) 535 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-10T08:39:40.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:38.781524+0000 mon.smithi138 (mon.0) 536 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-10T08:39:40.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:38.781676+0000 mon.smithi138 (mon.0) 537 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-10T08:39:40.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:38.781808+0000 mon.smithi138 (mon.0) 538 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-10T08:39:40.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:38.781957+0000 mon.smithi138 (mon.0) 539 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-10T08:39:40.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:38.782106+0000 mon.smithi138 (mon.0) 540 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-10T08:39:40.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:38.782238+0000 mon.smithi138 (mon.0) 541 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-10T08:39:40.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:39.009353+0000 mon.smithi138 (mon.0) 542 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-10T08:39:40.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:39.112291+0000 mon.smithi138 (mon.0) 543 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-10T08:39:40.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:39.120882+0000 mon.smithi138 (mon.0) 544 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-10T08:39:40.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:39.125494+0000 mon.smithi138 (mon.0) 545 : cluster [DBG] osdmap e109: 8 total, 7 up, 8 in 2024-02-10T08:39:40.219 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.30 MB/sec execute 321 sec latency 315866.802 ms 2024-02-10T08:39:41.065 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:39:40 smithi190 systemd[1]: ceph-c2125314-c7ed-11ee-95b8-87774f69a715@osd.7.service: Succeeded. 2024-02-10T08:39:41.066 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:39:40 smithi190 systemd[1]: Stopped Ceph osd.7 for c2125314-c7ed-11ee-95b8-87774f69a715. 2024-02-10T08:39:41.066 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:39:40 smithi190 systemd[1]: Starting Ceph osd.7 for c2125314-c7ed-11ee-95b8-87774f69a715... 2024-02-10T08:39:41.219 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.30 MB/sec execute 322 sec latency 316866.905 ms 2024-02-10T08:39:41.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:39.533775+0000 mgr.smithi138.arglrk (mgr.14762) 241 : cluster [DBG] pgmap v177: 129 pgs: 17 stale+active+clean, 112 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-10T08:39:41.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:40.130105+0000 mon.smithi138 (mon.0) 546 : cluster [DBG] osdmap e110: 8 total, 7 up, 8 in 2024-02-10T08:39:41.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:41 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:39.533775+0000 mgr.smithi138.arglrk (mgr.14762) 241 : cluster [DBG] pgmap v177: 129 pgs: 17 stale+active+clean, 112 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-10T08:39:41.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:41 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:40.130105+0000 mon.smithi138 (mon.0) 546 : cluster [DBG] osdmap e110: 8 total, 7 up, 8 in 2024-02-10T08:39:41.695 INFO:teuthology.orchestra.run.smithi138.stdout:true 2024-02-10T08:39:42.010 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:39:41 smithi190 bash[95745]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-10T08:39:42.010 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:39:41 smithi190 bash[95745]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-02-10T08:39:42.010 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:39:41 smithi190 bash[95745]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_1 --path /var/lib/ceph/osd/ceph-7 --no-mon-config 2024-02-10T08:39:42.010 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:39:41 smithi190 bash[95745]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-7/block 2024-02-10T08:39:42.010 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:39:41 smithi190 bash[95745]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-7/block 2024-02-10T08:39:42.010 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:39:41 smithi190 bash[95745]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-02-10T08:39:42.010 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:39:41 smithi190 bash[95745]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-02-10T08:39:42.010 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:39:41 smithi190 bash[95745]: --> ceph-volume lvm activate successful for osd ID: 7 2024-02-10T08:39:42.219 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.30 MB/sec execute 323 sec latency 317866.963 ms 2024-02-10T08:39:42.263 INFO:teuthology.orchestra.run.smithi138.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T08:39:42.263 INFO:teuthology.orchestra.run.smithi138.stdout:alertmanager.smithi138 smithi138 *:9093,9094 running (11m) 109s ago 13m 21.2M - 0.20.0 0881eb8f169f 78c83a922c35 2024-02-10T08:39:42.264 INFO:teuthology.orchestra.run.smithi138.stdout:crash.smithi138 smithi138 running (3m) 109s ago 13m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc e34c8efd73ec 2024-02-10T08:39:42.264 INFO:teuthology.orchestra.run.smithi138.stdout:crash.smithi190 smithi190 running (3m) 23s ago 12m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc 2a5c8cf1174a 2024-02-10T08:39:42.264 INFO:teuthology.orchestra.run.smithi138.stdout:grafana.smithi138 smithi138 *:3000 running (11m) 109s ago 13m 35.1M - 6.7.4 557c83e11646 9e400367c973 2024-02-10T08:39:42.264 INFO:teuthology.orchestra.run.smithi138.stdout:mds.foofs.smithi138.rckmtk smithi138 running (7m) 109s ago 7m 11.1M - 16.2.4 8d91d370c2b8 d5d147a8dc83 2024-02-10T08:39:42.264 INFO:teuthology.orchestra.run.smithi138.stdout:mds.foofs.smithi190.lndkxw smithi190 running (7m) 23s ago 7m 29.0M - 16.2.4 8d91d370c2b8 e61226bfc606 2024-02-10T08:39:42.264 INFO:teuthology.orchestra.run.smithi138.stdout:mgr.smithi138.arglrk smithi138 *:8443,9283 running (4m) 109s ago 14m 439M - 16.2.14-521-g0e714d9a 1fbc92c859dc 2699c999f919 2024-02-10T08:39:42.264 INFO:teuthology.orchestra.run.smithi138.stdout:mgr.smithi190.qddxvv smithi190 *:8443,9283 running (4m) 23s ago 12m 387M - 16.2.14-521-g0e714d9a 1fbc92c859dc 7a2ea8668c24 2024-02-10T08:39:42.264 INFO:teuthology.orchestra.run.smithi138.stdout:mon.smithi138 smithi138 running (4m) 109s ago 15m 50.9M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 190626662cdd 2024-02-10T08:39:42.264 INFO:teuthology.orchestra.run.smithi138.stdout:mon.smithi190 smithi190 running (4m) 23s ago 12m 50.2M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 2c6c4dd00319 2024-02-10T08:39:42.264 INFO:teuthology.orchestra.run.smithi138.stdout:nfs.foo.0.0.smithi138.cprnrz smithi138 *:2049 running (5m) 109s ago 5m 85.6M - 3.5 8d91d370c2b8 31ffdf21e540 2024-02-10T08:39:42.264 INFO:teuthology.orchestra.run.smithi138.stdout:nfs.foo.1.0.smithi190.xhydwq smithi190 *:2049 running (5m) 23s ago 5m 87.7M - 3.5 8d91d370c2b8 aa0e44ac0e20 2024-02-10T08:39:42.264 INFO:teuthology.orchestra.run.smithi138.stdout:node-exporter.smithi138 smithi138 *:9100 running (13m) 109s ago 13m 17.0M - 0.18.1 e5a616e4b9cf 720f24dd7d0f 2024-02-10T08:39:42.265 INFO:teuthology.orchestra.run.smithi138.stdout:node-exporter.smithi190 smithi190 *:9100 running (12m) 23s ago 12m 17.2M - 0.18.1 e5a616e4b9cf 5ce00b720701 2024-02-10T08:39:42.265 INFO:teuthology.orchestra.run.smithi138.stdout:osd.0 smithi138 running (3m) 109s ago 11m 118M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 50802eb627dc 2024-02-10T08:39:42.265 INFO:teuthology.orchestra.run.smithi138.stdout:osd.1 smithi138 running (2m) 109s ago 11m 103M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc cadb557b89fa 2024-02-10T08:39:42.265 INFO:teuthology.orchestra.run.smithi138.stdout:osd.2 smithi138 running (2m) 109s ago 11m 82.7M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 2233d7c59b0e 2024-02-10T08:39:42.265 INFO:teuthology.orchestra.run.smithi138.stdout:osd.3 smithi138 running (116s) 109s ago 10m 13.2M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc a7b242c7a81b 2024-02-10T08:39:42.265 INFO:teuthology.orchestra.run.smithi138.stdout:osd.4 smithi190 running (85s) 23s ago 10m 124M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc cd65ef4091e7 2024-02-10T08:39:42.265 INFO:teuthology.orchestra.run.smithi138.stdout:osd.5 smithi190 running (56s) 23s ago 10m 116M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc bd4e624932d7 2024-02-10T08:39:42.265 INFO:teuthology.orchestra.run.smithi138.stdout:osd.6 smithi190 running (28s) 23s ago 9m 12.8M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 865c9062305b 2024-02-10T08:39:42.265 INFO:teuthology.orchestra.run.smithi138.stdout:osd.7 smithi190 running (9m) 23s ago 9m 478M 4096M 16.2.4 8d91d370c2b8 1515c342bdc4 2024-02-10T08:39:42.265 INFO:teuthology.orchestra.run.smithi138.stdout:prometheus.smithi138 smithi138 *:9095 running (4m) 109s ago 12m 60.0M - 2.18.1 de242295e225 34aaeb08ccf8 2024-02-10T08:39:42.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:42.128957+0000 mon.smithi138 (mon.0) 547 : cluster [WRN] Health check failed: Reduced data availability: 4 pgs peering (PG_AVAILABILITY) 2024-02-10T08:39:42.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:42.128957+0000 mon.smithi138 (mon.0) 547 : cluster [WRN] Health check failed: Reduced data availability: 4 pgs peering (PG_AVAILABILITY) 2024-02-10T08:39:42.603 INFO:teuthology.orchestra.run.smithi138.stdout:{ 2024-02-10T08:39:42.603 INFO:teuthology.orchestra.run.smithi138.stdout: "mon": { 2024-02-10T08:39:42.603 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T08:39:42.603 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:39:42.603 INFO:teuthology.orchestra.run.smithi138.stdout: "mgr": { 2024-02-10T08:39:42.603 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T08:39:42.603 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:39:42.604 INFO:teuthology.orchestra.run.smithi138.stdout: "osd": { 2024-02-10T08:39:42.604 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 7 2024-02-10T08:39:42.604 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:39:42.604 INFO:teuthology.orchestra.run.smithi138.stdout: "mds": { 2024-02-10T08:39:42.604 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-02-10T08:39:42.604 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:39:42.604 INFO:teuthology.orchestra.run.smithi138.stdout: "overall": { 2024-02-10T08:39:42.604 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 11, 2024-02-10T08:39:42.604 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-02-10T08:39:42.604 INFO:teuthology.orchestra.run.smithi138.stdout: } 2024-02-10T08:39:42.605 INFO:teuthology.orchestra.run.smithi138.stdout:} 2024-02-10T08:39:42.893 INFO:teuthology.orchestra.run.smithi138.stdout:{ 2024-02-10T08:39:42.893 INFO:teuthology.orchestra.run.smithi138.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-10T08:39:42.893 INFO:teuthology.orchestra.run.smithi138.stdout: "in_progress": true, 2024-02-10T08:39:42.893 INFO:teuthology.orchestra.run.smithi138.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T08:39:42.893 INFO:teuthology.orchestra.run.smithi138.stdout: "services_complete": [ 2024-02-10T08:39:42.893 INFO:teuthology.orchestra.run.smithi138.stdout: "crash", 2024-02-10T08:39:42.893 INFO:teuthology.orchestra.run.smithi138.stdout: "mgr", 2024-02-10T08:39:42.893 INFO:teuthology.orchestra.run.smithi138.stdout: "mon" 2024-02-10T08:39:42.893 INFO:teuthology.orchestra.run.smithi138.stdout: ], 2024-02-10T08:39:42.893 INFO:teuthology.orchestra.run.smithi138.stdout: "progress": "13/23 daemons upgraded", 2024-02-10T08:39:42.893 INFO:teuthology.orchestra.run.smithi138.stdout: "message": "Currently upgrading osd daemons", 2024-02-10T08:39:42.893 INFO:teuthology.orchestra.run.smithi138.stdout: "is_paused": false 2024-02-10T08:39:42.893 INFO:teuthology.orchestra.run.smithi138.stdout:} 2024-02-10T08:39:43.065 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:39:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:39:42.830+0000 7f665af32700 1 -- 172.21.15.190:0/3925267536 <== mon.1 v2:172.21.15.190:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x56353a810680 con 0x56353a7d7400 2024-02-10T08:39:43.065 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:39:42 smithi190 bash[95979]: 598b065c6e2dee4a63e3a75fe5bbfbe425a32d58eed42e71fe7ca1f2e22ee017 2024-02-10T08:39:43.065 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:39:42 smithi190 systemd[1]: Started Ceph osd.7 for c2125314-c7ed-11ee-95b8-87774f69a715. 2024-02-10T08:39:43.219 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.30 MB/sec execute 324 sec latency 318867.039 ms 2024-02-10T08:39:43.515 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:43 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:41.534341+0000 mgr.smithi138.arglrk (mgr.14762) 242 : cluster [DBG] pgmap v179: 129 pgs: 23 peering, 10 stale+active+clean, 3 active+undersized, 93 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2024-02-10T08:39:43.515 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:43 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:41.683184+0000 mgr.smithi138.arglrk (mgr.14762) 243 : audit [DBG] from='client.34270 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:39:43.516 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:43 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:41.970034+0000 mgr.smithi138.arglrk (mgr.14762) 244 : audit [DBG] from='client.34274 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:39:43.516 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:43 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:42.254413+0000 mgr.smithi138.arglrk (mgr.14762) 245 : audit [DBG] from='client.34278 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:39:43.516 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:43 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:42.603487+0000 mon.smithi138 (mon.0) 548 : audit [DBG] from='client.? 172.21.15.138:0/2798669203' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:39:43.516 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:43 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:42.951674+0000 mon.smithi138 (mon.0) 549 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:39:43.516 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:43 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:42.952359+0000 mon.smithi138 (mon.0) 550 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:39:43.565 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:39:43 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:39:43.345+0000 7f66629c0380 -1 Falling back to public interface 2024-02-10T08:39:43.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:43 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:41.534341+0000 mgr.smithi138.arglrk (mgr.14762) 242 : cluster [DBG] pgmap v179: 129 pgs: 23 peering, 10 stale+active+clean, 3 active+undersized, 93 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2024-02-10T08:39:43.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:43 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:41.683184+0000 mgr.smithi138.arglrk (mgr.14762) 243 : audit [DBG] from='client.34270 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:39:43.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:43 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:41.970034+0000 mgr.smithi138.arglrk (mgr.14762) 244 : audit [DBG] from='client.34274 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:39:43.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:43 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:42.254413+0000 mgr.smithi138.arglrk (mgr.14762) 245 : audit [DBG] from='client.34278 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:39:43.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:43 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:42.603487+0000 mon.smithi138 (mon.0) 548 : audit [DBG] from='client.? 172.21.15.138:0/2798669203' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:39:43.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:43 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:42.951674+0000 mon.smithi138 (mon.0) 549 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:39:43.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:43 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:42.952359+0000 mon.smithi138 (mon.0) 550 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:39:44.219 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.30 MB/sec execute 325 sec latency 319867.134 ms 2024-02-10T08:39:44.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:44 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:42.892655+0000 mgr.smithi138.arglrk (mgr.14762) 246 : audit [DBG] from='client.34286 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:39:44.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:42.892655+0000 mgr.smithi138.arglrk (mgr.14762) 246 : audit [DBG] from='client.34286 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:39:45.219 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.29 MB/sec execute 326 sec latency 320867.187 ms 2024-02-10T08:39:45.530 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:43.535004+0000 mgr.smithi138.arglrk (mgr.14762) 247 : cluster [DBG] pgmap v180: 129 pgs: 20 active+undersized+degraded, 23 peering, 13 active+undersized, 73 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 165/1599 objects degraded (10.319%) 2024-02-10T08:39:45.530 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:44.182134+0000 mon.smithi138 (mon.0) 551 : cluster [WRN] Health check failed: Degraded data redundancy: 165/1599 objects degraded (10.319%), 20 pgs degraded (PG_DEGRADED) 2024-02-10T08:39:45.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:43.535004+0000 mgr.smithi138.arglrk (mgr.14762) 247 : cluster [DBG] pgmap v180: 129 pgs: 20 active+undersized+degraded, 23 peering, 13 active+undersized, 73 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 165/1599 objects degraded (10.319%) 2024-02-10T08:39:45.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:44.182134+0000 mon.smithi138 (mon.0) 551 : cluster [WRN] Health check failed: Degraded data redundancy: 165/1599 objects degraded (10.319%), 20 pgs degraded (PG_DEGRADED) 2024-02-10T08:39:46.219 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.29 MB/sec execute 327 sec latency 321867.234 ms 2024-02-10T08:39:46.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:46 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:46.190610+0000 mon.smithi138 (mon.0) 552 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs peering) 2024-02-10T08:39:46.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:46 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:46.190610+0000 mon.smithi138 (mon.0) 552 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs peering) 2024-02-10T08:39:47.220 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.29 MB/sec execute 328 sec latency 322867.279 ms 2024-02-10T08:39:47.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:47 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:45.535730+0000 mgr.smithi138.arglrk (mgr.14762) 248 : cluster [DBG] pgmap v181: 129 pgs: 34 active+undersized+degraded, 22 active+undersized, 73 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 231/1599 objects degraded (14.447%) 2024-02-10T08:39:47.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:47 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:47.129038+0000 mon.smithi138 (mon.0) 553 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:39:47.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:47 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:45.535730+0000 mgr.smithi138.arglrk (mgr.14762) 248 : cluster [DBG] pgmap v181: 129 pgs: 34 active+undersized+degraded, 22 active+undersized, 73 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 231/1599 objects degraded (14.447%) 2024-02-10T08:39:47.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:47 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:47.129038+0000 mon.smithi138 (mon.0) 553 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:39:48.220 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.29 MB/sec execute 329 sec latency 323867.375 ms 2024-02-10T08:39:48.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:47.406245+0000 mon.smithi138 (mon.0) 554 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:48.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:47.407096+0000 mon.smithi138 (mon.0) 555 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T08:39:48.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:39:47.407822+0000 mgr.smithi138.arglrk (mgr.14762) 249 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T08:39:48.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:47.411942+0000 mon.smithi138 (mon.0) 556 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:39:48.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:47.418275+0000 mon.smithi138 (mon.0) 557 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:39:48.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:47.421604+0000 mon.smithi138 (mon.0) 558 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:39:48.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:47.424092+0000 mon.smithi138 (mon.0) 559 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:39:48.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:47.425456+0000 mon.smithi138 (mon.0) 560 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:39:48.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:47.426813+0000 mon.smithi138 (mon.0) 561 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:39:48.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:47.428570+0000 mon.smithi138 (mon.0) 562 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:39:48.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:39:47.429214+0000 mgr.smithi138.arglrk (mgr.14762) 250 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-02-10T08:39:48.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:47.433286+0000 mon.smithi138 (mon.0) 563 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:39:48.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:47.434047+0000 mon.smithi138 (mon.0) 564 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-02-10T08:39:48.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:47.437299+0000 mon.smithi138 (mon.0) 565 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-02-10T08:39:48.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:47.437915+0000 mon.smithi138 (mon.0) 566 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-02-10T08:39:48.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:47.440856+0000 mon.smithi138 (mon.0) 567 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-02-10T08:39:48.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:47.441528+0000 mon.smithi138 (mon.0) 568 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-02-10T08:39:48.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:47.444686+0000 mon.smithi138 (mon.0) 569 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-02-10T08:39:48.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:47.445364+0000 mon.smithi138 (mon.0) 570 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-02-10T08:39:48.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:47.448494+0000 mon.smithi138 (mon.0) 571 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-02-10T08:39:48.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:47.449140+0000 mon.smithi138 (mon.0) 572 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-02-10T08:39:48.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:47.452471+0000 mon.smithi138 (mon.0) 573 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-02-10T08:39:48.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:47.453088+0000 mon.smithi138 (mon.0) 574 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-02-10T08:39:48.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:47.456166+0000 mon.smithi138 (mon.0) 575 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-02-10T08:39:48.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:47.456732+0000 mon.smithi138 (mon.0) 576 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-02-10T08:39:48.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:47.459805+0000 mon.smithi138 (mon.0) 577 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-02-10T08:39:48.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:47.460391+0000 mon.smithi138 (mon.0) 578 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-02-10T08:39:48.568 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:47.463300+0000 mon.smithi138 (mon.0) 579 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-02-10T08:39:48.568 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:39:47.464891+0000 mgr.smithi138.arglrk (mgr.14762) 251 : cephadm [INF] Upgrade: Waiting for mds.foofs.smithi190.lndkxw to be up:active (currently up:clientreplay) 2024-02-10T08:39:48.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:47.406245+0000 mon.smithi138 (mon.0) 554 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:48.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:47.407096+0000 mon.smithi138 (mon.0) 555 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T08:39:48.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:39:47.407822+0000 mgr.smithi138.arglrk (mgr.14762) 249 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T08:39:48.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:47.411942+0000 mon.smithi138 (mon.0) 556 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:39:48.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:47.418275+0000 mon.smithi138 (mon.0) 557 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:39:48.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:47.421604+0000 mon.smithi138 (mon.0) 558 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:39:48.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:47.424092+0000 mon.smithi138 (mon.0) 559 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:39:48.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:47.425456+0000 mon.smithi138 (mon.0) 560 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:39:48.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:47.426813+0000 mon.smithi138 (mon.0) 561 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:39:48.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:47.428570+0000 mon.smithi138 (mon.0) 562 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:39:48.598 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:39:47.429214+0000 mgr.smithi138.arglrk (mgr.14762) 250 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-02-10T08:39:48.598 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:47.433286+0000 mon.smithi138 (mon.0) 563 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:39:48.598 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:47.434047+0000 mon.smithi138 (mon.0) 564 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-02-10T08:39:48.598 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:47.437299+0000 mon.smithi138 (mon.0) 565 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-02-10T08:39:48.598 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:47.437915+0000 mon.smithi138 (mon.0) 566 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-02-10T08:39:48.598 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:47.440856+0000 mon.smithi138 (mon.0) 567 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-02-10T08:39:48.598 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:47.441528+0000 mon.smithi138 (mon.0) 568 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-02-10T08:39:48.598 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:47.444686+0000 mon.smithi138 (mon.0) 569 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-02-10T08:39:48.598 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:47.445364+0000 mon.smithi138 (mon.0) 570 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-02-10T08:39:48.598 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:47.448494+0000 mon.smithi138 (mon.0) 571 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-02-10T08:39:48.598 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:47.449140+0000 mon.smithi138 (mon.0) 572 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-02-10T08:39:48.598 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:47.452471+0000 mon.smithi138 (mon.0) 573 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-02-10T08:39:48.598 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:47.453088+0000 mon.smithi138 (mon.0) 574 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-02-10T08:39:48.598 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:47.456166+0000 mon.smithi138 (mon.0) 575 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-02-10T08:39:48.598 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:47.456732+0000 mon.smithi138 (mon.0) 576 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-02-10T08:39:48.599 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:47.459805+0000 mon.smithi138 (mon.0) 577 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-02-10T08:39:48.599 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:47.460391+0000 mon.smithi138 (mon.0) 578 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-02-10T08:39:48.599 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:47.463300+0000 mon.smithi138 (mon.0) 579 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-02-10T08:39:48.599 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:39:47.464891+0000 mgr.smithi138.arglrk (mgr.14762) 251 : cephadm [INF] Upgrade: Waiting for mds.foofs.smithi190.lndkxw to be up:active (currently up:clientreplay) 2024-02-10T08:39:49.220 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.29 MB/sec execute 330 sec latency 324867.472 ms 2024-02-10T08:39:49.315 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:39:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:39:48.839+0000 7f66629c0380 -1 osd.7 108 log_to_monitors {default=true} 2024-02-10T08:39:49.815 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:39:49 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:39:49.477+0000 7f66556aa700 -1 osd.7 108 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-10T08:39:49.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:49 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:47.536398+0000 mgr.smithi138.arglrk (mgr.14762) 252 : cluster [DBG] pgmap v182: 129 pgs: 34 active+undersized+degraded, 22 active+undersized, 73 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 231/1599 objects degraded (14.447%) 2024-02-10T08:39:49.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:49 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:48.843676+0000 mon.smithi190 (mon.1) 8 : audit [INF] from='osd.7 [v2:172.21.15.190:6824/4286924111,v1:172.21.15.190:6825/4286924111]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-10T08:39:49.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:49 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:48.844204+0000 mon.smithi138 (mon.0) 580 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-10T08:39:49.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:49 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:47.536398+0000 mgr.smithi138.arglrk (mgr.14762) 252 : cluster [DBG] pgmap v182: 129 pgs: 34 active+undersized+degraded, 22 active+undersized, 73 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 231/1599 objects degraded (14.447%) 2024-02-10T08:39:49.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:49 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:48.843676+0000 mon.smithi190 (mon.1) 8 : audit [INF] from='osd.7 [v2:172.21.15.190:6824/4286924111,v1:172.21.15.190:6825/4286924111]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-10T08:39:49.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:49 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:48.844204+0000 mon.smithi138 (mon.0) 580 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-10T08:39:50.220 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.29 MB/sec execute 331 sec latency 325867.595 ms 2024-02-10T08:39:50.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:50 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:49.467495+0000 mon.smithi138 (mon.0) 581 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-10T08:39:50.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:50 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:49.467584+0000 mon.smithi138 (mon.0) 582 : cluster [DBG] osdmap e111: 8 total, 7 up, 8 in 2024-02-10T08:39:50.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:50 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:49.468071+0000 mon.smithi190 (mon.1) 9 : audit [INF] from='osd.7 [v2:172.21.15.190:6824/4286924111,v1:172.21.15.190:6825/4286924111]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2024-02-10T08:39:50.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:50 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:49.468483+0000 mon.smithi138 (mon.0) 583 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2024-02-10T08:39:50.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:50 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:49.536831+0000 mgr.smithi138.arglrk (mgr.14762) 253 : cluster [DBG] pgmap v184: 129 pgs: 34 active+undersized+degraded, 22 active+undersized, 73 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 231/1599 objects degraded (14.447%) 2024-02-10T08:39:50.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:50 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:49.467495+0000 mon.smithi138 (mon.0) 581 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-10T08:39:50.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:50 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:49.467584+0000 mon.smithi138 (mon.0) 582 : cluster [DBG] osdmap e111: 8 total, 7 up, 8 in 2024-02-10T08:39:50.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:50 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:49.468071+0000 mon.smithi190 (mon.1) 9 : audit [INF] from='osd.7 [v2:172.21.15.190:6824/4286924111,v1:172.21.15.190:6825/4286924111]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2024-02-10T08:39:50.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:50 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:49.468483+0000 mon.smithi138 (mon.0) 583 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2024-02-10T08:39:50.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:50 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:49.536831+0000 mgr.smithi138.arglrk (mgr.14762) 253 : cluster [DBG] pgmap v184: 129 pgs: 34 active+undersized+degraded, 22 active+undersized, 73 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 231/1599 objects degraded (14.447%) 2024-02-10T08:39:51.220 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.29 MB/sec execute 332 sec latency 326867.671 ms 2024-02-10T08:39:51.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:50.469685+0000 mon.smithi138 (mon.0) 584 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-10T08:39:51.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:50.476698+0000 mon.smithi138 (mon.0) 585 : cluster [INF] osd.7 [v2:172.21.15.190:6824/4286924111,v1:172.21.15.190:6825/4286924111] boot 2024-02-10T08:39:51.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:50.476746+0000 mon.smithi138 (mon.0) 586 : cluster [DBG] osdmap e112: 8 total, 8 up, 8 in 2024-02-10T08:39:51.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:50.477901+0000 mon.smithi138 (mon.0) 587 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T08:39:51.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:50.469685+0000 mon.smithi138 (mon.0) 584 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-10T08:39:51.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:50.476698+0000 mon.smithi138 (mon.0) 585 : cluster [INF] osd.7 [v2:172.21.15.190:6824/4286924111,v1:172.21.15.190:6825/4286924111] boot 2024-02-10T08:39:51.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:50.476746+0000 mon.smithi138 (mon.0) 586 : cluster [DBG] osdmap e112: 8 total, 8 up, 8 in 2024-02-10T08:39:51.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:50.477901+0000 mon.smithi138 (mon.0) 587 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T08:39:52.220 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.29 MB/sec execute 333 sec latency 327867.773 ms 2024-02-10T08:39:52.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:52 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:51.488516+0000 mon.smithi138 (mon.0) 588 : cluster [DBG] osdmap e113: 8 total, 8 up, 8 in 2024-02-10T08:39:52.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:52 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:51.537355+0000 mgr.smithi138.arglrk (mgr.14762) 254 : cluster [DBG] pgmap v187: 129 pgs: 34 active+undersized+degraded, 22 active+undersized, 73 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s; 231/1599 objects degraded (14.447%) 2024-02-10T08:39:52.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:52 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:51.488516+0000 mon.smithi138 (mon.0) 588 : cluster [DBG] osdmap e113: 8 total, 8 up, 8 in 2024-02-10T08:39:52.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:52 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:51.537355+0000 mgr.smithi138.arglrk (mgr.14762) 254 : cluster [DBG] pgmap v187: 129 pgs: 34 active+undersized+degraded, 22 active+undersized, 73 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s; 231/1599 objects degraded (14.447%) 2024-02-10T08:39:53.220 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.29 MB/sec execute 334 sec latency 328867.890 ms 2024-02-10T08:39:53.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:53 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:52.638076+0000 mon.smithi138 (mon.0) 589 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:39:53.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:53 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:52.797151+0000 mon.smithi138 (mon.0) 590 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:39:54.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:53 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:52.638076+0000 mon.smithi138 (mon.0) 589 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:39:54.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:53 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:52.797151+0000 mon.smithi138 (mon.0) 590 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:39:54.220 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.29 MB/sec execute 335 sec latency 329868.003 ms 2024-02-10T08:39:55.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:54 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:53.538011+0000 mgr.smithi138.arglrk (mgr.14762) 255 : cluster [DBG] pgmap v188: 129 pgs: 22 active+undersized+degraded, 14 active+undersized, 93 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s; 150/1599 objects degraded (9.381%) 2024-02-10T08:39:55.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:54 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:53.794852+0000 mon.smithi138 (mon.0) 591 : cluster [WRN] Health check update: Degraded data redundancy: 150/1599 objects degraded (9.381%), 22 pgs degraded (PG_DEGRADED) 2024-02-10T08:39:55.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:54 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:53.538011+0000 mgr.smithi138.arglrk (mgr.14762) 255 : cluster [DBG] pgmap v188: 129 pgs: 22 active+undersized+degraded, 14 active+undersized, 93 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s; 150/1599 objects degraded (9.381%) 2024-02-10T08:39:55.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:54 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:53.794852+0000 mon.smithi138 (mon.0) 591 : cluster [WRN] Health check update: Degraded data redundancy: 150/1599 objects degraded (9.381%), 22 pgs degraded (PG_DEGRADED) 2024-02-10T08:39:55.220 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.29 MB/sec execute 336 sec latency 330868.092 ms 2024-02-10T08:39:56.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:55 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:55.640100+0000 mon.smithi138 (mon.0) 592 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 150/1599 objects degraded (9.381%), 22 pgs degraded) 2024-02-10T08:39:56.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:55 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:55.640100+0000 mon.smithi138 (mon.0) 592 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 150/1599 objects degraded (9.381%), 22 pgs degraded) 2024-02-10T08:39:56.220 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.28 MB/sec execute 337 sec latency 331868.172 ms 2024-02-10T08:39:57.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:56 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:55.538833+0000 mgr.smithi138.arglrk (mgr.14762) 256 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 676 KiB/s rd, 1 op/s 2024-02-10T08:39:57.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:56 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:55.538833+0000 mgr.smithi138.arglrk (mgr.14762) 256 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 676 KiB/s rd, 1 op/s 2024-02-10T08:39:57.220 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.28 MB/sec execute 338 sec latency 332868.261 ms 2024-02-10T08:39:58.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:57 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:57.474789+0000 mon.smithi138 (mon.0) 593 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:39:58.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:57 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:57.474789+0000 mon.smithi138 (mon.0) 593 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:39:58.221 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.28 MB/sec execute 339 sec latency 333868.346 ms 2024-02-10T08:39:59.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:58 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:57.539427+0000 mgr.smithi138.arglrk (mgr.14762) 257 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 513 KiB/s rd, 1 op/s 2024-02-10T08:39:59.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:58 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:57.764250+0000 mon.smithi138 (mon.0) 594 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:59.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:58 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:57.764891+0000 mon.smithi138 (mon.0) 595 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T08:39:59.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:58 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:39:57.765401+0000 mgr.smithi138.arglrk (mgr.14762) 258 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T08:39:59.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:58 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:57.770868+0000 mon.smithi138 (mon.0) 596 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:39:59.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:58 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:57.778228+0000 mon.smithi138 (mon.0) 597 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:39:59.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:58 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:57.781086+0000 mon.smithi138 (mon.0) 598 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:39:59.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:58 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:57.783124+0000 mon.smithi138 (mon.0) 599 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:39:59.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:58 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:57.784155+0000 mon.smithi138 (mon.0) 600 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:39:59.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:58 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:57.785107+0000 mon.smithi138 (mon.0) 601 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:39:59.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:58 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:39:57.786480+0000 mon.smithi138 (mon.0) 602 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:39:59.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:39:58 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:39:57.787754+0000 mgr.smithi138.arglrk (mgr.14762) 259 : cephadm [INF] Upgrade: Waiting for mds.foofs.smithi190.lndkxw to be up:active (currently up:clientreplay) 2024-02-10T08:39:59.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:58 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:57.539427+0000 mgr.smithi138.arglrk (mgr.14762) 257 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 513 KiB/s rd, 1 op/s 2024-02-10T08:39:59.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:58 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:57.764250+0000 mon.smithi138 (mon.0) 594 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:59.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:58 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:57.764891+0000 mon.smithi138 (mon.0) 595 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T08:39:59.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:58 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:39:57.765401+0000 mgr.smithi138.arglrk (mgr.14762) 258 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T08:39:59.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:58 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:57.770868+0000 mon.smithi138 (mon.0) 596 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:39:59.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:58 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:57.778228+0000 mon.smithi138 (mon.0) 597 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:39:59.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:58 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:57.781086+0000 mon.smithi138 (mon.0) 598 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:39:59.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:58 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:57.783124+0000 mon.smithi138 (mon.0) 599 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:39:59.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:58 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:57.784155+0000 mon.smithi138 (mon.0) 600 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:39:59.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:58 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:57.785107+0000 mon.smithi138 (mon.0) 601 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:39:59.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:58 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:39:57.786480+0000 mon.smithi138 (mon.0) 602 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:39:59.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:39:58 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:39:57.787754+0000 mgr.smithi138.arglrk (mgr.14762) 259 : cephadm [INF] Upgrade: Waiting for mds.foofs.smithi190.lndkxw to be up:active (currently up:clientreplay) 2024-02-10T08:39:59.221 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.28 MB/sec execute 340 sec latency 334868.425 ms 2024-02-10T08:40:00.221 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.28 MB/sec execute 341 sec latency 335868.517 ms 2024-02-10T08:40:01.221 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.28 MB/sec execute 342 sec latency 336868.617 ms 2024-02-10T08:40:01.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:00 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:39:59.539995+0000 mgr.smithi138.arglrk (mgr.14762) 260 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 453 KiB/s rd, 0 op/s 2024-02-10T08:40:01.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:00 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:00.000131+0000 mon.smithi138 (mon.0) 603 : cluster [WRN] overall HEALTH_WARN 1 filesystem is degraded 2024-02-10T08:40:01.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:00 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:39:59.539995+0000 mgr.smithi138.arglrk (mgr.14762) 260 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 453 KiB/s rd, 0 op/s 2024-02-10T08:40:01.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:00 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:00.000131+0000 mon.smithi138 (mon.0) 603 : cluster [WRN] overall HEALTH_WARN 1 filesystem is degraded 2024-02-10T08:40:02.221 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.28 MB/sec execute 343 sec latency 337868.733 ms 2024-02-10T08:40:03.221 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.28 MB/sec execute 344 sec latency 338868.841 ms 2024-02-10T08:40:03.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:02 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:01.540537+0000 mgr.smithi138.arglrk (mgr.14762) 261 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 408 KiB/s rd, 0 op/s 2024-02-10T08:40:03.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:02 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:02.807891+0000 mon.smithi138 (mon.0) 604 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:40:03.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:02 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:01.540537+0000 mgr.smithi138.arglrk (mgr.14762) 261 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 408 KiB/s rd, 0 op/s 2024-02-10T08:40:03.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:02 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:02.807891+0000 mon.smithi138 (mon.0) 604 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:40:04.221 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.28 MB/sec execute 345 sec latency 339868.942 ms 2024-02-10T08:40:05.221 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.28 MB/sec execute 346 sec latency 340869.019 ms 2024-02-10T08:40:05.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:04 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:03.541244+0000 mgr.smithi138.arglrk (mgr.14762) 262 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 342 KiB/s rd, 0 op/s 2024-02-10T08:40:05.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:04 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:03.541244+0000 mgr.smithi138.arglrk (mgr.14762) 262 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 342 KiB/s rd, 0 op/s 2024-02-10T08:40:06.221 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.28 MB/sec execute 347 sec latency 341869.107 ms 2024-02-10T08:40:07.222 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.28 MB/sec execute 348 sec latency 342869.213 ms 2024-02-10T08:40:07.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:06 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:05.542053+0000 mgr.smithi138.arglrk (mgr.14762) 263 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 342 KiB/s rd, 0 op/s 2024-02-10T08:40:07.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:06 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:05.542053+0000 mgr.smithi138.arglrk (mgr.14762) 263 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 342 KiB/s rd, 0 op/s 2024-02-10T08:40:08.222 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.27 MB/sec execute 349 sec latency 343869.316 ms 2024-02-10T08:40:09.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:08 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:07.542552+0000 mgr.smithi138.arglrk (mgr.14762) 264 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-10T08:40:09.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:08 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:07.639127+0000 mon.smithi138 (mon.0) 605 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:40:09.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:08 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:07.790898+0000 mon.smithi138 (mon.0) 606 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:40:09.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:08 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:07.792571+0000 mon.smithi138 (mon.0) 607 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:40:09.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:08 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:07.793257+0000 mon.smithi138 (mon.0) 608 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T08:40:09.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:08 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:40:07.793864+0000 mgr.smithi138.arglrk (mgr.14762) 265 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T08:40:09.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:08 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:07.798764+0000 mon.smithi138 (mon.0) 609 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:40:09.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:08 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:07.805193+0000 mon.smithi138 (mon.0) 610 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:40:09.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:08 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:07.808624+0000 mon.smithi138 (mon.0) 611 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:40:09.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:08 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:07.810835+0000 mon.smithi138 (mon.0) 612 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:40:09.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:08 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:07.813259+0000 mon.smithi138 (mon.0) 613 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:40:09.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:08 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:07.814410+0000 mon.smithi138 (mon.0) 614 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:40:09.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:08 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:07.816151+0000 mon.smithi138 (mon.0) 615 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:40:09.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:08 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:40:07.817739+0000 mgr.smithi138.arglrk (mgr.14762) 266 : cephadm [INF] Upgrade: Waiting for mds.foofs.smithi190.lndkxw to be up:active (currently up:clientreplay) 2024-02-10T08:40:09.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:07.542552+0000 mgr.smithi138.arglrk (mgr.14762) 264 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-10T08:40:09.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:07.639127+0000 mon.smithi138 (mon.0) 605 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:40:09.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:07.790898+0000 mon.smithi138 (mon.0) 606 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:40:09.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:07.792571+0000 mon.smithi138 (mon.0) 607 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:40:09.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:07.793257+0000 mon.smithi138 (mon.0) 608 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T08:40:09.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:40:07.793864+0000 mgr.smithi138.arglrk (mgr.14762) 265 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T08:40:09.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:07.798764+0000 mon.smithi138 (mon.0) 609 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:40:09.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:07.805193+0000 mon.smithi138 (mon.0) 610 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:40:09.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:07.808624+0000 mon.smithi138 (mon.0) 611 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:40:09.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:07.810835+0000 mon.smithi138 (mon.0) 612 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:40:09.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:07.813259+0000 mon.smithi138 (mon.0) 613 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:40:09.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:07.814410+0000 mon.smithi138 (mon.0) 614 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:40:09.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:07.816151+0000 mon.smithi138 (mon.0) 615 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:40:09.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:40:07.817739+0000 mgr.smithi138.arglrk (mgr.14762) 266 : cephadm [INF] Upgrade: Waiting for mds.foofs.smithi190.lndkxw to be up:active (currently up:clientreplay) 2024-02-10T08:40:09.222 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.27 MB/sec execute 350 sec latency 344869.419 ms 2024-02-10T08:40:10.222 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.27 MB/sec execute 351 sec latency 345869.498 ms 2024-02-10T08:40:11.222 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.27 MB/sec execute 352 sec latency 346869.985 ms 2024-02-10T08:40:11.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:09.543113+0000 mgr.smithi138.arglrk (mgr.14762) 267 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:40:11.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:10 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:09.543113+0000 mgr.smithi138.arglrk (mgr.14762) 267 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:40:12.222 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.27 MB/sec execute 353 sec latency 347870.042 ms 2024-02-10T08:40:13.207 INFO:teuthology.orchestra.run.smithi138.stdout:true 2024-02-10T08:40:13.222 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.27 MB/sec execute 354 sec latency 348870.088 ms 2024-02-10T08:40:13.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:12 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:11.543716+0000 mgr.smithi138.arglrk (mgr.14762) 268 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:40:13.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:12 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:11.543716+0000 mgr.smithi138.arglrk (mgr.14762) 268 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:40:13.778 INFO:teuthology.orchestra.run.smithi138.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T08:40:13.778 INFO:teuthology.orchestra.run.smithi138.stdout:alertmanager.smithi138 smithi138 *:9093,9094 running (12m) 2m ago 14m 21.2M - 0.20.0 0881eb8f169f 78c83a922c35 2024-02-10T08:40:13.778 INFO:teuthology.orchestra.run.smithi138.stdout:crash.smithi138 smithi138 running (4m) 2m ago 14m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc e34c8efd73ec 2024-02-10T08:40:13.778 INFO:teuthology.orchestra.run.smithi138.stdout:crash.smithi190 smithi190 running (4m) 26s ago 13m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc 2a5c8cf1174a 2024-02-10T08:40:13.778 INFO:teuthology.orchestra.run.smithi138.stdout:grafana.smithi138 smithi138 *:3000 running (12m) 2m ago 13m 35.1M - 6.7.4 557c83e11646 9e400367c973 2024-02-10T08:40:13.778 INFO:teuthology.orchestra.run.smithi138.stdout:mds.foofs.smithi138.rckmtk smithi138 running (8m) 2m ago 8m 11.1M - 16.2.4 8d91d370c2b8 d5d147a8dc83 2024-02-10T08:40:13.778 INFO:teuthology.orchestra.run.smithi138.stdout:mds.foofs.smithi190.lndkxw smithi190 running (8m) 26s ago 8m 29.2M - 16.2.4 8d91d370c2b8 e61226bfc606 2024-02-10T08:40:13.778 INFO:teuthology.orchestra.run.smithi138.stdout:mgr.smithi138.arglrk smithi138 *:8443,9283 running (5m) 2m ago 15m 439M - 16.2.14-521-g0e714d9a 1fbc92c859dc 2699c999f919 2024-02-10T08:40:13.778 INFO:teuthology.orchestra.run.smithi138.stdout:mgr.smithi190.qddxvv smithi190 *:8443,9283 running (4m) 26s ago 13m 388M - 16.2.14-521-g0e714d9a 1fbc92c859dc 7a2ea8668c24 2024-02-10T08:40:13.778 INFO:teuthology.orchestra.run.smithi138.stdout:mon.smithi138 smithi138 running (4m) 2m ago 15m 50.9M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 190626662cdd 2024-02-10T08:40:13.778 INFO:teuthology.orchestra.run.smithi138.stdout:mon.smithi190 smithi190 running (4m) 26s ago 12m 53.5M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 2c6c4dd00319 2024-02-10T08:40:13.778 INFO:teuthology.orchestra.run.smithi138.stdout:nfs.foo.0.0.smithi138.cprnrz smithi138 *:2049 running (5m) 2m ago 5m 85.6M - 3.5 8d91d370c2b8 31ffdf21e540 2024-02-10T08:40:13.778 INFO:teuthology.orchestra.run.smithi138.stdout:nfs.foo.1.0.smithi190.xhydwq smithi190 *:2049 running (5m) 26s ago 5m 87.8M - 3.5 8d91d370c2b8 aa0e44ac0e20 2024-02-10T08:40:13.779 INFO:teuthology.orchestra.run.smithi138.stdout:node-exporter.smithi138 smithi138 *:9100 running (13m) 2m ago 13m 17.0M - 0.18.1 e5a616e4b9cf 720f24dd7d0f 2024-02-10T08:40:13.779 INFO:teuthology.orchestra.run.smithi138.stdout:node-exporter.smithi190 smithi190 *:9100 running (12m) 26s ago 12m 17.2M - 0.18.1 e5a616e4b9cf 5ce00b720701 2024-02-10T08:40:13.779 INFO:teuthology.orchestra.run.smithi138.stdout:osd.0 smithi138 running (4m) 2m ago 12m 118M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 50802eb627dc 2024-02-10T08:40:13.779 INFO:teuthology.orchestra.run.smithi138.stdout:osd.1 smithi138 running (3m) 2m ago 11m 103M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc cadb557b89fa 2024-02-10T08:40:13.779 INFO:teuthology.orchestra.run.smithi138.stdout:osd.2 smithi138 running (2m) 2m ago 11m 82.7M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 2233d7c59b0e 2024-02-10T08:40:13.779 INFO:teuthology.orchestra.run.smithi138.stdout:osd.3 smithi138 running (2m) 2m ago 11m 13.2M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc a7b242c7a81b 2024-02-10T08:40:13.779 INFO:teuthology.orchestra.run.smithi138.stdout:osd.4 smithi190 running (117s) 26s ago 10m 126M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc cd65ef4091e7 2024-02-10T08:40:13.779 INFO:teuthology.orchestra.run.smithi138.stdout:osd.5 smithi190 running (88s) 26s ago 10m 117M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc bd4e624932d7 2024-02-10T08:40:13.779 INFO:teuthology.orchestra.run.smithi138.stdout:osd.6 smithi190 running (59s) 26s ago 10m 104M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 865c9062305b 2024-02-10T08:40:13.779 INFO:teuthology.orchestra.run.smithi138.stdout:osd.7 smithi190 running (31s) 26s ago 9m 13.4M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 598b065c6e2d 2024-02-10T08:40:13.779 INFO:teuthology.orchestra.run.smithi138.stdout:prometheus.smithi138 smithi138 *:9095 running (5m) 2m ago 13m 60.0M - 2.18.1 de242295e225 34aaeb08ccf8 2024-02-10T08:40:14.117 INFO:teuthology.orchestra.run.smithi138.stdout:{ 2024-02-10T08:40:14.117 INFO:teuthology.orchestra.run.smithi138.stdout: "mon": { 2024-02-10T08:40:14.117 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T08:40:14.117 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:40:14.117 INFO:teuthology.orchestra.run.smithi138.stdout: "mgr": { 2024-02-10T08:40:14.117 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T08:40:14.118 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:40:14.118 INFO:teuthology.orchestra.run.smithi138.stdout: "osd": { 2024-02-10T08:40:14.118 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 8 2024-02-10T08:40:14.118 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:40:14.118 INFO:teuthology.orchestra.run.smithi138.stdout: "mds": { 2024-02-10T08:40:14.118 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-02-10T08:40:14.118 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:40:14.118 INFO:teuthology.orchestra.run.smithi138.stdout: "overall": { 2024-02-10T08:40:14.118 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 12, 2024-02-10T08:40:14.118 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-02-10T08:40:14.118 INFO:teuthology.orchestra.run.smithi138.stdout: } 2024-02-10T08:40:14.118 INFO:teuthology.orchestra.run.smithi138.stdout:} 2024-02-10T08:40:14.222 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.27 MB/sec execute 355 sec latency 349870.115 ms 2024-02-10T08:40:14.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:13 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:13.194136+0000 mgr.smithi138.arglrk (mgr.14762) 269 : audit [DBG] from='client.34294 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:40:14.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:13 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:13.194136+0000 mgr.smithi138.arglrk (mgr.14762) 269 : audit [DBG] from='client.34294 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:40:14.405 INFO:teuthology.orchestra.run.smithi138.stdout:{ 2024-02-10T08:40:14.405 INFO:teuthology.orchestra.run.smithi138.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-10T08:40:14.405 INFO:teuthology.orchestra.run.smithi138.stdout: "in_progress": true, 2024-02-10T08:40:14.405 INFO:teuthology.orchestra.run.smithi138.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T08:40:14.405 INFO:teuthology.orchestra.run.smithi138.stdout: "services_complete": [ 2024-02-10T08:40:14.405 INFO:teuthology.orchestra.run.smithi138.stdout: "crash", 2024-02-10T08:40:14.405 INFO:teuthology.orchestra.run.smithi138.stdout: "osd", 2024-02-10T08:40:14.405 INFO:teuthology.orchestra.run.smithi138.stdout: "mgr", 2024-02-10T08:40:14.406 INFO:teuthology.orchestra.run.smithi138.stdout: "mon" 2024-02-10T08:40:14.406 INFO:teuthology.orchestra.run.smithi138.stdout: ], 2024-02-10T08:40:14.406 INFO:teuthology.orchestra.run.smithi138.stdout: "progress": "14/23 daemons upgraded", 2024-02-10T08:40:14.406 INFO:teuthology.orchestra.run.smithi138.stdout: "message": "Currently upgrading osd daemons", 2024-02-10T08:40:14.406 INFO:teuthology.orchestra.run.smithi138.stdout: "is_paused": false 2024-02-10T08:40:14.406 INFO:teuthology.orchestra.run.smithi138.stdout:} 2024-02-10T08:40:15.222 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.27 MB/sec execute 356 sec latency 350870.157 ms 2024-02-10T08:40:15.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:13.483023+0000 mgr.smithi138.arglrk (mgr.14762) 270 : audit [DBG] from='client.34298 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:40:15.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:13.544263+0000 mgr.smithi138.arglrk (mgr.14762) 271 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-10T08:40:15.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:13.769033+0000 mgr.smithi138.arglrk (mgr.14762) 272 : audit [DBG] from='client.34302 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:40:15.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:14.117242+0000 mon.smithi138 (mon.0) 616 : audit [DBG] from='client.? 172.21.15.138:0/2177756213' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:40:15.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:14.404905+0000 mgr.smithi138.arglrk (mgr.14762) 273 : audit [DBG] from='client.34310 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:40:15.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:14 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:13.483023+0000 mgr.smithi138.arglrk (mgr.14762) 270 : audit [DBG] from='client.34298 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:40:15.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:14 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:13.544263+0000 mgr.smithi138.arglrk (mgr.14762) 271 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-10T08:40:15.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:14 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:13.769033+0000 mgr.smithi138.arglrk (mgr.14762) 272 : audit [DBG] from='client.34302 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:40:15.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:14 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:14.117242+0000 mon.smithi138 (mon.0) 616 : audit [DBG] from='client.? 172.21.15.138:0/2177756213' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:40:15.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:14 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:14.404905+0000 mgr.smithi138.arglrk (mgr.14762) 273 : audit [DBG] from='client.34310 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:40:16.222 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.27 MB/sec execute 357 sec latency 351870.240 ms 2024-02-10T08:40:17.222 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.27 MB/sec execute 358 sec latency 352870.314 ms 2024-02-10T08:40:17.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:16 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:15.545033+0000 mgr.smithi138.arglrk (mgr.14762) 274 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:40:17.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:16 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:15.545033+0000 mgr.smithi138.arglrk (mgr.14762) 274 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:40:18.223 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.27 MB/sec execute 359 sec latency 353870.396 ms 2024-02-10T08:40:18.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:17 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:17.823285+0000 mon.smithi138 (mon.0) 617 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:40:18.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:17 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:17.824985+0000 mon.smithi138 (mon.0) 618 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:40:18.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:17 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:17.825686+0000 mon.smithi138 (mon.0) 619 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T08:40:18.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:17 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:17.830773+0000 mon.smithi138 (mon.0) 620 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:40:18.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:17 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:17.837074+0000 mon.smithi138 (mon.0) 621 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:40:18.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:17 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:17.840471+0000 mon.smithi138 (mon.0) 622 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:40:18.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:17 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:17.842719+0000 mon.smithi138 (mon.0) 623 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:40:18.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:17 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:17.844038+0000 mon.smithi138 (mon.0) 624 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:40:18.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:17 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:17.845241+0000 mon.smithi138 (mon.0) 625 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:40:18.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:17 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:17.846988+0000 mon.smithi138 (mon.0) 626 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:40:18.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:17 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:17.823285+0000 mon.smithi138 (mon.0) 617 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:40:18.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:17 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:17.824985+0000 mon.smithi138 (mon.0) 618 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:40:18.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:17 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:17.825686+0000 mon.smithi138 (mon.0) 619 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T08:40:18.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:17 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:17.830773+0000 mon.smithi138 (mon.0) 620 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:40:18.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:17 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:17.837074+0000 mon.smithi138 (mon.0) 621 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:40:18.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:17 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:17.840471+0000 mon.smithi138 (mon.0) 622 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:40:18.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:17 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:17.842719+0000 mon.smithi138 (mon.0) 623 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:40:18.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:17 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:17.844038+0000 mon.smithi138 (mon.0) 624 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:40:18.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:17 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:17.845241+0000 mon.smithi138 (mon.0) 625 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:40:18.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:17 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:17.846988+0000 mon.smithi138 (mon.0) 626 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:40:19.223 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.27 MB/sec execute 360 sec latency 354870.503 ms 2024-02-10T08:40:19.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:18 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:17.545731+0000 mgr.smithi138.arglrk (mgr.14762) 275 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-10T08:40:19.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:18 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:40:17.826320+0000 mgr.smithi138.arglrk (mgr.14762) 276 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T08:40:19.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:18 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:40:17.848583+0000 mgr.smithi138.arglrk (mgr.14762) 277 : cephadm [INF] Upgrade: Waiting for mds.foofs.smithi190.lndkxw to be up:active (currently up:clientreplay) 2024-02-10T08:40:19.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:18 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:17.545731+0000 mgr.smithi138.arglrk (mgr.14762) 275 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-10T08:40:19.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:18 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:40:17.826320+0000 mgr.smithi138.arglrk (mgr.14762) 276 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T08:40:19.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:18 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:40:17.848583+0000 mgr.smithi138.arglrk (mgr.14762) 277 : cephadm [INF] Upgrade: Waiting for mds.foofs.smithi190.lndkxw to be up:active (currently up:clientreplay) 2024-02-10T08:40:20.223 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.27 MB/sec execute 361 sec latency 355870.612 ms 2024-02-10T08:40:21.223 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.26 MB/sec execute 362 sec latency 356870.756 ms 2024-02-10T08:40:21.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:20 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:19.546282+0000 mgr.smithi138.arglrk (mgr.14762) 278 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:40:21.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:20 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:19.546282+0000 mgr.smithi138.arglrk (mgr.14762) 278 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:40:22.223 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.26 MB/sec execute 363 sec latency 357870.847 ms 2024-02-10T08:40:23.223 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.26 MB/sec execute 364 sec latency 358870.943 ms 2024-02-10T08:40:23.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:22 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:21.547158+0000 mgr.smithi138.arglrk (mgr.14762) 279 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:40:23.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:22 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:21.547158+0000 mgr.smithi138.arglrk (mgr.14762) 279 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:40:24.223 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.26 MB/sec execute 365 sec latency 359871.053 ms 2024-02-10T08:40:25.224 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.26 MB/sec execute 366 sec latency 360871.144 ms 2024-02-10T08:40:25.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:24 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:23.547779+0000 mgr.smithi138.arglrk (mgr.14762) 280 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-10T08:40:25.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:24 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:23.547779+0000 mgr.smithi138.arglrk (mgr.14762) 280 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-10T08:40:26.223 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.26 MB/sec execute 367 sec latency 361871.201 ms 2024-02-10T08:40:27.223 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.26 MB/sec execute 368 sec latency 362871.302 ms 2024-02-10T08:40:27.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:26 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:25.548409+0000 mgr.smithi138.arglrk (mgr.14762) 281 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:40:27.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:26 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:25.548409+0000 mgr.smithi138.arglrk (mgr.14762) 281 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:40:28.224 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.26 MB/sec execute 369 sec latency 363871.422 ms 2024-02-10T08:40:28.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:27.850107+0000 mon.smithi138 (mon.0) 627 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:40:28.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:27.851768+0000 mon.smithi138 (mon.0) 628 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:40:28.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:27.852556+0000 mon.smithi138 (mon.0) 629 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T08:40:28.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:27.857575+0000 mon.smithi138 (mon.0) 630 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:40:28.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:27.867052+0000 mon.smithi138 (mon.0) 631 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:40:28.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:27.870375+0000 mon.smithi138 (mon.0) 632 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:40:28.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:27.872729+0000 mon.smithi138 (mon.0) 633 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:40:28.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:27.874091+0000 mon.smithi138 (mon.0) 634 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:40:28.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:27.875420+0000 mon.smithi138 (mon.0) 635 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:40:28.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:27.877258+0000 mon.smithi138 (mon.0) 636 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:40:28.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:27.850107+0000 mon.smithi138 (mon.0) 627 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:40:28.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:27.851768+0000 mon.smithi138 (mon.0) 628 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:40:28.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:27.852556+0000 mon.smithi138 (mon.0) 629 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T08:40:28.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:27.857575+0000 mon.smithi138 (mon.0) 630 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:40:28.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:27.867052+0000 mon.smithi138 (mon.0) 631 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:40:28.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:27.870375+0000 mon.smithi138 (mon.0) 632 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:40:28.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:27.872729+0000 mon.smithi138 (mon.0) 633 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:40:28.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:27.874091+0000 mon.smithi138 (mon.0) 634 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:40:28.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:27.875420+0000 mon.smithi138 (mon.0) 635 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:40:28.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:27.877258+0000 mon.smithi138 (mon.0) 636 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:40:29.224 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.26 MB/sec execute 370 sec latency 364871.539 ms 2024-02-10T08:40:29.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:29 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:27.549054+0000 mgr.smithi138.arglrk (mgr.14762) 282 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-10T08:40:29.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:29 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:40:27.853220+0000 mgr.smithi138.arglrk (mgr.14762) 283 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T08:40:29.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:29 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:40:27.878865+0000 mgr.smithi138.arglrk (mgr.14762) 284 : cephadm [INF] Upgrade: Waiting for mds.foofs.smithi190.lndkxw to be up:active (currently up:clientreplay) 2024-02-10T08:40:29.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:29 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:27.549054+0000 mgr.smithi138.arglrk (mgr.14762) 282 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-10T08:40:29.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:29 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:40:27.853220+0000 mgr.smithi138.arglrk (mgr.14762) 283 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T08:40:29.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:29 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:40:27.878865+0000 mgr.smithi138.arglrk (mgr.14762) 284 : cephadm [INF] Upgrade: Waiting for mds.foofs.smithi190.lndkxw to be up:active (currently up:clientreplay) 2024-02-10T08:40:30.224 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.26 MB/sec execute 371 sec latency 365871.668 ms 2024-02-10T08:40:31.224 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.26 MB/sec execute 372 sec latency 366871.749 ms 2024-02-10T08:40:31.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:31 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:29.549634+0000 mgr.smithi138.arglrk (mgr.14762) 285 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:40:31.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:31 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:29.549634+0000 mgr.smithi138.arglrk (mgr.14762) 285 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:40:32.224 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.26 MB/sec execute 373 sec latency 367871.835 ms 2024-02-10T08:40:33.224 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.26 MB/sec execute 374 sec latency 368871.896 ms 2024-02-10T08:40:33.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:33 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:31.550333+0000 mgr.smithi138.arglrk (mgr.14762) 286 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:40:33.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:33 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:31.550333+0000 mgr.smithi138.arglrk (mgr.14762) 286 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:40:34.224 INFO:teuthology.orchestra.run.smithi138.stdout: 5 99768 0.26 MB/sec execute 375 sec latency 369872.009 ms 2024-02-10T08:40:34.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:34 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:33.261854+0000 mds.foofs.smithi190.lndkxw (mds.0) 5 : cluster [WRN] evicting unresponsive client smithi138:foo1 (14536), after 301.868 seconds 2024-02-10T08:40:34.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:34 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:33.261913+0000 mds.foofs.smithi190.lndkxw (mds.0) 6 : cluster [INF] Evicting (and blocklisting) client session 14536 (172.21.15.138:0/75181734) 2024-02-10T08:40:34.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:34 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:33.261978+0000 mds.foofs.smithi190.lndkxw (mds.0) 7 : cluster [WRN] evicting unresponsive client smithi190:foo1 (24333), after 301.868 seconds 2024-02-10T08:40:34.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:34 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:33.261992+0000 mds.foofs.smithi190.lndkxw (mds.0) 8 : cluster [INF] Evicting (and blocklisting) client session 24333 (172.21.15.190:0/1893673308) 2024-02-10T08:40:34.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:34 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:33.262351+0000 mon.smithi138 (mon.0) 637 : audit [INF] from='mds.0 [v2:172.21.15.190:6832/967094789,v1:172.21.15.190:6833/967094789]' entity='mds.foofs.smithi190.lndkxw' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.138:0/75181734"}]: dispatch 2024-02-10T08:40:34.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:34 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:33.262564+0000 mon.smithi138 (mon.0) 638 : audit [INF] from='mds.0 [v2:172.21.15.190:6832/967094789,v1:172.21.15.190:6833/967094789]' entity='mds.foofs.smithi190.lndkxw' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.190:0/1893673308"}]: dispatch 2024-02-10T08:40:34.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:34 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:33.261854+0000 mds.foofs.smithi190.lndkxw (mds.0) 5 : cluster [WRN] evicting unresponsive client smithi138:foo1 (14536), after 301.868 seconds 2024-02-10T08:40:34.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:34 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:33.261913+0000 mds.foofs.smithi190.lndkxw (mds.0) 6 : cluster [INF] Evicting (and blocklisting) client session 14536 (172.21.15.138:0/75181734) 2024-02-10T08:40:34.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:34 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:33.261978+0000 mds.foofs.smithi190.lndkxw (mds.0) 7 : cluster [WRN] evicting unresponsive client smithi190:foo1 (24333), after 301.868 seconds 2024-02-10T08:40:34.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:34 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:33.261992+0000 mds.foofs.smithi190.lndkxw (mds.0) 8 : cluster [INF] Evicting (and blocklisting) client session 24333 (172.21.15.190:0/1893673308) 2024-02-10T08:40:34.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:34 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:33.262351+0000 mon.smithi138 (mon.0) 637 : audit [INF] from='mds.0 [v2:172.21.15.190:6832/967094789,v1:172.21.15.190:6833/967094789]' entity='mds.foofs.smithi190.lndkxw' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.138:0/75181734"}]: dispatch 2024-02-10T08:40:34.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:34 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:33.262564+0000 mon.smithi138 (mon.0) 638 : audit [INF] from='mds.0 [v2:172.21.15.190:6832/967094789,v1:172.21.15.190:6833/967094789]' entity='mds.foofs.smithi190.lndkxw' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.190:0/1893673308"}]: dispatch 2024-02-10T08:40:35.035 INFO:teuthology.orchestra.run.smithi138.stdout:[99616] unlink ./clients/client0/~dmtmp/PM/PMC184.TMP failed (No such file or directory) - expected NT_STATUS_OK 2024-02-10T08:40:35.036 INFO:teuthology.orchestra.run.smithi138.stdout:ERROR: child 0 failed at line 99616 2024-02-10T08:40:35.036 INFO:teuthology.orchestra.run.smithi138.stdout:Child failed with status 1 2024-02-10T08:40:35.052 DEBUG:teuthology.orchestra.run.smithi138:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2024-02-10T08:40:35.107 DEBUG:teuthology.orchestra.run.smithi138:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2024-02-10T08:40:35.203 DEBUG:teuthology.orchestra.run.smithi138:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2024-02-10T08:40:35.230 INFO:teuthology.orchestra.run.smithi138.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2024-02-10T08:40:35.230 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-02-10T08:40:35.231 INFO:teuthology.orchestra.run.smithi138.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2024-02-10T08:40:35.231 INFO:teuthology.orchestra.run.smithi138.stdout:4 of 5 processes prepared for launch 0 sec 2024-02-10T08:40:35.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:35 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:33.551081+0000 mgr.smithi138.arglrk (mgr.14762) 287 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-10T08:40:35.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:35 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:34.034847+0000 mon.smithi138 (mon.0) 639 : audit [INF] from='mds.0 [v2:172.21.15.190:6832/967094789,v1:172.21.15.190:6833/967094789]' entity='mds.foofs.smithi190.lndkxw' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.138:0/75181734"}]': finished 2024-02-10T08:40:35.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:35 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:34.034929+0000 mon.smithi138 (mon.0) 640 : audit [INF] from='mds.0 [v2:172.21.15.190:6832/967094789,v1:172.21.15.190:6833/967094789]' entity='mds.foofs.smithi190.lndkxw' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.190:0/1893673308"}]': finished 2024-02-10T08:40:35.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:35 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:34.035004+0000 mon.smithi138 (mon.0) 641 : cluster [DBG] osdmap e114: 8 total, 8 up, 8 in 2024-02-10T08:40:35.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:35 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:34.041886+0000 mon.smithi138 (mon.0) 642 : cluster [INF] daemon mds.foofs.smithi190.lndkxw is now active in filesystem foofs as rank 0 2024-02-10T08:40:35.331 INFO:teuthology.orchestra.run.smithi138.stdout:5 of 5 processes prepared for launch 0 sec 2024-02-10T08:40:35.331 INFO:teuthology.orchestra.run.smithi138.stdout:releasing clients 2024-02-10T08:40:35.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:35 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:33.551081+0000 mgr.smithi138.arglrk (mgr.14762) 287 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-10T08:40:35.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:35 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:34.034847+0000 mon.smithi138 (mon.0) 639 : audit [INF] from='mds.0 [v2:172.21.15.190:6832/967094789,v1:172.21.15.190:6833/967094789]' entity='mds.foofs.smithi190.lndkxw' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.138:0/75181734"}]': finished 2024-02-10T08:40:35.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:35 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:34.034929+0000 mon.smithi138 (mon.0) 640 : audit [INF] from='mds.0 [v2:172.21.15.190:6832/967094789,v1:172.21.15.190:6833/967094789]' entity='mds.foofs.smithi190.lndkxw' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.190:0/1893673308"}]': finished 2024-02-10T08:40:35.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:35 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:34.035004+0000 mon.smithi138 (mon.0) 641 : cluster [DBG] osdmap e114: 8 total, 8 up, 8 in 2024-02-10T08:40:35.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:35 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:34.041886+0000 mon.smithi138 (mon.0) 642 : cluster [INF] daemon mds.foofs.smithi190.lndkxw is now active in filesystem foofs as rank 0 2024-02-10T08:40:36.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:36 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:35.029238+0000 mon.smithi138 (mon.0) 643 : cluster [INF] Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-02-10T08:40:36.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:36 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:35.029292+0000 mon.smithi138 (mon.0) 644 : cluster [INF] Cluster is now healthy 2024-02-10T08:40:36.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:36 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:35.033550+0000 mon.smithi138 (mon.0) 645 : cluster [DBG] mds.0 [v2:172.21.15.190:6832/967094789,v1:172.21.15.190:6833/967094789] up:active 2024-02-10T08:40:36.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:36 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:35.033631+0000 mon.smithi138 (mon.0) 646 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi190.lndkxw=up:active} 1 up:standby 2024-02-10T08:40:36.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:36 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:35.029238+0000 mon.smithi138 (mon.0) 643 : cluster [INF] Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-02-10T08:40:36.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:36 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:35.029292+0000 mon.smithi138 (mon.0) 644 : cluster [INF] Cluster is now healthy 2024-02-10T08:40:36.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:36 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:35.033550+0000 mon.smithi138 (mon.0) 645 : cluster [DBG] mds.0 [v2:172.21.15.190:6832/967094789,v1:172.21.15.190:6833/967094789] up:active 2024-02-10T08:40:36.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:36 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:35.033631+0000 mon.smithi138 (mon.0) 646 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi190.lndkxw=up:active} 1 up:standby 2024-02-10T08:40:37.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:37 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:35.551624+0000 mgr.smithi138.arglrk (mgr.14762) 288 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 307 B/s wr, 0 op/s 2024-02-10T08:40:37.331 INFO:teuthology.orchestra.run.smithi138.stdout: 5 601 49.03 MB/sec execute 1 sec latency 33.706 ms 2024-02-10T08:40:37.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:37 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:35.551624+0000 mgr.smithi138.arglrk (mgr.14762) 288 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 307 B/s wr, 0 op/s 2024-02-10T08:40:38.331 INFO:teuthology.orchestra.run.smithi138.stdout: 5 1180 30.53 MB/sec execute 2 sec latency 33.613 ms 2024-02-10T08:40:38.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:37.552138+0000 mgr.smithi138.arglrk (mgr.14762) 289 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 355 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 4.5 MiB/s wr, 69 op/s 2024-02-10T08:40:38.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:37.640728+0000 mon.smithi138 (mon.0) 647 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:40:38.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:37.888411+0000 mon.smithi138 (mon.0) 648 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:40:38.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:37.889729+0000 mon.smithi138 (mon.0) 649 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:40:38.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:37.890280+0000 mon.smithi138 (mon.0) 650 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T08:40:38.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:40:37.890894+0000 mgr.smithi138.arglrk (mgr.14762) 290 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T08:40:38.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:37.894778+0000 mon.smithi138 (mon.0) 651 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:40:38.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:37.901288+0000 mon.smithi138 (mon.0) 652 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:40:38.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:37.904765+0000 mon.smithi138 (mon.0) 653 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:40:38.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:37.907470+0000 mon.smithi138 (mon.0) 654 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:40:38.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:37.908980+0000 mon.smithi138 (mon.0) 655 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:40:38.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:37.910143+0000 mon.smithi138 (mon.0) 656 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:40:38.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:37.912582+0000 mon.smithi138 (mon.0) 657 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:40:38.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:37.915628+0000 mon.smithi138 (mon.0) 658 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi138.rckmtk"]}]: dispatch 2024-02-10T08:40:38.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:40:37.916147+0000 mgr.smithi138.arglrk (mgr.14762) 291 : cephadm [INF] Upgrade: It appears safe to stop mds.foofs.smithi138.rckmtk 2024-02-10T08:40:38.999 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:37.552138+0000 mgr.smithi138.arglrk (mgr.14762) 289 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 355 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 4.5 MiB/s wr, 69 op/s 2024-02-10T08:40:38.999 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:37.640728+0000 mon.smithi138 (mon.0) 647 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:40:38.999 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:37.888411+0000 mon.smithi138 (mon.0) 648 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:40:38.999 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:37.889729+0000 mon.smithi138 (mon.0) 649 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:40:38.999 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:37.890280+0000 mon.smithi138 (mon.0) 650 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T08:40:38.999 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:40:37.890894+0000 mgr.smithi138.arglrk (mgr.14762) 290 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T08:40:38.999 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:37.894778+0000 mon.smithi138 (mon.0) 651 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:40:38.999 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:37.901288+0000 mon.smithi138 (mon.0) 652 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:40:38.999 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:37.904765+0000 mon.smithi138 (mon.0) 653 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:40:39.000 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:37.907470+0000 mon.smithi138 (mon.0) 654 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:40:39.000 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:37.908980+0000 mon.smithi138 (mon.0) 655 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:40:39.000 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:37.910143+0000 mon.smithi138 (mon.0) 656 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:40:39.000 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:37.912582+0000 mon.smithi138 (mon.0) 657 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:40:39.000 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:37.915628+0000 mon.smithi138 (mon.0) 658 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi138.rckmtk"]}]: dispatch 2024-02-10T08:40:39.000 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:40:37.916147+0000 mgr.smithi138.arglrk (mgr.14762) 291 : cephadm [INF] Upgrade: It appears safe to stop mds.foofs.smithi138.rckmtk 2024-02-10T08:40:39.331 INFO:teuthology.orchestra.run.smithi138.stdout: 5 2157 26.50 MB/sec execute 3 sec latency 19.409 ms 2024-02-10T08:40:40.331 INFO:teuthology.orchestra.run.smithi138.stdout: 5 3062 28.69 MB/sec execute 4 sec latency 20.013 ms 2024-02-10T08:40:41.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:39.552659+0000 mgr.smithi138.arglrk (mgr.14762) 292 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 353 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 7.9 MiB/s wr, 120 op/s 2024-02-10T08:40:41.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:40:39.791620+0000 mgr.smithi138.arglrk (mgr.14762) 293 : cephadm [INF] Upgrade: Updating mds.foofs.smithi138.rckmtk 2024-02-10T08:40:41.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:39.796601+0000 mon.smithi138 (mon.0) 659 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:40:41.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:39.797763+0000 mon.smithi138 (mon.0) 660 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi138.rckmtk", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-10T08:40:41.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:39.798654+0000 mon.smithi138 (mon.0) 661 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:40:41.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:40:39.799372+0000 mgr.smithi138.arglrk (mgr.14762) 294 : cephadm [INF] Deploying daemon mds.foofs.smithi138.rckmtk on smithi138 2024-02-10T08:40:41.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:39.552659+0000 mgr.smithi138.arglrk (mgr.14762) 292 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 353 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 7.9 MiB/s wr, 120 op/s 2024-02-10T08:40:41.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:40:39.791620+0000 mgr.smithi138.arglrk (mgr.14762) 293 : cephadm [INF] Upgrade: Updating mds.foofs.smithi138.rckmtk 2024-02-10T08:40:41.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:39.796601+0000 mon.smithi138 (mon.0) 659 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:40:41.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:39.797763+0000 mon.smithi138 (mon.0) 660 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi138.rckmtk", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-10T08:40:41.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:39.798654+0000 mon.smithi138 (mon.0) 661 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:40:41.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:40:39.799372+0000 mgr.smithi138.arglrk (mgr.14762) 294 : cephadm [INF] Deploying daemon mds.foofs.smithi138.rckmtk on smithi138 2024-02-10T08:40:41.331 INFO:teuthology.orchestra.run.smithi138.stdout: 5 cleanup 5 sec 2024-02-10T08:40:41.521 INFO:teuthology.orchestra.run.smithi138.stdout: 0 cleanup 5 sec 2024-02-10T08:40:41.522 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-02-10T08:40:41.522 INFO:teuthology.orchestra.run.smithi138.stdout: Operation Count AvgLat MaxLat 2024-02-10T08:40:41.522 INFO:teuthology.orchestra.run.smithi138.stdout: ---------------------------------------- 2024-02-10T08:40:41.522 INFO:teuthology.orchestra.run.smithi138.stdout: NTCreateX 2737 2.722 29.863 2024-02-10T08:40:41.522 INFO:teuthology.orchestra.run.smithi138.stdout: Close 2235 2.154 33.696 2024-02-10T08:40:41.522 INFO:teuthology.orchestra.run.smithi138.stdout: Rename 130 5.646 20.359 2024-02-10T08:40:41.522 INFO:teuthology.orchestra.run.smithi138.stdout: Unlink 368 3.379 13.626 2024-02-10T08:40:41.522 INFO:teuthology.orchestra.run.smithi138.stdout: Qpathinfo 2468 0.913 14.960 2024-02-10T08:40:41.522 INFO:teuthology.orchestra.run.smithi138.stdout: Qfileinfo 693 6.213 27.851 2024-02-10T08:40:41.522 INFO:teuthology.orchestra.run.smithi138.stdout: Qfsinfo 470 0.482 4.941 2024-02-10T08:40:41.522 INFO:teuthology.orchestra.run.smithi138.stdout: Sfileinfo 250 6.962 33.605 2024-02-10T08:40:41.522 INFO:teuthology.orchestra.run.smithi138.stdout: Find 966 0.290 2.261 2024-02-10T08:40:41.522 INFO:teuthology.orchestra.run.smithi138.stdout: WriteX 2480 0.019 0.061 2024-02-10T08:40:41.522 INFO:teuthology.orchestra.run.smithi138.stdout: ReadX 4765 0.009 1.549 2024-02-10T08:40:41.523 INFO:teuthology.orchestra.run.smithi138.stdout: LockX 10 0.588 1.057 2024-02-10T08:40:41.523 INFO:teuthology.orchestra.run.smithi138.stdout: UnlockX 10 0.426 1.453 2024-02-10T08:40:41.523 INFO:teuthology.orchestra.run.smithi138.stdout: Flush 215 8.552 27.460 2024-02-10T08:40:41.523 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-02-10T08:40:41.523 INFO:teuthology.orchestra.run.smithi138.stdout:Throughput 28.6924 MB/sec 5 clients 5 procs max_latency=33.706 ms 2024-02-10T08:40:41.524 DEBUG:teuthology.parallel:result is None 2024-02-10T08:40:42.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:41.732936+0000 mon.smithi138 (mon.0) 662 : cluster [WRN] daemon mds.foofs.smithi138.rckmtk compat changed unexpectedly 2024-02-10T08:40:42.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:41.736828+0000 mon.smithi138 (mon.0) 663 : cluster [DBG] osdmap e115: 8 total, 8 up, 8 in 2024-02-10T08:40:42.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:41 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:41.732936+0000 mon.smithi138 (mon.0) 662 : cluster [WRN] daemon mds.foofs.smithi138.rckmtk compat changed unexpectedly 2024-02-10T08:40:42.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:41 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:41.736828+0000 mon.smithi138 (mon.0) 663 : cluster [DBG] osdmap e115: 8 total, 8 up, 8 in 2024-02-10T08:40:43.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:41.553398+0000 mgr.smithi138.arglrk (mgr.14762) 295 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 346 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 11 MiB/s wr, 317 op/s 2024-02-10T08:40:43.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:41.794967+0000 mon.smithi138 (mon.0) 664 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-02-10T08:40:43.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:41.802693+0000 mon.smithi138 (mon.0) 665 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi190.lndkxw=up:active} 2024-02-10T08:40:43.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:41.553398+0000 mgr.smithi138.arglrk (mgr.14762) 295 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 346 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 11 MiB/s wr, 317 op/s 2024-02-10T08:40:43.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:41.794967+0000 mon.smithi138 (mon.0) 664 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-02-10T08:40:43.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:41.802693+0000 mon.smithi138 (mon.0) 665 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi190.lndkxw=up:active} 2024-02-10T08:40:44.731 INFO:teuthology.orchestra.run.smithi138.stdout:true 2024-02-10T08:40:45.304 INFO:teuthology.orchestra.run.smithi138.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T08:40:45.304 INFO:teuthology.orchestra.run.smithi138.stdout:alertmanager.smithi138 smithi138 *:9093,9094 running (12m) 2m ago 14m 21.2M - 0.20.0 0881eb8f169f 78c83a922c35 2024-02-10T08:40:45.304 INFO:teuthology.orchestra.run.smithi138.stdout:crash.smithi138 smithi138 running (4m) 2m ago 14m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc e34c8efd73ec 2024-02-10T08:40:45.304 INFO:teuthology.orchestra.run.smithi138.stdout:crash.smithi190 smithi190 running (4m) 58s ago 13m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc 2a5c8cf1174a 2024-02-10T08:40:45.304 INFO:teuthology.orchestra.run.smithi138.stdout:grafana.smithi138 smithi138 *:3000 running (12m) 2m ago 14m 35.1M - 6.7.4 557c83e11646 9e400367c973 2024-02-10T08:40:45.304 INFO:teuthology.orchestra.run.smithi138.stdout:mds.foofs.smithi138.rckmtk smithi138 running (8m) 2m ago 8m 11.1M - 16.2.4 8d91d370c2b8 d5d147a8dc83 2024-02-10T08:40:45.304 INFO:teuthology.orchestra.run.smithi138.stdout:mds.foofs.smithi190.lndkxw smithi190 running (8m) 58s ago 8m 29.2M - 16.2.4 8d91d370c2b8 e61226bfc606 2024-02-10T08:40:45.304 INFO:teuthology.orchestra.run.smithi138.stdout:mgr.smithi138.arglrk smithi138 *:8443,9283 running (5m) 2m ago 15m 439M - 16.2.14-521-g0e714d9a 1fbc92c859dc 2699c999f919 2024-02-10T08:40:45.305 INFO:teuthology.orchestra.run.smithi138.stdout:mgr.smithi190.qddxvv smithi190 *:8443,9283 running (5m) 58s ago 13m 388M - 16.2.14-521-g0e714d9a 1fbc92c859dc 7a2ea8668c24 2024-02-10T08:40:45.305 INFO:teuthology.orchestra.run.smithi138.stdout:mon.smithi138 smithi138 running (5m) 2m ago 16m 50.9M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 190626662cdd 2024-02-10T08:40:45.305 INFO:teuthology.orchestra.run.smithi138.stdout:mon.smithi190 smithi190 running (5m) 58s ago 13m 53.5M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 2c6c4dd00319 2024-02-10T08:40:45.305 INFO:teuthology.orchestra.run.smithi138.stdout:nfs.foo.0.0.smithi138.cprnrz smithi138 *:2049 running (6m) 2m ago 6m 85.6M - 3.5 8d91d370c2b8 31ffdf21e540 2024-02-10T08:40:45.305 INFO:teuthology.orchestra.run.smithi138.stdout:nfs.foo.1.0.smithi190.xhydwq smithi190 *:2049 running (6m) 58s ago 6m 87.8M - 3.5 8d91d370c2b8 aa0e44ac0e20 2024-02-10T08:40:45.305 INFO:teuthology.orchestra.run.smithi138.stdout:node-exporter.smithi138 smithi138 *:9100 running (14m) 2m ago 14m 17.0M - 0.18.1 e5a616e4b9cf 720f24dd7d0f 2024-02-10T08:40:45.305 INFO:teuthology.orchestra.run.smithi138.stdout:node-exporter.smithi190 smithi190 *:9100 running (13m) 58s ago 13m 17.2M - 0.18.1 e5a616e4b9cf 5ce00b720701 2024-02-10T08:40:45.305 INFO:teuthology.orchestra.run.smithi138.stdout:osd.0 smithi138 running (4m) 2m ago 12m 118M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 50802eb627dc 2024-02-10T08:40:45.305 INFO:teuthology.orchestra.run.smithi138.stdout:osd.1 smithi138 running (4m) 2m ago 12m 103M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc cadb557b89fa 2024-02-10T08:40:45.305 INFO:teuthology.orchestra.run.smithi138.stdout:osd.2 smithi138 running (3m) 2m ago 12m 82.7M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 2233d7c59b0e 2024-02-10T08:40:45.305 INFO:teuthology.orchestra.run.smithi138.stdout:osd.3 smithi138 running (2m) 2m ago 11m 13.2M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc a7b242c7a81b 2024-02-10T08:40:45.305 INFO:teuthology.orchestra.run.smithi138.stdout:osd.4 smithi190 running (2m) 58s ago 11m 126M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc cd65ef4091e7 2024-02-10T08:40:45.305 INFO:teuthology.orchestra.run.smithi138.stdout:osd.5 smithi190 running (119s) 58s ago 11m 117M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc bd4e624932d7 2024-02-10T08:40:45.305 INFO:teuthology.orchestra.run.smithi138.stdout:osd.6 smithi190 running (91s) 58s ago 10m 104M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 865c9062305b 2024-02-10T08:40:45.305 INFO:teuthology.orchestra.run.smithi138.stdout:osd.7 smithi190 running (62s) 58s ago 10m 13.4M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 598b065c6e2d 2024-02-10T08:40:45.306 INFO:teuthology.orchestra.run.smithi138.stdout:prometheus.smithi138 smithi138 *:9095 running (5m) 2m ago 13m 60.0M - 2.18.1 de242295e225 34aaeb08ccf8 2024-02-10T08:40:45.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:44 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:43.554055+0000 mgr.smithi138.arglrk (mgr.14762) 296 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 314 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 15 MiB/s wr, 524 op/s 2024-02-10T08:40:45.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:43.554055+0000 mgr.smithi138.arglrk (mgr.14762) 296 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 314 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 15 MiB/s wr, 524 op/s 2024-02-10T08:40:45.645 INFO:teuthology.orchestra.run.smithi138.stdout:{ 2024-02-10T08:40:45.646 INFO:teuthology.orchestra.run.smithi138.stdout: "mon": { 2024-02-10T08:40:45.646 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T08:40:45.646 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:40:45.646 INFO:teuthology.orchestra.run.smithi138.stdout: "mgr": { 2024-02-10T08:40:45.646 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T08:40:45.646 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:40:45.646 INFO:teuthology.orchestra.run.smithi138.stdout: "osd": { 2024-02-10T08:40:45.647 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 8 2024-02-10T08:40:45.647 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:40:45.647 INFO:teuthology.orchestra.run.smithi138.stdout: "mds": { 2024-02-10T08:40:45.647 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2024-02-10T08:40:45.647 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:40:45.647 INFO:teuthology.orchestra.run.smithi138.stdout: "overall": { 2024-02-10T08:40:45.647 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 12, 2024-02-10T08:40:45.647 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2024-02-10T08:40:45.647 INFO:teuthology.orchestra.run.smithi138.stdout: } 2024-02-10T08:40:45.647 INFO:teuthology.orchestra.run.smithi138.stdout:} 2024-02-10T08:40:45.940 INFO:teuthology.orchestra.run.smithi138.stdout:{ 2024-02-10T08:40:45.941 INFO:teuthology.orchestra.run.smithi138.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-10T08:40:45.941 INFO:teuthology.orchestra.run.smithi138.stdout: "in_progress": true, 2024-02-10T08:40:45.941 INFO:teuthology.orchestra.run.smithi138.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T08:40:45.941 INFO:teuthology.orchestra.run.smithi138.stdout: "services_complete": [ 2024-02-10T08:40:45.941 INFO:teuthology.orchestra.run.smithi138.stdout: "crash", 2024-02-10T08:40:45.941 INFO:teuthology.orchestra.run.smithi138.stdout: "osd", 2024-02-10T08:40:45.941 INFO:teuthology.orchestra.run.smithi138.stdout: "mgr", 2024-02-10T08:40:45.941 INFO:teuthology.orchestra.run.smithi138.stdout: "mon" 2024-02-10T08:40:45.941 INFO:teuthology.orchestra.run.smithi138.stdout: ], 2024-02-10T08:40:45.942 INFO:teuthology.orchestra.run.smithi138.stdout: "progress": "14/23 daemons upgraded", 2024-02-10T08:40:45.942 INFO:teuthology.orchestra.run.smithi138.stdout: "message": "Currently upgrading mds daemons", 2024-02-10T08:40:45.942 INFO:teuthology.orchestra.run.smithi138.stdout: "is_paused": false 2024-02-10T08:40:45.942 INFO:teuthology.orchestra.run.smithi138.stdout:} 2024-02-10T08:40:46.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:44.718484+0000 mgr.smithi138.arglrk (mgr.14762) 297 : audit [DBG] from='client.34314 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:40:46.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:45.013847+0000 mgr.smithi138.arglrk (mgr.14762) 298 : audit [DBG] from='client.34318 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:40:46.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:45.295175+0000 mgr.smithi138.arglrk (mgr.14762) 299 : audit [DBG] from='client.34322 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:40:46.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:45.645326+0000 mon.smithi138 (mon.0) 666 : audit [DBG] from='client.? 172.21.15.138:0/651646877' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:40:46.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:44.718484+0000 mgr.smithi138.arglrk (mgr.14762) 297 : audit [DBG] from='client.34314 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:40:46.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:45.013847+0000 mgr.smithi138.arglrk (mgr.14762) 298 : audit [DBG] from='client.34318 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:40:46.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:45.295175+0000 mgr.smithi138.arglrk (mgr.14762) 299 : audit [DBG] from='client.34322 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:40:46.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:45.645326+0000 mon.smithi138 (mon.0) 666 : audit [DBG] from='client.? 172.21.15.138:0/651646877' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:40:47.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:46 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:45.554549+0000 mgr.smithi138.arglrk (mgr.14762) 300 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 267 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 15 MiB/s wr, 599 op/s 2024-02-10T08:40:47.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:46 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:45.940613+0000 mgr.smithi138.arglrk (mgr.14762) 301 : audit [DBG] from='client.34330 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:40:47.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:46 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:45.554549+0000 mgr.smithi138.arglrk (mgr.14762) 300 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 267 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 15 MiB/s wr, 599 op/s 2024-02-10T08:40:47.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:46 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:45.940613+0000 mgr.smithi138.arglrk (mgr.14762) 301 : audit [DBG] from='client.34330 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:40:48.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:47.529262+0000 mon.smithi138 (mon.0) 667 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:40:48.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:47.529960+0000 mon.smithi138 (mon.0) 668 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:40:48.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:47.555112+0000 mgr.smithi138.arglrk (mgr.14762) 302 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 11 MiB/s wr, 549 op/s 2024-02-10T08:40:48.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:47.977490+0000 mon.smithi138 (mon.0) 669 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-02-10T08:40:48.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:47.977514+0000 mon.smithi138 (mon.0) 670 : cluster [INF] Cluster is now healthy 2024-02-10T08:40:48.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:47.980758+0000 mon.smithi138 (mon.0) 671 : cluster [DBG] mds.? [v2:172.21.15.138:6834/3074465754,v1:172.21.15.138:6835/3074465754] up:boot 2024-02-10T08:40:48.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:47.980807+0000 mon.smithi138 (mon.0) 672 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi190.lndkxw=up:active} 1 up:standby 2024-02-10T08:40:48.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:47.981275+0000 mon.smithi138 (mon.0) 673 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi138.rckmtk"}]: dispatch 2024-02-10T08:40:48.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:47.529262+0000 mon.smithi138 (mon.0) 667 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:40:48.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:47.529960+0000 mon.smithi138 (mon.0) 668 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:40:48.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:47.555112+0000 mgr.smithi138.arglrk (mgr.14762) 302 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 11 MiB/s wr, 549 op/s 2024-02-10T08:40:48.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:47.977490+0000 mon.smithi138 (mon.0) 669 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-02-10T08:40:48.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:47.977514+0000 mon.smithi138 (mon.0) 670 : cluster [INF] Cluster is now healthy 2024-02-10T08:40:48.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:47.980758+0000 mon.smithi138 (mon.0) 671 : cluster [DBG] mds.? [v2:172.21.15.138:6834/3074465754,v1:172.21.15.138:6835/3074465754] up:boot 2024-02-10T08:40:48.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:47.980807+0000 mon.smithi138 (mon.0) 672 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi190.lndkxw=up:active} 1 up:standby 2024-02-10T08:40:48.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:47.981275+0000 mon.smithi138 (mon.0) 673 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi138.rckmtk"}]: dispatch 2024-02-10T08:40:51.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:50 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:49.555582+0000 mgr.smithi138.arglrk (mgr.14762) 303 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 217 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 7.6 MiB/s wr, 498 op/s 2024-02-10T08:40:51.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:50 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:49.555582+0000 mgr.smithi138.arglrk (mgr.14762) 303 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 217 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 7.6 MiB/s wr, 498 op/s 2024-02-10T08:40:53.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:52 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:51.556055+0000 mgr.smithi138.arglrk (mgr.14762) 304 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.1 MiB/s wr, 302 op/s 2024-02-10T08:40:53.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:52 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:51.556055+0000 mgr.smithi138.arglrk (mgr.14762) 304 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.1 MiB/s wr, 302 op/s 2024-02-10T08:40:54.155 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:54 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:53.014995+0000 mon.smithi138 (mon.0) 674 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:40:54.156 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:54 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:53.015955+0000 mon.smithi138 (mon.0) 675 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:40:54.156 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:54 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:53.016634+0000 mon.smithi138 (mon.0) 676 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T08:40:54.156 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:54 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:40:53.017217+0000 mgr.smithi138.arglrk (mgr.14762) 305 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T08:40:54.156 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:54 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:53.020567+0000 mon.smithi138 (mon.0) 677 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:40:54.156 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:54 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:53.026179+0000 mon.smithi138 (mon.0) 678 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:40:54.156 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:54 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:53.029205+0000 mon.smithi138 (mon.0) 679 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:40:54.156 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:54 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:53.031132+0000 mon.smithi138 (mon.0) 680 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:40:54.156 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:54 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:53.032270+0000 mon.smithi138 (mon.0) 681 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:40:54.156 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:54 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:53.033360+0000 mon.smithi138 (mon.0) 682 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:40:54.156 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:54 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:53.034939+0000 mon.smithi138 (mon.0) 683 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:40:54.156 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:54 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:53.036595+0000 mon.smithi138 (mon.0) 684 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi190.lndkxw"]}]: dispatch 2024-02-10T08:40:54.156 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:54 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:40:53.037073+0000 mgr.smithi138.arglrk (mgr.14762) 306 : cephadm [INF] Upgrade: It appears safe to stop mds.foofs.smithi190.lndkxw 2024-02-10T08:40:54.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:54 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:53.014995+0000 mon.smithi138 (mon.0) 674 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:40:54.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:54 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:53.015955+0000 mon.smithi138 (mon.0) 675 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:40:54.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:54 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:53.016634+0000 mon.smithi138 (mon.0) 676 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T08:40:54.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:54 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:40:53.017217+0000 mgr.smithi138.arglrk (mgr.14762) 305 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T08:40:54.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:54 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:53.020567+0000 mon.smithi138 (mon.0) 677 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:40:54.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:54 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:53.026179+0000 mon.smithi138 (mon.0) 678 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:40:54.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:54 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:53.029205+0000 mon.smithi138 (mon.0) 679 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:40:54.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:54 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:53.031132+0000 mon.smithi138 (mon.0) 680 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:40:54.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:54 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:53.032270+0000 mon.smithi138 (mon.0) 681 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:40:54.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:54 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:53.033360+0000 mon.smithi138 (mon.0) 682 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:40:54.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:54 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:53.034939+0000 mon.smithi138 (mon.0) 683 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:40:54.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:54 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:53.036595+0000 mon.smithi138 (mon.0) 684 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi190.lndkxw"]}]: dispatch 2024-02-10T08:40:54.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:54 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:40:53.037073+0000 mgr.smithi138.arglrk (mgr.14762) 306 : cephadm [INF] Upgrade: It appears safe to stop mds.foofs.smithi190.lndkxw 2024-02-10T08:40:55.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:55 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:53.556719+0000 mgr.smithi138.arglrk (mgr.14762) 307 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.8 KiB/s rd, 3.5 MiB/s wr, 256 op/s 2024-02-10T08:40:55.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:55 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:54.512435+0000 mon.smithi138 (mon.0) 685 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:40:55.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:55 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:54.513269+0000 mon.smithi138 (mon.0) 686 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi190.lndkxw", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-10T08:40:55.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:55 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:40:54.513948+0000 mon.smithi138 (mon.0) 687 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:40:55.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:55 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:53.556719+0000 mgr.smithi138.arglrk (mgr.14762) 307 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.8 KiB/s rd, 3.5 MiB/s wr, 256 op/s 2024-02-10T08:40:55.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:55 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:54.512435+0000 mon.smithi138 (mon.0) 685 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:40:55.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:55 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:54.513269+0000 mon.smithi138 (mon.0) 686 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi190.lndkxw", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-10T08:40:55.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:55 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:40:54.513948+0000 mon.smithi138 (mon.0) 687 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:40:56.257 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:56 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:40:54.505879+0000 mgr.smithi138.arglrk (mgr.14762) 308 : cephadm [INF] Upgrade: Updating mds.foofs.smithi190.lndkxw 2024-02-10T08:40:56.257 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:56 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:40:54.514526+0000 mgr.smithi138.arglrk (mgr.14762) 309 : cephadm [INF] Deploying daemon mds.foofs.smithi190.lndkxw on smithi190 2024-02-10T08:40:56.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:56 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:40:54.505879+0000 mgr.smithi138.arglrk (mgr.14762) 308 : cephadm [INF] Upgrade: Updating mds.foofs.smithi190.lndkxw 2024-02-10T08:40:56.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:56 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:40:54.514526+0000 mgr.smithi138.arglrk (mgr.14762) 309 : cephadm [INF] Deploying daemon mds.foofs.smithi190.lndkxw on smithi190 2024-02-10T08:40:57.346 INFO:journalctl@ceph.osd.1.smithi138.stdout:Feb 10 08:40:57 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-1[112251]: debug 2024-02-10T08:40:57.055+0000 7fb24a524700 -1 bdev(0x563773598800 /var/lib/ceph/osd/ceph-1/block) aio_submit retries 2 2024-02-10T08:40:57.347 INFO:journalctl@ceph.osd.2.smithi138.stdout:Feb 10 08:40:57 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-2[114565]: debug 2024-02-10T08:40:57.054+0000 7fa8afce3700 -1 bdev(0x55863f414800 /var/lib/ceph/osd/ceph-2/block) aio_submit retries 1 2024-02-10T08:40:57.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:57 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:40:57.036+0000 7fc8666e0700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-10T08:40:57.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:57 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:55.557359+0000 mgr.smithi138.arglrk (mgr.14762) 310 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.6 KiB/s rd, 1003 KiB/s wr, 100 op/s 2024-02-10T08:40:57.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:57 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:56.261497+0000 mon.smithi138 (mon.0) 688 : cluster [DBG] osdmap e116: 8 total, 8 up, 8 in 2024-02-10T08:40:57.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:57 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:57.037163+0000 mon.smithi138 (mon.0) 689 : cluster [WRN] Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-02-10T08:40:57.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:57 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:57.037193+0000 mon.smithi138 (mon.0) 690 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-10T08:40:57.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:57 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:57.041323+0000 mon.smithi138 (mon.0) 691 : cluster [INF] Standby daemon mds.foofs.smithi138.rckmtk assigned to filesystem foofs as rank 0 2024-02-10T08:40:57.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:57 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:57.041466+0000 mon.smithi138 (mon.0) 692 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-02-10T08:40:57.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:57 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:57.041492+0000 mon.smithi138 (mon.0) 693 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-10T08:40:57.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:57 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:57.041708+0000 mon.smithi138 (mon.0) 694 : cluster [DBG] fsmap foofs:0/1 1 up:standby, 1 failed 2024-02-10T08:40:57.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:57 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:57.044587+0000 mon.smithi138 (mon.0) 695 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi138.rckmtk=up:replay} 2024-02-10T08:40:57.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:57 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:55.557359+0000 mgr.smithi138.arglrk (mgr.14762) 310 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.6 KiB/s rd, 1003 KiB/s wr, 100 op/s 2024-02-10T08:40:57.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:57 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:56.261497+0000 mon.smithi138 (mon.0) 688 : cluster [DBG] osdmap e116: 8 total, 8 up, 8 in 2024-02-10T08:40:57.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:57 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:57.037163+0000 mon.smithi138 (mon.0) 689 : cluster [WRN] Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-02-10T08:40:57.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:57 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:57.037193+0000 mon.smithi138 (mon.0) 690 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-10T08:40:57.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:57 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:57.041323+0000 mon.smithi138 (mon.0) 691 : cluster [INF] Standby daemon mds.foofs.smithi138.rckmtk assigned to filesystem foofs as rank 0 2024-02-10T08:40:57.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:57 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:57.041466+0000 mon.smithi138 (mon.0) 692 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-02-10T08:40:57.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:57 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:57.041492+0000 mon.smithi138 (mon.0) 693 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-10T08:40:57.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:57 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:57.041708+0000 mon.smithi138 (mon.0) 694 : cluster [DBG] fsmap foofs:0/1 1 up:standby, 1 failed 2024-02-10T08:40:57.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:57 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:57.044587+0000 mon.smithi138 (mon.0) 695 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi138.rckmtk=up:replay} 2024-02-10T08:40:59.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:59 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:57.557795+0000 mgr.smithi138.arglrk (mgr.14762) 311 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 3.6 MiB/s rd, 1023 B/s wr, 1 op/s 2024-02-10T08:40:59.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:59 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:58.266273+0000 mds.foofs.smithi138.rckmtk (mds.0) 1 : cluster [DBG] reconnect by client.14724 172.21.15.138:0/4038398813 after 0.000999979 2024-02-10T08:40:59.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:59 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:58.266422+0000 mds.foofs.smithi138.rckmtk (mds.0) 2 : cluster [DBG] reconnect by client.24515 172.21.15.190:0/1152392973 after 0.000999979 2024-02-10T08:40:59.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:59 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:58.266987+0000 mon.smithi138 (mon.0) 696 : cluster [DBG] mds.? [v2:172.21.15.138:6834/3074465754,v1:172.21.15.138:6835/3074465754] up:reconnect 2024-02-10T08:40:59.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:40:59 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:58.267033+0000 mon.smithi138 (mon.0) 697 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi138.rckmtk=up:reconnect} 2024-02-10T08:40:59.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:59 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:57.557795+0000 mgr.smithi138.arglrk (mgr.14762) 311 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 3.6 MiB/s rd, 1023 B/s wr, 1 op/s 2024-02-10T08:40:59.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:59 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:58.266273+0000 mds.foofs.smithi138.rckmtk (mds.0) 1 : cluster [DBG] reconnect by client.14724 172.21.15.138:0/4038398813 after 0.000999979 2024-02-10T08:40:59.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:59 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:58.266422+0000 mds.foofs.smithi138.rckmtk (mds.0) 2 : cluster [DBG] reconnect by client.24515 172.21.15.190:0/1152392973 after 0.000999979 2024-02-10T08:40:59.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:59 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:58.266987+0000 mon.smithi138 (mon.0) 696 : cluster [DBG] mds.? [v2:172.21.15.138:6834/3074465754,v1:172.21.15.138:6835/3074465754] up:reconnect 2024-02-10T08:40:59.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:40:59 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:58.267033+0000 mon.smithi138 (mon.0) 697 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi138.rckmtk=up:reconnect} 2024-02-10T08:41:00.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:00 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:59.272960+0000 mon.smithi138 (mon.0) 698 : cluster [DBG] mds.? [v2:172.21.15.138:6834/3074465754,v1:172.21.15.138:6835/3074465754] up:rejoin 2024-02-10T08:41:00.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:00 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:59.273023+0000 mon.smithi138 (mon.0) 699 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi138.rckmtk=up:rejoin} 2024-02-10T08:41:00.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:00 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:59.278870+0000 mon.smithi138 (mon.0) 700 : cluster [INF] daemon mds.foofs.smithi138.rckmtk is now active in filesystem foofs as rank 0 2024-02-10T08:41:00.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:00 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:59.272960+0000 mon.smithi138 (mon.0) 698 : cluster [DBG] mds.? [v2:172.21.15.138:6834/3074465754,v1:172.21.15.138:6835/3074465754] up:rejoin 2024-02-10T08:41:00.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:00 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:59.273023+0000 mon.smithi138 (mon.0) 699 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi138.rckmtk=up:rejoin} 2024-02-10T08:41:00.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:00 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:59.278870+0000 mon.smithi138 (mon.0) 700 : cluster [INF] daemon mds.foofs.smithi138.rckmtk is now active in filesystem foofs as rank 0 2024-02-10T08:41:01.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:01 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:40:59.558344+0000 mgr.smithi138.arglrk (mgr.14762) 312 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.2 MiB/s rd, 1023 B/s wr, 3 op/s 2024-02-10T08:41:01.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:01 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:41:00.271645+0000 mon.smithi138 (mon.0) 701 : cluster [INF] Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-02-10T08:41:01.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:01 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:41:00.279089+0000 mon.smithi138 (mon.0) 702 : cluster [DBG] mds.? [v2:172.21.15.138:6834/3074465754,v1:172.21.15.138:6835/3074465754] up:active 2024-02-10T08:41:01.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:01 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:41:00.279138+0000 mon.smithi138 (mon.0) 703 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi138.rckmtk=up:active} 2024-02-10T08:41:01.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:01 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:40:59.558344+0000 mgr.smithi138.arglrk (mgr.14762) 312 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.2 MiB/s rd, 1023 B/s wr, 3 op/s 2024-02-10T08:41:01.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:01 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:41:00.271645+0000 mon.smithi138 (mon.0) 701 : cluster [INF] Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-02-10T08:41:01.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:01 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:41:00.279089+0000 mon.smithi138 (mon.0) 702 : cluster [DBG] mds.? [v2:172.21.15.138:6834/3074465754,v1:172.21.15.138:6835/3074465754] up:active 2024-02-10T08:41:01.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:01 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:41:00.279138+0000 mon.smithi138 (mon.0) 703 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi138.rckmtk=up:active} 2024-02-10T08:41:03.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:02 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:41:01.558940+0000 mgr.smithi138.arglrk (mgr.14762) 313 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 18 MiB/s rd, 1023 B/s wr, 7 op/s 2024-02-10T08:41:03.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:02 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:01.924484+0000 mon.smithi138 (mon.0) 704 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:41:03.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:02 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:01.925453+0000 mon.smithi138 (mon.0) 705 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:41:03.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:02 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:41:02.278407+0000 mon.smithi138 (mon.0) 706 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-02-10T08:41:03.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:02 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:41:02.278431+0000 mon.smithi138 (mon.0) 707 : cluster [INF] Cluster is now healthy 2024-02-10T08:41:03.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:02 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:41:02.286427+0000 mon.smithi138 (mon.0) 708 : cluster [DBG] mds.? [v2:172.21.15.190:6832/3623545786,v1:172.21.15.190:6833/3623545786] up:boot 2024-02-10T08:41:03.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:02 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:41:02.286478+0000 mon.smithi138 (mon.0) 709 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi138.rckmtk=up:active} 1 up:standby 2024-02-10T08:41:03.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:02 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:02.286586+0000 mon.smithi138 (mon.0) 710 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi190.lndkxw"}]: dispatch 2024-02-10T08:41:03.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:02 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:41:01.558940+0000 mgr.smithi138.arglrk (mgr.14762) 313 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 18 MiB/s rd, 1023 B/s wr, 7 op/s 2024-02-10T08:41:03.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:02 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:01.924484+0000 mon.smithi138 (mon.0) 704 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:41:03.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:02 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:01.925453+0000 mon.smithi138 (mon.0) 705 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:41:03.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:02 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:41:02.278407+0000 mon.smithi138 (mon.0) 706 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-02-10T08:41:03.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:02 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:41:02.278431+0000 mon.smithi138 (mon.0) 707 : cluster [INF] Cluster is now healthy 2024-02-10T08:41:03.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:02 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:41:02.286427+0000 mon.smithi138 (mon.0) 708 : cluster [DBG] mds.? [v2:172.21.15.190:6832/3623545786,v1:172.21.15.190:6833/3623545786] up:boot 2024-02-10T08:41:03.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:02 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:41:02.286478+0000 mon.smithi138 (mon.0) 709 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi138.rckmtk=up:active} 1 up:standby 2024-02-10T08:41:03.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:02 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:02.286586+0000 mon.smithi138 (mon.0) 710 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi190.lndkxw"}]: dispatch 2024-02-10T08:41:05.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:04 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:41:03.559702+0000 mgr.smithi138.arglrk (mgr.14762) 314 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 21 MiB/s rd, 511 B/s wr, 8 op/s 2024-02-10T08:41:05.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:04 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:41:03.559702+0000 mgr.smithi138.arglrk (mgr.14762) 314 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 21 MiB/s rd, 511 B/s wr, 8 op/s 2024-02-10T08:41:06.188 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:04.983699+0000 mon.smithi138 (mon.0) 711 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:41:06.188 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:04.984600+0000 mon.smithi138 (mon.0) 712 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:41:06.188 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:04.985386+0000 mon.smithi138 (mon.0) 713 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T08:41:06.188 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:41:04.986042+0000 mgr.smithi138.arglrk (mgr.14762) 315 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T08:41:06.189 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:04.992184+0000 mon.smithi138 (mon.0) 714 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:41:06.189 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:05.000190+0000 mon.smithi138 (mon.0) 715 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:41:06.189 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:05.003600+0000 mon.smithi138 (mon.0) 716 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:41:06.189 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:05.005802+0000 mon.smithi138 (mon.0) 717 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:06.189 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:05.007461+0000 mon.smithi138 (mon.0) 718 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:06.189 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:05.008992+0000 mon.smithi138 (mon.0) 719 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:06.189 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:05.011291+0000 mon.smithi138 (mon.0) 720 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:06.189 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:05.013364+0000 mon.smithi138 (mon.0) 721 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:06.189 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:41:05.013979+0000 mgr.smithi138.arglrk (mgr.14762) 316 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-02-10T08:41:06.189 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:05.019948+0000 mon.smithi138 (mon.0) 722 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:41:06.189 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:05.020683+0000 mon.smithi138 (mon.0) 723 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi138.rckmtk"}]: dispatch 2024-02-10T08:41:06.189 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:05.026322+0000 mon.smithi138 (mon.0) 724 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi138.rckmtk"}]': finished 2024-02-10T08:41:06.189 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:05.026972+0000 mon.smithi138 (mon.0) 725 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi190.lndkxw"}]: dispatch 2024-02-10T08:41:06.189 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:05.032023+0000 mon.smithi138 (mon.0) 726 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi190.lndkxw"}]': finished 2024-02-10T08:41:06.190 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:05.032993+0000 mon.smithi138 (mon.0) 727 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:06.190 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:41:05.033602+0000 mgr.smithi138.arglrk (mgr.14762) 317 : cephadm [INF] Upgrade: Setting container_image for all rgw 2024-02-10T08:41:06.190 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:05.039233+0000 mon.smithi138 (mon.0) 728 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:41:06.190 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:05.040197+0000 mon.smithi138 (mon.0) 729 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:06.190 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:41:05.040779+0000 mgr.smithi138.arglrk (mgr.14762) 318 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-02-10T08:41:06.190 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:05.046147+0000 mon.smithi138 (mon.0) 730 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:41:06.190 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:05.047168+0000 mon.smithi138 (mon.0) 731 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:06.190 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:05.048221+0000 mon.smithi138 (mon.0) 732 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:06.190 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:41:05.048757+0000 mgr.smithi138.arglrk (mgr.14762) 319 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-02-10T08:41:06.190 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:05.054669+0000 mon.smithi138 (mon.0) 733 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:41:06.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:04.983699+0000 mon.smithi138 (mon.0) 711 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:41:06.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:04.984600+0000 mon.smithi138 (mon.0) 712 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:41:06.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:04.985386+0000 mon.smithi138 (mon.0) 713 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T08:41:06.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:41:04.986042+0000 mgr.smithi138.arglrk (mgr.14762) 315 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T08:41:06.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:04.992184+0000 mon.smithi138 (mon.0) 714 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:41:06.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:05.000190+0000 mon.smithi138 (mon.0) 715 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:41:06.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:05.003600+0000 mon.smithi138 (mon.0) 716 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:41:06.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:05.005802+0000 mon.smithi138 (mon.0) 717 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:06.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:05.007461+0000 mon.smithi138 (mon.0) 718 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:06.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:05.008992+0000 mon.smithi138 (mon.0) 719 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:06.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:05.011291+0000 mon.smithi138 (mon.0) 720 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:06.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:05.013364+0000 mon.smithi138 (mon.0) 721 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:06.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:41:05.013979+0000 mgr.smithi138.arglrk (mgr.14762) 316 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-02-10T08:41:06.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:05.019948+0000 mon.smithi138 (mon.0) 722 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:41:06.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:05.020683+0000 mon.smithi138 (mon.0) 723 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi138.rckmtk"}]: dispatch 2024-02-10T08:41:06.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:05.026322+0000 mon.smithi138 (mon.0) 724 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi138.rckmtk"}]': finished 2024-02-10T08:41:06.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:05.026972+0000 mon.smithi138 (mon.0) 725 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi190.lndkxw"}]: dispatch 2024-02-10T08:41:06.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:05.032023+0000 mon.smithi138 (mon.0) 726 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi190.lndkxw"}]': finished 2024-02-10T08:41:06.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:05.032993+0000 mon.smithi138 (mon.0) 727 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:06.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:41:05.033602+0000 mgr.smithi138.arglrk (mgr.14762) 317 : cephadm [INF] Upgrade: Setting container_image for all rgw 2024-02-10T08:41:06.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:05.039233+0000 mon.smithi138 (mon.0) 728 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:41:06.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:05.040197+0000 mon.smithi138 (mon.0) 729 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:06.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:41:05.040779+0000 mgr.smithi138.arglrk (mgr.14762) 318 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-02-10T08:41:06.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:05.046147+0000 mon.smithi138 (mon.0) 730 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:41:06.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:05.047168+0000 mon.smithi138 (mon.0) 731 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:06.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:05.048221+0000 mon.smithi138 (mon.0) 732 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:06.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:41:05.048757+0000 mgr.smithi138.arglrk (mgr.14762) 319 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-02-10T08:41:06.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:05.054669+0000 mon.smithi138 (mon.0) 733 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:41:07.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:41:05.560480+0000 mgr.smithi138.arglrk (mgr.14762) 320 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 21 MiB/s rd, 511 B/s wr, 10 op/s 2024-02-10T08:41:07.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:06.578260+0000 mon.smithi138 (mon.0) 734 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:41:07.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:06.579109+0000 mon.smithi138 (mon.0) 735 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi138.cprnrz", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-10T08:41:07.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:06.579741+0000 mon.smithi138 (mon.0) 736 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-10T08:41:07.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:06.582519+0000 mon.smithi138 (mon.0) 737 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-10T08:41:07.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:06.583517+0000 mon.smithi138 (mon.0) 738 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:41:07.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:06.622028+0000 mon.smithi138 (mon.0) 739 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-10T08:41:07.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:06.625500+0000 mon.smithi138 (mon.0) 740 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-10T08:41:07.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:06.670125+0000 mon.smithi138 (mon.0) 741 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi138.cprnrz-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-10T08:41:07.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:06.675974+0000 mon.smithi138 (mon.0) 742 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:41:07.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:41:05.560480+0000 mgr.smithi138.arglrk (mgr.14762) 320 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 21 MiB/s rd, 511 B/s wr, 10 op/s 2024-02-10T08:41:07.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:06.578260+0000 mon.smithi138 (mon.0) 734 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:41:07.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:06.579109+0000 mon.smithi138 (mon.0) 735 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi138.cprnrz", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-10T08:41:07.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:06.579741+0000 mon.smithi138 (mon.0) 736 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-10T08:41:07.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:06.582519+0000 mon.smithi138 (mon.0) 737 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-10T08:41:07.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:06.583517+0000 mon.smithi138 (mon.0) 738 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:41:07.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:06.622028+0000 mon.smithi138 (mon.0) 739 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-10T08:41:07.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:06.625500+0000 mon.smithi138 (mon.0) 740 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-10T08:41:07.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:06.670125+0000 mon.smithi138 (mon.0) 741 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi138.cprnrz-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-10T08:41:07.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:06.675974+0000 mon.smithi138 (mon.0) 742 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:41:08.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:08 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:41:06.574105+0000 mgr.smithi138.arglrk (mgr.14762) 321 : cephadm [INF] Upgrade: Updating nfs.foo.0.0.smithi138.cprnrz (1/2) 2024-02-10T08:41:08.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:08 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:41:06.578893+0000 mgr.smithi138.arglrk (mgr.14762) 322 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi138.cprnrz 2024-02-10T08:41:08.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:08 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:41:06.579573+0000 mgr.smithi138.arglrk (mgr.14762) 323 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-10T08:41:08.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:08 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:41:06.669633+0000 mgr.smithi138.arglrk (mgr.14762) 324 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-10T08:41:08.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:08 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:41:06.669739+0000 mgr.smithi138.arglrk (mgr.14762) 325 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi138.cprnrz-rgw 2024-02-10T08:41:08.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:08 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:41:06.676701+0000 mgr.smithi138.arglrk (mgr.14762) 326 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi138.cprnrz on smithi138 2024-02-10T08:41:08.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:41:06.574105+0000 mgr.smithi138.arglrk (mgr.14762) 321 : cephadm [INF] Upgrade: Updating nfs.foo.0.0.smithi138.cprnrz (1/2) 2024-02-10T08:41:08.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:41:06.578893+0000 mgr.smithi138.arglrk (mgr.14762) 322 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi138.cprnrz 2024-02-10T08:41:08.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:41:06.579573+0000 mgr.smithi138.arglrk (mgr.14762) 323 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-10T08:41:08.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:41:06.669633+0000 mgr.smithi138.arglrk (mgr.14762) 324 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-10T08:41:08.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:41:06.669739+0000 mgr.smithi138.arglrk (mgr.14762) 325 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi138.cprnrz-rgw 2024-02-10T08:41:08.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:08 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:41:06.676701+0000 mgr.smithi138.arglrk (mgr.14762) 326 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi138.cprnrz on smithi138 2024-02-10T08:41:09.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:41:07.560962+0000 mgr.smithi138.arglrk (mgr.14762) 327 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 18 MiB/s rd, 6.6 KiB/s wr, 12 op/s 2024-02-10T08:41:09.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:41:07.560962+0000 mgr.smithi138.arglrk (mgr.14762) 327 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 18 MiB/s rd, 6.6 KiB/s wr, 12 op/s 2024-02-10T08:41:11.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:11 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:41:09.561499+0000 mgr.smithi138.arglrk (mgr.14762) 328 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 14 MiB/s rd, 6.0 KiB/s wr, 10 op/s 2024-02-10T08:41:11.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:11 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:41:10.138366+0000 mds.foofs.smithi138.rckmtk (mds.0) 3 : cluster [INF] Evicting (and blocklisting) client session 14724 (172.21.15.138:0/4038398813) 2024-02-10T08:41:11.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:11 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:10.138541+0000 mon.smithi138 (mon.0) 743 : audit [INF] from='mds.? [v2:172.21.15.138:6834/3074465754,v1:172.21.15.138:6835/3074465754]' entity='mds.foofs.smithi138.rckmtk' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.138:0/4038398813"}]: dispatch 2024-02-10T08:41:11.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:11 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:10.235828+0000 mon.smithi138 (mon.0) 744 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:41:11.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:11 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:41:09.561499+0000 mgr.smithi138.arglrk (mgr.14762) 328 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 14 MiB/s rd, 6.0 KiB/s wr, 10 op/s 2024-02-10T08:41:11.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:11 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:41:10.138366+0000 mds.foofs.smithi138.rckmtk (mds.0) 3 : cluster [INF] Evicting (and blocklisting) client session 14724 (172.21.15.138:0/4038398813) 2024-02-10T08:41:11.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:11 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:10.138541+0000 mon.smithi138 (mon.0) 743 : audit [INF] from='mds.? [v2:172.21.15.138:6834/3074465754,v1:172.21.15.138:6835/3074465754]' entity='mds.foofs.smithi138.rckmtk' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.138:0/4038398813"}]: dispatch 2024-02-10T08:41:11.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:11 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:10.235828+0000 mon.smithi138 (mon.0) 744 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:41:12.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:12 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:11.072947+0000 mon.smithi138 (mon.0) 745 : audit [INF] from='mds.? [v2:172.21.15.138:6834/3074465754,v1:172.21.15.138:6835/3074465754]' entity='mds.foofs.smithi138.rckmtk' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.138:0/4038398813"}]': finished 2024-02-10T08:41:12.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:12 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:41:11.073039+0000 mon.smithi138 (mon.0) 746 : cluster [DBG] osdmap e117: 8 total, 8 up, 8 in 2024-02-10T08:41:12.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:12 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:11.693345+0000 mon.smithi138 (mon.0) 747 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:41:12.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:12 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:11.694568+0000 mon.smithi138 (mon.0) 748 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi190.xhydwq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-10T08:41:12.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:12 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:11.695556+0000 mon.smithi138 (mon.0) 749 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-10T08:41:12.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:12 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:11.698840+0000 mon.smithi138 (mon.0) 750 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-10T08:41:12.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:12 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:11.700407+0000 mon.smithi138 (mon.0) 751 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:41:12.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:12 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:11.745324+0000 mon.smithi138 (mon.0) 752 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-10T08:41:12.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:12 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:11.748679+0000 mon.smithi138 (mon.0) 753 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-10T08:41:12.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:12 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:11.796937+0000 mon.smithi138 (mon.0) 754 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi190.xhydwq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-10T08:41:12.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:12 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:11.798127+0000 mon.smithi138 (mon.0) 755 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:41:12.485 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:12 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:11.072947+0000 mon.smithi138 (mon.0) 745 : audit [INF] from='mds.? [v2:172.21.15.138:6834/3074465754,v1:172.21.15.138:6835/3074465754]' entity='mds.foofs.smithi138.rckmtk' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.138:0/4038398813"}]': finished 2024-02-10T08:41:12.485 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:12 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:41:11.073039+0000 mon.smithi138 (mon.0) 746 : cluster [DBG] osdmap e117: 8 total, 8 up, 8 in 2024-02-10T08:41:12.485 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:12 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:11.693345+0000 mon.smithi138 (mon.0) 747 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:41:12.486 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:12 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:11.694568+0000 mon.smithi138 (mon.0) 748 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi190.xhydwq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-10T08:41:12.486 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:12 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:11.695556+0000 mon.smithi138 (mon.0) 749 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-10T08:41:12.486 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:12 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:11.698840+0000 mon.smithi138 (mon.0) 750 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-10T08:41:12.486 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:12 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:11.700407+0000 mon.smithi138 (mon.0) 751 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:41:12.486 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:12 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:11.745324+0000 mon.smithi138 (mon.0) 752 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-10T08:41:12.486 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:12 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:11.748679+0000 mon.smithi138 (mon.0) 753 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-10T08:41:12.486 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:12 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:11.796937+0000 mon.smithi138 (mon.0) 754 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi190.xhydwq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-10T08:41:12.486 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:12 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:11.798127+0000 mon.smithi138 (mon.0) 755 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:41:13.168 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:13 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:41:11.562026+0000 mgr.smithi138.arglrk (mgr.14762) 329 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 2.8 MiB/s rd, 7.1 KiB/s wr, 6 op/s 2024-02-10T08:41:13.169 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:13 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:41:11.688216+0000 mgr.smithi138.arglrk (mgr.14762) 330 : cephadm [INF] Upgrade: Updating nfs.foo.1.0.smithi190.xhydwq (2/2) 2024-02-10T08:41:13.169 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:13 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:41:11.694210+0000 mgr.smithi138.arglrk (mgr.14762) 331 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi190.xhydwq 2024-02-10T08:41:13.169 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:13 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:41:11.695277+0000 mgr.smithi138.arglrk (mgr.14762) 332 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-10T08:41:13.169 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:13 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:41:11.796465+0000 mgr.smithi138.arglrk (mgr.14762) 333 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-10T08:41:13.169 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:13 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:41:11.796560+0000 mgr.smithi138.arglrk (mgr.14762) 334 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi190.xhydwq-rgw 2024-02-10T08:41:13.169 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:13 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:41:11.798844+0000 mgr.smithi138.arglrk (mgr.14762) 335 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi190.xhydwq on smithi190 2024-02-10T08:41:13.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:13 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:41:11.562026+0000 mgr.smithi138.arglrk (mgr.14762) 329 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 2.8 MiB/s rd, 7.1 KiB/s wr, 6 op/s 2024-02-10T08:41:13.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:13 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:41:11.688216+0000 mgr.smithi138.arglrk (mgr.14762) 330 : cephadm [INF] Upgrade: Updating nfs.foo.1.0.smithi190.xhydwq (2/2) 2024-02-10T08:41:13.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:13 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:41:11.694210+0000 mgr.smithi138.arglrk (mgr.14762) 331 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi190.xhydwq 2024-02-10T08:41:13.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:13 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:41:11.695277+0000 mgr.smithi138.arglrk (mgr.14762) 332 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-10T08:41:13.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:13 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:41:11.796465+0000 mgr.smithi138.arglrk (mgr.14762) 333 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-10T08:41:13.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:13 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:41:11.796560+0000 mgr.smithi138.arglrk (mgr.14762) 334 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi190.xhydwq-rgw 2024-02-10T08:41:13.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:13 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:41:11.798844+0000 mgr.smithi138.arglrk (mgr.14762) 335 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi190.xhydwq on smithi190 2024-02-10T08:41:15.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:15 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:41:13.562655+0000 mgr.smithi138.arglrk (mgr.14762) 336 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 14 KiB/s rd, 9.5 KiB/s wr, 9 op/s 2024-02-10T08:41:15.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:15 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:41:13.562655+0000 mgr.smithi138.arglrk (mgr.14762) 336 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 14 KiB/s rd, 9.5 KiB/s wr, 9 op/s 2024-02-10T08:41:16.274 INFO:teuthology.orchestra.run.smithi138.stdout:true 2024-02-10T08:41:16.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:16 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:41:15.244029+0000 mds.foofs.smithi138.rckmtk (mds.0) 4 : cluster [INF] Evicting (and blocklisting) client session 24515 (172.21.15.190:0/1152392973) 2024-02-10T08:41:16.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:16 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:15.244277+0000 mon.smithi138 (mon.0) 756 : audit [INF] from='mds.? [v2:172.21.15.138:6834/3074465754,v1:172.21.15.138:6835/3074465754]' entity='mds.foofs.smithi138.rckmtk' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.190:0/1152392973"}]: dispatch 2024-02-10T08:41:16.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:16 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:15.354219+0000 mon.smithi138 (mon.0) 757 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:41:16.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:16 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:15.355147+0000 mon.smithi138 (mon.0) 758 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:41:16.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:16 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:41:15.244029+0000 mds.foofs.smithi138.rckmtk (mds.0) 4 : cluster [INF] Evicting (and blocklisting) client session 24515 (172.21.15.190:0/1152392973) 2024-02-10T08:41:16.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:16 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:15.244277+0000 mon.smithi138 (mon.0) 756 : audit [INF] from='mds.? [v2:172.21.15.138:6834/3074465754,v1:172.21.15.138:6835/3074465754]' entity='mds.foofs.smithi138.rckmtk' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.190:0/1152392973"}]: dispatch 2024-02-10T08:41:16.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:16 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:15.354219+0000 mon.smithi138 (mon.0) 757 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:41:16.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:16 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:15.355147+0000 mon.smithi138 (mon.0) 758 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:41:16.889 INFO:teuthology.orchestra.run.smithi138.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T08:41:16.890 INFO:teuthology.orchestra.run.smithi138.stdout:alertmanager.smithi138 smithi138 *:9093,9094 running (13m) 23s ago 15m 21.2M - 0.20.0 0881eb8f169f 78c83a922c35 2024-02-10T08:41:16.890 INFO:teuthology.orchestra.run.smithi138.stdout:crash.smithi138 smithi138 running (5m) 23s ago 15m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc e34c8efd73ec 2024-02-10T08:41:16.890 INFO:teuthology.orchestra.run.smithi138.stdout:crash.smithi190 smithi190 running (5m) 11s ago 14m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc 2a5c8cf1174a 2024-02-10T08:41:16.890 INFO:teuthology.orchestra.run.smithi138.stdout:grafana.smithi138 smithi138 *:3000 running (13m) 23s ago 14m 35.3M - 6.7.4 557c83e11646 9e400367c973 2024-02-10T08:41:16.890 INFO:teuthology.orchestra.run.smithi138.stdout:mds.foofs.smithi138.rckmtk smithi138 running (29s) 23s ago 9m 13.4M - 16.2.14-521-g0e714d9a 1fbc92c859dc f620e479e5cd 2024-02-10T08:41:16.890 INFO:teuthology.orchestra.run.smithi138.stdout:mds.foofs.smithi190.lndkxw smithi190 running (15s) 11s ago 9m 13.4M - 16.2.14-521-g0e714d9a 1fbc92c859dc b1e9b2df0afd 2024-02-10T08:41:16.890 INFO:teuthology.orchestra.run.smithi138.stdout:mgr.smithi138.arglrk smithi138 *:8443,9283 running (6m) 23s ago 16m 447M - 16.2.14-521-g0e714d9a 1fbc92c859dc 2699c999f919 2024-02-10T08:41:16.890 INFO:teuthology.orchestra.run.smithi138.stdout:mgr.smithi190.qddxvv smithi190 *:8443,9283 running (5m) 11s ago 14m 388M - 16.2.14-521-g0e714d9a 1fbc92c859dc 7a2ea8668c24 2024-02-10T08:41:16.890 INFO:teuthology.orchestra.run.smithi138.stdout:mon.smithi138 smithi138 running (5m) 23s ago 16m 56.8M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 190626662cdd 2024-02-10T08:41:16.890 INFO:teuthology.orchestra.run.smithi138.stdout:mon.smithi190 smithi190 running (5m) 11s ago 14m 42.2M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 2c6c4dd00319 2024-02-10T08:41:16.890 INFO:teuthology.orchestra.run.smithi138.stdout:nfs.foo.0.0.smithi138.cprnrz smithi138 *:2049 starting - - - - 2024-02-10T08:41:16.891 INFO:teuthology.orchestra.run.smithi138.stdout:nfs.foo.1.0.smithi190.xhydwq smithi190 *:2049 starting - - - - 2024-02-10T08:41:16.891 INFO:teuthology.orchestra.run.smithi138.stdout:node-exporter.smithi138 smithi138 *:9100 running (14m) 23s ago 14m 17.0M - 0.18.1 e5a616e4b9cf 720f24dd7d0f 2024-02-10T08:41:16.891 INFO:teuthology.orchestra.run.smithi138.stdout:node-exporter.smithi190 smithi190 *:9100 running (13m) 11s ago 13m 17.2M - 0.18.1 e5a616e4b9cf 5ce00b720701 2024-02-10T08:41:16.891 INFO:teuthology.orchestra.run.smithi138.stdout:osd.0 smithi138 running (5m) 23s ago 13m 137M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 50802eb627dc 2024-02-10T08:41:16.891 INFO:teuthology.orchestra.run.smithi138.stdout:osd.1 smithi138 running (4m) 23s ago 12m 138M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc cadb557b89fa 2024-02-10T08:41:16.891 INFO:teuthology.orchestra.run.smithi138.stdout:osd.2 smithi138 running (4m) 23s ago 12m 96.3M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 2233d7c59b0e 2024-02-10T08:41:16.891 INFO:teuthology.orchestra.run.smithi138.stdout:osd.3 smithi138 running (3m) 23s ago 12m 152M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc a7b242c7a81b 2024-02-10T08:41:16.891 INFO:teuthology.orchestra.run.smithi138.stdout:osd.4 smithi190 running (3m) 11s ago 11m 152M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc cd65ef4091e7 2024-02-10T08:41:16.891 INFO:teuthology.orchestra.run.smithi138.stdout:osd.5 smithi190 running (2m) 11s ago 11m 152M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc bd4e624932d7 2024-02-10T08:41:16.891 INFO:teuthology.orchestra.run.smithi138.stdout:osd.6 smithi190 running (2m) 11s ago 11m 135M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 865c9062305b 2024-02-10T08:41:16.892 INFO:teuthology.orchestra.run.smithi138.stdout:osd.7 smithi190 running (94s) 11s ago 10m 149M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 598b065c6e2d 2024-02-10T08:41:16.892 INFO:teuthology.orchestra.run.smithi138.stdout:prometheus.smithi138 smithi138 *:9095 running (6m) 23s ago 14m 64.5M - 2.18.1 de242295e225 34aaeb08ccf8 2024-02-10T08:41:17.244 INFO:teuthology.orchestra.run.smithi138.stdout:{ 2024-02-10T08:41:17.244 INFO:teuthology.orchestra.run.smithi138.stdout: "mon": { 2024-02-10T08:41:17.244 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T08:41:17.244 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:41:17.245 INFO:teuthology.orchestra.run.smithi138.stdout: "mgr": { 2024-02-10T08:41:17.245 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T08:41:17.245 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:41:17.245 INFO:teuthology.orchestra.run.smithi138.stdout: "osd": { 2024-02-10T08:41:17.245 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 8 2024-02-10T08:41:17.245 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:41:17.245 INFO:teuthology.orchestra.run.smithi138.stdout: "mds": { 2024-02-10T08:41:17.245 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T08:41:17.245 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:41:17.245 INFO:teuthology.orchestra.run.smithi138.stdout: "overall": { 2024-02-10T08:41:17.245 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 14 2024-02-10T08:41:17.245 INFO:teuthology.orchestra.run.smithi138.stdout: } 2024-02-10T08:41:17.245 INFO:teuthology.orchestra.run.smithi138.stdout:} 2024-02-10T08:41:17.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:17 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:41:15.563242+0000 mgr.smithi138.arglrk (mgr.14762) 337 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 2.7 KiB/s rd, 9.5 KiB/s wr, 7 op/s 2024-02-10T08:41:17.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:17 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:16.082945+0000 mon.smithi138 (mon.0) 759 : audit [INF] from='mds.? [v2:172.21.15.138:6834/3074465754,v1:172.21.15.138:6835/3074465754]' entity='mds.foofs.smithi138.rckmtk' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.190:0/1152392973"}]': finished 2024-02-10T08:41:17.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:17 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:41:16.083012+0000 mon.smithi138 (mon.0) 760 : cluster [DBG] osdmap e118: 8 total, 8 up, 8 in 2024-02-10T08:41:17.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:17 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:16.261992+0000 mgr.smithi138.arglrk (mgr.14762) 338 : audit [DBG] from='client.34382 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:41:17.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:17 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:41:15.563242+0000 mgr.smithi138.arglrk (mgr.14762) 337 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 2.7 KiB/s rd, 9.5 KiB/s wr, 7 op/s 2024-02-10T08:41:17.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:17 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:16.082945+0000 mon.smithi138 (mon.0) 759 : audit [INF] from='mds.? [v2:172.21.15.138:6834/3074465754,v1:172.21.15.138:6835/3074465754]' entity='mds.foofs.smithi138.rckmtk' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.190:0/1152392973"}]': finished 2024-02-10T08:41:17.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:17 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:41:16.083012+0000 mon.smithi138 (mon.0) 760 : cluster [DBG] osdmap e118: 8 total, 8 up, 8 in 2024-02-10T08:41:17.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:17 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:16.261992+0000 mgr.smithi138.arglrk (mgr.14762) 338 : audit [DBG] from='client.34382 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:41:17.550 INFO:teuthology.orchestra.run.smithi138.stdout:{ 2024-02-10T08:41:17.550 INFO:teuthology.orchestra.run.smithi138.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-10T08:41:17.550 INFO:teuthology.orchestra.run.smithi138.stdout: "in_progress": true, 2024-02-10T08:41:17.550 INFO:teuthology.orchestra.run.smithi138.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T08:41:17.550 INFO:teuthology.orchestra.run.smithi138.stdout: "services_complete": [ 2024-02-10T08:41:17.550 INFO:teuthology.orchestra.run.smithi138.stdout: "crash", 2024-02-10T08:41:17.550 INFO:teuthology.orchestra.run.smithi138.stdout: "mds", 2024-02-10T08:41:17.550 INFO:teuthology.orchestra.run.smithi138.stdout: "osd", 2024-02-10T08:41:17.551 INFO:teuthology.orchestra.run.smithi138.stdout: "mgr", 2024-02-10T08:41:17.551 INFO:teuthology.orchestra.run.smithi138.stdout: "mon" 2024-02-10T08:41:17.551 INFO:teuthology.orchestra.run.smithi138.stdout: ], 2024-02-10T08:41:17.551 INFO:teuthology.orchestra.run.smithi138.stdout: "progress": "16/23 daemons upgraded", 2024-02-10T08:41:17.551 INFO:teuthology.orchestra.run.smithi138.stdout: "message": "Currently upgrading nfs daemons", 2024-02-10T08:41:17.551 INFO:teuthology.orchestra.run.smithi138.stdout: "is_paused": false 2024-02-10T08:41:17.551 INFO:teuthology.orchestra.run.smithi138.stdout:} 2024-02-10T08:41:18.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:18 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:16.579378+0000 mgr.smithi138.arglrk (mgr.14762) 339 : audit [DBG] from='client.34386 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:41:18.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:18 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:16.880791+0000 mgr.smithi138.arglrk (mgr.14762) 340 : audit [DBG] from='client.34390 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:41:18.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:18 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:17.244563+0000 mon.smithi138 (mon.0) 761 : audit [DBG] from='client.? 172.21.15.138:0/9375280' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:18.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:18 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:16.579378+0000 mgr.smithi138.arglrk (mgr.14762) 339 : audit [DBG] from='client.34386 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:41:18.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:18 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:16.880791+0000 mgr.smithi138.arglrk (mgr.14762) 340 : audit [DBG] from='client.34390 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:41:18.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:18 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:17.244563+0000 mon.smithi138 (mon.0) 761 : audit [DBG] from='client.? 172.21.15.138:0/9375280' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:19.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:19 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:17.549842+0000 mgr.smithi138.arglrk (mgr.14762) 341 : audit [DBG] from='client.34398 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:41:19.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:19 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:41:17.563692+0000 mgr.smithi138.arglrk (mgr.14762) 342 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 4.4 KiB/s wr, 8 op/s 2024-02-10T08:41:19.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:19 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:18.371697+0000 mon.smithi138 (mon.0) 762 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:41:19.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:19 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:17.549842+0000 mgr.smithi138.arglrk (mgr.14762) 341 : audit [DBG] from='client.34398 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:41:19.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:19 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:41:17.563692+0000 mgr.smithi138.arglrk (mgr.14762) 342 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 4.4 KiB/s wr, 8 op/s 2024-02-10T08:41:19.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:19 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:18.371697+0000 mon.smithi138 (mon.0) 762 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:41:21.693 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:41:19.564351+0000 mgr.smithi138.arglrk (mgr.14762) 343 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.4 KiB/s rd, 4.1 KiB/s wr, 7 op/s 2024-02-10T08:41:21.694 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:21.204088+0000 mon.smithi138 (mon.0) 763 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:41:21.694 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:21.205038+0000 mon.smithi138 (mon.0) 764 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:41:21.694 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:21.205742+0000 mon.smithi138 (mon.0) 765 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T08:41:21.694 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:21.209816+0000 mon.smithi138 (mon.0) 766 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:41:21.694 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:21.215395+0000 mon.smithi138 (mon.0) 767 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:41:21.694 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:21.218503+0000 mon.smithi138 (mon.0) 768 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:41:21.694 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:21.220731+0000 mon.smithi138 (mon.0) 769 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:21.694 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:21.221969+0000 mon.smithi138 (mon.0) 770 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:21.694 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:21.223057+0000 mon.smithi138 (mon.0) 771 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:21.694 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:21.224598+0000 mon.smithi138 (mon.0) 772 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:21.694 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:21.226223+0000 mon.smithi138 (mon.0) 773 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:21.695 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:21.227467+0000 mon.smithi138 (mon.0) 774 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:21.695 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:21.228422+0000 mon.smithi138 (mon.0) 775 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:21.695 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:21.229457+0000 mon.smithi138 (mon.0) 776 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:21.695 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:21.230419+0000 mon.smithi138 (mon.0) 777 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:21.695 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:21.231613+0000 mon.smithi138 (mon.0) 778 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:21.695 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:21.235975+0000 mon.smithi138 (mon.0) 779 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:41:21.695 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:21.236682+0000 mon.smithi138 (mon.0) 780 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.0.smithi138.cprnrz"}]: dispatch 2024-02-10T08:41:21.695 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:21.239984+0000 mon.smithi138 (mon.0) 781 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.0.smithi138.cprnrz"}]': finished 2024-02-10T08:41:21.695 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:21.240597+0000 mon.smithi138 (mon.0) 782 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.0.smithi190.xhydwq"}]: dispatch 2024-02-10T08:41:21.695 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:21.245962+0000 mon.smithi138 (mon.0) 783 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.0.smithi190.xhydwq"}]': finished 2024-02-10T08:41:21.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:41:19.564351+0000 mgr.smithi138.arglrk (mgr.14762) 343 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.4 KiB/s rd, 4.1 KiB/s wr, 7 op/s 2024-02-10T08:41:21.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:21.204088+0000 mon.smithi138 (mon.0) 763 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:41:21.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:21.205038+0000 mon.smithi138 (mon.0) 764 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:41:21.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:21.205742+0000 mon.smithi138 (mon.0) 765 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T08:41:21.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:21.209816+0000 mon.smithi138 (mon.0) 766 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:41:21.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:21.215395+0000 mon.smithi138 (mon.0) 767 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:41:21.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:21.218503+0000 mon.smithi138 (mon.0) 768 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:41:21.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:21.220731+0000 mon.smithi138 (mon.0) 769 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:21.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:21.221969+0000 mon.smithi138 (mon.0) 770 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:21.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:21.223057+0000 mon.smithi138 (mon.0) 771 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:21.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:21.224598+0000 mon.smithi138 (mon.0) 772 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:21.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:21.226223+0000 mon.smithi138 (mon.0) 773 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:21.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:21.227467+0000 mon.smithi138 (mon.0) 774 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:21.816 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:21.228422+0000 mon.smithi138 (mon.0) 775 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:21.817 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:21.229457+0000 mon.smithi138 (mon.0) 776 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:21.817 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:21.230419+0000 mon.smithi138 (mon.0) 777 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:21.817 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:21.231613+0000 mon.smithi138 (mon.0) 778 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:21.817 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:21.235975+0000 mon.smithi138 (mon.0) 779 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:41:21.817 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:21.236682+0000 mon.smithi138 (mon.0) 780 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.0.smithi138.cprnrz"}]: dispatch 2024-02-10T08:41:21.817 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:21.239984+0000 mon.smithi138 (mon.0) 781 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.0.smithi138.cprnrz"}]': finished 2024-02-10T08:41:21.817 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:21.240597+0000 mon.smithi138 (mon.0) 782 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.0.smithi190.xhydwq"}]: dispatch 2024-02-10T08:41:21.817 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:21.245962+0000 mon.smithi138 (mon.0) 783 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.0.smithi190.xhydwq"}]': finished 2024-02-10T08:41:22.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:22 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:41:21.206349+0000 mgr.smithi138.arglrk (mgr.14762) 344 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T08:41:22.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:22 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:41:21.232183+0000 mgr.smithi138.arglrk (mgr.14762) 345 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-02-10T08:41:22.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:22 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:41:21.206349+0000 mgr.smithi138.arglrk (mgr.14762) 344 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T08:41:22.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:22 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:41:21.232183+0000 mgr.smithi138.arglrk (mgr.14762) 345 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-02-10T08:41:23.676 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:23 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:41:21.564830+0000 mgr.smithi138.arglrk (mgr.14762) 346 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 3.9 KiB/s rd, 3.6 KiB/s wr, 7 op/s 2024-02-10T08:41:23.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:23 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:41:21.564830+0000 mgr.smithi138.arglrk (mgr.14762) 346 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 3.9 KiB/s rd, 3.6 KiB/s wr, 7 op/s 2024-02-10T08:41:24.507 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:24 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:41:22.756846+0000 mgr.smithi138.arglrk (mgr.14762) 347 : cephadm [INF] Upgrade: Updating node-exporter.smithi138 (1/2) 2024-02-10T08:41:24.507 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:24 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:41:22.757011+0000 mgr.smithi138.arglrk (mgr.14762) 348 : cephadm [INF] Deploying daemon node-exporter.smithi138 on smithi138 2024-02-10T08:41:24.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:24 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:41:22.756846+0000 mgr.smithi138.arglrk (mgr.14762) 347 : cephadm [INF] Upgrade: Updating node-exporter.smithi138 (1/2) 2024-02-10T08:41:24.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:24 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:41:22.757011+0000 mgr.smithi138.arglrk (mgr.14762) 348 : cephadm [INF] Deploying daemon node-exporter.smithi138 on smithi138 2024-02-10T08:41:25.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:25 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:41:23.565434+0000 mgr.smithi138.arglrk (mgr.14762) 349 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 1.9 KiB/s rd, 1.2 KiB/s wr, 3 op/s 2024-02-10T08:41:25.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:25 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:41:23.565434+0000 mgr.smithi138.arglrk (mgr.14762) 349 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 1.9 KiB/s rd, 1.2 KiB/s wr, 3 op/s 2024-02-10T08:41:27.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:41:25.565871+0000 mgr.smithi138.arglrk (mgr.14762) 350 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 1.6 KiB/s rd, 1.2 KiB/s wr, 3 op/s 2024-02-10T08:41:27.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:41:25.565871+0000 mgr.smithi138.arglrk (mgr.14762) 350 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 1.6 KiB/s rd, 1.2 KiB/s wr, 3 op/s 2024-02-10T08:41:28.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:27.535290+0000 mon.smithi138 (mon.0) 784 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:41:28.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:41:27.566319+0000 mgr.smithi138.arglrk (mgr.14762) 351 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 2.4 KiB/s rd, 1.4 KiB/s wr, 4 op/s 2024-02-10T08:41:28.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:27.535290+0000 mon.smithi138 (mon.0) 784 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:41:28.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:41:27.566319+0000 mgr.smithi138.arglrk (mgr.14762) 351 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 2.4 KiB/s rd, 1.4 KiB/s wr, 4 op/s 2024-02-10T08:41:30.050 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:29 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:41:28.998202+0000 mgr.smithi138.arglrk (mgr.14762) 352 : cephadm [INF] Upgrade: Updating node-exporter.smithi190 (2/2) 2024-02-10T08:41:30.050 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:29 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:41:28.998416+0000 mgr.smithi138.arglrk (mgr.14762) 353 : cephadm [INF] Deploying daemon node-exporter.smithi190 on smithi190 2024-02-10T08:41:30.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:29 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:41:28.998202+0000 mgr.smithi138.arglrk (mgr.14762) 352 : cephadm [INF] Upgrade: Updating node-exporter.smithi190 (2/2) 2024-02-10T08:41:30.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:29 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:41:28.998416+0000 mgr.smithi138.arglrk (mgr.14762) 353 : cephadm [INF] Deploying daemon node-exporter.smithi190 on smithi190 2024-02-10T08:41:31.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:30 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:41:29.567020+0000 mgr.smithi138.arglrk (mgr.14762) 354 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 1.1 KiB/s rd, 511 B/s wr, 1 op/s 2024-02-10T08:41:31.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:30 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:41:29.567020+0000 mgr.smithi138.arglrk (mgr.14762) 354 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 1.1 KiB/s rd, 511 B/s wr, 1 op/s 2024-02-10T08:41:33.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:32 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:41:31.567790+0000 mgr.smithi138.arglrk (mgr.14762) 355 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 1.1 KiB/s rd, 511 B/s wr, 1 op/s 2024-02-10T08:41:33.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:32 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:41:31.567790+0000 mgr.smithi138.arglrk (mgr.14762) 355 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 1.1 KiB/s rd, 511 B/s wr, 1 op/s 2024-02-10T08:41:35.067 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:34 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:41:33.568487+0000 mgr.smithi138.arglrk (mgr.14762) 356 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 938 B/s rd, 426 B/s wr, 1 op/s 2024-02-10T08:41:35.067 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:34 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:33.688904+0000 mon.smithi138 (mon.0) 785 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:41:35.067 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:34 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:33.689774+0000 mon.smithi138 (mon.0) 786 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:41:35.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:34 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:41:33.568487+0000 mgr.smithi138.arglrk (mgr.14762) 356 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 938 B/s rd, 426 B/s wr, 1 op/s 2024-02-10T08:41:35.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:34 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:33.688904+0000 mon.smithi138 (mon.0) 785 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:41:35.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:34 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:33.689774+0000 mon.smithi138 (mon.0) 786 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:41:37.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:36 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:41:35.569055+0000 mgr.smithi138.arglrk (mgr.14762) 357 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 938 B/s rd, 341 B/s wr, 1 op/s 2024-02-10T08:41:37.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:36 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:36.680128+0000 mon.smithi138 (mon.0) 787 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:41:37.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:36 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:41:35.569055+0000 mgr.smithi138.arglrk (mgr.14762) 357 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 938 B/s rd, 341 B/s wr, 1 op/s 2024-02-10T08:41:37.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:36 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:36.680128+0000 mon.smithi138 (mon.0) 787 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:41:38.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:38 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:41:37.569523+0000 mgr.smithi138.arglrk (mgr.14762) 358 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 1.1 KiB/s rd, 341 B/s wr, 1 op/s 2024-02-10T08:41:39.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:38 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:41:37.569523+0000 mgr.smithi138.arglrk (mgr.14762) 358 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 1.1 KiB/s rd, 341 B/s wr, 1 op/s 2024-02-10T08:41:40.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:38.955950+0000 mon.smithi138 (mon.0) 788 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:41:40.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:38.956738+0000 mon.smithi138 (mon.0) 789 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:41:40.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:38.957303+0000 mon.smithi138 (mon.0) 790 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T08:41:40.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:41:38.957785+0000 mgr.smithi138.arglrk (mgr.14762) 359 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T08:41:40.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:38.960813+0000 mon.smithi138 (mon.0) 791 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:41:40.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:38.965579+0000 mon.smithi138 (mon.0) 792 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:41:40.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:38.968351+0000 mon.smithi138 (mon.0) 793 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:41:40.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:38.970130+0000 mon.smithi138 (mon.0) 794 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:40.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:38.971163+0000 mon.smithi138 (mon.0) 795 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:40.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:38.972245+0000 mon.smithi138 (mon.0) 796 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:40.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:38.973718+0000 mon.smithi138 (mon.0) 797 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:40.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:38.975256+0000 mon.smithi138 (mon.0) 798 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:40.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:38.976122+0000 mon.smithi138 (mon.0) 799 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:40.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:38.977643+0000 mon.smithi138 (mon.0) 800 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:40.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:38.979990+0000 mon.smithi138 (mon.0) 801 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:40.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:38.980814+0000 mon.smithi138 (mon.0) 802 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:40.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:38.981783+0000 mon.smithi138 (mon.0) 803 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:40.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:38.982915+0000 mon.smithi138 (mon.0) 804 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:40.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:38.955950+0000 mon.smithi138 (mon.0) 788 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:41:40.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:38.956738+0000 mon.smithi138 (mon.0) 789 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:41:40.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:38.957303+0000 mon.smithi138 (mon.0) 790 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T08:41:40.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:41:38.957785+0000 mgr.smithi138.arglrk (mgr.14762) 359 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T08:41:40.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:38.960813+0000 mon.smithi138 (mon.0) 791 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:41:40.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:38.965579+0000 mon.smithi138 (mon.0) 792 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:41:40.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:38.968351+0000 mon.smithi138 (mon.0) 793 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:41:40.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:38.970130+0000 mon.smithi138 (mon.0) 794 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:40.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:38.971163+0000 mon.smithi138 (mon.0) 795 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:40.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:38.972245+0000 mon.smithi138 (mon.0) 796 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:40.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:38.973718+0000 mon.smithi138 (mon.0) 797 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:40.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:38.975256+0000 mon.smithi138 (mon.0) 798 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:40.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:38.976122+0000 mon.smithi138 (mon.0) 799 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:40.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:38.977643+0000 mon.smithi138 (mon.0) 800 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:40.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:38.979990+0000 mon.smithi138 (mon.0) 801 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:40.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:38.980814+0000 mon.smithi138 (mon.0) 802 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:40.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:38.981783+0000 mon.smithi138 (mon.0) 803 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:40.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:38.982915+0000 mon.smithi138 (mon.0) 804 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:41.294 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:41:39.570050+0000 mgr.smithi138.arglrk (mgr.14762) 360 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:41:41.294 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:41:40.457467+0000 mgr.smithi138.arglrk (mgr.14762) 361 : cephadm [INF] Upgrade: Updating prometheus.smithi138 2024-02-10T08:41:41.294 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:40 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:41:40.465444+0000 mgr.smithi138.arglrk (mgr.14762) 362 : cephadm [INF] Deploying daemon prometheus.smithi138 on smithi138 2024-02-10T08:41:41.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:41:39.570050+0000 mgr.smithi138.arglrk (mgr.14762) 360 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:41:41.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:41:40.457467+0000 mgr.smithi138.arglrk (mgr.14762) 361 : cephadm [INF] Upgrade: Updating prometheus.smithi138 2024-02-10T08:41:41.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:40 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:41:40.465444+0000 mgr.smithi138.arglrk (mgr.14762) 362 : cephadm [INF] Deploying daemon prometheus.smithi138 on smithi138 2024-02-10T08:41:43.239 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:42 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:41:41.570518+0000 mgr.smithi138.arglrk (mgr.14762) 363 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:41:43.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:42 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:41:41.570518+0000 mgr.smithi138.arglrk (mgr.14762) 363 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:41:45.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:44 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:41:43.571253+0000 mgr.smithi138.arglrk (mgr.14762) 364 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:41:45.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:44 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:41:43.571253+0000 mgr.smithi138.arglrk (mgr.14762) 364 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:41:47.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:46 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:41:45.571809+0000 mgr.smithi138.arglrk (mgr.14762) 365 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:41:47.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:46 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:45.834000+0000 mon.smithi138 (mon.0) 805 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:41:47.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:46 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:45.834767+0000 mon.smithi138 (mon.0) 806 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:41:47.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:46 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:41:45.571809+0000 mgr.smithi138.arglrk (mgr.14762) 365 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:41:47.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:46 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:45.834000+0000 mon.smithi138 (mon.0) 805 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:41:47.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:46 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:45.834767+0000 mon.smithi138 (mon.0) 806 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:41:47.895 INFO:teuthology.orchestra.run.smithi138.stdout:true 2024-02-10T08:41:48.480 INFO:teuthology.orchestra.run.smithi138.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T08:41:48.480 INFO:teuthology.orchestra.run.smithi138.stdout:alertmanager.smithi138 smithi138 *:9093,9094 running (13m) 9s ago 15m 21.2M - 0.20.0 0881eb8f169f 78c83a922c35 2024-02-10T08:41:48.480 INFO:teuthology.orchestra.run.smithi138.stdout:crash.smithi138 smithi138 running (5m) 9s ago 15m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc e34c8efd73ec 2024-02-10T08:41:48.480 INFO:teuthology.orchestra.run.smithi138.stdout:crash.smithi190 smithi190 running (5m) 11s ago 14m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc 2a5c8cf1174a 2024-02-10T08:41:48.480 INFO:teuthology.orchestra.run.smithi138.stdout:grafana.smithi138 smithi138 *:3000 running (13m) 9s ago 15m 35.5M - 6.7.4 557c83e11646 9e400367c973 2024-02-10T08:41:48.481 INFO:teuthology.orchestra.run.smithi138.stdout:mds.foofs.smithi138.rckmtk smithi138 running (61s) 9s ago 9m 29.3M - 16.2.14-521-g0e714d9a 1fbc92c859dc f620e479e5cd 2024-02-10T08:41:48.481 INFO:teuthology.orchestra.run.smithi138.stdout:mds.foofs.smithi190.lndkxw smithi190 running (47s) 11s ago 9m 14.6M - 16.2.14-521-g0e714d9a 1fbc92c859dc b1e9b2df0afd 2024-02-10T08:41:48.481 INFO:teuthology.orchestra.run.smithi138.stdout:mgr.smithi138.arglrk smithi138 *:8443,9283 running (6m) 9s ago 17m 448M - 16.2.14-521-g0e714d9a 1fbc92c859dc 2699c999f919 2024-02-10T08:41:48.481 INFO:teuthology.orchestra.run.smithi138.stdout:mgr.smithi190.qddxvv smithi190 *:8443,9283 running (6m) 11s ago 14m 388M - 16.2.14-521-g0e714d9a 1fbc92c859dc 7a2ea8668c24 2024-02-10T08:41:48.481 INFO:teuthology.orchestra.run.smithi138.stdout:mon.smithi138 smithi138 running (6m) 9s ago 17m 60.4M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 190626662cdd 2024-02-10T08:41:48.481 INFO:teuthology.orchestra.run.smithi138.stdout:mon.smithi190 smithi190 running (6m) 11s ago 14m 46.5M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 2c6c4dd00319 2024-02-10T08:41:48.481 INFO:teuthology.orchestra.run.smithi138.stdout:nfs.foo.0.0.smithi138.cprnrz smithi138 *:2049 running (38s) 9s ago 7m 60.8M - 3.5 1fbc92c859dc 0e0fa1c327d4 2024-02-10T08:41:48.481 INFO:teuthology.orchestra.run.smithi138.stdout:nfs.foo.1.0.smithi190.xhydwq smithi190 *:2049 running (33s) 11s ago 7m 63.9M - 3.5 1fbc92c859dc 1352eb711d21 2024-02-10T08:41:48.481 INFO:teuthology.orchestra.run.smithi138.stdout:node-exporter.smithi138 smithi138 *:9100 running (21s) 9s ago 15m 3351k - 1.3.1 1dbe0e931976 06b2a05e1aaa 2024-02-10T08:41:48.481 INFO:teuthology.orchestra.run.smithi138.stdout:node-exporter.smithi190 smithi190 *:9100 running (15s) 11s ago 14m 3351k - 1.3.1 1dbe0e931976 4915b65d1dbb 2024-02-10T08:41:48.481 INFO:teuthology.orchestra.run.smithi138.stdout:osd.0 smithi138 running (5m) 9s ago 14m 139M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 50802eb627dc 2024-02-10T08:41:48.481 INFO:teuthology.orchestra.run.smithi138.stdout:osd.1 smithi138 running (5m) 9s ago 13m 140M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc cadb557b89fa 2024-02-10T08:41:48.481 INFO:teuthology.orchestra.run.smithi138.stdout:osd.2 smithi138 running (4m) 9s ago 13m 98.3M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 2233d7c59b0e 2024-02-10T08:41:48.481 INFO:teuthology.orchestra.run.smithi138.stdout:osd.3 smithi138 running (4m) 9s ago 12m 154M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc a7b242c7a81b 2024-02-10T08:41:48.481 INFO:teuthology.orchestra.run.smithi138.stdout:osd.4 smithi190 running (3m) 11s ago 12m 152M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc cd65ef4091e7 2024-02-10T08:41:48.481 INFO:teuthology.orchestra.run.smithi138.stdout:osd.5 smithi190 running (3m) 11s ago 12m 153M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc bd4e624932d7 2024-02-10T08:41:48.481 INFO:teuthology.orchestra.run.smithi138.stdout:osd.6 smithi190 running (2m) 11s ago 11m 135M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 865c9062305b 2024-02-10T08:41:48.482 INFO:teuthology.orchestra.run.smithi138.stdout:osd.7 smithi190 running (2m) 11s ago 11m 149M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 598b065c6e2d 2024-02-10T08:41:48.482 INFO:teuthology.orchestra.run.smithi138.stdout:prometheus.smithi138 smithi138 *:9095 starting - - - - 2024-02-10T08:41:48.832 INFO:teuthology.orchestra.run.smithi138.stdout:{ 2024-02-10T08:41:48.832 INFO:teuthology.orchestra.run.smithi138.stdout: "mon": { 2024-02-10T08:41:48.832 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T08:41:48.832 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:41:48.833 INFO:teuthology.orchestra.run.smithi138.stdout: "mgr": { 2024-02-10T08:41:48.833 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T08:41:48.833 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:41:48.833 INFO:teuthology.orchestra.run.smithi138.stdout: "osd": { 2024-02-10T08:41:48.833 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 8 2024-02-10T08:41:48.833 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:41:48.833 INFO:teuthology.orchestra.run.smithi138.stdout: "mds": { 2024-02-10T08:41:48.833 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T08:41:48.833 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:41:48.833 INFO:teuthology.orchestra.run.smithi138.stdout: "overall": { 2024-02-10T08:41:48.833 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 14 2024-02-10T08:41:48.833 INFO:teuthology.orchestra.run.smithi138.stdout: } 2024-02-10T08:41:48.833 INFO:teuthology.orchestra.run.smithi138.stdout:} 2024-02-10T08:41:49.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:41:47.572275+0000 mgr.smithi138.arglrk (mgr.14762) 366 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-10T08:41:49.096 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:47.881092+0000 mgr.smithi138.arglrk (mgr.14762) 367 : audit [DBG] from='client.34402 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:41:49.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:48.183555+0000 mgr.smithi138.arglrk (mgr.14762) 368 : audit [DBG] from='client.34406 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:41:49.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:48.471450+0000 mgr.smithi138.arglrk (mgr.14762) 369 : audit [DBG] from='client.34410 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:41:49.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:48 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:48.832546+0000 mon.smithi138 (mon.0) 807 : audit [DBG] from='client.? 172.21.15.138:0/2303035218' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:49.150 INFO:teuthology.orchestra.run.smithi138.stdout:{ 2024-02-10T08:41:49.150 INFO:teuthology.orchestra.run.smithi138.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-10T08:41:49.150 INFO:teuthology.orchestra.run.smithi138.stdout: "in_progress": true, 2024-02-10T08:41:49.150 INFO:teuthology.orchestra.run.smithi138.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T08:41:49.150 INFO:teuthology.orchestra.run.smithi138.stdout: "services_complete": [ 2024-02-10T08:41:49.150 INFO:teuthology.orchestra.run.smithi138.stdout: "crash", 2024-02-10T08:41:49.150 INFO:teuthology.orchestra.run.smithi138.stdout: "mds", 2024-02-10T08:41:49.150 INFO:teuthology.orchestra.run.smithi138.stdout: "osd", 2024-02-10T08:41:49.150 INFO:teuthology.orchestra.run.smithi138.stdout: "mgr", 2024-02-10T08:41:49.151 INFO:teuthology.orchestra.run.smithi138.stdout: "mon", 2024-02-10T08:41:49.151 INFO:teuthology.orchestra.run.smithi138.stdout: "nfs" 2024-02-10T08:41:49.151 INFO:teuthology.orchestra.run.smithi138.stdout: ], 2024-02-10T08:41:49.151 INFO:teuthology.orchestra.run.smithi138.stdout: "progress": "18/23 daemons upgraded", 2024-02-10T08:41:49.151 INFO:teuthology.orchestra.run.smithi138.stdout: "message": "Currently upgrading prometheus daemons", 2024-02-10T08:41:49.151 INFO:teuthology.orchestra.run.smithi138.stdout: "is_paused": false 2024-02-10T08:41:49.151 INFO:teuthology.orchestra.run.smithi138.stdout:} 2024-02-10T08:41:49.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:41:47.572275+0000 mgr.smithi138.arglrk (mgr.14762) 366 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-10T08:41:49.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:47.881092+0000 mgr.smithi138.arglrk (mgr.14762) 367 : audit [DBG] from='client.34402 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:41:49.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:48.183555+0000 mgr.smithi138.arglrk (mgr.14762) 368 : audit [DBG] from='client.34406 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:41:49.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:48.471450+0000 mgr.smithi138.arglrk (mgr.14762) 369 : audit [DBG] from='client.34410 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:41:49.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:48 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:48.832546+0000 mon.smithi138 (mon.0) 807 : audit [DBG] from='client.? 172.21.15.138:0/2303035218' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:50.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:49 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:49.149905+0000 mgr.smithi138.arglrk (mgr.14762) 370 : audit [DBG] from='client.34418 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:41:50.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:49 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:49.149905+0000 mgr.smithi138.arglrk (mgr.14762) 370 : audit [DBG] from='client.34418 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:41:51.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:50 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:41:49.572671+0000 mgr.smithi138.arglrk (mgr.14762) 371 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:41:51.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:50 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:41:49.572671+0000 mgr.smithi138.arglrk (mgr.14762) 371 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:41:52.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:52 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:51.014328+0000 mon.smithi138 (mon.0) 808 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:41:52.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:52 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:51.015101+0000 mon.smithi138 (mon.0) 809 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:41:52.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:52 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:51.015682+0000 mon.smithi138 (mon.0) 810 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T08:41:52.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:52 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:41:51.016187+0000 mgr.smithi138.arglrk (mgr.14762) 372 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T08:41:52.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:52 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:51.019256+0000 mon.smithi138 (mon.0) 811 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:41:52.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:52 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:51.023889+0000 mon.smithi138 (mon.0) 812 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:41:52.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:52 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:51.027795+0000 mon.smithi138 (mon.0) 813 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-10T08:41:52.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:52 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:51.028168+0000 mgr.smithi138.arglrk (mgr.14762) 373 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-10T08:41:52.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:52 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:51.029612+0000 mon.smithi138 (mon.0) 814 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:41:52.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:52 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:51.031496+0000 mon.smithi138 (mon.0) 815 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:52.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:52 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:51.032515+0000 mon.smithi138 (mon.0) 816 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:52.097 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:52 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:51.033479+0000 mon.smithi138 (mon.0) 817 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:52.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:52 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:51.034889+0000 mon.smithi138 (mon.0) 818 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:52.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:52 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:51.036377+0000 mon.smithi138 (mon.0) 819 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:52.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:52 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:51.037195+0000 mon.smithi138 (mon.0) 820 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:52.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:52 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:51.037993+0000 mon.smithi138 (mon.0) 821 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:52.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:52 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:51.038768+0000 mon.smithi138 (mon.0) 822 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:52.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:52 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:51.039559+0000 mon.smithi138 (mon.0) 823 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:52.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:52 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:51.040502+0000 mon.smithi138 (mon.0) 824 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:52.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:52 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:51.041588+0000 mon.smithi138 (mon.0) 825 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:52.098 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:52 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:41:51.042565+0000 mon.smithi138 (mon.0) 826 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:52.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:52 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:51.014328+0000 mon.smithi138 (mon.0) 808 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:41:52.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:52 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:51.015101+0000 mon.smithi138 (mon.0) 809 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:41:52.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:52 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:51.015682+0000 mon.smithi138 (mon.0) 810 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T08:41:52.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:52 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:41:51.016187+0000 mgr.smithi138.arglrk (mgr.14762) 372 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T08:41:52.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:52 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:51.019256+0000 mon.smithi138 (mon.0) 811 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:41:52.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:52 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:51.023889+0000 mon.smithi138 (mon.0) 812 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:41:52.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:52 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:51.027795+0000 mon.smithi138 (mon.0) 813 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-10T08:41:52.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:52 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:51.028168+0000 mgr.smithi138.arglrk (mgr.14762) 373 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-10T08:41:52.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:52 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:51.029612+0000 mon.smithi138 (mon.0) 814 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:41:52.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:52 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:51.031496+0000 mon.smithi138 (mon.0) 815 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:52.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:52 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:51.032515+0000 mon.smithi138 (mon.0) 816 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:52.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:52 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:51.033479+0000 mon.smithi138 (mon.0) 817 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:52.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:52 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:51.034889+0000 mon.smithi138 (mon.0) 818 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:52.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:52 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:51.036377+0000 mon.smithi138 (mon.0) 819 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:52.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:52 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:51.037195+0000 mon.smithi138 (mon.0) 820 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:52.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:52 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:51.037993+0000 mon.smithi138 (mon.0) 821 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:52.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:52 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:51.038768+0000 mon.smithi138 (mon.0) 822 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:52.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:52 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:51.039559+0000 mon.smithi138 (mon.0) 823 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:52.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:52 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:51.040502+0000 mon.smithi138 (mon.0) 824 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:52.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:52 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:51.041588+0000 mon.smithi138 (mon.0) 825 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:52.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:52 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:41:51.042565+0000 mon.smithi138 (mon.0) 826 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:41:53.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:53 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:41:51.573248+0000 mgr.smithi138.arglrk (mgr.14762) 374 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:41:53.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:53 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:41:51.573248+0000 mgr.smithi138.arglrk (mgr.14762) 374 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:41:54.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:54 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:41:52.601455+0000 mgr.smithi138.arglrk (mgr.14762) 375 : cephadm [INF] Upgrade: Updating alertmanager.smithi138 2024-02-10T08:41:54.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:54 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:41:52.607572+0000 mgr.smithi138.arglrk (mgr.14762) 376 : cephadm [INF] Deploying daemon alertmanager.smithi138 on smithi138 2024-02-10T08:41:54.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:54 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:41:52.601455+0000 mgr.smithi138.arglrk (mgr.14762) 375 : cephadm [INF] Upgrade: Updating alertmanager.smithi138 2024-02-10T08:41:54.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:54 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:41:52.607572+0000 mgr.smithi138.arglrk (mgr.14762) 376 : cephadm [INF] Deploying daemon alertmanager.smithi138 on smithi138 2024-02-10T08:41:55.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:55 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:41:53.573758+0000 mgr.smithi138.arglrk (mgr.14762) 377 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:41:55.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:55 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:41:53.573758+0000 mgr.smithi138.arglrk (mgr.14762) 377 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:41:57.315 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:57 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:41:55.574352+0000 mgr.smithi138.arglrk (mgr.14762) 378 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:41:57.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:57 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:41:55.574352+0000 mgr.smithi138.arglrk (mgr.14762) 378 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:41:59.210 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:41:59 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:41:57.574851+0000 mgr.smithi138.arglrk (mgr.14762) 379 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-10T08:41:59.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:41:59 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:41:57.574851+0000 mgr.smithi138.arglrk (mgr.14762) 379 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-10T08:42:01.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:01 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:41:59.575257+0000 mgr.smithi138.arglrk (mgr.14762) 380 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:42:01.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:01 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:01.080002+0000 mon.smithi138 (mon.0) 827 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:42:01.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:01 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:01.080705+0000 mon.smithi138 (mon.0) 828 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:42:01.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:01 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:41:59.575257+0000 mgr.smithi138.arglrk (mgr.14762) 380 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:42:01.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:01 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:01.080002+0000 mon.smithi138 (mon.0) 827 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:42:01.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:01 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:01.080705+0000 mon.smithi138 (mon.0) 828 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:42:03.297 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:03 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:42:01.575929+0000 mgr.smithi138.arglrk (mgr.14762) 381 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:42:03.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:03 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:42:01.575929+0000 mgr.smithi138.arglrk (mgr.14762) 381 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:42:05.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:42:03.576481+0000 mgr.smithi138.arglrk (mgr.14762) 382 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:42:05.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:42:03.576481+0000 mgr.smithi138.arglrk (mgr.14762) 382 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:42:07.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:42:05.577019+0000 mgr.smithi138.arglrk (mgr.14762) 383 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:42:07.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:06.041477+0000 mon.smithi138 (mon.0) 829 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:42:07.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:06.311961+0000 mon.smithi138 (mon.0) 830 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:42:07.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:06.312575+0000 mon.smithi138 (mon.0) 831 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T08:42:07.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:42:06.313066+0000 mgr.smithi138.arglrk (mgr.14762) 384 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T08:42:07.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:06.316591+0000 mon.smithi138 (mon.0) 832 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:42:07.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:06.321467+0000 mon.smithi138 (mon.0) 833 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:42:07.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:06.325317+0000 mon.smithi138 (mon.0) 834 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-10T08:42:07.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:06.325655+0000 mgr.smithi138.arglrk (mgr.14762) 385 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-10T08:42:07.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:06.326361+0000 mon.smithi138 (mon.0) 835 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi138.front.sepia.ceph.com:9093"}]: dispatch 2024-02-10T08:42:07.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:06.326575+0000 mgr.smithi138.arglrk (mgr.14762) 386 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi138.front.sepia.ceph.com:9093"}]: dispatch 2024-02-10T08:42:07.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:06.330485+0000 mon.smithi138 (mon.0) 836 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:42:07.316 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:06.334911+0000 mon.smithi138 (mon.0) 837 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:42:07.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:06.338541+0000 mon.smithi138 (mon.0) 838 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:42:07.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:06.339794+0000 mon.smithi138 (mon.0) 839 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:42:07.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:06.340983+0000 mon.smithi138 (mon.0) 840 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:42:07.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:06.342699+0000 mon.smithi138 (mon.0) 841 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:42:07.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:06.344549+0000 mon.smithi138 (mon.0) 842 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:42:07.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:06.345401+0000 mon.smithi138 (mon.0) 843 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:42:07.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:06.346293+0000 mon.smithi138 (mon.0) 844 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:42:07.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:06.347374+0000 mon.smithi138 (mon.0) 845 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:42:07.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:06.348374+0000 mon.smithi138 (mon.0) 846 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:42:07.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:06.349713+0000 mon.smithi138 (mon.0) 847 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:42:07.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:06.350932+0000 mon.smithi138 (mon.0) 848 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:42:07.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:06.351990+0000 mon.smithi138 (mon.0) 849 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:42:07.317 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:06.353012+0000 mon.smithi138 (mon.0) 850 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:42:07.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:42:05.577019+0000 mgr.smithi138.arglrk (mgr.14762) 383 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:42:07.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:06.041477+0000 mon.smithi138 (mon.0) 829 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:42:07.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:06.311961+0000 mon.smithi138 (mon.0) 830 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:42:07.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:06.312575+0000 mon.smithi138 (mon.0) 831 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T08:42:07.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:42:06.313066+0000 mgr.smithi138.arglrk (mgr.14762) 384 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T08:42:07.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:06.316591+0000 mon.smithi138 (mon.0) 832 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:42:07.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:06.321467+0000 mon.smithi138 (mon.0) 833 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:42:07.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:06.325317+0000 mon.smithi138 (mon.0) 834 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-10T08:42:07.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:06.325655+0000 mgr.smithi138.arglrk (mgr.14762) 385 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-10T08:42:07.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:06.326361+0000 mon.smithi138 (mon.0) 835 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi138.front.sepia.ceph.com:9093"}]: dispatch 2024-02-10T08:42:07.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:06.326575+0000 mgr.smithi138.arglrk (mgr.14762) 386 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi138.front.sepia.ceph.com:9093"}]: dispatch 2024-02-10T08:42:07.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:06.330485+0000 mon.smithi138 (mon.0) 836 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:42:07.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:06.334911+0000 mon.smithi138 (mon.0) 837 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:42:07.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:06.338541+0000 mon.smithi138 (mon.0) 838 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:42:07.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:06.339794+0000 mon.smithi138 (mon.0) 839 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:42:07.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:06.340983+0000 mon.smithi138 (mon.0) 840 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:42:07.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:06.342699+0000 mon.smithi138 (mon.0) 841 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:42:07.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:06.344549+0000 mon.smithi138 (mon.0) 842 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:42:07.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:06.345401+0000 mon.smithi138 (mon.0) 843 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:42:07.348 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:06.346293+0000 mon.smithi138 (mon.0) 844 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:42:07.349 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:06.347374+0000 mon.smithi138 (mon.0) 845 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:42:07.349 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:06.348374+0000 mon.smithi138 (mon.0) 846 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:42:07.349 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:06.349713+0000 mon.smithi138 (mon.0) 847 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:42:07.349 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:06.350932+0000 mon.smithi138 (mon.0) 848 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:42:07.349 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:06.351990+0000 mon.smithi138 (mon.0) 849 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:42:07.349 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:06.353012+0000 mon.smithi138 (mon.0) 850 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:42:09.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:42:07.577409+0000 mgr.smithi138.arglrk (mgr.14762) 387 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-10T08:42:09.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:42:07.868846+0000 mgr.smithi138.arglrk (mgr.14762) 388 : cephadm [INF] Upgrade: Updating grafana.smithi138 2024-02-10T08:42:09.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:08.003196+0000 mon.smithi138 (mon.0) 851 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:42:09.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:08.006166+0000 mon.smithi138 (mon.0) 852 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:42:09.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:08.008601+0000 mon.smithi138 (mon.0) 853 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-10T08:42:09.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:08.008946+0000 mgr.smithi138.arglrk (mgr.14762) 389 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-10T08:42:09.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:42:08.012892+0000 mgr.smithi138.arglrk (mgr.14762) 390 : cephadm [INF] Deploying daemon grafana.smithi138 on smithi138 2024-02-10T08:42:09.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:42:07.577409+0000 mgr.smithi138.arglrk (mgr.14762) 387 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-10T08:42:09.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:42:07.868846+0000 mgr.smithi138.arglrk (mgr.14762) 388 : cephadm [INF] Upgrade: Updating grafana.smithi138 2024-02-10T08:42:09.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:08.003196+0000 mon.smithi138 (mon.0) 851 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:42:09.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:08.006166+0000 mon.smithi138 (mon.0) 852 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:42:09.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:08.008601+0000 mon.smithi138 (mon.0) 853 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-10T08:42:09.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:08.008946+0000 mgr.smithi138.arglrk (mgr.14762) 389 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-10T08:42:09.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:42:08.012892+0000 mgr.smithi138.arglrk (mgr.14762) 390 : cephadm [INF] Deploying daemon grafana.smithi138 on smithi138 2024-02-10T08:42:11.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:11 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:42:09.577904+0000 mgr.smithi138.arglrk (mgr.14762) 391 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:42:11.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:11 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:42:09.577904+0000 mgr.smithi138.arglrk (mgr.14762) 391 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:42:13.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:13 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:42:11.578374+0000 mgr.smithi138.arglrk (mgr.14762) 392 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:42:13.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:13 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:42:11.578374+0000 mgr.smithi138.arglrk (mgr.14762) 392 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:42:15.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:15 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:42:13.578828+0000 mgr.smithi138.arglrk (mgr.14762) 393 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:42:15.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:15 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:42:13.578828+0000 mgr.smithi138.arglrk (mgr.14762) 393 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:42:17.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:17 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:42:15.579312+0000 mgr.smithi138.arglrk (mgr.14762) 394 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:42:17.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:17 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:42:15.579312+0000 mgr.smithi138.arglrk (mgr.14762) 394 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:42:19.065 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:19 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:42:17.579742+0000 mgr.smithi138.arglrk (mgr.14762) 395 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-10T08:42:19.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:19 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:42:17.579742+0000 mgr.smithi138.arglrk (mgr.14762) 395 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-10T08:42:19.474 INFO:teuthology.orchestra.run.smithi138.stdout:true 2024-02-10T08:42:20.071 INFO:teuthology.orchestra.run.smithi138.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T08:42:20.071 INFO:teuthology.orchestra.run.smithi138.stdout:alertmanager.smithi138 smithi138 *:9093,9094 running (19s) 14s ago 16m 15.3M - 0.23.0 ba2b418f427c 4bec728cdf3c 2024-02-10T08:42:20.071 INFO:teuthology.orchestra.run.smithi138.stdout:crash.smithi138 smithi138 running (6m) 14s ago 16m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc e34c8efd73ec 2024-02-10T08:42:20.071 INFO:teuthology.orchestra.run.smithi138.stdout:crash.smithi190 smithi190 running (6m) 43s ago 15m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc 2a5c8cf1174a 2024-02-10T08:42:20.071 INFO:teuthology.orchestra.run.smithi138.stdout:grafana.smithi138 smithi138 *:3000 running (14m) 14s ago 15m 35.5M - 6.7.4 557c83e11646 9e400367c973 2024-02-10T08:42:20.071 INFO:teuthology.orchestra.run.smithi138.stdout:mds.foofs.smithi138.rckmtk smithi138 running (93s) 14s ago 10m 29.5M - 16.2.14-521-g0e714d9a 1fbc92c859dc f620e479e5cd 2024-02-10T08:42:20.071 INFO:teuthology.orchestra.run.smithi138.stdout:mds.foofs.smithi190.lndkxw smithi190 running (78s) 43s ago 10m 14.6M - 16.2.14-521-g0e714d9a 1fbc92c859dc b1e9b2df0afd 2024-02-10T08:42:20.071 INFO:teuthology.orchestra.run.smithi138.stdout:mgr.smithi138.arglrk smithi138 *:8443,9283 running (7m) 14s ago 17m 449M - 16.2.14-521-g0e714d9a 1fbc92c859dc 2699c999f919 2024-02-10T08:42:20.071 INFO:teuthology.orchestra.run.smithi138.stdout:mgr.smithi190.qddxvv smithi190 *:8443,9283 running (7m) 43s ago 15m 388M - 16.2.14-521-g0e714d9a 1fbc92c859dc 7a2ea8668c24 2024-02-10T08:42:20.071 INFO:teuthology.orchestra.run.smithi138.stdout:mon.smithi138 smithi138 running (6m) 14s ago 17m 62.4M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 190626662cdd 2024-02-10T08:42:20.072 INFO:teuthology.orchestra.run.smithi138.stdout:mon.smithi190 smithi190 running (6m) 43s ago 15m 46.5M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 2c6c4dd00319 2024-02-10T08:42:20.072 INFO:teuthology.orchestra.run.smithi138.stdout:nfs.foo.0.0.smithi138.cprnrz smithi138 *:2049 running (70s) 14s ago 7m 62.3M - 3.5 1fbc92c859dc 0e0fa1c327d4 2024-02-10T08:42:20.072 INFO:teuthology.orchestra.run.smithi138.stdout:nfs.foo.1.0.smithi190.xhydwq smithi190 *:2049 running (65s) 43s ago 7m 63.9M - 3.5 1fbc92c859dc 1352eb711d21 2024-02-10T08:42:20.072 INFO:teuthology.orchestra.run.smithi138.stdout:node-exporter.smithi138 smithi138 *:9100 running (53s) 14s ago 15m 10.7M - 1.3.1 1dbe0e931976 06b2a05e1aaa 2024-02-10T08:42:20.072 INFO:teuthology.orchestra.run.smithi138.stdout:node-exporter.smithi190 smithi190 *:9100 running (46s) 43s ago 14m 3351k - 1.3.1 1dbe0e931976 4915b65d1dbb 2024-02-10T08:42:20.072 INFO:teuthology.orchestra.run.smithi138.stdout:osd.0 smithi138 running (6m) 14s ago 14m 139M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 50802eb627dc 2024-02-10T08:42:20.072 INFO:teuthology.orchestra.run.smithi138.stdout:osd.1 smithi138 running (5m) 14s ago 14m 140M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc cadb557b89fa 2024-02-10T08:42:20.072 INFO:teuthology.orchestra.run.smithi138.stdout:osd.2 smithi138 running (5m) 14s ago 13m 98.4M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 2233d7c59b0e 2024-02-10T08:42:20.072 INFO:teuthology.orchestra.run.smithi138.stdout:osd.3 smithi138 running (4m) 14s ago 13m 154M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc a7b242c7a81b 2024-02-10T08:42:20.072 INFO:teuthology.orchestra.run.smithi138.stdout:osd.4 smithi190 running (4m) 43s ago 12m 152M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc cd65ef4091e7 2024-02-10T08:42:20.072 INFO:teuthology.orchestra.run.smithi138.stdout:osd.5 smithi190 running (3m) 43s ago 12m 153M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc bd4e624932d7 2024-02-10T08:42:20.072 INFO:teuthology.orchestra.run.smithi138.stdout:osd.6 smithi190 running (3m) 43s ago 12m 135M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 865c9062305b 2024-02-10T08:42:20.073 INFO:teuthology.orchestra.run.smithi138.stdout:osd.7 smithi190 running (2m) 43s ago 11m 149M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 598b065c6e2d 2024-02-10T08:42:20.073 INFO:teuthology.orchestra.run.smithi138.stdout:prometheus.smithi138 smithi138 *:9095 running (34s) 14s ago 15m 64.2M - 2.33.4 514e6a882f6e c48597bf6ea7 2024-02-10T08:42:20.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:20 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:19.461646+0000 mgr.smithi138.arglrk (mgr.14762) 396 : audit [DBG] from='client.34422 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:42:20.332 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:20 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:19.461646+0000 mgr.smithi138.arglrk (mgr.14762) 396 : audit [DBG] from='client.34422 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:42:20.486 INFO:teuthology.orchestra.run.smithi138.stdout:{ 2024-02-10T08:42:20.486 INFO:teuthology.orchestra.run.smithi138.stdout: "mon": { 2024-02-10T08:42:20.487 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T08:42:20.487 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:42:20.487 INFO:teuthology.orchestra.run.smithi138.stdout: "mgr": { 2024-02-10T08:42:20.487 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T08:42:20.487 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:42:20.487 INFO:teuthology.orchestra.run.smithi138.stdout: "osd": { 2024-02-10T08:42:20.487 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 8 2024-02-10T08:42:20.487 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:42:20.487 INFO:teuthology.orchestra.run.smithi138.stdout: "mds": { 2024-02-10T08:42:20.487 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T08:42:20.487 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:42:20.487 INFO:teuthology.orchestra.run.smithi138.stdout: "overall": { 2024-02-10T08:42:20.487 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 14 2024-02-10T08:42:20.488 INFO:teuthology.orchestra.run.smithi138.stdout: } 2024-02-10T08:42:20.488 INFO:teuthology.orchestra.run.smithi138.stdout:} 2024-02-10T08:42:20.793 INFO:teuthology.orchestra.run.smithi138.stdout:{ 2024-02-10T08:42:20.794 INFO:teuthology.orchestra.run.smithi138.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-10T08:42:20.794 INFO:teuthology.orchestra.run.smithi138.stdout: "in_progress": true, 2024-02-10T08:42:20.794 INFO:teuthology.orchestra.run.smithi138.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T08:42:20.794 INFO:teuthology.orchestra.run.smithi138.stdout: "services_complete": [ 2024-02-10T08:42:20.794 INFO:teuthology.orchestra.run.smithi138.stdout: "crash", 2024-02-10T08:42:20.794 INFO:teuthology.orchestra.run.smithi138.stdout: "mds", 2024-02-10T08:42:20.794 INFO:teuthology.orchestra.run.smithi138.stdout: "osd", 2024-02-10T08:42:20.794 INFO:teuthology.orchestra.run.smithi138.stdout: "mgr", 2024-02-10T08:42:20.794 INFO:teuthology.orchestra.run.smithi138.stdout: "mon", 2024-02-10T08:42:20.794 INFO:teuthology.orchestra.run.smithi138.stdout: "nfs" 2024-02-10T08:42:20.794 INFO:teuthology.orchestra.run.smithi138.stdout: ], 2024-02-10T08:42:20.794 INFO:teuthology.orchestra.run.smithi138.stdout: "progress": "18/23 daemons upgraded", 2024-02-10T08:42:20.795 INFO:teuthology.orchestra.run.smithi138.stdout: "message": "Currently upgrading grafana daemons", 2024-02-10T08:42:20.795 INFO:teuthology.orchestra.run.smithi138.stdout: "is_paused": false 2024-02-10T08:42:20.795 INFO:teuthology.orchestra.run.smithi138.stdout:} 2024-02-10T08:42:21.273 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:42:19.580216+0000 mgr.smithi138.arglrk (mgr.14762) 397 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:42:21.274 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:19.762130+0000 mgr.smithi138.arglrk (mgr.14762) 398 : audit [DBG] from='client.34426 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:42:21.274 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:20.060530+0000 mgr.smithi138.arglrk (mgr.14762) 399 : audit [DBG] from='client.34430 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:42:21.274 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:20.485754+0000 mon.smithi138 (mon.0) 854 : audit [DBG] from='client.? 172.21.15.138:0/2224627730' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:42:21.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:42:19.580216+0000 mgr.smithi138.arglrk (mgr.14762) 397 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:42:21.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:19.762130+0000 mgr.smithi138.arglrk (mgr.14762) 398 : audit [DBG] from='client.34426 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:42:21.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:20.060530+0000 mgr.smithi138.arglrk (mgr.14762) 399 : audit [DBG] from='client.34430 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:42:21.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:20.485754+0000 mon.smithi138 (mon.0) 854 : audit [DBG] from='client.? 172.21.15.138:0/2224627730' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:42:22.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:22 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:20.793706+0000 mgr.smithi138.arglrk (mgr.14762) 400 : audit [DBG] from='client.34438 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:42:22.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:22 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:21.172165+0000 mon.smithi138 (mon.0) 855 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:42:22.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:22 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:21.172993+0000 mon.smithi138 (mon.0) 856 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:42:22.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:22 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:20.793706+0000 mgr.smithi138.arglrk (mgr.14762) 400 : audit [DBG] from='client.34438 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:42:22.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:22 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:21.172165+0000 mon.smithi138 (mon.0) 855 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:42:22.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:22 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:21.172993+0000 mon.smithi138 (mon.0) 856 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:42:23.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:23 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:42:21.580716+0000 mgr.smithi138.arglrk (mgr.14762) 401 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:42:23.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:23 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:42:21.580716+0000 mgr.smithi138.arglrk (mgr.14762) 401 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:42:25.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:25 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:42:23.581201+0000 mgr.smithi138.arglrk (mgr.14762) 402 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:42:25.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:25 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:42:23.581201+0000 mgr.smithi138.arglrk (mgr.14762) 402 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:42:27.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:42:25.581711+0000 mgr.smithi138.arglrk (mgr.14762) 403 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:42:27.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.508626+0000 mon.smithi138 (mon.0) 857 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:42:27.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.509444+0000 mon.smithi138 (mon.0) 858 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:42:27.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.510056+0000 mon.smithi138 (mon.0) 859 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T08:42:27.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.513704+0000 mon.smithi138 (mon.0) 860 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:42:27.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.519174+0000 mon.smithi138 (mon.0) 861 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:42:27.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.523076+0000 mon.smithi138 (mon.0) 862 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-10T08:42:27.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.524140+0000 mon.smithi138 (mon.0) 863 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi138.front.sepia.ceph.com:3000"}]: dispatch 2024-02-10T08:42:27.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.528178+0000 mon.smithi138 (mon.0) 864 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:42:27.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.531622+0000 mon.smithi138 (mon.0) 865 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:42:27.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.534876+0000 mon.smithi138 (mon.0) 866 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:42:27.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.536123+0000 mon.smithi138 (mon.0) 867 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:42:27.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.537737+0000 mon.smithi138 (mon.0) 868 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:42:27.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.539267+0000 mon.smithi138 (mon.0) 869 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:42:27.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.540880+0000 mon.smithi138 (mon.0) 870 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:42:27.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.541738+0000 mon.smithi138 (mon.0) 871 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:42:27.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.542563+0000 mon.smithi138 (mon.0) 872 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:42:27.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.543398+0000 mon.smithi138 (mon.0) 873 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:42:27.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.544555+0000 mon.smithi138 (mon.0) 874 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:42:27.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.545749+0000 mon.smithi138 (mon.0) 875 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:42:27.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.547151+0000 mon.smithi138 (mon.0) 876 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:42:27.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.548303+0000 mon.smithi138 (mon.0) 877 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:42:27.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.549345+0000 mon.smithi138 (mon.0) 878 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:42:27.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.550339+0000 mon.smithi138 (mon.0) 879 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:42:27.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.554706+0000 mon.smithi138 (mon.0) 880 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:42:27.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.555288+0000 mon.smithi138 (mon.0) 881 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-02-10T08:42:27.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.557907+0000 mon.smithi138 (mon.0) 882 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-02-10T08:42:27.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.558423+0000 mon.smithi138 (mon.0) 883 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-10T08:42:27.568 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.561172+0000 mon.smithi138 (mon.0) 884 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-02-10T08:42:27.568 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.561684+0000 mon.smithi138 (mon.0) 885 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-02-10T08:42:27.568 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.564600+0000 mon.smithi138 (mon.0) 886 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-02-10T08:42:27.568 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.565086+0000 mon.smithi138 (mon.0) 887 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-02-10T08:42:27.568 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.568101+0000 mon.smithi138 (mon.0) 888 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-02-10T08:42:27.568 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.568582+0000 mon.smithi138 (mon.0) 889 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-02-10T08:42:27.568 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.574140+0000 mon.smithi138 (mon.0) 890 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-02-10T08:42:27.568 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.574648+0000 mon.smithi138 (mon.0) 891 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-02-10T08:42:27.568 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.579653+0000 mon.smithi138 (mon.0) 892 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-02-10T08:42:27.568 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.580213+0000 mon.smithi138 (mon.0) 893 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-02-10T08:42:27.568 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.585540+0000 mon.smithi138 (mon.0) 894 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-02-10T08:42:27.568 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.586062+0000 mon.smithi138 (mon.0) 895 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-10T08:42:27.569 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.586528+0000 mon.smithi138 (mon.0) 896 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-02-10T08:42:27.569 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.591209+0000 mon.smithi138 (mon.0) 897 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-02-10T08:42:27.569 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.591739+0000 mon.smithi138 (mon.0) 898 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-02-10T08:42:27.569 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.597015+0000 mon.smithi138 (mon.0) 899 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-02-10T08:42:27.569 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.597522+0000 mon.smithi138 (mon.0) 900 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-10T08:42:27.569 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.598031+0000 mon.smithi138 (mon.0) 901 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-10T08:42:27.569 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.598485+0000 mon.smithi138 (mon.0) 902 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-10T08:42:27.569 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.598971+0000 mon.smithi138 (mon.0) 903 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-10T08:42:27.569 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.599415+0000 mon.smithi138 (mon.0) 904 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-02-10T08:42:27.569 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.602679+0000 mon.smithi138 (mon.0) 905 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-02-10T08:42:27.569 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.603491+0000 mon.smithi138 (mon.0) 906 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-02-10T08:42:27.569 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.607469+0000 mon.smithi138 (mon.0) 907 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-02-10T08:42:27.569 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.607807+0000 mon.smithi138 (mon.0) 908 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:42:27.569 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.608902+0000 mon.smithi138 (mon.0) 909 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:42:27.570 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.609423+0000 mon.smithi138 (mon.0) 910 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T08:42:27.570 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.612460+0000 mon.smithi138 (mon.0) 911 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:42:27.570 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.619121+0000 mon.smithi138 (mon.0) 912 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:42:27.570 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.621757+0000 mon.smithi138 (mon.0) 913 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:42:27.570 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.622779+0000 mon.smithi138 (mon.0) 914 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:42:27.570 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.623264+0000 mon.smithi138 (mon.0) 915 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T08:42:27.570 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.628637+0000 mon.smithi138 (mon.0) 916 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:42:27.570 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.633446+0000 mon.smithi138 (mon.0) 917 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:42:27.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:42:25.581711+0000 mgr.smithi138.arglrk (mgr.14762) 403 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:42:27.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.508626+0000 mon.smithi138 (mon.0) 857 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:42:27.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.509444+0000 mon.smithi138 (mon.0) 858 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:42:27.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.510056+0000 mon.smithi138 (mon.0) 859 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T08:42:27.598 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.513704+0000 mon.smithi138 (mon.0) 860 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:42:27.598 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.519174+0000 mon.smithi138 (mon.0) 861 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:42:27.598 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.523076+0000 mon.smithi138 (mon.0) 862 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-10T08:42:27.598 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.524140+0000 mon.smithi138 (mon.0) 863 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi138.front.sepia.ceph.com:3000"}]: dispatch 2024-02-10T08:42:27.598 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.528178+0000 mon.smithi138 (mon.0) 864 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:42:27.598 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.531622+0000 mon.smithi138 (mon.0) 865 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:42:27.598 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.534876+0000 mon.smithi138 (mon.0) 866 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:42:27.598 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.536123+0000 mon.smithi138 (mon.0) 867 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:42:27.598 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.537737+0000 mon.smithi138 (mon.0) 868 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:42:27.598 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.539267+0000 mon.smithi138 (mon.0) 869 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:42:27.598 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.540880+0000 mon.smithi138 (mon.0) 870 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:42:27.598 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.541738+0000 mon.smithi138 (mon.0) 871 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:42:27.599 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.542563+0000 mon.smithi138 (mon.0) 872 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:42:27.599 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.543398+0000 mon.smithi138 (mon.0) 873 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:42:27.599 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.544555+0000 mon.smithi138 (mon.0) 874 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:42:27.599 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.545749+0000 mon.smithi138 (mon.0) 875 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:42:27.599 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.547151+0000 mon.smithi138 (mon.0) 876 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:42:27.599 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.548303+0000 mon.smithi138 (mon.0) 877 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:42:27.599 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.549345+0000 mon.smithi138 (mon.0) 878 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:42:27.599 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.550339+0000 mon.smithi138 (mon.0) 879 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:42:27.599 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.554706+0000 mon.smithi138 (mon.0) 880 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:42:27.599 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.555288+0000 mon.smithi138 (mon.0) 881 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-02-10T08:42:27.599 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.557907+0000 mon.smithi138 (mon.0) 882 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-02-10T08:42:27.599 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.558423+0000 mon.smithi138 (mon.0) 883 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-10T08:42:27.599 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.561172+0000 mon.smithi138 (mon.0) 884 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-02-10T08:42:27.599 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.561684+0000 mon.smithi138 (mon.0) 885 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-02-10T08:42:27.600 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.564600+0000 mon.smithi138 (mon.0) 886 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-02-10T08:42:27.600 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.565086+0000 mon.smithi138 (mon.0) 887 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-02-10T08:42:27.600 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.568101+0000 mon.smithi138 (mon.0) 888 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-02-10T08:42:27.600 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.568582+0000 mon.smithi138 (mon.0) 889 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-02-10T08:42:27.600 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.574140+0000 mon.smithi138 (mon.0) 890 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-02-10T08:42:27.600 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.574648+0000 mon.smithi138 (mon.0) 891 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-02-10T08:42:27.600 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.579653+0000 mon.smithi138 (mon.0) 892 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-02-10T08:42:27.600 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.580213+0000 mon.smithi138 (mon.0) 893 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-02-10T08:42:27.600 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.585540+0000 mon.smithi138 (mon.0) 894 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-02-10T08:42:27.600 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.586062+0000 mon.smithi138 (mon.0) 895 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-10T08:42:27.600 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.586528+0000 mon.smithi138 (mon.0) 896 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-02-10T08:42:27.600 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.591209+0000 mon.smithi138 (mon.0) 897 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-02-10T08:42:27.600 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.591739+0000 mon.smithi138 (mon.0) 898 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-02-10T08:42:27.601 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.597015+0000 mon.smithi138 (mon.0) 899 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-02-10T08:42:27.601 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.597522+0000 mon.smithi138 (mon.0) 900 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-10T08:42:27.601 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.598031+0000 mon.smithi138 (mon.0) 901 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-10T08:42:27.601 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.598485+0000 mon.smithi138 (mon.0) 902 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-10T08:42:27.601 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.598971+0000 mon.smithi138 (mon.0) 903 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-10T08:42:27.601 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.599415+0000 mon.smithi138 (mon.0) 904 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-02-10T08:42:27.601 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.602679+0000 mon.smithi138 (mon.0) 905 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-02-10T08:42:27.601 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.603491+0000 mon.smithi138 (mon.0) 906 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-02-10T08:42:27.601 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.607469+0000 mon.smithi138 (mon.0) 907 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-02-10T08:42:27.601 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.607807+0000 mon.smithi138 (mon.0) 908 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:42:27.601 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.608902+0000 mon.smithi138 (mon.0) 909 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:42:27.601 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.609423+0000 mon.smithi138 (mon.0) 910 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T08:42:27.602 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.612460+0000 mon.smithi138 (mon.0) 911 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:42:27.602 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.619121+0000 mon.smithi138 (mon.0) 912 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:42:27.602 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.621757+0000 mon.smithi138 (mon.0) 913 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:42:27.602 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.622779+0000 mon.smithi138 (mon.0) 914 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:42:27.602 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.623264+0000 mon.smithi138 (mon.0) 915 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T08:42:27.602 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.628637+0000 mon.smithi138 (mon.0) 916 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:42:27.602 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.633446+0000 mon.smithi138 (mon.0) 917 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:42:28.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:42:26.510596+0000 mgr.smithi138.arglrk (mgr.14762) 404 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T08:42:28.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.523408+0000 mgr.smithi138.arglrk (mgr.14762) 405 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-10T08:42:28.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:26.524388+0000 mgr.smithi138.arglrk (mgr.14762) 406 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi138.front.sepia.ceph.com:3000"}]: dispatch 2024-02-10T08:42:28.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:42:26.550843+0000 mgr.smithi138.arglrk (mgr.14762) 407 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-02-10T08:42:28.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:42:26.603116+0000 mgr.smithi138.arglrk (mgr.14762) 408 : cephadm [INF] Upgrade: Complete! 2024-02-10T08:42:28.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:42:26.609872+0000 mgr.smithi138.arglrk (mgr.14762) 409 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T08:42:28.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:42:26.623692+0000 mgr.smithi138.arglrk (mgr.14762) 410 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T08:42:28.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:27.880274+0000 mon.smithi138 (mon.0) 918 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:42:28.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:42:26.510596+0000 mgr.smithi138.arglrk (mgr.14762) 404 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T08:42:28.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.523408+0000 mgr.smithi138.arglrk (mgr.14762) 405 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-10T08:42:28.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:26.524388+0000 mgr.smithi138.arglrk (mgr.14762) 406 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi138.front.sepia.ceph.com:3000"}]: dispatch 2024-02-10T08:42:28.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:42:26.550843+0000 mgr.smithi138.arglrk (mgr.14762) 407 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-02-10T08:42:28.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:42:26.603116+0000 mgr.smithi138.arglrk (mgr.14762) 408 : cephadm [INF] Upgrade: Complete! 2024-02-10T08:42:28.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:42:26.609872+0000 mgr.smithi138.arglrk (mgr.14762) 409 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T08:42:28.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:42:26.623692+0000 mgr.smithi138.arglrk (mgr.14762) 410 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T08:42:28.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:27.880274+0000 mon.smithi138 (mon.0) 918 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:42:29.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:29 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:42:27.582211+0000 mgr.smithi138.arglrk (mgr.14762) 411 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-10T08:42:29.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:29 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:42:27.582211+0000 mgr.smithi138.arglrk (mgr.14762) 411 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-10T08:42:31.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:31 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:42:29.582866+0000 mgr.smithi138.arglrk (mgr.14762) 412 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:42:31.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:31 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:42:29.582866+0000 mgr.smithi138.arglrk (mgr.14762) 412 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:42:33.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:33 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:42:31.583339+0000 mgr.smithi138.arglrk (mgr.14762) 413 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:42:33.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:33 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:42:31.583339+0000 mgr.smithi138.arglrk (mgr.14762) 413 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:42:35.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:35 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:42:33.583982+0000 mgr.smithi138.arglrk (mgr.14762) 414 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:42:35.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:35 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:42:33.583982+0000 mgr.smithi138.arglrk (mgr.14762) 414 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:42:37.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:37 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:42:35.584520+0000 mgr.smithi138.arglrk (mgr.14762) 415 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:42:37.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:37 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:42:35.584520+0000 mgr.smithi138.arglrk (mgr.14762) 415 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:42:39.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:42:37.585174+0000 mgr.smithi138.arglrk (mgr.14762) 416 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-10T08:42:39.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:42:37.585174+0000 mgr.smithi138.arglrk (mgr.14762) 416 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-10T08:42:41.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:42:39.585720+0000 mgr.smithi138.arglrk (mgr.14762) 417 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:42:41.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:41 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:42:39.585720+0000 mgr.smithi138.arglrk (mgr.14762) 417 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:42:43.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:43 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:42:41.586331+0000 mgr.smithi138.arglrk (mgr.14762) 418 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:42:43.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:43 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:42:41.586331+0000 mgr.smithi138.arglrk (mgr.14762) 418 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:42:45.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:42:43.586937+0000 mgr.smithi138.arglrk (mgr.14762) 419 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:42:45.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:42:43.586937+0000 mgr.smithi138.arglrk (mgr.14762) 419 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:42:47.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:47 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:42:45.587551+0000 mgr.smithi138.arglrk (mgr.14762) 420 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:42:47.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:47 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:42:45.587551+0000 mgr.smithi138.arglrk (mgr.14762) 420 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:42:49.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:49 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:42:47.588150+0000 mgr.smithi138.arglrk (mgr.14762) 421 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-10T08:42:49.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:49 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:42:47.588150+0000 mgr.smithi138.arglrk (mgr.14762) 421 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-10T08:42:51.437 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:42:49.588618+0000 mgr.smithi138.arglrk (mgr.14762) 422 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:42:51.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:42:49.588618+0000 mgr.smithi138.arglrk (mgr.14762) 422 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:42:51.869 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph orch ps' 2024-02-10T08:42:52.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:52 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:51.095788+0000 mgr.smithi138.arglrk (mgr.14762) 423 : audit [DBG] from='client.34442 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:42:52.587 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:52 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:51.095788+0000 mgr.smithi138.arglrk (mgr.14762) 423 : audit [DBG] from='client.34442 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:42:53.499 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:53 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:42:51.589298+0000 mgr.smithi138.arglrk (mgr.14762) 424 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:42:53.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:53 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:42:51.589298+0000 mgr.smithi138.arglrk (mgr.14762) 424 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:42:53.926 INFO:teuthology.orchestra.run.smithi138.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T08:42:53.926 INFO:teuthology.orchestra.run.smithi138.stdout:alertmanager.smithi138 smithi138 *:9093,9094 running (53s) 27s ago 16m 15.7M - 0.23.0 ba2b418f427c 4bec728cdf3c 2024-02-10T08:42:53.927 INFO:teuthology.orchestra.run.smithi138.stdout:crash.smithi138 smithi138 running (7m) 27s ago 16m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc e34c8efd73ec 2024-02-10T08:42:53.927 INFO:teuthology.orchestra.run.smithi138.stdout:crash.smithi190 smithi190 running (6m) 77s ago 15m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc 2a5c8cf1174a 2024-02-10T08:42:53.927 INFO:teuthology.orchestra.run.smithi138.stdout:grafana.smithi138 smithi138 *:3000 running (33s) 27s ago 16m 36.0M - 8.3.5 dad864ee21e9 2c53ca54c629 2024-02-10T08:42:53.927 INFO:teuthology.orchestra.run.smithi138.stdout:mds.foofs.smithi138.rckmtk smithi138 running (2m) 27s ago 10m 29.6M - 16.2.14-521-g0e714d9a 1fbc92c859dc f620e479e5cd 2024-02-10T08:42:53.927 INFO:teuthology.orchestra.run.smithi138.stdout:mds.foofs.smithi190.lndkxw smithi190 running (112s) 77s ago 11m 14.6M - 16.2.14-521-g0e714d9a 1fbc92c859dc b1e9b2df0afd 2024-02-10T08:42:53.927 INFO:teuthology.orchestra.run.smithi138.stdout:mgr.smithi138.arglrk smithi138 *:8443,9283 running (7m) 27s ago 18m 450M - 16.2.14-521-g0e714d9a 1fbc92c859dc 2699c999f919 2024-02-10T08:42:53.927 INFO:teuthology.orchestra.run.smithi138.stdout:mgr.smithi190.qddxvv smithi190 *:8443,9283 running (7m) 77s ago 15m 388M - 16.2.14-521-g0e714d9a 1fbc92c859dc 7a2ea8668c24 2024-02-10T08:42:53.927 INFO:teuthology.orchestra.run.smithi138.stdout:mon.smithi138 smithi138 running (7m) 27s ago 18m 64.2M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 190626662cdd 2024-02-10T08:42:53.927 INFO:teuthology.orchestra.run.smithi138.stdout:mon.smithi190 smithi190 running (7m) 77s ago 15m 46.5M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 2c6c4dd00319 2024-02-10T08:42:53.927 INFO:teuthology.orchestra.run.smithi138.stdout:nfs.foo.0.0.smithi138.cprnrz smithi138 *:2049 running (104s) 27s ago 8m 69.4M - 3.5 1fbc92c859dc 0e0fa1c327d4 2024-02-10T08:42:53.927 INFO:teuthology.orchestra.run.smithi138.stdout:nfs.foo.1.0.smithi190.xhydwq smithi190 *:2049 running (99s) 77s ago 8m 63.9M - 3.5 1fbc92c859dc 1352eb711d21 2024-02-10T08:42:53.927 INFO:teuthology.orchestra.run.smithi138.stdout:node-exporter.smithi138 smithi138 *:9100 running (86s) 27s ago 16m 11.4M - 1.3.1 1dbe0e931976 06b2a05e1aaa 2024-02-10T08:42:53.927 INFO:teuthology.orchestra.run.smithi138.stdout:node-exporter.smithi190 smithi190 *:9100 running (80s) 77s ago 15m 3351k - 1.3.1 1dbe0e931976 4915b65d1dbb 2024-02-10T08:42:53.927 INFO:teuthology.orchestra.run.smithi138.stdout:osd.0 smithi138 running (6m) 27s ago 15m 139M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 50802eb627dc 2024-02-10T08:42:53.927 INFO:teuthology.orchestra.run.smithi138.stdout:osd.1 smithi138 running (6m) 27s ago 14m 140M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc cadb557b89fa 2024-02-10T08:42:53.927 INFO:teuthology.orchestra.run.smithi138.stdout:osd.2 smithi138 running (5m) 27s ago 14m 98.4M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 2233d7c59b0e 2024-02-10T08:42:53.928 INFO:teuthology.orchestra.run.smithi138.stdout:osd.3 smithi138 running (5m) 27s ago 13m 154M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc a7b242c7a81b 2024-02-10T08:42:53.928 INFO:teuthology.orchestra.run.smithi138.stdout:osd.4 smithi190 running (4m) 77s ago 13m 152M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc cd65ef4091e7 2024-02-10T08:42:53.928 INFO:teuthology.orchestra.run.smithi138.stdout:osd.5 smithi190 running (4m) 77s ago 13m 153M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc bd4e624932d7 2024-02-10T08:42:53.928 INFO:teuthology.orchestra.run.smithi138.stdout:osd.6 smithi190 running (3m) 77s ago 12m 135M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 865c9062305b 2024-02-10T08:42:53.928 INFO:teuthology.orchestra.run.smithi138.stdout:osd.7 smithi190 running (3m) 77s ago 12m 149M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 598b065c6e2d 2024-02-10T08:42:53.928 INFO:teuthology.orchestra.run.smithi138.stdout:prometheus.smithi138 smithi138 *:9095 running (68s) 27s ago 15m 66.6M - 2.33.4 514e6a882f6e c48597bf6ea7 2024-02-10T08:42:54.575 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph versions' 2024-02-10T08:42:55.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:55 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:42:53.590009+0000 mgr.smithi138.arglrk (mgr.14762) 425 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:42:55.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:55 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:53.916560+0000 mgr.smithi138.arglrk (mgr.14762) 426 : audit [DBG] from='client.34446 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:42:55.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:55 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:42:53.590009+0000 mgr.smithi138.arglrk (mgr.14762) 425 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:42:55.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:55 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:53.916560+0000 mgr.smithi138.arglrk (mgr.14762) 426 : audit [DBG] from='client.34446 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:42:56.600 INFO:teuthology.orchestra.run.smithi138.stdout:{ 2024-02-10T08:42:56.600 INFO:teuthology.orchestra.run.smithi138.stdout: "mon": { 2024-02-10T08:42:56.600 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T08:42:56.600 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:42:56.600 INFO:teuthology.orchestra.run.smithi138.stdout: "mgr": { 2024-02-10T08:42:56.600 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T08:42:56.600 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:42:56.600 INFO:teuthology.orchestra.run.smithi138.stdout: "osd": { 2024-02-10T08:42:56.601 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 8 2024-02-10T08:42:56.601 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:42:56.601 INFO:teuthology.orchestra.run.smithi138.stdout: "mds": { 2024-02-10T08:42:56.601 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T08:42:56.601 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:42:56.601 INFO:teuthology.orchestra.run.smithi138.stdout: "overall": { 2024-02-10T08:42:56.601 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 14 2024-02-10T08:42:56.601 INFO:teuthology.orchestra.run.smithi138.stdout: } 2024-02-10T08:42:56.601 INFO:teuthology.orchestra.run.smithi138.stdout:} 2024-02-10T08:42:57.145 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2024-02-10T08:42:57.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:57 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:42:55.590499+0000 mgr.smithi138.arglrk (mgr.14762) 427 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:42:57.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:57 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:42:56.599842+0000 mon.smithi138 (mon.0) 919 : audit [DBG] from='client.? 172.21.15.138:0/1399758999' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:42:57.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:57 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:42:55.590499+0000 mgr.smithi138.arglrk (mgr.14762) 427 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:42:57.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:57 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:42:56.599842+0000 mon.smithi138 (mon.0) 919 : audit [DBG] from='client.? 172.21.15.138:0/1399758999' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:42:59.077 INFO:teuthology.orchestra.run.smithi138.stdout:wait for servicemap items w/ changing names to refresh 2024-02-10T08:42:59.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:42:59 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:42:57.591182+0000 mgr.smithi138.arglrk (mgr.14762) 428 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-10T08:42:59.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:42:59 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:42:57.591182+0000 mgr.smithi138.arglrk (mgr.14762) 428 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-10T08:42:59.758 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'sleep 60' 2024-02-10T08:43:01.347 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:43:01 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:42:59.591737+0000 mgr.smithi138.arglrk (mgr.14762) 429 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:43:01.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:43:01 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:42:59.591737+0000 mgr.smithi138.arglrk (mgr.14762) 429 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:43:03.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:43:03 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:43:01.592329+0000 mgr.smithi138.arglrk (mgr.14762) 430 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:43:03.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:43:03 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:43:01.592329+0000 mgr.smithi138.arglrk (mgr.14762) 430 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:43:05.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:43:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:43:03.593199+0000 mgr.smithi138.arglrk (mgr.14762) 431 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:43:05.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:43:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:43:03.593199+0000 mgr.smithi138.arglrk (mgr.14762) 431 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:43:07.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:43:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:43:05.593819+0000 mgr.smithi138.arglrk (mgr.14762) 432 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:43:07.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:43:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:43:05.593819+0000 mgr.smithi138.arglrk (mgr.14762) 432 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:43:09.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:43:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:43:07.594374+0000 mgr.smithi138.arglrk (mgr.14762) 433 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-10T08:43:09.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:43:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:43:07.594374+0000 mgr.smithi138.arglrk (mgr.14762) 433 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-10T08:43:11.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:43:11 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:43:09.595054+0000 mgr.smithi138.arglrk (mgr.14762) 434 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:43:11.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:43:11 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:43:09.595054+0000 mgr.smithi138.arglrk (mgr.14762) 434 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:43:13.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:43:13 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:43:11.595788+0000 mgr.smithi138.arglrk (mgr.14762) 435 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:43:13.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:43:13 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:43:11.595788+0000 mgr.smithi138.arglrk (mgr.14762) 435 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:43:15.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:43:15 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:43:13.596341+0000 mgr.smithi138.arglrk (mgr.14762) 436 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:43:15.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:43:15 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:43:13.596341+0000 mgr.smithi138.arglrk (mgr.14762) 436 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:43:17.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:43:17 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:43:15.597249+0000 mgr.smithi138.arglrk (mgr.14762) 437 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:43:17.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:43:17 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:43:15.597249+0000 mgr.smithi138.arglrk (mgr.14762) 437 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:43:19.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:43:19 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:43:17.597688+0000 mgr.smithi138.arglrk (mgr.14762) 438 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-10T08:43:19.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:43:19 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:43:17.597688+0000 mgr.smithi138.arglrk (mgr.14762) 438 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-10T08:43:21.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:43:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:43:19.598363+0000 mgr.smithi138.arglrk (mgr.14762) 439 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:43:21.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:43:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:43:19.598363+0000 mgr.smithi138.arglrk (mgr.14762) 439 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:43:23.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:43:23 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:43:21.598912+0000 mgr.smithi138.arglrk (mgr.14762) 440 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:43:23.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:43:23 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:43:21.598912+0000 mgr.smithi138.arglrk (mgr.14762) 440 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:43:25.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:43:25 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:43:23.599576+0000 mgr.smithi138.arglrk (mgr.14762) 441 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:43:25.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:43:25 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:43:23.599576+0000 mgr.smithi138.arglrk (mgr.14762) 441 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:43:27.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:43:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:43:25.600493+0000 mgr.smithi138.arglrk (mgr.14762) 442 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:43:27.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:43:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:43:26.636103+0000 mon.smithi138 (mon.0) 920 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:43:27.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:43:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:43:26.937417+0000 mon.smithi138 (mon.0) 921 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:43:27.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:43:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:43:26.938043+0000 mon.smithi138 (mon.0) 922 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T08:43:27.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:43:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:43:26.941880+0000 mon.smithi138 (mon.0) 923 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:43:27.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:43:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:43:26.946588+0000 mon.smithi138 (mon.0) 924 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:43:27.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:43:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:43:25.600493+0000 mgr.smithi138.arglrk (mgr.14762) 442 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:43:27.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:43:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:43:26.636103+0000 mon.smithi138 (mon.0) 920 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:43:27.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:43:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:43:26.937417+0000 mon.smithi138 (mon.0) 921 : audit [DBG] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:43:27.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:43:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:43:26.938043+0000 mon.smithi138 (mon.0) 922 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T08:43:27.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:43:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:43:26.941880+0000 mon.smithi138 (mon.0) 923 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:43:27.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:43:27 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:43:26.946588+0000 mon.smithi138 (mon.0) 924 : audit [INF] from='mgr.14762 172.21.15.138:0/2645891495' entity='mgr.smithi138.arglrk' 2024-02-10T08:43:28.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:43:28 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cephadm 2024-02-10T08:43:26.938559+0000 mgr.smithi138.arglrk (mgr.14762) 443 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T08:43:28.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:43:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cephadm 2024-02-10T08:43:26.938559+0000 mgr.smithi138.arglrk (mgr.14762) 443 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T08:43:29.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:43:29 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:43:27.601204+0000 mgr.smithi138.arglrk (mgr.14762) 444 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-10T08:43:29.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:43:29 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:43:27.601204+0000 mgr.smithi138.arglrk (mgr.14762) 444 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-10T08:43:31.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:43:31 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:43:29.601764+0000 mgr.smithi138.arglrk (mgr.14762) 445 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:43:31.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:43:31 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:43:29.601764+0000 mgr.smithi138.arglrk (mgr.14762) 445 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:43:33.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:43:33 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:43:31.602555+0000 mgr.smithi138.arglrk (mgr.14762) 446 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:43:33.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:43:33 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:43:31.602555+0000 mgr.smithi138.arglrk (mgr.14762) 446 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:43:35.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:43:35 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:43:33.603347+0000 mgr.smithi138.arglrk (mgr.14762) 447 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:43:35.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:43:35 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:43:33.603347+0000 mgr.smithi138.arglrk (mgr.14762) 447 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:43:37.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:43:37 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:43:35.604006+0000 mgr.smithi138.arglrk (mgr.14762) 448 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:43:37.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:43:37 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:43:35.604006+0000 mgr.smithi138.arglrk (mgr.14762) 448 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:43:39.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:43:39 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:43:37.604528+0000 mgr.smithi138.arglrk (mgr.14762) 449 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-10T08:43:39.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:43:39 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:43:37.604528+0000 mgr.smithi138.arglrk (mgr.14762) 449 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-10T08:43:41.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:43:41 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:43:39.605213+0000 mgr.smithi138.arglrk (mgr.14762) 450 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:43:41.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:43:41 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:43:39.605213+0000 mgr.smithi138.arglrk (mgr.14762) 450 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:43:43.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:43:43 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:43:41.605823+0000 mgr.smithi138.arglrk (mgr.14762) 451 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:43:43.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:43:43 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:43:41.605823+0000 mgr.smithi138.arglrk (mgr.14762) 451 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:43:45.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:43:45 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:43:43.606455+0000 mgr.smithi138.arglrk (mgr.14762) 452 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:43:45.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:43:45 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:43:43.606455+0000 mgr.smithi138.arglrk (mgr.14762) 452 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:43:47.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:43:47 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:43:45.607237+0000 mgr.smithi138.arglrk (mgr.14762) 453 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:43:47.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:43:47 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:43:45.607237+0000 mgr.smithi138.arglrk (mgr.14762) 453 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:43:49.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:43:49 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:43:47.607826+0000 mgr.smithi138.arglrk (mgr.14762) 454 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-10T08:43:49.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:43:49 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:43:47.607826+0000 mgr.smithi138.arglrk (mgr.14762) 454 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-10T08:43:51.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:43:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:43:49.608347+0000 mgr.smithi138.arglrk (mgr.14762) 455 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:43:51.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:43:51 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:43:49.608347+0000 mgr.smithi138.arglrk (mgr.14762) 455 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:43:53.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:43:53 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:43:51.609063+0000 mgr.smithi138.arglrk (mgr.14762) 456 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:43:53.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:43:53 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:43:51.609063+0000 mgr.smithi138.arglrk (mgr.14762) 456 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:43:55.813 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:43:55 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:43:53.609646+0000 mgr.smithi138.arglrk (mgr.14762) 457 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:43:55.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:43:55 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:43:53.609646+0000 mgr.smithi138.arglrk (mgr.14762) 457 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:43:57.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:43:57 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:43:55.610253+0000 mgr.smithi138.arglrk (mgr.14762) 458 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:43:57.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:43:57 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:43:55.610253+0000 mgr.smithi138.arglrk (mgr.14762) 458 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:43:59.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:43:59 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:43:57.610973+0000 mgr.smithi138.arglrk (mgr.14762) 459 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-10T08:43:59.846 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:43:59 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:43:57.610973+0000 mgr.smithi138.arglrk (mgr.14762) 459 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-10T08:44:01.773 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:44:01 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:43:59.611650+0000 mgr.smithi138.arglrk (mgr.14762) 460 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:44:01.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:44:01 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:43:59.611650+0000 mgr.smithi138.arglrk (mgr.14762) 460 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:44:02.087 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph orch ps' 2024-02-10T08:44:03.521 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:44:03 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:44:01.612409+0000 mgr.smithi138.arglrk (mgr.14762) 461 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:44:03.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:44:03 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:44:01.612409+0000 mgr.smithi138.arglrk (mgr.14762) 461 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:44:04.198 INFO:teuthology.orchestra.run.smithi138.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T08:44:04.198 INFO:teuthology.orchestra.run.smithi138.stdout:alertmanager.smithi138 smithi138 *:9093,9094 running (2m) 97s ago 17m 15.7M - 0.23.0 ba2b418f427c 4bec728cdf3c 2024-02-10T08:44:04.198 INFO:teuthology.orchestra.run.smithi138.stdout:crash.smithi138 smithi138 running (8m) 97s ago 17m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc e34c8efd73ec 2024-02-10T08:44:04.198 INFO:teuthology.orchestra.run.smithi138.stdout:crash.smithi190 smithi190 running (8m) 2m ago 16m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc 2a5c8cf1174a 2024-02-10T08:44:04.198 INFO:teuthology.orchestra.run.smithi138.stdout:grafana.smithi138 smithi138 *:3000 running (103s) 97s ago 17m 36.0M - 8.3.5 dad864ee21e9 2c53ca54c629 2024-02-10T08:44:04.198 INFO:teuthology.orchestra.run.smithi138.stdout:mds.foofs.smithi138.rckmtk smithi138 running (3m) 97s ago 12m 29.6M - 16.2.14-521-g0e714d9a 1fbc92c859dc f620e479e5cd 2024-02-10T08:44:04.198 INFO:teuthology.orchestra.run.smithi138.stdout:mds.foofs.smithi190.lndkxw smithi190 running (3m) 2m ago 12m 14.6M - 16.2.14-521-g0e714d9a 1fbc92c859dc b1e9b2df0afd 2024-02-10T08:44:04.198 INFO:teuthology.orchestra.run.smithi138.stdout:mgr.smithi138.arglrk smithi138 *:8443,9283 running (9m) 97s ago 19m 450M - 16.2.14-521-g0e714d9a 1fbc92c859dc 2699c999f919 2024-02-10T08:44:04.198 INFO:teuthology.orchestra.run.smithi138.stdout:mgr.smithi190.qddxvv smithi190 *:8443,9283 running (8m) 2m ago 16m 388M - 16.2.14-521-g0e714d9a 1fbc92c859dc 7a2ea8668c24 2024-02-10T08:44:04.198 INFO:teuthology.orchestra.run.smithi138.stdout:mon.smithi138 smithi138 running (8m) 97s ago 19m 64.2M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 190626662cdd 2024-02-10T08:44:04.198 INFO:teuthology.orchestra.run.smithi138.stdout:mon.smithi190 smithi190 running (8m) 2m ago 16m 46.5M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 2c6c4dd00319 2024-02-10T08:44:04.199 INFO:teuthology.orchestra.run.smithi138.stdout:nfs.foo.0.0.smithi138.cprnrz smithi138 *:2049 running (2m) 97s ago 9m 69.4M - 3.5 1fbc92c859dc 0e0fa1c327d4 2024-02-10T08:44:04.199 INFO:teuthology.orchestra.run.smithi138.stdout:nfs.foo.1.0.smithi190.xhydwq smithi190 *:2049 running (2m) 2m ago 9m 63.9M - 3.5 1fbc92c859dc 1352eb711d21 2024-02-10T08:44:04.199 INFO:teuthology.orchestra.run.smithi138.stdout:node-exporter.smithi138 smithi138 *:9100 running (2m) 97s ago 17m 11.4M - 1.3.1 1dbe0e931976 06b2a05e1aaa 2024-02-10T08:44:04.199 INFO:teuthology.orchestra.run.smithi138.stdout:node-exporter.smithi190 smithi190 *:9100 running (2m) 2m ago 16m 3351k - 1.3.1 1dbe0e931976 4915b65d1dbb 2024-02-10T08:44:04.199 INFO:teuthology.orchestra.run.smithi138.stdout:osd.0 smithi138 running (7m) 97s ago 16m 139M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 50802eb627dc 2024-02-10T08:44:04.199 INFO:teuthology.orchestra.run.smithi138.stdout:osd.1 smithi138 running (7m) 97s ago 15m 140M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc cadb557b89fa 2024-02-10T08:44:04.199 INFO:teuthology.orchestra.run.smithi138.stdout:osd.2 smithi138 running (6m) 97s ago 15m 98.4M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 2233d7c59b0e 2024-02-10T08:44:04.199 INFO:teuthology.orchestra.run.smithi138.stdout:osd.3 smithi138 running (6m) 97s ago 15m 154M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc a7b242c7a81b 2024-02-10T08:44:04.199 INFO:teuthology.orchestra.run.smithi138.stdout:osd.4 smithi190 running (5m) 2m ago 14m 152M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc cd65ef4091e7 2024-02-10T08:44:04.199 INFO:teuthology.orchestra.run.smithi138.stdout:osd.5 smithi190 running (5m) 2m ago 14m 153M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc bd4e624932d7 2024-02-10T08:44:04.199 INFO:teuthology.orchestra.run.smithi138.stdout:osd.6 smithi190 running (4m) 2m ago 14m 135M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 865c9062305b 2024-02-10T08:44:04.199 INFO:teuthology.orchestra.run.smithi138.stdout:osd.7 smithi190 running (4m) 2m ago 13m 149M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 598b065c6e2d 2024-02-10T08:44:04.199 INFO:teuthology.orchestra.run.smithi138.stdout:prometheus.smithi138 smithi138 *:9095 running (2m) 97s ago 17m 66.6M - 2.33.4 514e6a882f6e c48597bf6ea7 2024-02-10T08:44:04.772 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph versions' 2024-02-10T08:44:05.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:44:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:44:03.612973+0000 mgr.smithi138.arglrk (mgr.14762) 462 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:44:05.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:44:05 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:44:04.188686+0000 mgr.smithi138.arglrk (mgr.14762) 463 : audit [DBG] from='client.34454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:44:05.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:44:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:44:03.612973+0000 mgr.smithi138.arglrk (mgr.14762) 462 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:44:05.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:44:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:44:04.188686+0000 mgr.smithi138.arglrk (mgr.14762) 463 : audit [DBG] from='client.34454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:44:06.704 INFO:teuthology.orchestra.run.smithi138.stdout:{ 2024-02-10T08:44:06.705 INFO:teuthology.orchestra.run.smithi138.stdout: "mon": { 2024-02-10T08:44:06.705 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T08:44:06.705 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:44:06.705 INFO:teuthology.orchestra.run.smithi138.stdout: "mgr": { 2024-02-10T08:44:06.705 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T08:44:06.705 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:44:06.705 INFO:teuthology.orchestra.run.smithi138.stdout: "osd": { 2024-02-10T08:44:06.705 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 8 2024-02-10T08:44:06.705 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:44:06.705 INFO:teuthology.orchestra.run.smithi138.stdout: "mds": { 2024-02-10T08:44:06.705 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T08:44:06.705 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:44:06.705 INFO:teuthology.orchestra.run.smithi138.stdout: "overall": { 2024-02-10T08:44:06.706 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 14 2024-02-10T08:44:06.706 INFO:teuthology.orchestra.run.smithi138.stdout: } 2024-02-10T08:44:06.706 INFO:teuthology.orchestra.run.smithi138.stdout:} 2024-02-10T08:44:07.320 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2024-02-10T08:44:07.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:44:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:44:05.613588+0000 mgr.smithi138.arglrk (mgr.14762) 464 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:44:07.597 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:44:07 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:44:06.704437+0000 mon.smithi138 (mon.0) 925 : audit [DBG] from='client.? 172.21.15.138:0/1057276882' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:44:07.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:44:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:44:05.613588+0000 mgr.smithi138.arglrk (mgr.14762) 464 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:44:07.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:44:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:44:06.704437+0000 mon.smithi138 (mon.0) 925 : audit [DBG] from='client.? 172.21.15.138:0/1057276882' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:44:09.352 INFO:teuthology.orchestra.run.smithi138.stdout:true 2024-02-10T08:44:09.702 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:44:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:44:07.614082+0000 mgr.smithi138.arglrk (mgr.14762) 465 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-10T08:44:09.702 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:44:09 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:44:09.339961+0000 mon.smithi138 (mon.0) 926 : audit [DBG] from='client.? 172.21.15.138:0/1703961434' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:44:09.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:44:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:44:07.614082+0000 mgr.smithi138.arglrk (mgr.14762) 465 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-10T08:44:09.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:44:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:44:09.339961+0000 mon.smithi138 (mon.0) 926 : audit [DBG] from='client.? 172.21.15.138:0/1703961434' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:44:10.002 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph versions | jq -e '"'"'.overall | keys'"'"' | grep $sha1' 2024-02-10T08:44:11.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:44:11 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:44:09.614505+0000 mgr.smithi138.arglrk (mgr.14762) 466 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:44:11.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:44:11 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:44:09.614505+0000 mgr.smithi138.arglrk (mgr.14762) 466 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:44:12.027 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)" 2024-02-10T08:44:12.633 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:44:12 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:44:12.015257+0000 mon.smithi138 (mon.0) 927 : audit [DBG] from='client.? 172.21.15.138:0/979336301' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:44:12.651 INFO:teuthology.task.sequential:In sequential, running task cephadm.wait_for_service... 2024-02-10T08:44:12.652 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-02-10T08:44:12.652 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T08:44:12.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:44:12 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:44:12.015257+0000 mon.smithi138 (mon.0) 927 : audit [DBG] from='client.? 172.21.15.138:0/979336301' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:44:13.659 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:44:13 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:44:11.615032+0000 mgr.smithi138.arglrk (mgr.14762) 467 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:44:13.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:44:13 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:44:11.615032+0000 mgr.smithi138.arglrk (mgr.14762) 467 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:44:14.570 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-02-10T08:44:14.570 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T08:25:31.246995Z", "last_refresh": "2024-02-10T08:42:26.502646Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T08:25:19.171073Z", "last_refresh": "2024-02-10T08:41:36.674518Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T08:25:28.518455Z", "last_refresh": "2024-02-10T08:42:26.502769Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T08:31:50.929656Z", "last_refresh": "2024-02-10T08:41:36.675178Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T08:25:17.783691Z", "last_refresh": "2024-02-10T08:41:36.674705Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T08:26:28.419464Z", "last_refresh": "2024-02-10T08:41:36.674782Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T08:35:14.626165Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2024-02-10T08:34:27.880719Z", "last_refresh": "2024-02-10T08:41:36.675255Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T08:25:29.952862Z", "last_refresh": "2024-02-10T08:41:36.674849Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", "last_refresh": "2024-02-10T08:41:36.674914Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T08:25:27.185113Z", "last_refresh": "2024-02-10T08:42:26.502887Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T08:44:15.225 INFO:tasks.cephadm:nfs.foo has 2/2 2024-02-10T08:44:15.226 DEBUG:teuthology.parallel:result is None 2024-02-10T08:44:15.226 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-10T08:44:15.237 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi138.front.sepia.ceph.com 2024-02-10T08:44:15.238 DEBUG:teuthology.orchestra.run.smithi138:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'umount /mnt/foo' 2024-02-10T08:44:15.266 INFO:teuthology.orchestra.run.smithi138.stderr:+ umount /mnt/foo 2024-02-10T08:44:15.302 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-10T08:44:15.311 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi138.front.sepia.ceph.com 2024-02-10T08:44:15.312 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- bash -c 'ceph nfs cluster ls | grep foo' 2024-02-10T08:44:15.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:44:15 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:44:13.615699+0000 mgr.smithi138.arglrk (mgr.14762) 468 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:44:15.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:44:15 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:44:13.615699+0000 mgr.smithi138.arglrk (mgr.14762) 468 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:44:16.656 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:44:16 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:44:14.566243+0000 mgr.smithi138.arglrk (mgr.14762) 469 : audit [DBG] from='client.34470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T08:44:16.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:44:16 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:44:14.566243+0000 mgr.smithi138.arglrk (mgr.14762) 469 : audit [DBG] from='client.34470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T08:44:17.484 INFO:teuthology.orchestra.run.smithi138.stdout:foo 2024-02-10T08:44:17.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:44:17 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:44:15.616318+0000 mgr.smithi138.arglrk (mgr.14762) 470 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:44:17.816 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:44:17 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:44:15.616318+0000 mgr.smithi138.arglrk (mgr.14762) 470 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:44:18.116 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- bash -c 'ceph nfs export ls foo --detailed' 2024-02-10T08:44:18.660 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:44:18 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:44:17.468553+0000 mgr.smithi138.arglrk (mgr.14762) 471 : audit [DBG] from='client.34474 -' entity='client.admin' cmd=[{"prefix": "nfs cluster ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:44:18.769 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:44:18 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:44:17.468553+0000 mgr.smithi138.arglrk (mgr.14762) 471 : audit [DBG] from='client.34474 -' entity='client.admin' cmd=[{"prefix": "nfs cluster ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:44:19.638 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:44:19 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:44:17.616789+0000 mgr.smithi138.arglrk (mgr.14762) 472 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-10T08:44:19.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:44:19 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:44:17.616789+0000 mgr.smithi138.arglrk (mgr.14762) 472 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-10T08:44:20.079 INFO:teuthology.orchestra.run.smithi138.stdout:[ 2024-02-10T08:44:20.080 INFO:teuthology.orchestra.run.smithi138.stdout: { 2024-02-10T08:44:20.080 INFO:teuthology.orchestra.run.smithi138.stdout: "export_id": 1, 2024-02-10T08:44:20.080 INFO:teuthology.orchestra.run.smithi138.stdout: "path": "/", 2024-02-10T08:44:20.080 INFO:teuthology.orchestra.run.smithi138.stdout: "cluster_id": "foo", 2024-02-10T08:44:20.080 INFO:teuthology.orchestra.run.smithi138.stdout: "pseudo": "/fake", 2024-02-10T08:44:20.080 INFO:teuthology.orchestra.run.smithi138.stdout: "access_type": "RW", 2024-02-10T08:44:20.080 INFO:teuthology.orchestra.run.smithi138.stdout: "squash": "no_root_squash", 2024-02-10T08:44:20.080 INFO:teuthology.orchestra.run.smithi138.stdout: "security_label": true, 2024-02-10T08:44:20.080 INFO:teuthology.orchestra.run.smithi138.stdout: "protocols": [ 2024-02-10T08:44:20.080 INFO:teuthology.orchestra.run.smithi138.stdout: 4 2024-02-10T08:44:20.080 INFO:teuthology.orchestra.run.smithi138.stdout: ], 2024-02-10T08:44:20.081 INFO:teuthology.orchestra.run.smithi138.stdout: "transports": [ 2024-02-10T08:44:20.081 INFO:teuthology.orchestra.run.smithi138.stdout: "TCP" 2024-02-10T08:44:20.081 INFO:teuthology.orchestra.run.smithi138.stdout: ], 2024-02-10T08:44:20.081 INFO:teuthology.orchestra.run.smithi138.stdout: "fsal": { 2024-02-10T08:44:20.081 INFO:teuthology.orchestra.run.smithi138.stdout: "name": "CEPH", 2024-02-10T08:44:20.081 INFO:teuthology.orchestra.run.smithi138.stdout: "user_id": "nfs.foo.1", 2024-02-10T08:44:20.081 INFO:teuthology.orchestra.run.smithi138.stdout: "fs_name": "foofs" 2024-02-10T08:44:20.081 INFO:teuthology.orchestra.run.smithi138.stdout: }, 2024-02-10T08:44:20.081 INFO:teuthology.orchestra.run.smithi138.stdout: "clients": [] 2024-02-10T08:44:20.081 INFO:teuthology.orchestra.run.smithi138.stdout: } 2024-02-10T08:44:20.081 INFO:teuthology.orchestra.run.smithi138.stdout:] 2024-02-10T08:44:20.731 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- bash -c 'rados -p .nfs --all ls -' 2024-02-10T08:44:21.747 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:44:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:44:19.617299+0000 mgr.smithi138.arglrk (mgr.14762) 473 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:44:21.747 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:44:21 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:44:20.052042+0000 mgr.smithi138.arglrk (mgr.14762) 474 : audit [DBG] from='client.34478 -' entity='client.admin' cmd=[{"prefix": "nfs export ls", "cluster_id": "foo", "detailed": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:44:21.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:44:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:44:19.617299+0000 mgr.smithi138.arglrk (mgr.14762) 473 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:44:21.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:44:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:44:20.052042+0000 mgr.smithi138.arglrk (mgr.14762) 474 : audit [DBG] from='client.34478 -' entity='client.admin' cmd=[{"prefix": "nfs export ls", "cluster_id": "foo", "detailed": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:44:22.493 INFO:teuthology.orchestra.run.smithi138.stdout:foo rec-0000000000000004:nfs.foo.1 2024-02-10T08:44:22.493 INFO:teuthology.orchestra.run.smithi138.stdout:foo grace 2024-02-10T08:44:22.493 INFO:teuthology.orchestra.run.smithi138.stdout:foo rec-0000000000000004:nfs.foo.0 2024-02-10T08:44:22.493 INFO:teuthology.orchestra.run.smithi138.stdout:foo conf-nfs.foo 2024-02-10T08:44:22.493 INFO:teuthology.orchestra.run.smithi138.stdout:foo export-1 2024-02-10T08:44:23.137 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2125314-c7ed-11ee-95b8-87774f69a715 -- bash -c 'ceph config get mgr mgr/cephadm/migration_current | grep 5' 2024-02-10T08:44:23.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:44:23 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:44:21.618035+0000 mgr.smithi138.arglrk (mgr.14762) 475 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:44:23.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:44:23 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:44:22.418646+0000 mon.smithi138 (mon.0) 928 : cluster [DBG] mgrmap e40: smithi138.arglrk(active, since 9m), standbys: smithi190.qddxvv 2024-02-10T08:44:23.817 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:44:23 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:44:21.618035+0000 mgr.smithi138.arglrk (mgr.14762) 475 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:44:23.817 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:44:23 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:44:22.418646+0000 mon.smithi138 (mon.0) 928 : cluster [DBG] mgrmap e40: smithi138.arglrk(active, since 9m), standbys: smithi190.qddxvv 2024-02-10T08:44:25.017 INFO:teuthology.orchestra.run.smithi138.stdout:5 2024-02-10T08:44:25.642 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:44:25 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: cluster 2024-02-10T08:44:23.618607+0000 mgr.smithi138.arglrk (mgr.14762) 476 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:44:25.642 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:44:25 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: audit 2024-02-10T08:44:25.005357+0000 mon.smithi138 (mon.0) 929 : audit [DBG] from='client.? 172.21.15.138:0/48668788' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/cephadm/migration_current"}]: dispatch 2024-02-10T08:44:25.661 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-02-10T08:44:25.672 INFO:tasks.cephadm:Teardown begin 2024-02-10T08:44:25.672 DEBUG:teuthology.orchestra.run.smithi138:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-10T08:44:25.703 DEBUG:teuthology.orchestra.run.smithi190:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-10T08:44:25.737 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:44:25 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: cluster 2024-02-10T08:44:23.618607+0000 mgr.smithi138.arglrk (mgr.14762) 476 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T08:44:25.737 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:44:25 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: audit 2024-02-10T08:44:25.005357+0000 mon.smithi138 (mon.0) 929 : audit [DBG] from='client.? 172.21.15.138:0/48668788' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/cephadm/migration_current"}]: dispatch 2024-02-10T08:44:25.742 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-02-10T08:44:25.742 DEBUG:teuthology.orchestra.run.smithi138:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-10T08:44:25.761 DEBUG:teuthology.orchestra.run.smithi190:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-10T08:44:25.802 INFO:tasks.cephadm:Stopping all daemons... 2024-02-10T08:44:25.802 INFO:tasks.cephadm.mon.smithi138:Stopping mon.smithi138... 2024-02-10T08:44:25.803 DEBUG:teuthology.orchestra.run.smithi138:> sudo systemctl stop ceph-c2125314-c7ed-11ee-95b8-87774f69a715@mon.smithi138 2024-02-10T08:44:26.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:44:25 smithi138 systemd[1]: Stopping Ceph mon.smithi138 for c2125314-c7ed-11ee-95b8-87774f69a715... 2024-02-10T08:44:26.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:44:25 smithi138 bash[129562]: Error: no container with name or ID "ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi138" found: no such container 2024-02-10T08:44:26.085 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:44:26 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:44:26.083+0000 7fc86a6e8700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi138 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-02-10T08:44:26.346 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:44:26 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138[106448]: debug 2024-02-10T08:44:26.083+0000 7fc86a6e8700 -1 mon.smithi138@0(leader) e2 *** Got Signal Terminated *** 2024-02-10T08:44:27.032 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Feb 10 08:44:26 smithi138 bash[129603]: ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi138 2024-02-10T08:44:27.039 DEBUG:teuthology.orchestra.run.smithi138:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c2125314-c7ed-11ee-95b8-87774f69a715@mon.smithi138.service' 2024-02-10T08:44:27.085 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-10T08:44:27.085 INFO:tasks.cephadm.mon.smithi138:Stopped mon.smithi138 2024-02-10T08:44:27.085 INFO:tasks.cephadm.mon.smithi190:Stopping mon.smithi190... 2024-02-10T08:44:27.085 DEBUG:teuthology.orchestra.run.smithi190:> sudo systemctl stop ceph-c2125314-c7ed-11ee-95b8-87774f69a715@mon.smithi190 2024-02-10T08:44:27.423 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:44:27 smithi190 systemd[1]: Stopping Ceph mon.smithi190 for c2125314-c7ed-11ee-95b8-87774f69a715... 2024-02-10T08:44:27.423 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:44:27 smithi190 bash[99947]: Error: no container with name or ID "ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon.smithi190" found: no such container 2024-02-10T08:44:27.423 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:44:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:44:27.420+0000 7f3632481700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi190 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-02-10T08:44:27.423 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:44:27 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190[87633]: debug 2024-02-10T08:44:27.420+0000 7f3632481700 -1 mon.smithi190@1(peon) e2 *** Got Signal Terminated *** 2024-02-10T08:44:28.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Feb 10 08:44:28 smithi190 bash[99986]: ceph-c2125314-c7ed-11ee-95b8-87774f69a715-mon-smithi190 2024-02-10T08:44:28.405 DEBUG:teuthology.orchestra.run.smithi190:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c2125314-c7ed-11ee-95b8-87774f69a715@mon.smithi190.service' 2024-02-10T08:44:28.470 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-10T08:44:28.470 INFO:tasks.cephadm.mon.smithi190:Stopped mon.smithi190 2024-02-10T08:44:28.470 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-02-10T08:44:28.470 DEBUG:teuthology.orchestra.run.smithi138:> sudo systemctl stop ceph-c2125314-c7ed-11ee-95b8-87774f69a715@osd.0 2024-02-10T08:44:28.768 INFO:journalctl@ceph.osd.0.smithi138.stdout:Feb 10 08:44:28 smithi138 systemd[1]: Stopping Ceph osd.0 for c2125314-c7ed-11ee-95b8-87774f69a715... 2024-02-10T08:44:28.768 INFO:journalctl@ceph.osd.0.smithi138.stdout:Feb 10 08:44:28 smithi138 bash[129733]: Error: no container with name or ID "ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.0" found: no such container 2024-02-10T08:44:29.097 INFO:journalctl@ceph.osd.0.smithi138.stdout:Feb 10 08:44:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-0[109838]: debug 2024-02-10T08:44:28.767+0000 7f41a4cb6700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-10T08:44:29.097 INFO:journalctl@ceph.osd.0.smithi138.stdout:Feb 10 08:44:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-0[109838]: debug 2024-02-10T08:44:28.767+0000 7f41a4cb6700 -1 osd.0 118 *** Got signal Terminated *** 2024-02-10T08:44:29.097 INFO:journalctl@ceph.osd.0.smithi138.stdout:Feb 10 08:44:28 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-0[109838]: debug 2024-02-10T08:44:28.767+0000 7f41a4cb6700 -1 osd.0 118 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-10T08:44:34.596 INFO:journalctl@ceph.osd.0.smithi138.stdout:Feb 10 08:44:34 smithi138 bash[129773]: ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-0 2024-02-10T08:44:35.946 DEBUG:teuthology.orchestra.run.smithi138:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c2125314-c7ed-11ee-95b8-87774f69a715@osd.0.service' 2024-02-10T08:44:35.987 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-10T08:44:35.987 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-02-10T08:44:35.987 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-02-10T08:44:35.987 DEBUG:teuthology.orchestra.run.smithi138:> sudo systemctl stop ceph-c2125314-c7ed-11ee-95b8-87774f69a715@osd.1 2024-02-10T08:44:36.305 INFO:journalctl@ceph.osd.1.smithi138.stdout:Feb 10 08:44:36 smithi138 systemd[1]: Stopping Ceph osd.1 for c2125314-c7ed-11ee-95b8-87774f69a715... 2024-02-10T08:44:36.305 INFO:journalctl@ceph.osd.1.smithi138.stdout:Feb 10 08:44:36 smithi138 bash[130017]: Error: no container with name or ID "ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.1" found: no such container 2024-02-10T08:44:36.596 INFO:journalctl@ceph.osd.1.smithi138.stdout:Feb 10 08:44:36 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-1[112251]: debug 2024-02-10T08:44:36.304+0000 7fb26d69e700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-10T08:44:36.597 INFO:journalctl@ceph.osd.1.smithi138.stdout:Feb 10 08:44:36 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-1[112251]: debug 2024-02-10T08:44:36.304+0000 7fb26d69e700 -1 osd.1 118 *** Got signal Terminated *** 2024-02-10T08:44:36.597 INFO:journalctl@ceph.osd.1.smithi138.stdout:Feb 10 08:44:36 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-1[112251]: debug 2024-02-10T08:44:36.304+0000 7fb26d69e700 -1 osd.1 118 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-10T08:44:42.096 INFO:journalctl@ceph.osd.1.smithi138.stdout:Feb 10 08:44:41 smithi138 bash[130057]: ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-1 2024-02-10T08:44:43.376 DEBUG:teuthology.orchestra.run.smithi138:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c2125314-c7ed-11ee-95b8-87774f69a715@osd.1.service' 2024-02-10T08:44:43.419 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-10T08:44:43.419 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-02-10T08:44:43.420 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-02-10T08:44:43.420 DEBUG:teuthology.orchestra.run.smithi138:> sudo systemctl stop ceph-c2125314-c7ed-11ee-95b8-87774f69a715@osd.2 2024-02-10T08:44:43.742 INFO:journalctl@ceph.osd.2.smithi138.stdout:Feb 10 08:44:43 smithi138 systemd[1]: Stopping Ceph osd.2 for c2125314-c7ed-11ee-95b8-87774f69a715... 2024-02-10T08:44:43.743 INFO:journalctl@ceph.osd.2.smithi138.stdout:Feb 10 08:44:43 smithi138 bash[130296]: Error: no container with name or ID "ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.2" found: no such container 2024-02-10T08:44:44.096 INFO:journalctl@ceph.osd.2.smithi138.stdout:Feb 10 08:44:43 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-2[114565]: debug 2024-02-10T08:44:43.741+0000 7fa8d1e5b700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-10T08:44:44.096 INFO:journalctl@ceph.osd.2.smithi138.stdout:Feb 10 08:44:43 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-2[114565]: debug 2024-02-10T08:44:43.741+0000 7fa8d1e5b700 -1 osd.2 118 *** Got signal Terminated *** 2024-02-10T08:44:44.097 INFO:journalctl@ceph.osd.2.smithi138.stdout:Feb 10 08:44:43 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-2[114565]: debug 2024-02-10T08:44:43.741+0000 7fa8d1e5b700 -1 osd.2 118 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-10T08:44:49.346 INFO:journalctl@ceph.osd.2.smithi138.stdout:Feb 10 08:44:49 smithi138 bash[130336]: ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-2 2024-02-10T08:44:50.814 DEBUG:teuthology.orchestra.run.smithi138:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c2125314-c7ed-11ee-95b8-87774f69a715@osd.2.service' 2024-02-10T08:44:50.895 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-10T08:44:50.895 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-02-10T08:44:50.895 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-02-10T08:44:50.895 DEBUG:teuthology.orchestra.run.smithi138:> sudo systemctl stop ceph-c2125314-c7ed-11ee-95b8-87774f69a715@osd.3 2024-02-10T08:44:51.096 INFO:journalctl@ceph.osd.3.smithi138.stdout:Feb 10 08:44:50 smithi138 systemd[1]: Stopping Ceph osd.3 for c2125314-c7ed-11ee-95b8-87774f69a715... 2024-02-10T08:44:51.097 INFO:journalctl@ceph.osd.3.smithi138.stdout:Feb 10 08:44:50 smithi138 bash[130573]: Error: no container with name or ID "ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.3" found: no such container 2024-02-10T08:44:51.597 INFO:journalctl@ceph.osd.3.smithi138.stdout:Feb 10 08:44:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-3[116932]: debug 2024-02-10T08:44:51.211+0000 7fac1a5df700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-10T08:44:51.597 INFO:journalctl@ceph.osd.3.smithi138.stdout:Feb 10 08:44:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-3[116932]: debug 2024-02-10T08:44:51.211+0000 7fac1a5df700 -1 osd.3 118 *** Got signal Terminated *** 2024-02-10T08:44:51.597 INFO:journalctl@ceph.osd.3.smithi138.stdout:Feb 10 08:44:51 smithi138 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-3[116932]: debug 2024-02-10T08:44:51.211+0000 7fac1a5df700 -1 osd.3 118 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-10T08:44:55.065 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:44:54 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:44:54.651+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:31.387733+0000 front 2024-02-10T08:44:31.387642+0000 (oldest deadline 2024-02-10T08:44:54.287587+0000) 2024-02-10T08:44:56.065 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:44:55 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:44:55.617+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:31.387733+0000 front 2024-02-10T08:44:31.387642+0000 (oldest deadline 2024-02-10T08:44:54.287587+0000) 2024-02-10T08:44:56.065 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:44:55 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-6[94110]: debug 2024-02-10T08:44:55.707+0000 7f0932a44700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:30.357030+0000 front 2024-02-10T08:44:30.357119+0000 (oldest deadline 2024-02-10T08:44:55.056965+0000) 2024-02-10T08:44:56.847 INFO:journalctl@ceph.osd.3.smithi138.stdout:Feb 10 08:44:56 smithi138 bash[130613]: ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-3 2024-02-10T08:44:56.993 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:44:56 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-6[94110]: debug 2024-02-10T08:44:56.717+0000 7f0932a44700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:30.357030+0000 front 2024-02-10T08:44:30.357119+0000 (oldest deadline 2024-02-10T08:44:55.056965+0000) 2024-02-10T08:44:56.993 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:44:56 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:44:56.626+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:31.387733+0000 front 2024-02-10T08:44:31.387642+0000 (oldest deadline 2024-02-10T08:44:54.287587+0000) 2024-02-10T08:44:57.315 INFO:journalctl@ceph.osd.5.smithi190.stdout:Feb 10 08:44:56 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-5[92195]: debug 2024-02-10T08:44:56.992+0000 7f9e8343f700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:32.532432+0000 front 2024-02-10T08:44:32.532625+0000 (oldest deadline 2024-02-10T08:44:56.032509+0000) 2024-02-10T08:44:57.948 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:44:57 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-6[94110]: debug 2024-02-10T08:44:57.740+0000 7f0932a44700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:30.357030+0000 front 2024-02-10T08:44:30.357119+0000 (oldest deadline 2024-02-10T08:44:55.056965+0000) 2024-02-10T08:44:57.948 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:44:57 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:44:57.639+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:31.387733+0000 front 2024-02-10T08:44:31.387642+0000 (oldest deadline 2024-02-10T08:44:54.287587+0000) 2024-02-10T08:44:58.181 INFO:journalctl@ceph.osd.3.smithi138.stdout:Feb 10 08:44:58 smithi138 systemd[1]: ceph-c2125314-c7ed-11ee-95b8-87774f69a715@osd.3.service: Succeeded. 2024-02-10T08:44:58.181 INFO:journalctl@ceph.osd.3.smithi138.stdout:Feb 10 08:44:58 smithi138 systemd[1]: Stopped Ceph osd.3 for c2125314-c7ed-11ee-95b8-87774f69a715. 2024-02-10T08:44:58.182 DEBUG:teuthology.orchestra.run.smithi138:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c2125314-c7ed-11ee-95b8-87774f69a715@osd.3.service' 2024-02-10T08:44:58.222 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-10T08:44:58.223 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-02-10T08:44:58.223 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-02-10T08:44:58.223 DEBUG:teuthology.orchestra.run.smithi190:> sudo systemctl stop ceph-c2125314-c7ed-11ee-95b8-87774f69a715@osd.4 2024-02-10T08:44:58.253 INFO:journalctl@ceph.osd.5.smithi190.stdout:Feb 10 08:44:57 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-5[92195]: debug 2024-02-10T08:44:57.947+0000 7f9e8343f700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:32.532432+0000 front 2024-02-10T08:44:32.532625+0000 (oldest deadline 2024-02-10T08:44:56.032509+0000) 2024-02-10T08:44:58.523 INFO:journalctl@ceph.osd.4.smithi190.stdout:Feb 10 08:44:58 smithi190 systemd[1]: Stopping Ceph osd.4 for c2125314-c7ed-11ee-95b8-87774f69a715... 2024-02-10T08:44:58.523 INFO:journalctl@ceph.osd.4.smithi190.stdout:Feb 10 08:44:58 smithi190 bash[100113]: Error: no container with name or ID "ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.4" found: no such container 2024-02-10T08:44:58.815 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:44:58 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:44:58.620+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:31.387733+0000 front 2024-02-10T08:44:31.387642+0000 (oldest deadline 2024-02-10T08:44:54.287587+0000) 2024-02-10T08:44:58.815 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:44:58 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-6[94110]: debug 2024-02-10T08:44:58.753+0000 7f0932a44700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:30.357030+0000 front 2024-02-10T08:44:30.357119+0000 (oldest deadline 2024-02-10T08:44:55.056965+0000) 2024-02-10T08:44:58.816 INFO:journalctl@ceph.osd.4.smithi190.stdout:Feb 10 08:44:58 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-4[90220]: debug 2024-02-10T08:44:58.522+0000 7f489a85b700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-10T08:44:58.816 INFO:journalctl@ceph.osd.4.smithi190.stdout:Feb 10 08:44:58 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-4[90220]: debug 2024-02-10T08:44:58.522+0000 7f489a85b700 -1 osd.4 118 *** Got signal Terminated *** 2024-02-10T08:44:58.816 INFO:journalctl@ceph.osd.4.smithi190.stdout:Feb 10 08:44:58 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-4[90220]: debug 2024-02-10T08:44:58.522+0000 7f489a85b700 -1 osd.4 118 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-10T08:44:58.816 INFO:journalctl@ceph.osd.4.smithi190.stdout:Feb 10 08:44:58 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-4[90220]: debug 2024-02-10T08:44:58.596+0000 7f4895fd5700 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:29.081614+0000 front 2024-02-10T08:44:29.081640+0000 (oldest deadline 2024-02-10T08:44:58.481949+0000) 2024-02-10T08:44:59.315 INFO:journalctl@ceph.osd.5.smithi190.stdout:Feb 10 08:44:58 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-5[92195]: debug 2024-02-10T08:44:58.915+0000 7f9e8343f700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:32.532432+0000 front 2024-02-10T08:44:32.532625+0000 (oldest deadline 2024-02-10T08:44:56.032509+0000) 2024-02-10T08:44:59.925 INFO:journalctl@ceph.osd.4.smithi190.stdout:Feb 10 08:44:59 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-4[90220]: debug 2024-02-10T08:44:59.572+0000 7f4895fd5700 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:29.081614+0000 front 2024-02-10T08:44:29.081640+0000 (oldest deadline 2024-02-10T08:44:58.481949+0000) 2024-02-10T08:44:59.926 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:44:59 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-6[94110]: debug 2024-02-10T08:44:59.717+0000 7f0932a44700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:30.357030+0000 front 2024-02-10T08:44:30.357119+0000 (oldest deadline 2024-02-10T08:44:55.056965+0000) 2024-02-10T08:44:59.926 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:44:59 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:44:59.624+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:31.387733+0000 front 2024-02-10T08:44:31.387642+0000 (oldest deadline 2024-02-10T08:44:54.287587+0000) 2024-02-10T08:45:00.315 INFO:journalctl@ceph.osd.5.smithi190.stdout:Feb 10 08:44:59 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-5[92195]: debug 2024-02-10T08:44:59.924+0000 7f9e8343f700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:32.532432+0000 front 2024-02-10T08:44:32.532625+0000 (oldest deadline 2024-02-10T08:44:56.032509+0000) 2024-02-10T08:45:00.815 INFO:journalctl@ceph.osd.4.smithi190.stdout:Feb 10 08:45:00 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-4[90220]: debug 2024-02-10T08:45:00.546+0000 7f4895fd5700 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:29.081614+0000 front 2024-02-10T08:44:29.081640+0000 (oldest deadline 2024-02-10T08:44:58.481949+0000) 2024-02-10T08:45:00.815 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:00 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:00.624+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:31.387733+0000 front 2024-02-10T08:44:31.387642+0000 (oldest deadline 2024-02-10T08:44:54.287587+0000) 2024-02-10T08:45:00.815 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:45:00 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-6[94110]: debug 2024-02-10T08:45:00.744+0000 7f0932a44700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:30.357030+0000 front 2024-02-10T08:44:30.357119+0000 (oldest deadline 2024-02-10T08:44:55.056965+0000) 2024-02-10T08:45:01.315 INFO:journalctl@ceph.osd.5.smithi190.stdout:Feb 10 08:45:00 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-5[92195]: debug 2024-02-10T08:45:00.951+0000 7f9e8343f700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:32.532432+0000 front 2024-02-10T08:44:32.532625+0000 (oldest deadline 2024-02-10T08:44:56.032509+0000) 2024-02-10T08:45:01.907 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:01 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:01.599+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:31.387733+0000 front 2024-02-10T08:44:31.387642+0000 (oldest deadline 2024-02-10T08:44:54.287587+0000) 2024-02-10T08:45:01.907 INFO:journalctl@ceph.osd.4.smithi190.stdout:Feb 10 08:45:01 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-4[90220]: debug 2024-02-10T08:45:01.591+0000 7f4895fd5700 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:29.081614+0000 front 2024-02-10T08:44:29.081640+0000 (oldest deadline 2024-02-10T08:44:58.481949+0000) 2024-02-10T08:45:01.907 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:45:01 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-6[94110]: debug 2024-02-10T08:45:01.709+0000 7f0932a44700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:30.357030+0000 front 2024-02-10T08:44:30.357119+0000 (oldest deadline 2024-02-10T08:44:55.056965+0000) 2024-02-10T08:45:02.315 INFO:journalctl@ceph.osd.5.smithi190.stdout:Feb 10 08:45:01 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-5[92195]: debug 2024-02-10T08:45:01.906+0000 7f9e8343f700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:32.532432+0000 front 2024-02-10T08:44:32.532625+0000 (oldest deadline 2024-02-10T08:44:56.032509+0000) 2024-02-10T08:45:02.940 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:02 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:02.571+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:31.387733+0000 front 2024-02-10T08:44:31.387642+0000 (oldest deadline 2024-02-10T08:44:54.287587+0000) 2024-02-10T08:45:02.940 INFO:journalctl@ceph.osd.4.smithi190.stdout:Feb 10 08:45:02 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-4[90220]: debug 2024-02-10T08:45:02.572+0000 7f4895fd5700 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:29.081614+0000 front 2024-02-10T08:44:29.081640+0000 (oldest deadline 2024-02-10T08:44:58.481949+0000) 2024-02-10T08:45:02.941 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:45:02 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-6[94110]: debug 2024-02-10T08:45:02.681+0000 7f0932a44700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:30.357030+0000 front 2024-02-10T08:44:30.357119+0000 (oldest deadline 2024-02-10T08:44:55.056965+0000) 2024-02-10T08:45:02.941 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:45:02 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-6[94110]: debug 2024-02-10T08:45:02.681+0000 7f0932a44700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.138:6814 osd.1 since back 2024-02-10T08:44:40.957996+0000 front 2024-02-10T08:44:40.957899+0000 (oldest deadline 2024-02-10T08:45:02.057724+0000) 2024-02-10T08:45:03.315 INFO:journalctl@ceph.osd.5.smithi190.stdout:Feb 10 08:45:02 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-5[92195]: debug 2024-02-10T08:45:02.939+0000 7f9e8343f700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:32.532432+0000 front 2024-02-10T08:44:32.532625+0000 (oldest deadline 2024-02-10T08:44:56.032509+0000) 2024-02-10T08:45:03.815 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:45:03 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-6[94110]: debug 2024-02-10T08:45:03.631+0000 7f0932a44700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:30.357030+0000 front 2024-02-10T08:44:30.357119+0000 (oldest deadline 2024-02-10T08:44:55.056965+0000) 2024-02-10T08:45:03.815 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:45:03 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-6[94110]: debug 2024-02-10T08:45:03.631+0000 7f0932a44700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.138:6814 osd.1 since back 2024-02-10T08:44:40.957996+0000 front 2024-02-10T08:44:40.957899+0000 (oldest deadline 2024-02-10T08:45:02.057724+0000) 2024-02-10T08:45:03.816 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:03 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:03.531+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:31.387733+0000 front 2024-02-10T08:44:31.387642+0000 (oldest deadline 2024-02-10T08:44:54.287587+0000) 2024-02-10T08:45:03.816 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:03 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:03.531+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6814 osd.1 since back 2024-02-10T08:44:38.988720+0000 front 2024-02-10T08:44:38.988662+0000 (oldest deadline 2024-02-10T08:45:03.088597+0000) 2024-02-10T08:45:04.315 INFO:journalctl@ceph.osd.4.smithi190.stdout:Feb 10 08:45:04 smithi190 bash[100153]: ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-4 2024-02-10T08:45:04.315 INFO:journalctl@ceph.osd.5.smithi190.stdout:Feb 10 08:45:03 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-5[92195]: debug 2024-02-10T08:45:03.957+0000 7f9e8343f700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:32.532432+0000 front 2024-02-10T08:44:32.532625+0000 (oldest deadline 2024-02-10T08:44:56.032509+0000) 2024-02-10T08:45:04.811 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:04 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:04.510+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:31.387733+0000 front 2024-02-10T08:44:31.387642+0000 (oldest deadline 2024-02-10T08:44:54.287587+0000) 2024-02-10T08:45:04.811 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:04 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:04.510+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6814 osd.1 since back 2024-02-10T08:44:38.988720+0000 front 2024-02-10T08:44:38.988662+0000 (oldest deadline 2024-02-10T08:45:03.088597+0000) 2024-02-10T08:45:04.811 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:45:04 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-6[94110]: debug 2024-02-10T08:45:04.661+0000 7f0932a44700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:30.357030+0000 front 2024-02-10T08:44:30.357119+0000 (oldest deadline 2024-02-10T08:44:55.056965+0000) 2024-02-10T08:45:04.811 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:45:04 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-6[94110]: debug 2024-02-10T08:45:04.661+0000 7f0932a44700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.138:6814 osd.1 since back 2024-02-10T08:44:40.957996+0000 front 2024-02-10T08:44:40.957899+0000 (oldest deadline 2024-02-10T08:45:02.057724+0000) 2024-02-10T08:45:05.065 INFO:journalctl@ceph.osd.5.smithi190.stdout:Feb 10 08:45:04 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-5[92195]: debug 2024-02-10T08:45:04.920+0000 7f9e8343f700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:32.532432+0000 front 2024-02-10T08:44:32.532625+0000 (oldest deadline 2024-02-10T08:44:56.032509+0000) 2024-02-10T08:45:05.565 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:05.527+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:31.387733+0000 front 2024-02-10T08:44:31.387642+0000 (oldest deadline 2024-02-10T08:44:54.287587+0000) 2024-02-10T08:45:05.565 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:05.527+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6814 osd.1 since back 2024-02-10T08:44:38.988720+0000 front 2024-02-10T08:44:38.988662+0000 (oldest deadline 2024-02-10T08:45:03.088597+0000) 2024-02-10T08:45:05.913 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:45:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-6[94110]: debug 2024-02-10T08:45:05.689+0000 7f0932a44700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:30.357030+0000 front 2024-02-10T08:44:30.357119+0000 (oldest deadline 2024-02-10T08:44:55.056965+0000) 2024-02-10T08:45:05.913 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:45:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-6[94110]: debug 2024-02-10T08:45:05.689+0000 7f0932a44700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.138:6814 osd.1 since back 2024-02-10T08:44:40.957996+0000 front 2024-02-10T08:44:40.957899+0000 (oldest deadline 2024-02-10T08:45:02.057724+0000) 2024-02-10T08:45:06.045 DEBUG:teuthology.orchestra.run.smithi190:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c2125314-c7ed-11ee-95b8-87774f69a715@osd.4.service' 2024-02-10T08:45:06.133 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-10T08:45:06.133 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-02-10T08:45:06.133 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-02-10T08:45:06.133 DEBUG:teuthology.orchestra.run.smithi190:> sudo systemctl stop ceph-c2125314-c7ed-11ee-95b8-87774f69a715@osd.5 2024-02-10T08:45:06.166 INFO:journalctl@ceph.osd.5.smithi190.stdout:Feb 10 08:45:05 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-5[92195]: debug 2024-02-10T08:45:05.912+0000 7f9e8343f700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:32.532432+0000 front 2024-02-10T08:44:32.532625+0000 (oldest deadline 2024-02-10T08:44:56.032509+0000) 2024-02-10T08:45:06.166 INFO:journalctl@ceph.osd.5.smithi190.stdout:Feb 10 08:45:06 smithi190 systemd[1]: Stopping Ceph osd.5 for c2125314-c7ed-11ee-95b8-87774f69a715... 2024-02-10T08:45:06.565 INFO:journalctl@ceph.osd.5.smithi190.stdout:Feb 10 08:45:06 smithi190 bash[100390]: Error: no container with name or ID "ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.5" found: no such container 2024-02-10T08:45:06.565 INFO:journalctl@ceph.osd.5.smithi190.stdout:Feb 10 08:45:06 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-5[92195]: debug 2024-02-10T08:45:06.414+0000 7f9e85cc1700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-10T08:45:06.565 INFO:journalctl@ceph.osd.5.smithi190.stdout:Feb 10 08:45:06 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-5[92195]: debug 2024-02-10T08:45:06.414+0000 7f9e85cc1700 -1 osd.5 118 *** Got signal Terminated *** 2024-02-10T08:45:06.565 INFO:journalctl@ceph.osd.5.smithi190.stdout:Feb 10 08:45:06 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-5[92195]: debug 2024-02-10T08:45:06.414+0000 7f9e85cc1700 -1 osd.5 118 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-10T08:45:06.879 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:45:06 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-6[94110]: debug 2024-02-10T08:45:06.697+0000 7f0932a44700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:30.357030+0000 front 2024-02-10T08:44:30.357119+0000 (oldest deadline 2024-02-10T08:44:55.056965+0000) 2024-02-10T08:45:06.879 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:45:06 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-6[94110]: debug 2024-02-10T08:45:06.697+0000 7f0932a44700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.138:6814 osd.1 since back 2024-02-10T08:44:40.957996+0000 front 2024-02-10T08:44:40.957899+0000 (oldest deadline 2024-02-10T08:45:02.057724+0000) 2024-02-10T08:45:06.880 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:06 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:06.567+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:31.387733+0000 front 2024-02-10T08:44:31.387642+0000 (oldest deadline 2024-02-10T08:44:54.287587+0000) 2024-02-10T08:45:06.880 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:06 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:06.567+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6814 osd.1 since back 2024-02-10T08:44:38.988720+0000 front 2024-02-10T08:44:38.988662+0000 (oldest deadline 2024-02-10T08:45:03.088597+0000) 2024-02-10T08:45:07.315 INFO:journalctl@ceph.osd.5.smithi190.stdout:Feb 10 08:45:06 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-5[92195]: debug 2024-02-10T08:45:06.878+0000 7f9e8343f700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:32.532432+0000 front 2024-02-10T08:44:32.532625+0000 (oldest deadline 2024-02-10T08:44:56.032509+0000) 2024-02-10T08:45:07.815 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:45:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-6[94110]: debug 2024-02-10T08:45:07.676+0000 7f0932a44700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:30.357030+0000 front 2024-02-10T08:44:30.357119+0000 (oldest deadline 2024-02-10T08:44:55.056965+0000) 2024-02-10T08:45:07.815 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:45:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-6[94110]: debug 2024-02-10T08:45:07.676+0000 7f0932a44700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.138:6814 osd.1 since back 2024-02-10T08:44:40.957996+0000 front 2024-02-10T08:44:40.957899+0000 (oldest deadline 2024-02-10T08:45:02.057724+0000) 2024-02-10T08:45:07.815 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:07.529+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:31.387733+0000 front 2024-02-10T08:44:31.387642+0000 (oldest deadline 2024-02-10T08:44:54.287587+0000) 2024-02-10T08:45:07.815 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:07.529+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6814 osd.1 since back 2024-02-10T08:44:38.988720+0000 front 2024-02-10T08:44:38.988662+0000 (oldest deadline 2024-02-10T08:45:03.088597+0000) 2024-02-10T08:45:08.315 INFO:journalctl@ceph.osd.5.smithi190.stdout:Feb 10 08:45:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-5[92195]: debug 2024-02-10T08:45:07.893+0000 7f9e8343f700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:32.532432+0000 front 2024-02-10T08:44:32.532625+0000 (oldest deadline 2024-02-10T08:44:56.032509+0000) 2024-02-10T08:45:08.315 INFO:journalctl@ceph.osd.5.smithi190.stdout:Feb 10 08:45:07 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-5[92195]: debug 2024-02-10T08:45:07.893+0000 7f9e8343f700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.138:6814 osd.1 since back 2024-02-10T08:44:36.032966+0000 front 2024-02-10T08:44:36.033005+0000 (oldest deadline 2024-02-10T08:45:07.233442+0000) 2024-02-10T08:45:08.815 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:45:08 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-6[94110]: debug 2024-02-10T08:45:08.635+0000 7f0932a44700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:30.357030+0000 front 2024-02-10T08:44:30.357119+0000 (oldest deadline 2024-02-10T08:44:55.056965+0000) 2024-02-10T08:45:08.815 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:45:08 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-6[94110]: debug 2024-02-10T08:45:08.635+0000 7f0932a44700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.138:6814 osd.1 since back 2024-02-10T08:44:40.957996+0000 front 2024-02-10T08:44:40.957899+0000 (oldest deadline 2024-02-10T08:45:02.057724+0000) 2024-02-10T08:45:08.815 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:08 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:08.549+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:31.387733+0000 front 2024-02-10T08:44:31.387642+0000 (oldest deadline 2024-02-10T08:44:54.287587+0000) 2024-02-10T08:45:08.815 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:08 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:08.549+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6814 osd.1 since back 2024-02-10T08:44:38.988720+0000 front 2024-02-10T08:44:38.988662+0000 (oldest deadline 2024-02-10T08:45:03.088597+0000) 2024-02-10T08:45:09.315 INFO:journalctl@ceph.osd.5.smithi190.stdout:Feb 10 08:45:08 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-5[92195]: debug 2024-02-10T08:45:08.901+0000 7f9e8343f700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:32.532432+0000 front 2024-02-10T08:44:32.532625+0000 (oldest deadline 2024-02-10T08:44:56.032509+0000) 2024-02-10T08:45:09.315 INFO:journalctl@ceph.osd.5.smithi190.stdout:Feb 10 08:45:08 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-5[92195]: debug 2024-02-10T08:45:08.901+0000 7f9e8343f700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.138:6814 osd.1 since back 2024-02-10T08:44:36.032966+0000 front 2024-02-10T08:44:36.033005+0000 (oldest deadline 2024-02-10T08:45:07.233442+0000) 2024-02-10T08:45:09.815 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:45:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-6[94110]: debug 2024-02-10T08:45:09.645+0000 7f0932a44700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:30.357030+0000 front 2024-02-10T08:44:30.357119+0000 (oldest deadline 2024-02-10T08:44:55.056965+0000) 2024-02-10T08:45:09.815 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:45:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-6[94110]: debug 2024-02-10T08:45:09.645+0000 7f0932a44700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.138:6814 osd.1 since back 2024-02-10T08:44:40.957996+0000 front 2024-02-10T08:44:40.957899+0000 (oldest deadline 2024-02-10T08:45:02.057724+0000) 2024-02-10T08:45:09.815 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:09.551+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:31.387733+0000 front 2024-02-10T08:44:31.387642+0000 (oldest deadline 2024-02-10T08:44:54.287587+0000) 2024-02-10T08:45:09.815 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:09.551+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6814 osd.1 since back 2024-02-10T08:44:38.988720+0000 front 2024-02-10T08:44:38.988662+0000 (oldest deadline 2024-02-10T08:45:03.088597+0000) 2024-02-10T08:45:10.315 INFO:journalctl@ceph.osd.5.smithi190.stdout:Feb 10 08:45:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-5[92195]: debug 2024-02-10T08:45:09.929+0000 7f9e8343f700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:32.532432+0000 front 2024-02-10T08:44:32.532625+0000 (oldest deadline 2024-02-10T08:44:56.032509+0000) 2024-02-10T08:45:10.315 INFO:journalctl@ceph.osd.5.smithi190.stdout:Feb 10 08:45:09 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-5[92195]: debug 2024-02-10T08:45:09.929+0000 7f9e8343f700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.138:6814 osd.1 since back 2024-02-10T08:44:36.032966+0000 front 2024-02-10T08:44:36.033005+0000 (oldest deadline 2024-02-10T08:45:07.233442+0000) 2024-02-10T08:45:10.815 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:45:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-6[94110]: debug 2024-02-10T08:45:10.688+0000 7f0932a44700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:30.357030+0000 front 2024-02-10T08:44:30.357119+0000 (oldest deadline 2024-02-10T08:44:55.056965+0000) 2024-02-10T08:45:10.815 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:45:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-6[94110]: debug 2024-02-10T08:45:10.688+0000 7f0932a44700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.138:6814 osd.1 since back 2024-02-10T08:44:40.957996+0000 front 2024-02-10T08:44:40.957899+0000 (oldest deadline 2024-02-10T08:45:02.057724+0000) 2024-02-10T08:45:10.815 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:45:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-6[94110]: debug 2024-02-10T08:45:10.688+0000 7f0932a44700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.138:6822 osd.2 since back 2024-02-10T08:44:46.758786+0000 front 2024-02-10T08:44:46.758812+0000 (oldest deadline 2024-02-10T08:45:09.658701+0000) 2024-02-10T08:45:10.815 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:10.558+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:31.387733+0000 front 2024-02-10T08:44:31.387642+0000 (oldest deadline 2024-02-10T08:44:54.287587+0000) 2024-02-10T08:45:10.815 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:10.558+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6814 osd.1 since back 2024-02-10T08:44:38.988720+0000 front 2024-02-10T08:44:38.988662+0000 (oldest deadline 2024-02-10T08:45:03.088597+0000) 2024-02-10T08:45:11.315 INFO:journalctl@ceph.osd.5.smithi190.stdout:Feb 10 08:45:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-5[92195]: debug 2024-02-10T08:45:10.950+0000 7f9e8343f700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:32.532432+0000 front 2024-02-10T08:44:32.532625+0000 (oldest deadline 2024-02-10T08:44:56.032509+0000) 2024-02-10T08:45:11.315 INFO:journalctl@ceph.osd.5.smithi190.stdout:Feb 10 08:45:10 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-5[92195]: debug 2024-02-10T08:45:10.950+0000 7f9e8343f700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.138:6814 osd.1 since back 2024-02-10T08:44:36.032966+0000 front 2024-02-10T08:44:36.033005+0000 (oldest deadline 2024-02-10T08:45:07.233442+0000) 2024-02-10T08:45:11.815 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:11 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:11.554+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:31.387733+0000 front 2024-02-10T08:44:31.387642+0000 (oldest deadline 2024-02-10T08:44:54.287587+0000) 2024-02-10T08:45:11.815 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:11 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:11.554+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6814 osd.1 since back 2024-02-10T08:44:38.988720+0000 front 2024-02-10T08:44:38.988662+0000 (oldest deadline 2024-02-10T08:45:03.088597+0000) 2024-02-10T08:45:11.815 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:45:11 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-6[94110]: debug 2024-02-10T08:45:11.670+0000 7f0932a44700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:30.357030+0000 front 2024-02-10T08:44:30.357119+0000 (oldest deadline 2024-02-10T08:44:55.056965+0000) 2024-02-10T08:45:11.816 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:45:11 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-6[94110]: debug 2024-02-10T08:45:11.670+0000 7f0932a44700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.138:6814 osd.1 since back 2024-02-10T08:44:40.957996+0000 front 2024-02-10T08:44:40.957899+0000 (oldest deadline 2024-02-10T08:45:02.057724+0000) 2024-02-10T08:45:11.816 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:45:11 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-6[94110]: debug 2024-02-10T08:45:11.670+0000 7f0932a44700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.138:6822 osd.2 since back 2024-02-10T08:44:46.758786+0000 front 2024-02-10T08:44:46.758812+0000 (oldest deadline 2024-02-10T08:45:09.658701+0000) 2024-02-10T08:45:12.315 INFO:journalctl@ceph.osd.5.smithi190.stdout:Feb 10 08:45:11 smithi190 bash[100430]: ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-5 2024-02-10T08:45:12.815 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:45:12 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-6[94110]: debug 2024-02-10T08:45:12.698+0000 7f0932a44700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:30.357030+0000 front 2024-02-10T08:44:30.357119+0000 (oldest deadline 2024-02-10T08:44:55.056965+0000) 2024-02-10T08:45:12.815 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:45:12 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-6[94110]: debug 2024-02-10T08:45:12.698+0000 7f0932a44700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.138:6814 osd.1 since back 2024-02-10T08:44:40.957996+0000 front 2024-02-10T08:44:40.957899+0000 (oldest deadline 2024-02-10T08:45:02.057724+0000) 2024-02-10T08:45:12.816 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:45:12 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-6[94110]: debug 2024-02-10T08:45:12.698+0000 7f0932a44700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.138:6822 osd.2 since back 2024-02-10T08:44:46.758786+0000 front 2024-02-10T08:44:46.758812+0000 (oldest deadline 2024-02-10T08:45:09.658701+0000) 2024-02-10T08:45:12.816 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:12 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:12.529+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:31.387733+0000 front 2024-02-10T08:44:31.387642+0000 (oldest deadline 2024-02-10T08:44:54.287587+0000) 2024-02-10T08:45:12.816 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:12 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:12.529+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6814 osd.1 since back 2024-02-10T08:44:38.988720+0000 front 2024-02-10T08:44:38.988662+0000 (oldest deadline 2024-02-10T08:45:03.088597+0000) 2024-02-10T08:45:13.546 DEBUG:teuthology.orchestra.run.smithi190:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c2125314-c7ed-11ee-95b8-87774f69a715@osd.5.service' 2024-02-10T08:45:13.625 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-10T08:45:13.626 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-02-10T08:45:13.626 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2024-02-10T08:45:13.626 DEBUG:teuthology.orchestra.run.smithi190:> sudo systemctl stop ceph-c2125314-c7ed-11ee-95b8-87774f69a715@osd.6 2024-02-10T08:45:13.815 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:45:13 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-6[94110]: debug 2024-02-10T08:45:13.661+0000 7f0932a44700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:30.357030+0000 front 2024-02-10T08:44:30.357119+0000 (oldest deadline 2024-02-10T08:44:55.056965+0000) 2024-02-10T08:45:13.815 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:45:13 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-6[94110]: debug 2024-02-10T08:45:13.661+0000 7f0932a44700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.138:6814 osd.1 since back 2024-02-10T08:44:40.957996+0000 front 2024-02-10T08:44:40.957899+0000 (oldest deadline 2024-02-10T08:45:02.057724+0000) 2024-02-10T08:45:13.815 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:45:13 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-6[94110]: debug 2024-02-10T08:45:13.661+0000 7f0932a44700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.138:6822 osd.2 since back 2024-02-10T08:44:46.758786+0000 front 2024-02-10T08:44:46.758812+0000 (oldest deadline 2024-02-10T08:45:09.658701+0000) 2024-02-10T08:45:13.815 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:45:13 smithi190 systemd[1]: Stopping Ceph osd.6 for c2125314-c7ed-11ee-95b8-87774f69a715... 2024-02-10T08:45:13.815 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:45:13 smithi190 bash[100666]: Error: no container with name or ID "ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.6" found: no such container 2024-02-10T08:45:13.816 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:13 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:13.579+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:31.387733+0000 front 2024-02-10T08:44:31.387642+0000 (oldest deadline 2024-02-10T08:44:54.287587+0000) 2024-02-10T08:45:13.816 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:13 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:13.579+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6814 osd.1 since back 2024-02-10T08:44:38.988720+0000 front 2024-02-10T08:44:38.988662+0000 (oldest deadline 2024-02-10T08:45:03.088597+0000) 2024-02-10T08:45:14.315 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:45:13 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-6[94110]: debug 2024-02-10T08:45:13.936+0000 7f0935ac7700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.6 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-10T08:45:14.315 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:45:13 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-6[94110]: debug 2024-02-10T08:45:13.936+0000 7f0935ac7700 -1 osd.6 118 *** Got signal Terminated *** 2024-02-10T08:45:14.315 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:45:13 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-6[94110]: debug 2024-02-10T08:45:13.936+0000 7f0935ac7700 -1 osd.6 118 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-10T08:45:14.815 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:45:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-6[94110]: debug 2024-02-10T08:45:14.646+0000 7f0932a44700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:30.357030+0000 front 2024-02-10T08:44:30.357119+0000 (oldest deadline 2024-02-10T08:44:55.056965+0000) 2024-02-10T08:45:14.815 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:45:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-6[94110]: debug 2024-02-10T08:45:14.646+0000 7f0932a44700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.138:6814 osd.1 since back 2024-02-10T08:44:40.957996+0000 front 2024-02-10T08:44:40.957899+0000 (oldest deadline 2024-02-10T08:45:02.057724+0000) 2024-02-10T08:45:14.815 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:45:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-6[94110]: debug 2024-02-10T08:45:14.646+0000 7f0932a44700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.138:6822 osd.2 since back 2024-02-10T08:44:46.758786+0000 front 2024-02-10T08:44:46.758812+0000 (oldest deadline 2024-02-10T08:45:09.658701+0000) 2024-02-10T08:45:14.815 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:14.532+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:31.387733+0000 front 2024-02-10T08:44:31.387642+0000 (oldest deadline 2024-02-10T08:44:54.287587+0000) 2024-02-10T08:45:14.815 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:14.532+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6814 osd.1 since back 2024-02-10T08:44:38.988720+0000 front 2024-02-10T08:44:38.988662+0000 (oldest deadline 2024-02-10T08:45:03.088597+0000) 2024-02-10T08:45:14.815 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:14 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:14.532+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6822 osd.2 since back 2024-02-10T08:44:48.690785+0000 front 2024-02-10T08:44:48.690759+0000 (oldest deadline 2024-02-10T08:45:13.990729+0000) 2024-02-10T08:45:15.815 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:45:15 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-6[94110]: debug 2024-02-10T08:45:15.597+0000 7f0932a44700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:30.357030+0000 front 2024-02-10T08:44:30.357119+0000 (oldest deadline 2024-02-10T08:44:55.056965+0000) 2024-02-10T08:45:15.815 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:45:15 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-6[94110]: debug 2024-02-10T08:45:15.597+0000 7f0932a44700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.138:6814 osd.1 since back 2024-02-10T08:44:40.957996+0000 front 2024-02-10T08:44:40.957899+0000 (oldest deadline 2024-02-10T08:45:02.057724+0000) 2024-02-10T08:45:15.815 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:45:15 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-6[94110]: debug 2024-02-10T08:45:15.597+0000 7f0932a44700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.138:6822 osd.2 since back 2024-02-10T08:44:46.758786+0000 front 2024-02-10T08:44:46.758812+0000 (oldest deadline 2024-02-10T08:45:09.658701+0000) 2024-02-10T08:45:15.815 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:15 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:15.546+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:31.387733+0000 front 2024-02-10T08:44:31.387642+0000 (oldest deadline 2024-02-10T08:44:54.287587+0000) 2024-02-10T08:45:15.815 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:15 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:15.546+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6814 osd.1 since back 2024-02-10T08:44:38.988720+0000 front 2024-02-10T08:44:38.988662+0000 (oldest deadline 2024-02-10T08:45:03.088597+0000) 2024-02-10T08:45:15.815 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:15 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:15.546+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6822 osd.2 since back 2024-02-10T08:44:48.690785+0000 front 2024-02-10T08:44:48.690759+0000 (oldest deadline 2024-02-10T08:45:13.990729+0000) 2024-02-10T08:45:16.815 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:45:16 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-6[94110]: debug 2024-02-10T08:45:16.606+0000 7f0932a44700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:30.357030+0000 front 2024-02-10T08:44:30.357119+0000 (oldest deadline 2024-02-10T08:44:55.056965+0000) 2024-02-10T08:45:16.815 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:45:16 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-6[94110]: debug 2024-02-10T08:45:16.606+0000 7f0932a44700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.138:6814 osd.1 since back 2024-02-10T08:44:40.957996+0000 front 2024-02-10T08:44:40.957899+0000 (oldest deadline 2024-02-10T08:45:02.057724+0000) 2024-02-10T08:45:16.815 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:45:16 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-6[94110]: debug 2024-02-10T08:45:16.606+0000 7f0932a44700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.138:6822 osd.2 since back 2024-02-10T08:44:46.758786+0000 front 2024-02-10T08:44:46.758812+0000 (oldest deadline 2024-02-10T08:45:09.658701+0000) 2024-02-10T08:45:16.815 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:16 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:16.553+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:31.387733+0000 front 2024-02-10T08:44:31.387642+0000 (oldest deadline 2024-02-10T08:44:54.287587+0000) 2024-02-10T08:45:16.816 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:16 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:16.553+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6814 osd.1 since back 2024-02-10T08:44:38.988720+0000 front 2024-02-10T08:44:38.988662+0000 (oldest deadline 2024-02-10T08:45:03.088597+0000) 2024-02-10T08:45:16.816 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:16 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:16.553+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6822 osd.2 since back 2024-02-10T08:44:48.690785+0000 front 2024-02-10T08:44:48.690759+0000 (oldest deadline 2024-02-10T08:45:13.990729+0000) 2024-02-10T08:45:17.815 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:45:17 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-6[94110]: debug 2024-02-10T08:45:17.577+0000 7f0932a44700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:30.357030+0000 front 2024-02-10T08:44:30.357119+0000 (oldest deadline 2024-02-10T08:44:55.056965+0000) 2024-02-10T08:45:17.815 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:45:17 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-6[94110]: debug 2024-02-10T08:45:17.577+0000 7f0932a44700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.138:6814 osd.1 since back 2024-02-10T08:44:40.957996+0000 front 2024-02-10T08:44:40.957899+0000 (oldest deadline 2024-02-10T08:45:02.057724+0000) 2024-02-10T08:45:17.815 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:45:17 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-6[94110]: debug 2024-02-10T08:45:17.577+0000 7f0932a44700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.138:6822 osd.2 since back 2024-02-10T08:44:46.758786+0000 front 2024-02-10T08:44:46.758812+0000 (oldest deadline 2024-02-10T08:45:09.658701+0000) 2024-02-10T08:45:17.815 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:17 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:17.519+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:31.387733+0000 front 2024-02-10T08:44:31.387642+0000 (oldest deadline 2024-02-10T08:44:54.287587+0000) 2024-02-10T08:45:17.816 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:17 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:17.519+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6814 osd.1 since back 2024-02-10T08:44:38.988720+0000 front 2024-02-10T08:44:38.988662+0000 (oldest deadline 2024-02-10T08:45:03.088597+0000) 2024-02-10T08:45:17.816 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:17 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:17.519+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6822 osd.2 since back 2024-02-10T08:44:48.690785+0000 front 2024-02-10T08:44:48.690759+0000 (oldest deadline 2024-02-10T08:45:13.990729+0000) 2024-02-10T08:45:18.769 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:18 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:18.514+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:31.387733+0000 front 2024-02-10T08:44:31.387642+0000 (oldest deadline 2024-02-10T08:44:54.287587+0000) 2024-02-10T08:45:18.769 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:18 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:18.514+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6814 osd.1 since back 2024-02-10T08:44:38.988720+0000 front 2024-02-10T08:44:38.988662+0000 (oldest deadline 2024-02-10T08:45:03.088597+0000) 2024-02-10T08:45:18.769 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:18 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:18.514+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6822 osd.2 since back 2024-02-10T08:44:48.690785+0000 front 2024-02-10T08:44:48.690759+0000 (oldest deadline 2024-02-10T08:45:13.990729+0000) 2024-02-10T08:45:18.769 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:45:18 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-6[94110]: debug 2024-02-10T08:45:18.534+0000 7f0932a44700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:30.357030+0000 front 2024-02-10T08:44:30.357119+0000 (oldest deadline 2024-02-10T08:44:55.056965+0000) 2024-02-10T08:45:18.769 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:45:18 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-6[94110]: debug 2024-02-10T08:45:18.534+0000 7f0932a44700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.138:6814 osd.1 since back 2024-02-10T08:44:40.957996+0000 front 2024-02-10T08:44:40.957899+0000 (oldest deadline 2024-02-10T08:45:02.057724+0000) 2024-02-10T08:45:18.769 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:45:18 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-6[94110]: debug 2024-02-10T08:45:18.534+0000 7f0932a44700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.138:6822 osd.2 since back 2024-02-10T08:44:46.758786+0000 front 2024-02-10T08:44:46.758812+0000 (oldest deadline 2024-02-10T08:45:09.658701+0000) 2024-02-10T08:45:18.769 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:45:18 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-6[94110]: debug 2024-02-10T08:45:18.534+0000 7f0932a44700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.138:6830 osd.3 since back 2024-02-10T08:44:55.360660+0000 front 2024-02-10T08:44:55.360582+0000 (oldest deadline 2024-02-10T08:45:17.660593+0000) 2024-02-10T08:45:19.565 INFO:journalctl@ceph.osd.6.smithi190.stdout:Feb 10 08:45:19 smithi190 bash[100704]: ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-6 2024-02-10T08:45:19.566 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:19 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:19.550+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:31.387733+0000 front 2024-02-10T08:44:31.387642+0000 (oldest deadline 2024-02-10T08:44:54.287587+0000) 2024-02-10T08:45:19.566 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:19 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:19.550+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6814 osd.1 since back 2024-02-10T08:44:38.988720+0000 front 2024-02-10T08:44:38.988662+0000 (oldest deadline 2024-02-10T08:45:03.088597+0000) 2024-02-10T08:45:19.566 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:19 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:19.550+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6822 osd.2 since back 2024-02-10T08:44:48.690785+0000 front 2024-02-10T08:44:48.690759+0000 (oldest deadline 2024-02-10T08:45:13.990729+0000) 2024-02-10T08:45:19.566 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:19 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:19.550+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6830 osd.3 since back 2024-02-10T08:44:53.991222+0000 front 2024-02-10T08:44:53.991267+0000 (oldest deadline 2024-02-10T08:45:18.691178+0000) 2024-02-10T08:45:20.879 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:20 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:20.585+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:31.387733+0000 front 2024-02-10T08:44:31.387642+0000 (oldest deadline 2024-02-10T08:44:54.287587+0000) 2024-02-10T08:45:20.879 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:20 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:20.585+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6814 osd.1 since back 2024-02-10T08:44:38.988720+0000 front 2024-02-10T08:44:38.988662+0000 (oldest deadline 2024-02-10T08:45:03.088597+0000) 2024-02-10T08:45:20.879 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:20 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:20.585+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6822 osd.2 since back 2024-02-10T08:44:48.690785+0000 front 2024-02-10T08:44:48.690759+0000 (oldest deadline 2024-02-10T08:45:13.990729+0000) 2024-02-10T08:45:20.879 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:20 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:20.585+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6830 osd.3 since back 2024-02-10T08:44:53.991222+0000 front 2024-02-10T08:44:53.991267+0000 (oldest deadline 2024-02-10T08:45:18.691178+0000) 2024-02-10T08:45:21.216 DEBUG:teuthology.orchestra.run.smithi190:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c2125314-c7ed-11ee-95b8-87774f69a715@osd.6.service' 2024-02-10T08:45:21.258 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-10T08:45:21.258 INFO:tasks.cephadm.osd.6:Stopped osd.6 2024-02-10T08:45:21.259 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2024-02-10T08:45:21.259 DEBUG:teuthology.orchestra.run.smithi190:> sudo systemctl stop ceph-c2125314-c7ed-11ee-95b8-87774f69a715@osd.7 2024-02-10T08:45:21.565 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:21 smithi190 systemd[1]: Stopping Ceph osd.7 for c2125314-c7ed-11ee-95b8-87774f69a715... 2024-02-10T08:45:21.565 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:21 smithi190 bash[100944]: Error: no container with name or ID "ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd.7" found: no such container 2024-02-10T08:45:22.065 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:21.580+0000 7f6659f30700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.7 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-10T08:45:22.065 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:21.580+0000 7f6659f30700 -1 osd.7 118 *** Got signal Terminated *** 2024-02-10T08:45:22.065 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:21.580+0000 7f6659f30700 -1 osd.7 118 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-10T08:45:22.065 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:21.584+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:31.387733+0000 front 2024-02-10T08:44:31.387642+0000 (oldest deadline 2024-02-10T08:44:54.287587+0000) 2024-02-10T08:45:22.065 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:21.584+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6814 osd.1 since back 2024-02-10T08:44:38.988720+0000 front 2024-02-10T08:44:38.988662+0000 (oldest deadline 2024-02-10T08:45:03.088597+0000) 2024-02-10T08:45:22.065 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:21.584+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6822 osd.2 since back 2024-02-10T08:44:48.690785+0000 front 2024-02-10T08:44:48.690759+0000 (oldest deadline 2024-02-10T08:45:13.990729+0000) 2024-02-10T08:45:22.065 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:21 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:21.584+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6830 osd.3 since back 2024-02-10T08:44:53.991222+0000 front 2024-02-10T08:44:53.991267+0000 (oldest deadline 2024-02-10T08:45:18.691178+0000) 2024-02-10T08:45:23.065 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:22 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:22.608+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:31.387733+0000 front 2024-02-10T08:44:31.387642+0000 (oldest deadline 2024-02-10T08:44:54.287587+0000) 2024-02-10T08:45:23.065 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:22 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:22.608+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6814 osd.1 since back 2024-02-10T08:44:38.988720+0000 front 2024-02-10T08:44:38.988662+0000 (oldest deadline 2024-02-10T08:45:03.088597+0000) 2024-02-10T08:45:23.066 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:22 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:22.608+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6822 osd.2 since back 2024-02-10T08:44:48.690785+0000 front 2024-02-10T08:44:48.690759+0000 (oldest deadline 2024-02-10T08:45:13.990729+0000) 2024-02-10T08:45:23.066 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:22 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:22.608+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6830 osd.3 since back 2024-02-10T08:44:53.991222+0000 front 2024-02-10T08:44:53.991267+0000 (oldest deadline 2024-02-10T08:45:18.691178+0000) 2024-02-10T08:45:24.065 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:23 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:23.574+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:31.387733+0000 front 2024-02-10T08:44:31.387642+0000 (oldest deadline 2024-02-10T08:44:54.287587+0000) 2024-02-10T08:45:24.065 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:23 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:23.575+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6814 osd.1 since back 2024-02-10T08:44:38.988720+0000 front 2024-02-10T08:44:38.988662+0000 (oldest deadline 2024-02-10T08:45:03.088597+0000) 2024-02-10T08:45:24.065 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:23 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:23.575+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6822 osd.2 since back 2024-02-10T08:44:48.690785+0000 front 2024-02-10T08:44:48.690759+0000 (oldest deadline 2024-02-10T08:45:13.990729+0000) 2024-02-10T08:45:24.065 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:23 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:23.575+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6830 osd.3 since back 2024-02-10T08:44:53.991222+0000 front 2024-02-10T08:44:53.991267+0000 (oldest deadline 2024-02-10T08:45:18.691178+0000) 2024-02-10T08:45:25.065 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:24 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:24.606+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:31.387733+0000 front 2024-02-10T08:44:31.387642+0000 (oldest deadline 2024-02-10T08:44:54.287587+0000) 2024-02-10T08:45:25.065 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:24 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:24.606+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6814 osd.1 since back 2024-02-10T08:44:38.988720+0000 front 2024-02-10T08:44:38.988662+0000 (oldest deadline 2024-02-10T08:45:03.088597+0000) 2024-02-10T08:45:25.065 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:24 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:24.606+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6822 osd.2 since back 2024-02-10T08:44:48.690785+0000 front 2024-02-10T08:44:48.690759+0000 (oldest deadline 2024-02-10T08:45:13.990729+0000) 2024-02-10T08:45:25.065 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:24 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:24.606+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6830 osd.3 since back 2024-02-10T08:44:53.991222+0000 front 2024-02-10T08:44:53.991267+0000 (oldest deadline 2024-02-10T08:45:18.691178+0000) 2024-02-10T08:45:25.065 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:24 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:24.606+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.190:6804 osd.4 since back 2024-02-10T08:44:59.792075+0000 front 2024-02-10T08:44:59.792115+0000 (oldest deadline 2024-02-10T08:45:24.492001+0000) 2024-02-10T08:45:26.065 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:25 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:25.618+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6806 osd.0 since back 2024-02-10T08:44:31.387733+0000 front 2024-02-10T08:44:31.387642+0000 (oldest deadline 2024-02-10T08:44:54.287587+0000) 2024-02-10T08:45:26.065 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:25 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:25.618+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6814 osd.1 since back 2024-02-10T08:44:38.988720+0000 front 2024-02-10T08:44:38.988662+0000 (oldest deadline 2024-02-10T08:45:03.088597+0000) 2024-02-10T08:45:26.065 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:25 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:25.618+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6822 osd.2 since back 2024-02-10T08:44:48.690785+0000 front 2024-02-10T08:44:48.690759+0000 (oldest deadline 2024-02-10T08:45:13.990729+0000) 2024-02-10T08:45:26.065 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:25 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:25.618+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.138:6830 osd.3 since back 2024-02-10T08:44:53.991222+0000 front 2024-02-10T08:44:53.991267+0000 (oldest deadline 2024-02-10T08:45:18.691178+0000) 2024-02-10T08:45:26.065 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:25 smithi190 ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7[95993]: debug 2024-02-10T08:45:25.618+0000 7f6656ead700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.190:6804 osd.4 since back 2024-02-10T08:44:59.792075+0000 front 2024-02-10T08:44:59.792115+0000 (oldest deadline 2024-02-10T08:45:24.492001+0000) 2024-02-10T08:45:27.315 INFO:journalctl@ceph.osd.7.smithi190.stdout:Feb 10 08:45:26 smithi190 bash[100982]: ceph-c2125314-c7ed-11ee-95b8-87774f69a715-osd-7 2024-02-10T08:45:28.609 DEBUG:teuthology.orchestra.run.smithi190:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c2125314-c7ed-11ee-95b8-87774f69a715@osd.7.service' 2024-02-10T08:45:28.652 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-10T08:45:28.652 INFO:tasks.cephadm.osd.7:Stopped osd.7 2024-02-10T08:45:28.653 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c2125314-c7ed-11ee-95b8-87774f69a715 --force --keep-logs 2024-02-10T08:48:22.355 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c2125314-c7ed-11ee-95b8-87774f69a715 --force --keep-logs 2024-02-10T08:48:41.848 DEBUG:teuthology.orchestra.run.smithi138:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-10T08:48:41.887 DEBUG:teuthology.orchestra.run.smithi190:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-10T08:48:41.917 INFO:tasks.cephadm:Archiving crash dumps... 2024-02-10T08:48:41.919 DEBUG:teuthology.misc:Transferring archived files from smithi138:/var/lib/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555275/remote/ubuntu@smithi138.front.sepia.ceph.com/crash 2024-02-10T08:48:41.920 DEBUG:teuthology.orchestra.run.smithi138:> sudo tar c -f - -C /var/lib/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/crash -- . 2024-02-10T08:48:41.966 INFO:teuthology.orchestra.run.smithi138.stderr:tar: /var/lib/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/crash: Cannot open: No such file or directory 2024-02-10T08:48:41.966 INFO:teuthology.orchestra.run.smithi138.stderr:tar: Error is not recoverable: exiting now 2024-02-10T08:48:41.968 DEBUG:teuthology.misc:Transferring archived files from smithi190:/var/lib/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555275/remote/ubuntu@smithi190.front.sepia.ceph.com/crash 2024-02-10T08:48:41.968 DEBUG:teuthology.orchestra.run.smithi190:> sudo tar c -f - -C /var/lib/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/crash -- . 2024-02-10T08:48:42.003 INFO:teuthology.orchestra.run.smithi190.stderr:tar: /var/lib/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/crash: Cannot open: No such file or directory 2024-02-10T08:48:42.003 INFO:teuthology.orchestra.run.smithi190.stderr:tar: Error is not recoverable: exiting now 2024-02-10T08:48:42.004 INFO:tasks.cephadm:Checking cluster log for badness... 2024-02-10T08:48:42.004 DEBUG:teuthology.orchestra.run.smithi138:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-10T08:48:42.038 INFO:teuthology.orchestra.run.smithi138.stdout:2024-02-10T08:28:49.622251+0000 mon.smithi138 (mon.0) 325 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-02-10T08:48:42.039 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-02-10T08:48:42.040 DEBUG:teuthology.orchestra.run.smithi138:> sudo egrep '\[SEC\]' /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-10T08:48:42.110 DEBUG:teuthology.orchestra.run.smithi138:> sudo egrep '\[ERR\]' /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-10T08:48:42.181 DEBUG:teuthology.orchestra.run.smithi138:> sudo egrep '\[WRN\]' /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-10T08:48:42.249 INFO:teuthology.orchestra.run.smithi138.stdout:2024-02-10T08:28:49.622251+0000 mon.smithi138 (mon.0) 325 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-02-10T08:48:42.250 INFO:tasks.cephadm:Compressing logs... 2024-02-10T08:48:42.251 DEBUG:teuthology.orchestra.run.smithi138:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-02-10T08:48:42.293 DEBUG:teuthology.orchestra.run.smithi190:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-02-10T08:48:42.318 INFO:teuthology.orchestra.run.smithi138.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-10T08:48:42.319 INFO:teuthology.orchestra.run.smithi138.stderr:: No such file or directory 2024-02-10T08:48:42.319 INFO:teuthology.orchestra.run.smithi138.stderr:gzip -5 --verbose -- /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph-mds.foofs.smithi138.rckmtk.log 2024-02-10T08:48:42.319 INFO:teuthology.orchestra.run.smithi138.stderr:gzip -5 --verbose -- /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph-volume.log 2024-02-10T08:48:42.319 INFO:teuthology.orchestra.run.smithi138.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph-osd.2.log 2024-02-10T08:48:42.319 INFO:teuthology.orchestra.run.smithi138.stderr:/var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph-mds.foofs.smithi138.rckmtk.log: 91.3% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-10T08:48:42.319 INFO:teuthology.orchestra.run.smithi138.stderr:/var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph.audit.log 2024-02-10T08:48:42.320 INFO:teuthology.orchestra.run.smithi138.stderr:/var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph.cephadm.log 2024-02-10T08:48:42.320 INFO:teuthology.orchestra.run.smithi138.stderr:/var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph-osd.3.log 2024-02-10T08:48:42.320 INFO:teuthology.orchestra.run.smithi138.stderr:/var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph.cephadm.log: /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph-osd.3.log: 86.7% -- replaced with /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph.cephadm.log.gz 2024-02-10T08:48:42.321 INFO:teuthology.orchestra.run.smithi190.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-02-10T08:48:42.321 INFO:teuthology.orchestra.run.smithi190.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-10T08:48:42.321 INFO:teuthology.orchestra.run.smithi190.stderr:gzip -5 --verbose -- /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph-osd.6.log 2024-02-10T08:48:42.322 INFO:teuthology.orchestra.run.smithi190.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph-volume.log 2024-02-10T08:48:42.322 INFO:teuthology.orchestra.run.smithi190.stderr:gzip -5 --verbose -- /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph.audit.log 2024-02-10T08:48:42.322 INFO:teuthology.orchestra.run.smithi190.stderr:gzip -5 --verbose -- /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph.cephadm.log 2024-02-10T08:48:42.323 INFO:teuthology.orchestra.run.smithi138.stderr: 90.9% -- replaced with /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph-volume.log.gz 2024-02-10T08:48:42.323 INFO:teuthology.orchestra.run.smithi138.stderr:gzip -5 --verbose -- /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph-osd.0.log 2024-02-10T08:48:42.323 INFO:teuthology.orchestra.run.smithi138.stderr:gzip -5 --verbose -- /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph-mgr.smithi138.arglrk.log 2024-02-10T08:48:42.323 INFO:teuthology.orchestra.run.smithi138.stderr:/var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph-mon.smithi138.log 2024-02-10T08:48:42.324 INFO:teuthology.orchestra.run.smithi190.stderr:gzip -5 --verbose -- /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph-osd.7.log 2024-02-10T08:48:42.324 INFO:teuthology.orchestra.run.smithi190.stderr:/var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph-osd.6.log: /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph-volume.log: /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph.audit.log: /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph.cephadm.log: /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph-mon.smithi190.log 2024-02-10T08:48:42.324 INFO:teuthology.orchestra.run.smithi190.stderr: 86.8% -- replaced with /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph.cephadm.log.gz 2024-02-10T08:48:42.324 INFO:teuthology.orchestra.run.smithi190.stderr:/var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph-mon.smithi190.log: 91.6% -- replaced with /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph.audit.log.gz 2024-02-10T08:48:42.326 INFO:teuthology.orchestra.run.smithi190.stderr: 90.3% -- replaced with /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph-volume.log.gz 2024-02-10T08:48:42.328 INFO:teuthology.orchestra.run.smithi138.stderr:/var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph-mgr.smithi138.arglrk.log: 91.5% -- replaced with /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph.audit.log.gz 2024-02-10T08:48:42.328 INFO:teuthology.orchestra.run.smithi190.stderr:gzip -5 --verbose -- /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph.log 2024-02-10T08:48:42.329 INFO:teuthology.orchestra.run.smithi190.stderr:gzip -5 --verbose -- /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph-osd.4.log 2024-02-10T08:48:42.329 INFO:teuthology.orchestra.run.smithi190.stderr:/var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph.log: /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph-osd.4.log: 90.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-10T08:48:42.332 INFO:teuthology.orchestra.run.smithi190.stderr: 87.8% -- replaced with /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph.log.gz 2024-02-10T08:48:42.332 INFO:teuthology.orchestra.run.smithi190.stderr:gzip -5 --verbose -- /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph-mgr.smithi190.qddxvv.log 2024-02-10T08:48:42.332 INFO:teuthology.orchestra.run.smithi190.stderr:gzip -5 --verbose -- /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph-osd.5.log 2024-02-10T08:48:42.333 INFO:teuthology.orchestra.run.smithi138.stderr:/var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph-mon.smithi138.log: gzip -5 --verbose -- /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph.log 2024-02-10T08:48:42.337 INFO:teuthology.orchestra.run.smithi190.stderr:/var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph-mgr.smithi190.qddxvv.log: gzip -5 --verbose -- /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph-mds.foofs.smithi190.lndkxw.log 2024-02-10T08:48:42.337 INFO:teuthology.orchestra.run.smithi190.stderr:/var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph-osd.5.log: /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph-mds.foofs.smithi190.lndkxw.log: 97.7% -- replaced with /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph-mds.foofs.smithi190.lndkxw.log.gz 2024-02-10T08:48:42.337 INFO:teuthology.orchestra.run.smithi138.stderr:/var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph-osd.1.log 2024-02-10T08:48:42.337 INFO:teuthology.orchestra.run.smithi138.stderr:/var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph-osd.1.log: 87.8% -- replaced with /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph.log.gz 2024-02-10T08:48:42.340 INFO:teuthology.orchestra.run.smithi138.stderr: 91.7% -- replaced with /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph-mds.foofs.smithi138.rckmtk.log.gz 2024-02-10T08:48:42.380 INFO:teuthology.orchestra.run.smithi190.stderr: 89.3% -- replaced with /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph-mgr.smithi190.qddxvv.log.gz 2024-02-10T08:48:42.580 INFO:teuthology.orchestra.run.smithi190.stderr: 92.6% -- replaced with /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph-mon.smithi190.log.gz 2024-02-10T08:48:42.680 INFO:teuthology.orchestra.run.smithi138.stderr: 90.9% -- replaced with /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph-mgr.smithi138.arglrk.log.gz 2024-02-10T08:48:43.253 INFO:teuthology.orchestra.run.smithi138.stderr: 91.7% -- replaced with /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph-mon.smithi138.log.gz 2024-02-10T08:48:46.175 INFO:teuthology.orchestra.run.smithi138.stderr: 94.3% -- replaced with /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph-osd.2.log.gz 2024-02-10T08:48:47.975 INFO:teuthology.orchestra.run.smithi190.stderr: 94.2% -- replaced with /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph-osd.6.log.gz 2024-02-10T08:48:48.121 INFO:teuthology.orchestra.run.smithi190.stderr: 93.9% -- replaced with /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph-osd.4.log.gz 2024-02-10T08:48:48.563 INFO:teuthology.orchestra.run.smithi138.stderr: 94.0% -- replaced with /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph-osd.0.log.gz 2024-02-10T08:48:49.062 INFO:teuthology.orchestra.run.smithi138.stderr: 94.1% -- replaced with /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph-osd.1.log.gz 2024-02-10T08:48:49.129 INFO:teuthology.orchestra.run.smithi138.stderr: 94.0% -- replaced with /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph-osd.3.log.gz 2024-02-10T08:48:49.131 INFO:teuthology.orchestra.run.smithi138.stderr: 2024-02-10T08:48:49.131 INFO:teuthology.orchestra.run.smithi138.stderr:real 0m6.823s 2024-02-10T08:48:49.131 INFO:teuthology.orchestra.run.smithi138.stderr:user 0m23.974s 2024-02-10T08:48:49.131 INFO:teuthology.orchestra.run.smithi138.stderr:sys 0m0.962s 2024-02-10T08:48:50.077 INFO:teuthology.orchestra.run.smithi190.stderr: 94.1% -- replaced with /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph-osd.5.log.gz 2024-02-10T08:48:51.461 INFO:teuthology.orchestra.run.smithi190.stderr: 94.1% -- replaced with /var/log/ceph/c2125314-c7ed-11ee-95b8-87774f69a715/ceph-osd.7.log.gz 2024-02-10T08:48:51.462 INFO:teuthology.orchestra.run.smithi190.stderr: 2024-02-10T08:48:51.463 INFO:teuthology.orchestra.run.smithi190.stderr:real 0m9.152s 2024-02-10T08:48:51.463 INFO:teuthology.orchestra.run.smithi190.stderr:user 0m27.500s 2024-02-10T08:48:51.463 INFO:teuthology.orchestra.run.smithi190.stderr:sys 0m1.137s 2024-02-10T08:48:51.463 INFO:tasks.cephadm:Archiving logs... 2024-02-10T08:48:51.463 DEBUG:teuthology.misc:Transferring archived files from smithi138:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555275/remote/ubuntu@smithi138.front.sepia.ceph.com/log 2024-02-10T08:48:51.464 DEBUG:teuthology.orchestra.run.smithi138:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-10T08:48:54.967 DEBUG:teuthology.misc:Transferring archived files from smithi190:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555275/remote/ubuntu@smithi190.front.sepia.ceph.com/log 2024-02-10T08:48:54.968 DEBUG:teuthology.orchestra.run.smithi190:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-10T08:48:59.147 INFO:tasks.cephadm:Removing cluster... 2024-02-10T08:48:59.148 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c2125314-c7ed-11ee-95b8-87774f69a715 --force 2024-02-10T08:48:59.492 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c2125314-c7ed-11ee-95b8-87774f69a715 --force 2024-02-10T08:48:59.838 INFO:tasks.cephadm:Removing cephadm ... 2024-02-10T08:48:59.839 DEBUG:teuthology.orchestra.run.smithi138:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-10T08:48:59.859 DEBUG:teuthology.orchestra.run.smithi190:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-10T08:48:59.880 INFO:tasks.cephadm:Teardown complete 2024-02-10T08:48:59.881 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-02-10T08:49:00.020 INFO:teuthology.task.clock:Checking final clock skew... 2024-02-10T08:49:00.021 DEBUG:teuthology.orchestra.run.smithi138:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-10T08:49:00.023 DEBUG:teuthology.orchestra.run.smithi190:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-10T08:49:00.038 INFO:teuthology.orchestra.run.smithi138.stderr:bash: ntpq: command not found 2024-02-10T08:49:00.040 INFO:teuthology.orchestra.run.smithi190.stderr:bash: ntpq: command not found 2024-02-10T08:49:00.042 INFO:teuthology.orchestra.run.smithi138.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-10T08:49:00.043 INFO:teuthology.orchestra.run.smithi138.stdout:=============================================================================== 2024-02-10T08:49:00.043 INFO:teuthology.orchestra.run.smithi138.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 28 +149us[ +149us] +/- 78ms 2024-02-10T08:49:00.043 INFO:teuthology.orchestra.run.smithi138.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 31 +187us[ +209us] +/- 73ms 2024-02-10T08:49:00.043 INFO:teuthology.orchestra.run.smithi138.stdout:^* hv03.front.sepia.ceph.com 3 6 377 29 -277us[ -255us] +/- 71ms 2024-02-10T08:49:00.043 INFO:teuthology.orchestra.run.smithi138.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T08:49:00.044 INFO:teuthology.orchestra.run.smithi190.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-10T08:49:00.045 INFO:teuthology.orchestra.run.smithi190.stdout:=============================================================================== 2024-02-10T08:49:00.045 INFO:teuthology.orchestra.run.smithi190.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 30 +143us[ +160us] +/- 78ms 2024-02-10T08:49:00.045 INFO:teuthology.orchestra.run.smithi190.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 28 +176us[ +176us] +/- 73ms 2024-02-10T08:49:00.045 INFO:teuthology.orchestra.run.smithi190.stdout:^* hv03.front.sepia.ceph.com 3 6 377 28 -290us[ -273us] +/- 71ms 2024-02-10T08:49:00.045 INFO:teuthology.orchestra.run.smithi190.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T08:49:00.045 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-02-10T08:49:00.082 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-02-10T08:49:00.083 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-02-10T08:49:00.099 DEBUG:teuthology.orchestra.run.smithi138:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-02-10T08:49:00.161 DEBUG:teuthology.orchestra.run.smithi190:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-02-10T08:49:00.223 DEBUG:teuthology.orchestra.run.smithi138:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-10T08:49:00.252 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T08:49:00.253 DEBUG:teuthology.orchestra.run.smithi190:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-10T08:49:00.282 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T08:49:00.282 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-02-10T08:49:00.294 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-02-10T08:49:00.350 INFO:teuthology.task.internal:Duration was 1891.654921 seconds 2024-02-10T08:49:00.350 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-02-10T08:49:00.412 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-02-10T08:49:00.416 DEBUG:teuthology.orchestra.run.smithi138:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-10T08:49:00.419 DEBUG:teuthology.orchestra.run.smithi190:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-10T08:49:00.462 INFO:teuthology.orchestra.run.smithi138.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-10T08:49:00.464 INFO:teuthology.orchestra.run.smithi190.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-10T08:49:00.882 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-02-10T08:49:00.882 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi138.front.sepia.ceph.com 2024-02-10T08:49:00.882 DEBUG:teuthology.orchestra.run.smithi138:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-02-10T08:49:00.906 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi190.front.sepia.ceph.com 2024-02-10T08:49:00.906 DEBUG:teuthology.orchestra.run.smithi190:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-02-10T08:49:00.928 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-02-10T08:49:00.928 DEBUG:teuthology.orchestra.run.smithi138:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-10T08:49:00.949 DEBUG:teuthology.orchestra.run.smithi190:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-10T08:49:01.028 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-02-10T08:49:01.028 DEBUG:teuthology.orchestra.run.smithi138:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-10T08:49:01.030 DEBUG:teuthology.orchestra.run.smithi190:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-10T08:49:01.184 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-02-10T08:49:01.195 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-02-10T08:49:01.195 DEBUG:teuthology.orchestra.run.smithi138:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-10T08:49:01.222 DEBUG:teuthology.orchestra.run.smithi190:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-10T08:49:01.249 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-02-10T08:49:01.263 DEBUG:teuthology.orchestra.run.smithi138:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-02-10T08:49:01.265 DEBUG:teuthology.orchestra.run.smithi190:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-02-10T08:49:01.289 INFO:teuthology.orchestra.run.smithi138.stdout:kernel.core_pattern = core 2024-02-10T08:49:01.315 INFO:teuthology.orchestra.run.smithi190.stdout:kernel.core_pattern = core 2024-02-10T08:49:01.338 DEBUG:teuthology.orchestra.run.smithi138:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-10T08:49:01.361 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T08:49:01.361 DEBUG:teuthology.orchestra.run.smithi190:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-10T08:49:01.394 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T08:49:01.395 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-02-10T08:49:01.408 INFO:teuthology.task.internal:Transferring archived files... 2024-02-10T08:49:01.409 DEBUG:teuthology.misc:Transferring archived files from smithi138:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555275/remote/smithi138 2024-02-10T08:49:01.410 DEBUG:teuthology.orchestra.run.smithi138:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-10T08:49:01.458 DEBUG:teuthology.misc:Transferring archived files from smithi190:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555275/remote/smithi190 2024-02-10T08:49:01.459 DEBUG:teuthology.orchestra.run.smithi190:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-10T08:49:01.501 INFO:teuthology.task.internal:Removing archive directory... 2024-02-10T08:49:01.501 DEBUG:teuthology.orchestra.run.smithi138:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-10T08:49:01.504 DEBUG:teuthology.orchestra.run.smithi190:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-10T08:49:01.553 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-02-10T08:49:01.566 INFO:teuthology.task.internal:Not uploading archives. 2024-02-10T08:49:01.566 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-02-10T08:49:01.582 INFO:teuthology.task.internal:Tidying up after the test... 2024-02-10T08:49:01.582 DEBUG:teuthology.orchestra.run.smithi138:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-10T08:49:01.584 DEBUG:teuthology.orchestra.run.smithi190:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-10T08:49:01.600 INFO:teuthology.orchestra.run.smithi138.stdout: 525964 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 10 08:49 /home/ubuntu/cephtest 2024-02-10T08:49:01.611 INFO:teuthology.orchestra.run.smithi190.stdout: 525356 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 10 08:49 /home/ubuntu/cephtest 2024-02-10T08:49:01.612 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-02-10T08:49:01.665 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-02-10T08:49:01.697 INFO:teuthology.nuke:Checking targets against current locks 2024-02-10T08:49:01.725 DEBUG:teuthology.nuke:shortname: smithi138 2024-02-10T08:49:01.725 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-10T08:49:01.750 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi138.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555275', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-10 07:39:27.150571', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMusFGbKkM1kk2YxOLKCTlQbwOTBV4m3I8MayLUkLXrhUx4UKGqAUtZV7qz/EkCIouKuEsJZzKeyu3hV86RhCww='} 2024-02-10T08:49:01.754 DEBUG:teuthology.nuke:shortname: smithi190 2024-02-10T08:49:01.754 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-10T08:49:01.772 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi190.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555275', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-10 07:39:27.149044', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKzUP4DTih9sDRBPIDRF3dQjg8ybZ4hQfEh3Jwt9zwKHzrO5abbwiQuNiHyVCH31ISc6spWsz1d1vIY4jbMXeWE='} 2024-02-10T08:49:01.800 INFO:teuthology.orchestra.console.smithi138:Power off 2024-02-10T08:49:01.800 DEBUG:teuthology.orchestra.console.smithi138:pexpect command: ipmitool -H smithi138.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-10T08:49:01.834 DEBUG:teuthology.orchestra.console.smithi138:power off output: Chassis Power Control: Down/Off 2024-02-10T08:49:01.834 DEBUG:teuthology.orchestra.console.smithi138:pexpect command: ipmitool -H smithi138.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-10T08:49:01.848 INFO:teuthology.orchestra.console.smithi190:Power off 2024-02-10T08:49:01.848 DEBUG:teuthology.orchestra.console.smithi190:pexpect command: ipmitool -H smithi190.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-10T08:49:01.858 DEBUG:teuthology.orchestra.console.smithi138:check power output: Chassis Power is on 2024-02-10T08:49:01.870 DEBUG:teuthology.orchestra.console.smithi190:power off output: Chassis Power Control: Down/Off 2024-02-10T08:49:01.871 DEBUG:teuthology.orchestra.console.smithi190:pexpect command: ipmitool -H smithi190.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-10T08:49:01.895 DEBUG:teuthology.orchestra.console.smithi190:check power output: Chassis Power is on 2024-02-10T08:49:05.859 DEBUG:teuthology.orchestra.console.smithi138:pexpect command: ipmitool -H smithi138.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-10T08:49:05.897 DEBUG:teuthology.orchestra.console.smithi190:pexpect command: ipmitool -H smithi190.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-10T08:49:05.969 DEBUG:teuthology.orchestra.console.smithi138:check power output: Chassis Power is on 2024-02-10T08:49:06.008 DEBUG:teuthology.orchestra.console.smithi190:check power output: Chassis Power is on 2024-02-10T08:49:09.972 DEBUG:teuthology.orchestra.console.smithi138:pexpect command: ipmitool -H smithi138.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-10T08:49:10.009 DEBUG:teuthology.orchestra.console.smithi190:pexpect command: ipmitool -H smithi190.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-10T08:49:10.082 DEBUG:teuthology.orchestra.console.smithi138:check power output: Chassis Power is on 2024-02-10T08:49:10.119 DEBUG:teuthology.orchestra.console.smithi190:check power output: Chassis Power is off 2024-02-10T08:49:10.219 INFO:teuthology.orchestra.console.smithi190:Power off completed 2024-02-10T08:49:14.084 DEBUG:teuthology.orchestra.console.smithi138:pexpect command: ipmitool -H smithi138.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-10T08:49:14.194 DEBUG:teuthology.orchestra.console.smithi138:check power output: Chassis Power is off 2024-02-10T08:49:14.294 INFO:teuthology.orchestra.console.smithi138:Power off completed 2024-02-10T08:49:14.398 INFO:teuthology.run:Summary data: description: rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.4 1-start 2-nfs 3-upgrade-with-workload 4-final} duration: 1891.6549212932587 failure_reason: '"2024-02-10T08:28:49.622251+0000 mon.smithi138 (mon.0) 325 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON)" in cluster log' owner: scheduled_yuriw@teuthology success: false 2024-02-10T08:49:14.398 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-10T08:49:14.491 INFO:teuthology.run:FAIL